[issue8154] os.execlp('true') crashes the interpreter on 2.x

Alexander Belopolsky report at bugs.python.org
Wed Mar 17 01:02:53 CET 2010


Alexander Belopolsky <alexander.belopolsky at gmail.com> added the comment:

On Tue, Mar 16, 2010 at 7:46 PM, Matthias Klose <report at 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 <report at bugs.python.org>
<http://bugs.python.org/issue8154>
_______________________________________


More information about the Python-bugs-list mailing list