Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #73322 > unrolled thread

module_traverse segfault

Started byRoland Plüss <roland@rptd.ch>
First post2014-06-16 19:14 +0200
Last post2014-06-16 19:14 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  module_traverse segfault Roland Plüss <roland@rptd.ch> - 2014-06-16 19:14 +0200

#73322 — module_traverse segfault

FromRoland Plüss <roland@rptd.ch>
Date2014-06-16 19:14 +0200
Subjectmodule_traverse segfault
Message-ID<mailman.11093.1402939332.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

I'm still trying to get Python3 embedded working. The main problem I'm
hitting now is an unexplainable segfault:

Program received signal SIGSEGV, Segmentation fault.
0x00007fffffffc958 in ?? ()
(gdb) bt
#0  0x00007fffffffc958 in ?? ()
#1  0x00007fffdd2f9ed0 in module_traverse () from
/usr/lib64/libpython3.3.so.1.0
#2  0x00007fffdd396cc7 in collect_with_callback () from
/usr/lib64/libpython3.3.so.1.0
#3  0x00007fffdd397738 in PyGC_Collect () from
/usr/lib64/libpython3.3.so.1.0
#4  0x00007fffdd3808ca in Py_Finalize () from /usr/lib64/libpython3.3.so.1.0

It seems to be linked with GC somehow. I don't know how to trace this
problem into the python library. Anybody has seen a similar problem and
knows where I could start looking for the problem? Is there a way to
debug this into python library? I'm using GDB but I'm getting no useful
information out of it.

-- 
Yours sincerely
Plüss Roland

Leader and Head Programmer
- Game: Epsylon ( http://www.indiedb.com/games/epsylon )
- Game Engine: Drag[en]gine ( http://www.indiedb.com/engines/dragengine
, http://dragengine.rptd.ch/wiki )
- Normal Map Generator: DENormGen ( http://epsylon.rptd.ch/denormgen.php )
- As well as various Blender export scripts und game tools

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web