Re: Segfaults and debug builds

Robin Dunn <[email protected]>
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <[email protected]>

On Tuesday, December 19, 2017 at 4:21:13 AM UTC-8, Jonathan Schultz wrote:
>
> On closer inspection I see that I already have a debug build. The problem 
> is I have no sources, as pip deletes its build directory, even if you 
> specify the '--no-clean' option. I tried building from github sources but 
> that seemed to involve a level of complexity greater than I am able to 
> handle right now.
>

Try using the source tar file instead of directly from the git checkout.  
There are a ton of generated files that are not checked in to git, but they 
are present in the tar files you can get from pypi or from the snapshot 
builds site. Once you have the source tree you should be able to build 
normally, or do an in-place build with `pip install -e .` so python will 
import directly from your copy of the source tree.
 

> So can I rephrase the question as a call for help on how to debug crashes 
> like the one I have above?
>

If getting a debuggable build doesn't help then try to make a 
small-as-possible sample that replicates the problem so others can try it 
out too. 

-- 
Robin Dunn
Software Craftsman
http://wxPython.org

-- 
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.