Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'scripts': 0.03; 'programmer': 0.03; 'debug': 0.07; 'problem?': 0.07; 'python3': 0.07; 'library?': 0.09; 'python': 0.11; 'filename:fname piece:signature': 0.16; 'received:192.168.1.20': 0.16; 'somehow.': 0.16; 'subject:skip:m 10': 0.16; 'url:ch': 0.16; 'trying': 0.19; 'working.': 0.19; 'seems': 0.21; 'header:User-Agent:1': 0.23; "i'm": 0.30; 'getting': 0.31; 'url:wiki': 0.31; 'trace': 0.31; 'could': 0.34; 'problem': 0.35; 'knows': 0.35; 'anybody': 0.35; 'but': 0.35; 'there': 0.35; 'library.': 0.36; 'useful': 0.36; 'similar': 0.36; 'to:addr:python-list': 0.38; 'embedded': 0.39; 'to:addr:python.org': 0.39; 'und': 0.40; 'how': 0.40; 'skip:u 10': 0.60; 'signal': 0.60; 'from:charset:utf-8': 0.61; 'information': 0.63; 'sincerely': 0.63; 'map': 0.64; 'linked': 0.65; 'export': 0.74; 'skip:/ 30': 0.84; 'url:php': 0.85; 'yours': 0.88 Date: Mon, 16 Jun 2014 19:14:43 +0200 From: =?UTF-8?B?Um9sYW5kIFBsw7xzcw==?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: python-list@python.org Subject: module_traverse segfault X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RUS32ilKTosAbPmUbm68iHmsix2DjdUaB" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 55 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1402939332 news.xs4all.nl 2906 [2001:888:2000:d::a6]:54728 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73322 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --RUS32ilKTosAbPmUbm68iHmsix2DjdUaB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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. --=20 Yours sincerely Pl=C3=BCss 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 --RUS32ilKTosAbPmUbm68iHmsix2DjdUaB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlOfJg4ACgkQjKGu9ysRWfoIfQCgnKb3y6t2Mnyvyw7K2zzhmgTX soQAniiKMOBGtBB7WYJ7QpoIjPehpfT2 =QoBi -----END PGP SIGNATURE----- --RUS32ilKTosAbPmUbm68iHmsix2DjdUaB--