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 doko
Recipients Alexander.Belopolsky, benjamin.peterson, doko, r.david.murray, theller
Date 2010-03-17.00:40:03
SpamBayes Score 3.0939745e-08
Marked as misclassified No
Message-id <1268786405.71.0.923776969669.issue8154@psf.upfronthosting.co.za>
In-reply-to
Content
crash seen on both Debian unstable and recent Ubuntu lucid.

(gdb) run
Starting program: /home/doko/a.out 
process 30155 is executing new program: /bin/ls
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
strrchr () at ../sysdeps/i386/strrchr.S:178
178	../sysdeps/i386/strrchr.S: No such file or directory.
	in ../sysdeps/i386/strrchr.S
(gdb) bt
#0  strrchr () at ../sysdeps/i386/strrchr.S:178
#1  0x080524d2 in ?? ()
#2  0x0804fb2c in ?? ()
#3  0x00170bd6 in __libc_start_main (main=0x804fb10, argc=0, 
    ubp_av=0xbffff534, init=0x805bd60, fini=0x805bd50, 
    rtld_fini=0x11e0b0 <_dl_fini>, stack_end=0xbffff52c) at libc-start.c:226
#4  0x08049cf1 in ?? ()

stack trace from lucid; glibc-2.11.1, linux 2.6.32
History
Date User Action Args
2010-03-17 00:40:05dokosetrecipients: + doko, theller, benjamin.peterson, r.david.murray, Alexander.Belopolsky
2010-03-17 00:40:05dokosetmessageid: <1268786405.71.0.923776969669.issue8154@psf.upfronthosting.co.za>
2010-03-17 00:40:04dokolinkissue8154 messages
2010-03-17 00:40:03dokocreate