POIDE sometimes crashes when I run the debugger:
If I have no breakpoints set, it stops by default at WinMain. When I continue with F5, it then gives this message:
Module 'POIDE.EXE' caused an 'Access violation' exception at address 0x00424556
Sometimes, if it doesn't crash, it will stop at a second breakpoint (that I didn't set).
The 'Debug' tab says this when stopped at the unkown breakpoint:
Loading MCD32.dll at 61DD0000
Unloading MCD32.dll
ODS: HEAP[PathwayWizardV0.exe]:
ODS: HEAP: Free Heap block 913770 modified at 913c54 after it was freed
The Call stack enters ntdll.dll and into a number of function calls in there and stops at DbgBreakPoint ()
This second problem isn't much of a nuisance, but it might be related to POIDE crashing.
Pelles C doesn't always crash when I enter the debugger, or stop at the second breakpoint, but when it does, it usually does consistenly, untill I change something. Sometimes it'll go away with something as simple as setting a breakpoint somewhere, or when I add or change some code in my program, but not always.
I don't think it's dependent on the computer since the same project can consistently crash when run on both my computer and laptop until I find some change that fixes it. Both use Windows XP, but other than that they're pretty different.
I'm not sure if anyone else has experienced this problem. Anyway, I hope the info I gave helps! And I'll be happy to answer any other questions about this problem.
-Innoventor