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.

Author pitrou
Recipients Alexander.Belopolsky, benjamin.peterson, doko, pitrou, r.david.murray, theller
Date 2010-03-18.18:34:40
SpamBayes Score 0.05345134
Marked as misclassified No
Message-id <1268937282.66.0.803133908804.issue8154@psf.upfronthosting.co.za>
In-reply-to
Content
Crash reproduced under Mandriva Linux 2010.0 (glibc-2.10.1-6.2mnb2). Stack trace is as follows:

(gdb) bt
#0  0x00007fb59f2eba9a in strrchr () from /lib64/libc.so.6
#1  0x00000000004010ae in ?? ()
#2  0x0000000000400ff3 in ?? ()
#3  0x00007fb59f29091d in __libc_start_main () from /lib64/libc.so.6
#4  0x0000000000400d79 in ?? ()
#5  0x00007fff00162fa8 in ?? ()
#6  0x000000000000001c in ?? ()
#7  0x0000000000000000 in ?? ()

Also, please add the missing test when backporting the patch.
History
Date User Action Args
2010-03-18 18:34:42pitrousetrecipients: + pitrou, theller, doko, benjamin.peterson, r.david.murray, Alexander.Belopolsky
2010-03-18 18:34:42pitrousetmessageid: <1268937282.66.0.803133908804.issue8154@psf.upfronthosting.co.za>
2010-03-18 18:34:40pitroulinkissue8154 messages
2010-03-18 18:34:40pitroucreate