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: test_bsddb3 crashes if run after test_locale
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: loewis Nosy List: loewis, nascheme
Priority: high Keywords:

Created on 2003-07-01 14:25 by nascheme, last changed 2022-04-10 16:09 by admin. This issue is now closed.

Messages (2)
msg16768 - (view) Author: Neil Schemenauer (nascheme) * (Python committer) Date: 2003-07-01 14:25
I found this while testing for the 2.3b2 release.  This
crashes on both W2K and Linux:

  ./python Lib/test/regrtest.py -u bsddb test_logging
test_bsddb3

Only the 'locale.setlocale(locale.LC_ALL, '')' line of
test_logging is necessary to trigger the bug.
msg16769 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-07-15 19:13
Logged In: YES 
user_id=21627

This is fixed in _bsddb.c 1.17.
History
Date User Action Args
2022-04-10 16:09:35adminsetgithub: 38758
2003-07-01 14:25:01naschemecreate