[Python-Dev] Directions for reproducing the coredump (original) (raw)
Ka-Ping Yee ping@lfw.org
Fri, 11 Aug 2000 21:57:02 -0700 (PDT)
- Previous message: [Python-Dev] Directions for reproducing the coredump
- Next message: [Python-Dev] Directions for reproducing the coredump
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 11 Aug 2000, Ka-Ping Yee wrote:
I have successfully reproduced the core dump.
I'm investigating. Top of the stack looks like:
#0 0x40061e39 in __pthread_lock (lock=0x0, self=0x40067f20) at spinlock.c:41 #1 0x4005f8aa in __pthread_mutex_lock (mutex=0xbfe0277c) at mutex.c:92 #2 0x400618cb in __flockfile (stream=0xbfe02794) at lockfile.c:32 #3 0x400d2955 in _IO_vfprintf (s=0xbfe02794, format=0x80d1500 "'%.50s' instance has no attribute '%.400s'", ap=0xbfe02a54) at vfprintf.c:1041 #4 0x400e00b3 in _IO_vsprintf (string=0xbfe02850 "�/�", format=0x80d1500 "'%.50s' instance has no attribute '%.400s'", args=0xbfe02a54) at iovsprintf.c:47 #5 0x80602c5 in PyErr_Format (exception=0x819783c, format=0x80d1500 "'%.50s' instance has no attribute '%.400s'") at errors.c:377 #6 0x806eac4 in instance_getattr1 (inst=0x84ecdd4, name=0x81960a8) at classobject.c:594 #7 0x806eb97 in instance_getattr (inst=0x84ecdd4, name=0x81960a8) at classobject.c:639 #8 0x807b445 in PyObject_GetAttrString (v=0x84ecdd4, name=0x80d306b "str") at object.c:595 #9 0x807adf8 in PyObject_Str (v=0x84ecdd4) at object.c:291 #10 0x8097d1e in builtin_str (self=0x0, args=0x85adc3c) at bltinmodule.c:2034 #11 0x805a490 in call_builtin (func=0x81917e0, arg=0x85adc3c, kw=0x0) at ceval.c:2369
-- ?!ng
"This code is better than any code that doesn't work has any right to be." -- Roger Gregory, on Xanadu
- Previous message: [Python-Dev] Directions for reproducing the coredump
- Next message: [Python-Dev] Directions for reproducing the coredump
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]