[ python-Bugs-860547 ] Core dump problems

SourceForge.net noreply at sourceforge.net
Sun Feb 8 22:13:30 EST 2004


Bugs item #860547, was opened at 2003-12-15 15:06
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=860547&group_id=5470

Category: Python Interpreter Core
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: John Draper (crunch)
Assigned to: Nobody/Anonymous (nobody)
Summary: Core dump problems

Initial Comment:
Tried to install Python 2.3.3c1

 It keeps core dumping (leaving python.core). I'm not doing 
anything strange, just documented stuff from the manuals. 

  I tried 'gdb -c python.core' and then using 'back', but 
there are no labels compiled in (I hate that...); how can I
get the labels to be included? "./configure --debug" doesn't 
work. 

  I assume without the labels the numbers are 
meaningless. Running this under OpenBSD 3.2. Then, 
where should I submit my core dump (if anywhere?)?





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

>Comment By: Raymond Hettinger (rhettinger)
Date: 2004-02-08 22:13

Message:
Logged In: YES 
user_id=80475

Do you still have install problems with the latest Python?

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

Comment By: Neal Norwitz (nnorwitz)
Date: 2003-12-15 18:12

Message:
Logged In: YES 
user_id=33168

try ./configure --with-pydebug
Do all the tests run?  (make test)

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

Comment By: John Draper (crunch)
Date: 2003-12-15 16:08

Message:
Logged In: YES 
user_id=61606

Further details on the Python core dump:

It core dumps (segmentation fault) when I check the database 
for a certain key. The offending statement is: 
x=database.has_key(keystring). database is open and otherwise 
normal.  The database is "gdbm-1.8.3". The offending key is 
"3012a3ec5c796329fee7c242d4df00d6".


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

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



More information about the Python-bugs-list mailing list