Tim Newsham <tim.news...@gmail.com> added the comment:

This still crashes in newer builds such as:
Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) 
[GCC 4.4.3] on linux2


>>> import os
>>> os.execve("/bin/ls", [], {})
Segmentation fault

0  __strrchr_sse42 () at ../sysdeps/x86_64/multiarch/strrchr.S:134
#1  0x000000000040a36e in ?? ()
#2  0x0000000000407bce in ?? ()
#3  0x00007ffff744ac4d in __libc_start_main (main=<value optimized out>, 
    argc=<value optimized out>, ubp_av=<value optimized out>, 
    init=<value optimized out>, fini=<value optimized out>, 
    rtld_fini=<value optimized out>, stack_end=0x7fffffffee88)
    at libc-start.c:226
#4  0x0000000000402709 in ?? ()
#5  0x00007fffffffee88 in ?? ()
#6  0x000000000000001c in ?? ()
#7  0x0000000000000000 in ?? ()

----------
nosy: +Tim.Newsham
versions: +Python 2.6 -Python 2.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue952953>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to