My app is crashing in various places depending on how I move code around or include/exclude code. My guess is something is overwriting memory somewhere but I have no idea where. It happens on Vista 64-bit and XP 32-bit. I've tried
tools on
debug display on
debug code on
trace on
ran it in PB9 IDE under the debugger, ran it outside of PB9. Used
OurUnhandledExceptionFilter() but it didn't really tell me anything I didn't already know.
Are there any industrial-strength tools to try and figure this out?
Thanks...
Garry
My eventlog (Vista) showed this once:
Faulting application PIDS.EXE, version 1.0.0.0, time stamp 0x00003039, faulting module PIDS.EXE, version 1.0.0.0, time stamp 0x00003039, exception code 0xc0000005, fault offset 0x0002a9a0, process id 0x8a4, application start time 0x01c9db40e46f7ea7.
Usually it shows this:
Faulting application PIDS.EXE, version 1.0.0.0, time stamp 0x00003039, faulting module PIDS.EXE, version 1.0.0.0, time stamp 0x00003039, exception code 0xc000008f, fault offset 0x0002e5af, process id 0x1b80, application start time 0x01c9db40601b7507.
tools on
debug display on
debug code on
trace on
ran it in PB9 IDE under the debugger, ran it outside of PB9. Used
OurUnhandledExceptionFilter() but it didn't really tell me anything I didn't already know.
Are there any industrial-strength tools to try and figure this out?
Thanks...
Garry
My eventlog (Vista) showed this once:
Faulting application PIDS.EXE, version 1.0.0.0, time stamp 0x00003039, faulting module PIDS.EXE, version 1.0.0.0, time stamp 0x00003039, exception code 0xc0000005, fault offset 0x0002a9a0, process id 0x8a4, application start time 0x01c9db40e46f7ea7.
Usually it shows this:
Faulting application PIDS.EXE, version 1.0.0.0, time stamp 0x00003039, faulting module PIDS.EXE, version 1.0.0.0, time stamp 0x00003039, exception code 0xc000008f, fault offset 0x0002e5af, process id 0x1b80, application start time 0x01c9db40601b7507.
Comment