My application is crashing when it executes in release mode but does fine in debug. I am using a thread for reading the serial port, but in AppExit I check for and kill the thread if it exists. What else would cause this? Is there any way to figure out where this is occurring by debugging the running release mode application?


Thanks,


Steve