Cygwin + subprocess.Popen error

Bug #1324822 reported by Kis Gabot
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gcovr
New
Undecided
Unassigned

Bug Description

I got error at this python line:
(out, err) = subprocess.Popen( cmd, env=env, stdout=subprocess.PIPE, stderr=subprocess.PIPE ).communicate()

cd tmp
python gcovr.py .

Cygwin version: V1_7_9_advanced, included python: 2.6
Nothing other is locking the files.

[10:42:15] [/cygdrive/c/tmp]$ python gcovr.py .
/cygdrive/c/tmp/eephandler_if.gcda
      1 [main] python 1440 C:\KBApps\DevEnv\Cygwin\V1_7_9_advanced\bin\python.exe: *** fatal error -
 unable to remap \\?\C:\KBApps\DevEnv\Cygwin\V1_7_9_advanced\lib\python2.6\lib-dynload\time.dll to s
ame address as parent: 0x450000 != 0x540000
Stack trace:
Frame Function Args
0028AA68 6102796B (0028AA68, 00000000, 00000000, 00000000)
0028AD58 6102796B (6117EC60, 00008000, 00000000, 61180977)
0028BD88 61004F1B (611A7FAC, 61248274, 00450000, 00540000)
End of stack trace
      0 [main] python 7060 fork: child 1440 - died waiting for dll loading, errno 11
Traceback (most recent call last):
  File "gcovr.py", line 1836, in <module>
    process_datafile(file,covdata,options)
  File "gcovr.py", line 704, in process_datafile
    stdout=subprocess.PIPE ).communicate()
  File "/usr/lib/python2.6/subprocess.py", line 633, in __init__
    errread, errwrite)
  File "/usr/lib/python2.6/subprocess.py", line 1049, in _execute_child
    self.pid = os.fork()
OSError: [Errno 11] Resource temporarily unavailable

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.