This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

A recurrente error: python2.6 2624 D:\Notes\CXZH\Cygwin\bin\python2.6.exe: *** fatal error - unable to remap ...


Dear colleagues,

After installing Cygwin succesfully, I have even compiled Maxima and
it's working fine (except XMaxima isn't working, but this is not
supported software anyway), I tried to compile Code Aster, a nice FEA
package from EDF, making the corrections suggested in the Code Aster
user group about blocking multithreading testing, and the setup.py
scritpt ended with this error message:

"""
Checking if /usr/bin/gcc is GCC...       0 [main] python 4384
D:\Notes\CXZH\Cygwin\bin\python.exe: *** fatal error - unable to remap
D:\Notes\CXZH\Cygwin\bin\cyggfortran-3.dll to same address as parent:
0x18F20000 != 0x69780000
Stack trace:
Frame     Function  Args
0022A5B8  6102796B  (0022A5B8, 00000000, 00000000, 00000000)
0022A8A8  6102796B  (6117EC60, 00008000, 00000000, 61180977)
0022B8D8  61004F1B  (611A7FAC, 6124C4E4, 18F20000, 69780000)
End of stack trace
      1 [main] python 6088 fork: child 4384 - died waiting for dll
loading, errno 11
Exception AttributeError: AttributeError("Popen4 instance has no
attribute 'pid'",) in <bound method Popen4.__del__ of <popen2.Popen4
instance at 0x7fc33bac>> ignored
"""

I thought it was something related to the change I did, but when
trying to invoke IDLE, some time after that, a very similar message
came out:

"""
1 [main] python2.6 2624 D:\Notes\CXZH\Cygwin\bin\python2.6.exe: ***
fatal error - unable to remap D:\Notes\CXZH\Cygwin\bin\tk84.dll to
same address as parent: 0x18C20000 != 0x19120000
Stack trace:
Frame     Function  Args
0022A658  6102796B  (0022A658, 00000000, 00000000, 00000000)
0022A948  6102796B  (6117EC60, 00008000, 00000000, 61180977)
0022B978  61004F1B  (611A7FAC, 61249734, 18C20000, 19120000)
End of stack trace
      1 [main] python2.6 784 fork: child 2624 - died waiting for dll
loading, errno 11
Traceback (most recent call last):
  File "/usr/bin/idle", line 5, in <module>
    main()
  File "/usr/lib/python2.6/idlelib/PyShell.py", line 1400, in main
    shell = flist.open_shell()
  File "/usr/lib/python2.6/idlelib/PyShell.py", line 281, in open_shell
    if not self.pyshell.begin():
  File "/usr/lib/python2.6/idlelib/PyShell.py", line 989, in begin
    client = self.interp.start_subprocess()
  File "/usr/lib/python2.6/idlelib/PyShell.py", line 377, in start_subprocess
    self.spawn_subprocess()
  File "/usr/lib/python2.6/idlelib/PyShell.py", line 353, in spawn_subprocess
    self.rpcpid = os.spawnv(os.P_NOWAIT, sys.executable, args)
  File "/usr/lib/python2.6/os.py", line 567, in spawnv
    return _spawnvef(mode, file, args, None, execv)
  File "/usr/lib/python2.6/os.py", line 535, in _spawnvef
    pid = fork()
OSError: [Errno 11] Resource temporarily unavailable
"""

All the refered libraries are in place, with usual permissions.

Has anyone of you ever run run into something like this?

I thank you very much in advance for any hint.

__________________________________
Hélio C. Bortolon
Fisico/Matemático Amador & Inventor

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]