Python 2.3.2 spawn problem

Jim Tanner james.g.tanner at boeing.com
Wed Mar 10 15:29:10 EST 2004


I am trying to start the 2.3.3 IDL and getting an error.  I think I might
have a dll conflict, but the 2.2.3 IDL works fine.  The 2.3.3 IDL used to
work just fine.

The following are the Traceback error messages:

bash-2.05b$ python.exe Lib/idlelib/idle.pyw
C:\cygwin\bin\python2.3.exe: *** unable to remap
C:\cygwin\bin\cygssl-0.9.7.dll
to same address as parent(0x720000) != 0x730000
    407 [main] python 2496 sync_with_child: child 3112(0x180) died before
initia
lization with status code 0x1
    903 [main] python 2496 sync_with_child: *** child state child loading
dlls
Traceback (most recent call last):
  File "Lib/idlelib/idle.pyw", line 4, in ?
    main()
  File "/cygdrive/c/Python23/Lib/idlelib/PyShell.py", line 1282, in main
    flist.pyshell = PyShell(flist)
  File "/cygdrive/c/Python23/Lib/idlelib/PyShell.py", line 764, in __init__
    self.interp.start_subprocess()
  File "/cygdrive/c/Python23/Lib/idlelib/PyShell.py", line 355, in
start_subproc
ess
    self.spawn_subprocess()
  File "/cygdrive/c/Python23/Lib/idlelib/PyShell.py", line 321, in
spawn_subproc
ess
    self.rpcpid = os.spawnv(os.P_NOWAIT, sys.executable, args)
  File "/usr/lib/python2.3/os.py", line 521, in spawnv
    return _spawnvef(mode, file, args, None, execv)
  File "/usr/lib/python2.3/os.py", line 489, in _spawnvef
    pid = fork()
OSError: [Errno 11] Resource temporarily unavailable

Thanks for your assistance,
Jim Tanner





More information about the Python-list mailing list