I added some multi-threading code to an application (to keep the UI from "freezing" while processing a serial read), and the Debug version runs fine, but the Release version (which worked fine w/o the multi-threading code), crashes instantly when I hit the button that calls the code. Any idea what could be causing this?