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 malloc corruption
Type: Stage:
Components: Build Versions: Python 2.5
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: dfavor
Priority: normal Keywords:

Created on 2007-05-18 13:46 by dfavor, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg32058 - (view) Author: David Favor (dfavor) Date: 2007-05-18 13:46
export MALLOC_CHECK_=1
make testall

test_bsddb3
*** glibc detected *** ./python: free(): invalid pointer: 0x40b92de4 ***
*** glibc detected *** ./python: free(): invalid pointer: 0x40b92de4 ***
*** glibc detected *** ./python: free(): invalid pointer: 0x40b92de4 ***
*** glibc detected *** ./python: free(): invalid pointer: 0x40b92de4 ***
*** glibc detected *** ./python: free(): invalid pointer: 0x40b92de4 ***
*** glibc detected *** ./python: free(): invalid pointer: 0x40b92de4 ***

Followed by many deadlock exceptions.
msg32059 - (view) Author: David Favor (dfavor) Date: 2007-05-18 13:47
Duplicate of 1721309.
History
Date User Action Args
2022-04-11 14:56:24adminsetgithub: 44972
2007-05-18 13:46:33dfavorcreate