pyglet segfaults on FreeBSD 8.0/amd64/nVidia
Dmitry Marakasov
amdmi3 at amdmi3.ru
Wed Apr 14 15:45:43 UTC 2010
* Giuseppe Pagnoni (gpagnoni at 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 at amdmi3.ru ..: jabber: amdmi3 at jabber.ru http://www.amdmi3.ru
More information about the freebsd-python
mailing list