Rob- This does not answer your question... I have had similar problems with stackless embedded in my app -- that is: occasional crashes in obscure places during Py_Finalize.
IIRC they were not easy to debug even with symbols, so eventually I decided to simple skip calling Py_Finalize. For my app I happen to know that there is nothing important that the python finalization will accomplish -- and my process will shortly be exiting anyway (That is I don't need to so something like start another interpreter in the same process). You would have to carefully analyze whether this might be true for you. On Aug 26, 2014, at 3:53 PM, Robert Babiak <rbab...@gmail.com> wrote: > Hi I am trying to track down a Seg-Fault in Py_Finalize in my code, I am > embedding Stackless into my application. > > I am trying to figure out where to get symbols/ how to build stackless with > symbols > > I don't see any options on setup,.py for specifying a debug build, and google > has come up dry. > > Is it possible? > > - Rob > > -- > Life: Bah, I will worry about it when it is over. > _______________________________________________ > Stackless mailing list > Stackless@stackless.com > http://www.stackless.com/mailman/listinfo/stackless _______________________________________________ Stackless mailing list Stackless@stackless.com http://www.stackless.com/mailman/listinfo/stackless