[Scons-users] Segmentation faults in scons-2.2.0

Gary Oberbrunner garyo at oberbrunner.com
Thu Aug 15 21:27:04 EDT 2013


On Thu, Aug 15, 2013 at 9:07 PM, Chris Irvine <cirvine1 at telus.net> wrote:


> ...

>

> Memory fault (core dumped)****

>

> $ scons****

>

> Memory fault (core dumped)****

>

> $ scons --debug=pdb****

>

> Memory fault (core dumped)****

>

> ** **

>

> **

>

I don't know anything about Interix -- does Microsoft even still support
it? If it's Unix-like enough, you can try to do
gdb python core
and then type 'where' to see the stack trace. But that will be at too low a
level to see what python was trying to do at the time of failure. And your
log above shows it might not even be writing the core files it says it is.
I suppose it could be this issue:
http://support.microsoft.com/kb/328684Might be worth trying that patch
anyway.

Does python work at all?

--
Gary
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://four.pairlist.net/pipermail/scons-users/attachments/20130815/efda2a62/attachment.html


More information about the Scons-users mailing list