Pelles C forum

Pelles C => Bug reports => Topic started by: iZzz32 on October 16, 2010, 07:53:05 PM

Title: [Solved] Project->Profile raises an exception
Post by: iZzz32 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.
Title: Re: Project->Profile raises an exception
Post by: Pelle 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...)
Title: Re: Project->Profile raises an exception
Post by: Pelle on October 23, 2010, 12:48:33 PM
Finally found an old dusty XP computer; OK, this should be fixed for RC 2.
Title: Re: [Solved] Project->Profile raises an exception
Post by: iZzz32 on October 31, 2010, 07:19:28 PM
Yes, now it works. Thank you.