X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SARE_SUB_OBFU_Z,SPF_NEUTRAL X-Spam-Check-By: sourceware.org Message-ID: <4EFB1AC0.8050707@cornell.edu> Date: Wed, 28 Dec 2011 08:33:52 -0500 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: A recurrente error: python2.6 2624 D:\Notes\CXZH\Cygwin\bin\python2.6.exe: *** fatal error - unable to remap ... References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 12/28/2011 7:42 AM, Helio C. Bortolon wrote: > 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 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 > 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? Try running rebaseall after reading /usr/share/doc/rebase/README . Ken -- 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