Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2010 19:45:39 +0400
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        Giuseppe Pagnoni <gpagnoni@gmail.com>
Cc:        Garrett Cooper <yanefbsd@gmail.com>, freebsd-python@freebsd.org, freebsd-ports-bugs@freebsd.org
Subject:   Re: pyglet segfaults on FreeBSD 8.0/amd64/nVidia
Message-ID:  <20100414154539.GA16191@hades.panopticon>
In-Reply-To: <y2o92056ebc1004140742j95be372vba684348b55353f5@mail.gmail.com>
References:  <h2z92056ebc1004140144p1df1b5bcq3934ff6cf997834f@mail.gmail.com> <20100414120914.GB3605@hades.panopticon> <q2x7d6fde3d1004140623ue80886c0o21e6316cdff46a92@mail.gmail.com> <n2z92056ebc1004140651g86164e3zd4eedb6c8a0d3d8@mail.gmail.com> <y2o92056ebc1004140742j95be372vba684348b55353f5@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
* Giuseppe Pagnoni (gpagnoni@gmail.com) wrote:

> => I get a segmentation fault and a python.core file.
> 
> When I run:
> 
>   gdb core python.core

You should run `gdb python python.core` instead. Or, just

% gdb python
> run example.py

so it runs python example.py, dies and drops out into gdb.
In the debugger, you should at least run `bt full` command.

> It doesn't seem very informative to me but I don't know how to use gdb
> at all; perhaps the debug symbols were stripped on install?

They shouldn't, as WITH_DEBUG disables stripping.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru    http://www.amdmi3.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100414154539.GA16191>