[ python-Bugs-1663392 ] PyType_IsSubtype segfaults

SourceForge.net noreply at sourceforge.net
Mon Feb 19 12:46:17 CET 2007


Bugs item #1663392, was opened at 2007-02-19 17:12
Message generated for change (Comment added) made by nsbuttar
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1663392&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Interpreter Core
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: navtej singh (nsbuttar)
Assigned to: Nobody/Anonymous (nobody)
Summary: PyType_IsSubtype segfaults

Initial Comment:
It seems the issue is similar to bug#560215.  I was not able to reopen the last bug so I have opened a new one. I am using an external python extension which seems to be buggy. I am still investigating the actual cause of the bug in the said extension library.

PyType_IsSubType segfault reason is NULL pointer derefrence @ PyType_IsSubtype (a=0x0, b=0xb7f1ea00)
attaching the gdb bt as attachment.



----------------------------------------------------------------------

>Comment By: navtej singh (nsbuttar)
Date: 2007-02-19 17:16

Message:
Logged In: YES 
user_id=847825
Originator: YES

Additional Information

cat /etc/gentoo-release ; uname -r; python -V
Gentoo Base System release 1.12.9
2.6.19-suspend2-r2
Python 2.4.4


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1663392&group_id=5470


More information about the Python-bugs-list mailing list