X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,TW_GJ,TW_RV,TW_YG,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 18 Apr 2011 08:05:43 -0700 Message-ID: Subject: Re: CYGWIN_NT-6.1-WOW64 on Windows 7: "died waiting for longjmp before initialization"? From: Lonni J Friedman To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Welcome to the club. The only suggestion that I've been given for this problem is to run 'rebaseall', which appears to fix it until it happens again. On Mon, Apr 18, 2011 at 8:02 AM, Sid Maxwell wrote: > I'm running CYGWIN_NT-6.1-WOW64 on a Lenovo ThinkPad W520 running > Windows 7 Home Premium. =C2=A0When using rvm to install [Ruby] 1.8.7.p334, > during the "make" (compiling) phase, I see the following: > > ~> rvm --debug --trace install 1.8.7-p334 > --trace install 1.8.7-p334 > > rvm 1.6.2 by Wayne E. Seguin (wayneeseguin AT gmail DOT com) > [https://rvm.beginrescueend.com/] > > + [[ -z '' ]] > + export 'PS4=3D+ ${BASH_SOURCE##${rvm_path:-}} : > ${FUNCNAME[0]:+${FUNCNAME[0]}()} =C2=A0${LINENO} > ' > + PS4=3D'+ ${BASH_SOURCE##${rvm_path:-}} : > ${FUNCNAME[0]:+${FUNCNAME[0]}()} =C2=A0${LINENO} > ' > + /scripts/cli : __rvm_parse_args() =C2=A0709 > [[ -z '' ]] > + /scripts/cli : __rvm_parse_args() =C2=A0709 > [[ -n '' ]] > . > . > . > ++ /scripts/functions/utility : __rvm_run() =C2=A0118 > command=3D'make ' > ++ /scripts/functions/utility : __rvm_run() =C2=A0119 > > message=3D'ruby-1.8.7-p334 - #compiling ' > ++ /scripts/functions/utility : __rvm_run() =C2=A0121 > [[ -n > ruby-1.8.7-p334 - #compiling =C2=A0]] > ++ /scripts/functions/utility : __rvm_run() =C2=A0122 > rvm_log > 'ruby-1.8.7-p334 - #compiling ' > ++ /scripts/functions/logging : rvm_log() =C2=A014 > printf > 'ruby-1.8.7-p334 - #compiling \n' > ruby-1.8.7-p334 - #compiling > ++ /scripts/functions/utility : __rvm_run() =C2=A0125 > [[ 1 -gt 0 ]] > ++ /scripts/functions/utility : __rvm_run() =C2=A0126 > rvm_debug 'Execut= ing: make ' > ++ /scripts/functions/logging : rvm_debug() =C2=A015 > printf 'DEBUG: > Executing: make \n' > DEBUG: Executing: make > ++ /scripts/functions/utility : __rvm_run() =C2=A0128 > [[ -n ruby-1.8.7-= p334 ]] > ++ /scripts/functions/utility : __rvm_run() =C2=A0129 > > temp_log_path=3D/home/Sid/.rvm/log/ruby-1.8.7-p334 > ++ /scripts/functions/utility : __rvm_run() =C2=A0134 > > log=3D/home/Sid/.rvm/log/ruby-1.8.7-p334/make.log > ++ /scripts/functions/utility : __rvm_run() =C2=A0136 > [[ ! -d > /home/Sid/.rvm/log/ruby-1.8.7-p334 ]] > ++ /scripts/functions/utility : __rvm_run() =C2=A0140 > [[ ! -f > /home/Sid/.rvm/log/ruby-1.8.7-p334/make.log ]] > +++ /scripts/functions/utility : __rvm_run() =C2=A0142 > date '+%Y-%m-%d = %H:%M:%S' > ++ /scripts/functions/utility : __rvm_run() =C2=A0142 > printf '[2011-04-= 18 > 09:52:34] make \n' > ++ /scripts/functions/utility : __rvm_run() =C2=A0144 > [[ 0 -gt 0 ]] > ++ /scripts/functions/utility : __rvm_run() =C2=A0148 > eval 'make ' > =C2=A0 =C2=A0 =C2=A07 [main] miniruby 2988 fork: child -1 - died waiting = for longjmp > before initialization, retry 10, exit code 0xC0000135, errno 11 > 1151962 [main] miniruby 2988 fork: child -1 - died waiting for longjmp > before initialization, retry 10, exit code 0xC0000135, errno 11 > 2181188 [main] miniruby 2988 fork: child -1 - died waiting for longjmp > before initialization, retry 10, exit code 0xC0000135, errno 11 > 3214648 [main] miniruby 2988 fork: child -1 - died waiting for longjmp > before initialization, retry 10, exit code 0xC0000135, errno 11 > 4244470 [main] miniruby 2988 fork: child -1 - died waiting for longjmp > before initialization, retry 10, exit code 0xC0000135, errno 11 > 5272498 [main] miniruby 2988 fork: child -1 - died waiting for longjmp > before initialization, retry 10, exit code 0xC0000135, errno 11 > . > . > . > > These "died waiting for longjmp" messages continue until interrupted (^C). > > I've set the "compatibility" property for the cygwin.bat icon to > Windows XP (Service Pack 3), with no change in behavior. =C2=A0When I run > the same rvm command on a Dell Inspiron 9200, running Windows XP/SP3 > and CYGWIN_NT-5.1, I do not see this behavior. > > Any assistance would be greatly appreciated. > > -+- Sid Maxwell > > P.S. Running "cygcheck -s -v -r > cygcheck.out" gets the following > messages to stderr. =C2=A0Is this normal, or part of the problem? > > ~> cygcheck -s -v -r > cygcheck.out > /usr/bin/cygrunsrv: warning: OpenService failed for 'DcomLaunch': Win32 e= rror 5 > Access is denied. > /usr/bin/cygrunsrv: warning: OpenService failed for 'pla': Win32 error 5 > Access is denied. > /usr/bin/cygrunsrv: warning: OpenService failed for 'QWAVE': Win32 error 5 > Access is denied. > /usr/bin/cygrunsrv: warning: OpenService failed for 'RpcEptMapper': > Win32 error 5 > Access is denied. > /usr/bin/cygrunsrv: warning: OpenService failed for 'RpcSs': Win32 error 5 > Access is denied. > ~> -- 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