Alexander Belopolsky <alexander.belopol...@gmail.com> added the comment:
On Tue, Mar 16, 2010 at 7:46 PM, Matthias Klose <rep...@bugs.python.org> wrote: .. > it does crash: Strange. Can you report your Linux version and the stack trace from the crash? On Ubuntu, 2.6.24-27-generic #1 SMP Wed Jan 27 23:54:28 UTC 2010 i686 GNU/Linux, I see no crash. Moreover, I've just checked that the following C program works just fine: #include <unistd.h> int main() { execlp("ls", NULL); } ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8154> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com