02-21-2007 12:00 PM
I am running LabWindows/CVI 8.0.1 on Windows XP Professional with SP2. For one of my applications, LabWindows crashes when I run it in the debugger. By that I mean that LabWindows closes completely without a clue as to why.
This happens with one (but not others) of my applications on two different computers. If I run the debug version of the executable directly, it will not crash. But when I run it in the debugger, it crashes immediately. I tried setting a breakpoint in the first statement of the main function, but it crashes before it gets there.
I am probably overflowing some array or misallocating some memory, but I cannot troubleshoot it due to the immediate crash in the debugger.
Can someone give me some hints as to how I can trace down the area of code causing my problem?
Thanks.
02-22-2007 12:05 AM
02-22-2007 08:05 AM
02-22-2007 12:54 PM
Thanks to Roberto and Ian. After wiping out the old project files and creating a completely new project for my existing source files, the crash problem went away.