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 Alexander.Belopolsky
Recipients Alexander.Belopolsky, benjamin.peterson, doko, theller
Date 2010-03-17.00:02:51
SpamBayes Score 0.0023813911
Marked as misclassified No
Message-id <d38f5331003161702y65e84d5fjc2a202c72141e012@mail.gmail.com>
In-reply-to <1268783202.06.0.353152883783.issue8154@psf.upfronthosting.co.za>
Content
On Tue, Mar 16, 2010 at 7:46 PM, Matthias Klose <report@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);
}
History
Date User Action Args
2010-03-17 00:02:53Alexander.Belopolskysetrecipients: + Alexander.Belopolsky, theller, doko, benjamin.peterson
2010-03-17 00:02:52Alexander.Belopolskylinkissue8154 messages
2010-03-17 00:02:51Alexander.Belopolskycreate