delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL,T_RP_MATCHES_RCVD |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <4FCE3073.9090201@cs.utoronto.ca> |
Date: | Tue, 05 Jun 2012 12:14:43 -0400 |
From: | Ryan Johnson <ryan DOT johnson AT cs DOT utoronto DOT ca> |
User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: child_info_fork::abort: |
References: | <CAAKc=GB2aKw6N9xVoT1wQdxHen791w06p6z1Z=O4zdK+6aT-Lg AT mail DOT gmail DOT com> |
In-Reply-To: | <CAAKc=GB2aKw6N9xVoT1wQdxHen791w06p6z1Z=O4zdK+6aT-Lg@mail.gmail.com> |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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 05/06/2012 11:45 AM, Rodrigo Botafogo wrote: > I´m using the latest cygwin distribution 1.7.15-1 and I´m using Ruby > with netcdf. I keep on getting the following messages: > > 0 [main] ruby 8140 child_info_fork::abort: address space needed > by 'cygnetcdf-7.dll' (0x420000) is already occupied > 0 [main] ruby 6960 child_info_fork::abort: address space needed > by 'cygnetcdf-7.dll' (0x420000) is already occupied > 0 [main] ruby 5692 child_info_fork::abort: address space needed > by 'cygnetcdf-7.dll' (0x420000) is already occupied > 0 [main] ruby 7748 child_info_fork::abort: address space needed > by 'cygnetcdf-7.dll' (0x420000) is already occupied > > Similar messages appear when I try to open gnuplot processes. I´ve > already done rebaseall. 0x420000 is a really low address for a dll, it will collide with any executable larger than 128kB. It's also in the region of address space where Windows really likes to put things like stacks and heaps (which cygwin can't move). Either rebaseall didn't work right, or else you've got a huge number of dlls in your system and it just ran out of address space to use. Ryan -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |