[Python-bugs-list] [ python-Bugs-602295 ] Core dump in 2.2.1

noreply@sourceforge.net noreply@sourceforge.net
Fri, 30 Aug 2002 02:58:23 -0700


Bugs item #602295, was opened at 2002-08-30 08:47
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=602295&group_id=5470

Category: Python Interpreter Core
Group: Python 2.2.1
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Jeremy Fincher (jemfinch)
>Assigned to: Michael Hudson (mwh)
Summary: Core dump in 2.2.1

Initial Comment:
$ python
Python 2.2.1 (#1, Aug 23 2002, 05:57:24)
[GCC 2.95.3-5 (cygwin special)] on cygwin
Type "help", "copyright", "credits" or "license" for more 
information.
>>> class C(object):
...   __slots__ = ()
...
>>> c = C()
>>> del c.__class__
Segmentation fault (core dumped)

Attached is the stack dump.  I didn't see any actual 
core dump.

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

>Comment By: Michael Hudson (mwh)
Date: 2002-08-30 09:58

Message:
Logged In: YES 
user_id=6656

I think this is a dup of

[ 541883 ] delattr() causes python to segfault

which has been fixed on the trunk and on the 22-maint branch.

At any rate, your test no longer fails for me.

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

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