[issue2853] *** glibc detected *** python: double free or corruption

2008-07-30 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: On lack of response from the OP, I'm going to mark this closed. -- nosy: +benjamin.peterson resolution: - works for me status: open - closed ___ Python tracker [EMAIL PROTECTED]

[issue2853] *** glibc detected *** python: double free or corruption

2008-05-25 Thread Gregory P. Smith
Gregory P. Smith [EMAIL PROTECTED] added the comment: Could you supply some real code in a test case and better describe the environment needed to reproduce this? (what OS for the client and server, 64bit, 32bit, mount options, etc). -- nosy: +gregory.p.smith priority: - critical

[issue2853] *** glibc detected *** python: double free or corruption

2008-05-14 Thread Michael Lang
New submission from Michael Lang [EMAIL PROTECTED]: Hi, i am trying to solve some problems we encounter, when locking files on a NFS Storage using fcntl. since this is a security related problem i just add some pseudo code here that was used to create the problem fh = os.open('filename')