Bugs item #1558223, was opened at 2006-09-14 00:05
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1558223&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: Parser/Compiler
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: ThurnerRupert (thurnerrupert)
Assigned to: Nobody/Anonymous (nobody)
Summary: apache2 - mod_python - python2.4 core dump

Initial Comment:
$ gdb bin/httpd
GNU gdb 6.0
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public
License, and you are
welcome to change it and/or distribute copies of it
under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show
warranty" for details.
This GDB was configured as "sparc-sun-solaris2.8"...
(gdb) core core
Core was generated by `/usr/local/bin/httpd -k restart'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/local/lib/libssl.so.0.9.8...done.
Loaded symbols for /usr/local/lib/libssl.so.0.9.8
<... deleted the whole loaded libraries>

#0  0xfebb3218 in strlen () from /usr/lib/libc.so.1

(gdb) bt

#0  0xfebb3218 in strlen () from /usr/lib/libc.so.1
#1  0xfda6ac4c in PyString_FromString (
    str=0xfef65ec0 "unexpected parser state - please
send a bug report")
    at Objects/stringobject.c:106
#2  0xfdac9b50 in PyModule_AddStringConstant (m=0x594cd0,
    name=0xfe5a5478 "XML_ERROR_ENTITY_DECLARED_IN_PE",
value=0x0)
    at Python/modsupport.c:589
#3  0xfe57cec4 in initpyexpat ()
    at /usr/local/Python-2.4.3/Modules/pyexpat.c:1973

this happens when running moinmoin 1.5.4, and doing a
gui-edit. mod_python-3.2.10, httpd-2.2.3, solaris 8,
compile with gcc-3.4.6.



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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1558223&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to