Message 1 of 6

Not applicable
03-07-2016
05:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a short script in C++ which iterates over all the files in a folder, generates the toolpaths for each then calls a postprocessor. This works fine, but crashes somewhere after exiting the script. All I can tell you from looking at the stack trace on thread 1 is this is in ~QRenderRule called from QHashData::free_helper ( that's a little suspicious ) on what looks like a bad address, if that's a clue of any sort. Not really seeing anything in my code that might have clobberred something.
Other than that running debugging in Xcode is pretty nice.
Solved! Go to Solution.