Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73322
| 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 | <roland@rptd.ch> |
| 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 | Roland Plüss <roland@rptd.ch> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11093.1402939332.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
[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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
module_traverse segfault Roland Plüss <roland@rptd.ch> - 2014-06-16 19:14 +0200
csiph-web