[New-bugs-announce] [issue4358] Segfault in stringobject.c
Farshad Khoshkhui
report at bugs.python.org
Wed Nov 19 19:34:30 CET 2008
New submission from Farshad Khoshkhui <farshadkh at gmail.com>:
I'm encountering random segfaults on multiple machines. By examining
core dumps, it's all happening in stringobject.c (_PyString_Resize or
string_join).
By using pyframev I figured out it's always happening inside
xmlrpclib.py (/usr/lib/python2.5/xmlrpclib.py (716): dump_struct or
/usr/lib/python2.5/xmlrpclib.py (627): dumps)
I'm using Python 2.5.2 on debian in a threaded environment with heavy
use of xmlrpc.
----------
assignee: theller
components: XML, ctypes
files: backtrace1
messages: 76066
nosy: farshad, theller
severity: normal
status: open
title: Segfault in stringobject.c
type: crash
versions: Python 2.5
Added file: http://bugs.python.org/file12063/backtrace1
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4358>
_______________________________________
More information about the New-bugs-announce
mailing list