This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: python 2.3.2 make test segfault
Type: Stage:
Components: Extension Modules Versions: Python 2.3
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: clock_, loewis, nnorwitz
Priority: normal Keywords:

Created on 2003-10-26 17:16 by clock_, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
typescript clock_, 2003-10-26 17:16
Messages (5)
msg18768 - (view) Author: Karel Kulhavý (clock_) Date: 2003-10-26 17:16
When compiling python 2.3.2 on my platform, running make test produces segfault of python executable.

typescript included.
gcc 3.2.2
msg18769 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2003-10-27 14:06
Logged In: YES 
user_id=33168

The test that crashes is anydbm.  I wonder if this could be
related to the bsddb problems?
msg18770 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-10-27 14:11
Logged In: YES 
user_id=21627

Can you provide more detail about your platform (e.g. OS
name, OS vendor, version of BerkeleyDB installed).
msg18771 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2005-10-02 06:38
Logged In: YES 
user_id=33168

Karel, can you provide any more information about this
problem?  If not, we will have to close since it's not
reproducible.
msg18772 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2005-12-19 03:41
Logged In: YES 
user_id=33168

Closing due to lack of information.
History
Date User Action Args
2022-04-11 14:56:00adminsetgithub: 39462
2003-10-26 17:16:50clock_create