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]

CYGWIN_NT-6.1-WOW64 on Windows 7: "died waiting for longjmp before initialization"?


I'm running CYGWIN_NT-6.1-WOW64 on a Lenovo ThinkPad W520 running
Windows 7 Home Premium.  When 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@gmail.com)
[https://rvm.beginrescueend.com/]

+ [[ -z '' ]]
+ export 'PS4=+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()}  ${LINENO} > '
+ PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()}  ${LINENO} > '
+ /scripts/cli : __rvm_parse_args()  709 > [[ -z '' ]]
+ /scripts/cli : __rvm_parse_args()  709 > [[ -n '' ]]
.
.
.
++ /scripts/functions/utility : __rvm_run()  118 > command='make '
++ /scripts/functions/utility : __rvm_run()  119 >
message='ruby-1.8.7-p334 - #compiling '
++ /scripts/functions/utility : __rvm_run()  121 > [[ -n
ruby-1.8.7-p334 - #compiling  ]]
++ /scripts/functions/utility : __rvm_run()  122 > rvm_log
'ruby-1.8.7-p334 - #compiling '
++ /scripts/functions/logging : rvm_log()  14 > printf
'ruby-1.8.7-p334 - #compiling \n'
ruby-1.8.7-p334 - #compiling
++ /scripts/functions/utility : __rvm_run()  125 > [[ 1 -gt 0 ]]
++ /scripts/functions/utility : __rvm_run()  126 > rvm_debug 'Executing: make '
++ /scripts/functions/logging : rvm_debug()  15 > printf 'DEBUG:
Executing: make \n'
DEBUG: Executing: make
++ /scripts/functions/utility : __rvm_run()  128 > [[ -n ruby-1.8.7-p334 ]]
++ /scripts/functions/utility : __rvm_run()  129 >
temp_log_path=/home/Sid/.rvm/log/ruby-1.8.7-p334
++ /scripts/functions/utility : __rvm_run()  134 >
log=/home/Sid/.rvm/log/ruby-1.8.7-p334/make.log
++ /scripts/functions/utility : __rvm_run()  136 > [[ ! -d
/home/Sid/.rvm/log/ruby-1.8.7-p334 ]]
++ /scripts/functions/utility : __rvm_run()  140 > [[ ! -f
/home/Sid/.rvm/log/ruby-1.8.7-p334/make.log ]]
+++ /scripts/functions/utility : __rvm_run()  142 > date '+%Y-%m-%d %H:%M:%S'
++ /scripts/functions/utility : __rvm_run()  142 > printf '[2011-04-18
09:52:34] make \n'
++ /scripts/functions/utility : __rvm_run()  144 > [[ 0 -gt 0 ]]
++ /scripts/functions/utility : __rvm_run()  148 > eval 'make '
      7 [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.  When 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.  Is this normal, or part of the problem?

~> cygcheck -s -v -r > cygcheck.out
/usr/bin/cygrunsrv: warning: OpenService failed for 'DcomLaunch': Win32 error 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.
~>

Attachment: cygcheck.out
Description: Binary data

--
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]