NO

Author Topic: [Solved] Project->Profile raises an exception  (Read 2779 times)

iZzz32

  • Guest
[Solved] Project->Profile raises an exception
« on: October 16, 2010, 07:53:05 PM »
When I select Project->Profile, IDE starts an application but it shows an Application Error message box with an exception 0x80000003. This happens for any code, even for empty main(). Compiler command line in Project Options is as follows: -Tx86-coff -Zi -Os -Ob1 -fp:precise -W1 -Gd -Gh, linker commnad line: -debug -debugtype:coff -subsystem:console -machine:x86 kernel32.lib advapi32.lib delayimp.lib profiler.lib. I have a Windows XP SP3 32-bit running Pelles C 6.50 RC1, which is NOT installed as JIT debugger.
« Last Edit: October 31, 2010, 07:18:45 PM by iZzz32 »

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Project->Profile raises an exception
« Reply #1 on: October 22, 2010, 08:41:37 PM »
I assume we are talking about 32-bit Windows XP?
Sounds like it could be a breakpoint (insn).
I don't know right now - it works well here ... (64-bit Windows 7, 32-bit and 64-bit apps...)
/Pelle

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Project->Profile raises an exception
« Reply #2 on: October 23, 2010, 12:48:33 PM »
Finally found an old dusty XP computer; OK, this should be fixed for RC 2.
/Pelle

iZzz32

  • Guest
Re: [Solved] Project->Profile raises an exception
« Reply #3 on: October 31, 2010, 07:19:28 PM »
Yes, now it works. Thank you.