Re: Building Debug version.

Jeff Senn <[email protected]> Tue, 26 Aug 2014 20:17:44 -0400
Newsgroups gmane.comp.python.stackless
Message-ID <[email protected]>
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 <[email protected]> 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
> [email protected]
> http://www.stackless.com/mailman/listinfo/stackless