[Python-bugs-list] [Bug #131204] fork()/execv() IDE Crash

noreply@sourceforge.net noreply@sourceforge.net
Mon, 05 Feb 2001 18:35:15 -0800


Bug #131204, was updated on 2001-Feb-05 18:35
Here is a current snapshot of the bug.

Project: Python
Category: IDLE
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : nobody
Summary: fork()/execv() IDE Crash

Details: I'm just learning the fork()/execv() business and i'm sure this
code is crappy... but it does crash IDLE on Windows 98
#system test
import os
MyList = ['127.0.0.1']
while 1:
    
    os.execv('C:\Windows\ping', MyList )
    os.fork()


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=131204&group_id=5470