Bug #12440
Updated by nobu (Nobuyoshi Nakada) almost 9 years ago
When I use `make test-all` on cygwin, a long list of messages gets output at a slow pace (about one line per second, but sometimes with longer waits), as below (please make sure you read all my comments, even the one at the bottom): ``` $ make test-all CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Werror=implicit-int -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=deprecated-declarations -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wno-maybe-uninitialized XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT CPPFLAGS = -D_XOPEN_SOURCE -D_GNU_SOURCE -I. -I.ext/include/x86_64-cygwin -I./include -I. DLDFLAGS = -Wl,--enable-auto-image-base,--enable-auto-import -Wl,--out-implib=libruby240.dll.a cygruby240.def -fstack-protector -Wl,--stack,0x00200000,--enable-auto-import SOLIBS = cygruby240.res.o -lpthread -ldl Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/lto-wrapper.exe Target: x86_64-pc-cygwin Configured with: /cygdrive/i/szsz/tmpp/gcc/gcc-5.3.0-5.x86_64/src/gcc-5.3.0/configure --srcdir=/cygdrive/i/szsz/tmpp/gcc/gcc-5.3.0-5.x86_64/src/gcc-5.3.0 --prefix=/usr --exec-prefix=/usr --localstatedir=/var --sysconfdir=/etc --docdir=/usr/share/doc/gcc --htmldir=/usr/share/doc/gcc/html -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --libexecdir=/usr/lib --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --enable-__cxa_atexit --with-dwarf2 --with-tune=generic --enable-languages=ada,c,c++,fortran,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomic --enable-libcilkrts --enable-libgomp --enable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libada --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib --enable-linker-build-id --with-default-libstdcxx-abi=gcc4-compatible Thread model: posix gcc version 5.3.0 (GCC) Run options: "--ruby=./miniruby.exe -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=./test/excludes --name=!/memory_leak/ # Running tests: [ 7/16817] Bug::Marshal::TestUsrMarshal#test_compat 2 [main] ruby 22476 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 2 [main] ruby 6652 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 21648 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 17868 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 2 [main] ruby 13316 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 17668 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 14136 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 9 [main] ruby 10172 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 17284 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 17964 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 3 [main] ruby 21964 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 13820 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 8168 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 21344 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 20972 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 22300 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 5596 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 3 [main] ruby 21524 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 7868 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 19628 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 2 [main] ruby 16088 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 18072 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 21808 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 2952 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 15280 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 27398 [main] ruby 17756 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 2 [main] ruby 21968 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 21612 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 13552 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 15664 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 2 [main] ruby 20540 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 17200 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 10668 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 15712 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 17320 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 17156 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 14860 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 17120 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 14728 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 14772 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 17100 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 19640 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 8648 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 16892 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 20760 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 17592 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 15388 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 16500 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 5188 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 20816 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 13392 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 17028 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 2 [main] ruby 18416 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 2 [main] ruby 21848 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 21936 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 20860 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 14264 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 16864 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 22060 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 2 [main] ruby 15100 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 9156 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 11752 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 21892 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 16420 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 3 [main] ruby 13040 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 2 [main] ruby 4040 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 4708 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 19136 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 2196 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 11292 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 15168 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 18988 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 18132 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 15472 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 7604 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 14432 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 14656 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 404 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 12048 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 17512 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 20516 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 22020 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 16776 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 2 [main] ruby 19948 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 2 [main] ruby 22164 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 2 [main] ruby 20348 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 18636 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 19432 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 14076 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 15288 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 15736 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 2 [main] ruby 18532 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 15480 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 10800 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 11460 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 13984 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 14856 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 2 [main] ruby 9336 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 2 [main] ruby 18204 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 8920 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 13600 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 13580 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 2 [main] ruby 14096 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 11808 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 2 [main] ruby 21684 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 12804 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 17292 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 18288 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 7788 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 3 [main] ruby 6472 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 5920 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 10224 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 20732 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 20888 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 11008 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 11992 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 14380 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 2 [main] ruby 20400 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 18384 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 14276 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 15588 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 3 [main] ruby 476 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 18220 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 13784 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 2 [main] ruby 18724 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 2 [main] ruby 22000 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 16484 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 18612 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 2 [main] ruby 18436 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 11316 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 2 [main] ruby 19892 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 13860 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 1972 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 20456 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 9704 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 13880 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 20544 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 19300 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 20548 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 20592 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 10892 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 20788 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 10372 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 10852 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 14876 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 13636 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 17024 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 440 [main] ruby 19240 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 4756 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 22104 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 13768 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 16572 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 20436 child_info_fork::abort: address space needed by 'bubblebabble.so' (0x1FB0000) is already occupied 2 [main] ruby 22172 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 2 [main] ruby 4820 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 2896 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 17384 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 18304 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 11220 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 6780 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 7932 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 15688 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 14352 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 13956 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 11556 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 8748 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 18760 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 15172 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 13644 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 20428 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 8704 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 22288 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 22368 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 12540 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 208 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 17560 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 22464 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 21244 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 14924 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 17 [main] ruby 14592 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 14892 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 17240 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 2 [main] ruby 15924 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 18488 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 22344 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 17516 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 2 [main] ruby 16124 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 17144 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 20684 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 5972 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 2904 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 5660 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 16456 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 11320 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 13456 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 16720 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 19164 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 12564 child_info_fork::abort: address space needed by 'bubblebabble.so' (0x1FB0000) is already occupied 0 [main] ruby 22184 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 21528 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 14008 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 3 [main] ruby 14500 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 2 [main] ruby 15520 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 2 [main] ruby 18732 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 2 [main] ruby 6768 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 11472 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 17588 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 4152 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 20952 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 21760 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 19572 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 672 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 6564 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 15060 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 20508 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 17004 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 1236 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 21636 child_info_fork::abort: address space needed by 'bubblebabble.so' (0x1FB0000) is already occupied 0 [main] ruby 14544 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 18008 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 8360 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 16168 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 17504 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 16788 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 14100 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 19820 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 21488 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 0 [main] ruby 21832 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 10424 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 14132 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 16256 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 12180 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 2 [main] ruby 8512 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 5376 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 0 [main] ruby 22336 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 20036 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 2 [main] ruby 14324 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 2 [main] ruby 10812 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 16992 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall 1 [main] ruby 20112 child_info_fork::abort: unable to remap win32ole.so to same address as parent (0x3420000) - try running rebaseall 1 [main] ruby 15996 child_info_fork::abort: unable to remap bubblebabble.so to same address as parent (0x1FB0000) - try running rebaseall (snip) ``` When I press Ctrl-C here (after comming back from a little break), I get the following output: ``` 1) Failure: Bug::Marshal::TestUsrMarshal#test_compat [/cygdrive/c/Data/ruby/test/lib/zombie_hunter.rb:5]: Expected [[22476, #<Process::Status: pid 22476 exit 0>], (snip) [15996, #<Process::Status: pid 15996 exit 0>], [20112, #<Process::Status: pid 20112 exit 0>], [16992, #<Process::Status: pid 16992 exit 0>], [10812, #<Process::Status: pid 10812 exit 0>], [14324, #<Process::Status: pid 14324 exit 0>], [20036, #<Process::Status: pid 20036 exit 0>], [22336, #<Process::Status: pid 22336 exit 0>], [5376, #<Process::Status: pid 5376 exit 0>], [8512, #<Process::Status: pid 8512 exit 0>], [12180, #<Process::Status: pid 12180 exit 0>], [16256, #<Process::Status: pid 16256 exit 0>], [14132, #<Process::Status: pid 14132 exit 0>], [10424, #<Process::Status: pid 10424 exit 0>], [21832, #<Process::Status: pid 21832 exit 0>], [21488, #<Process::Status: pid 21488 exit 0>], [19820, #<Process::Status: pid 19820 exit 0>], [14100, #<Process::Status: pid 14100 exit 0>], [16788, #<Process::Status: pid 16788 exit 0>], [17504, #<Process::Status: pid 17504 exit 0>], [16168, #<Process::Status: pid 16168 exit 0>], [8360, #<Process::Status: pid 8360 exit 0>], [18008, #<Process::Status: pid 18008 exit 0>], [14544, #<Process::Status: pid 14544 exit 0>], [1236, #<Process::Status: pid 1236 exit 0>], [17004, #<Process::Status: pid 17004 exit 0>], [20508, #<Process::Status: pid 20508 exit 0>], [15060, #<Process::Status: pid 15060 exit 0>], [6564, #<Process::Status: pid 6564 exit 0>], [672, #<Process::Status: pid 672 exit 0>], [19572, #<Process::Status: pid 19572 exit 0>], [21760, #<Process::Status: pid 21760 exit 0>], [20952, #<Process::Status: pid 20952 exit 0>], [4152, #<Process::Status: pid 4152 exit 0>], [17588, #<Process::Status: pid 17588 exit 0>], [11472, #<Process::Status: pid 11472 exit 0>], [6768, #<Process::Status: pid 6768 exit 0>], [18732, #<Process::Status: pid 18732 exit 0>], [15520, #<Process::Status: pid 15520 exit 0>], [14500, #<Process::Status: pid 14500 exit 0>], [14008, #<Process::Status: pid 14008 exit 0>], [21528, #<Process::Status: pid 21528 exit 0>], [22184, #<Process::Status: pid 22184 exit 0>], [19164, #<Process::Status: pid 19164 exit 0>], [16720, #<Process::Status: pid 16720 exit 0>], [13456, #<Process::Status: pid 13456 exit 0>], [11320, #<Process::Status: pid 11320 exit 0>], [16456, #<Process::Status: pid 16456 exit 0>], [5660, #<Process::Status: pid 5660 exit 0>], [2904, #<Process::Status: pid 2904 exit 0>], [5972, #<Process::Status: pid 5972 exit 0>], [20684, #<Process::Status: pid 20684 exit 0>], [17144, #<Process::Status: pid 17144 exit 0>], [16124, #<Process::Status: pid 16124 exit 0>], [17516, #<Process::Status: pid 17516 exit 0>], [22344, #<Process::Status: pid 22344 exit 0>], [18488, #<Process::Status: pid 18488 exit 0>], [15924, #<Process::Status: pid 15924 exit 0>], [17240, #<Process::Status: pid 17240 exit 0>], [14892, #<Process::Status: pid 14892 exit 0>], [14592, #<Process::Status: pid 14592 exit 0>], [14924, #<Process::Status: pid 14924 exit 0>], [21244, #<Process::Status: pid 21244 exit 0>], [22464, #<Process::Status: pid 22464 exit 0>], [17560, #<Process::Status: pid 17560 exit 0>], [208, #<Process::Status: pid 208 exit 0>], [12540, #<Process::Status: pid 12540 exit 0>], [22368, #<Process::Status: pid 22368 exit 0>], [22288, #<Process::Status: pid 22288 exit 0>], [8704, #<Process::Status: pid 8704 exit 0>], [20428, #<Process::Status: pid 20428 exit 0>], [13644, #<Process::Status: pid 13644 exit 0>], [15172, #<Process::Status: pid 15172 exit 0>], [18760, #<Process::Status: pid 18760 exit 0>], [8748, #<Process::Status: pid 8748 exit 0>], [11556, #<Process::Status: pid 11556 exit 0>], [13956, #<Process::Status: pid 13956 exit 0>], [14352, #<Process::Status: pid 14352 exit 0>], [15688, #<Process::Status: pid 15688 exit 0>], [7932, #<Process::Status: pid 7932 exit 0>], [6780, #<Process::Status: pid 6780 exit 0>], [11220, #<Process::Status: pid 11220 exit 0>], [18304, #<Process::Status: pid 18304 exit 0>], [17384, #<Process::Status: pid 17384 exit 0>], [2896, #<Process::Status: pid 2896 exit 0>], [4820, #<Process::Status: pid 4820 exit 0>], [22172, #<Process::Status: pid 22172 exit 0>], [16572, #<Process::Status: pid 16572 exit 0>], [13768, #<Process::Status: pid 13768 exit 0>], [22104, #<Process::Status: pid 22104 exit 0>], [4756, #<Process::Status: pid 4756 exit 0>], [19240, #<Process::Status: pid 19240 exit 0>], [17024, #<Process::Status: pid 17024 exit 0>], [13636, #<Process::Status: pid 13636 exit 0>], [14876, #<Process::Status: pid 14876 exit 0>], [10852, #<Process::Status: pid 10852 exit 0>], [10372, #<Process::Status: pid 10372 exit 0>], [20788, #<Process::Status: pid 20788 exit 0>], [10892, #<Process::Status: pid 10892 exit 0>], [20592, #<Process::Status: pid 20592 exit 0>], [20548, #<Process::Status: pid 20548 exit 0>], [19300, #<Process::Status: pid 19300 exit 0>], [20544, #<Process::Status: pid 20544 exit 0>], [13880, #<Process::Status: pid 13880 exit 0>], [9704, #<Process::Status: pid 9704 exit 0>], [20456, #<Process::Status: pid 20456 exit 0>], [1972, #<Process::Status: pid 1972 exit 0>], [13860, #<Process::Status: pid 13860 exit 0>], [19892, #<Process::Status: pid 19892 exit 0>], [11316, #<Process::Status: pid 11316 exit 0>], [18436, #<Process::Status: pid 18436 exit 0>], [18612, #<Process::Status: pid 18612 exit 0>], [16484, #<Process::Status: pid 16484 exit 0>], [22000, #<Process::Status: pid 22000 exit 0>], [18724, #<Process::Status: pid 18724 exit 0>], [13784, #<Process::Status: pid 13784 exit 0>], [18220, #<Process::Status: pid 18220 exit 0>], [476, #<Process::Status: pid 476 exit 0>], [15588, #<Process::Status: pid 15588 exit 0>], [14276, #<Process::Status: pid 14276 exit 0>], [18384, #<Process::Status: pid 18384 exit 0>], [20400, #<Process::Status: pid 20400 exit 0>], [14380, #<Process::Status: pid 14380 exit 0>], [11992, #<Process::Status: pid 11992 exit 0>], [11008, #<Process::Status: pid 11008 exit 0>], [20888, #<Process::Status: pid 20888 exit 0>], [20732, #<Process::Status: pid 20732 exit 0>], [10224, #<Process::Status: pid 10224 exit 0>], [5920, #<Process::Status: pid 5920 exit 0>], [6472, #<Process::Status: pid 6472 exit 0>], [7788, #<Process::Status: pid 7788 exit 0>], [18288, #<Process::Status: pid 18288 exit 0>], [17292, #<Process::Status: pid 17292 exit 0>], [12804, #<Process::Status: pid 12804 exit 0>], [21684, #<Process::Status: pid 21684 exit 0>], [11808, #<Process::Status: pid 11808 exit 0>], [14096, #<Process::Status: pid 14096 exit 0>], [13580, #<Process::Status: pid 13580 exit 0>], [13600, #<Process::Status: pid 13600 exit 0>], [8920, #<Process::Status: pid 8920 exit 0>], [18204, #<Process::Status: pid 18204 exit 0>], [9336, #<Process::Status: pid 9336 exit 0>], [14856, #<Process::Status: pid 14856 exit 0>], [13984, #<Process::Status: pid 13984 exit 0>], [11460, #<Process::Status: pid 11460 exit 0>], [10800, #<Process::Status: pid 10800 exit 0>], [15480, #<Process::Status: pid 15480 exit 0>], [18532, #<Process::Status: pid 18532 exit 0>], [15736, #<Process::Status: pid 15736 exit 0>], [15288, #<Process::Status: pid 15288 exit 0>], [14076, #<Process::Status: pid 14076 exit 0>], [19432, #<Process::Status: pid 19432 exit 0>], [18636, #<Process::Status: pid 18636 exit 0>], [20348, #<Process::Status: pid 20348 exit 0>], [22164, #<Process::Status: pid 22164 exit 0>], [19948, #<Process::Status: pid 19948 exit 0>], [16776, #<Process::Status: pid 16776 exit 0>], [22020, #<Process::Status: pid 22020 exit 0>], [20516, #<Process::Status: pid 20516 exit 0>], [17512, #<Process::Status: pid 17512 exit 0>], [12048, #<Process::Status: pid 12048 exit 0>], [404, #<Process::Status: pid 404 exit 0>], [14656, #<Process::Status: pid 14656 exit 0>], [14432, #<Process::Status: pid 14432 exit 0>], [7604, #<Process::Status: pid 7604 exit 0>], [15472, #<Process::Status: pid 15472 exit 0>], [18132, #<Process::Status: pid 18132 exit 0>], [18988, #<Process::Status: pid 18988 exit 0>], [15168, #<Process::Status: pid 15168 exit 0>], [11292, #<Process::Status: pid 11292 exit 0>], [2196, #<Process::Status: pid 2196 exit 0>], [19136, #<Process::Status: pid 19136 exit 0>], [4708, #<Process::Status: pid 4708 exit 0>], [4040, #<Process::Status: pid 4040 exit 0>], [13040, #<Process::Status: pid 13040 exit 0>], [16420, #<Process::Status: pid 16420 exit 0>], [21892, #<Process::Status: pid 21892 exit 0>], [11752, #<Process::Status: pid 11752 exit 0>], [9156, #<Process::Status: pid 9156 exit 0>], [15100, #<Process::Status: pid 15100 exit 0>], [22060, #<Process::Status: pid 22060 exit 0>], [16864, #<Process::Status: pid 16864 exit 0>], [14264, #<Process::Status: pid 14264 exit 0>], [20860, #<Process::Status: pid 20860 exit 0>], [21936, #<Process::Status: pid 21936 exit 0>], [21848, #<Process::Status: pid 21848 exit 0>], [18416, #<Process::Status: pid 18416 exit 0>], [17028, #<Process::Status: pid 17028 exit 0>], [13392, #<Process::Status: pid 13392 exit 0>], [20816, #<Process::Status: pid 20816 exit 0>], [5188, #<Process::Status: pid 5188 exit 0>], [16500, #<Process::Status: pid 16500 exit 0>], [15388, #<Process::Status: pid 15388 exit 0>], [17592, #<Process::Status: pid 17592 exit 0>], [20760, #<Process::Status: pid 20760 exit 0>], [16892, #<Process::Status: pid 16892 exit 0>], [8648, #<Process::Status: pid 8648 exit 0>], [19640, #<Process::Status: pid 19640 exit 0>], [17100, #<Process::Status: pid 17100 exit 0>], [14772, #<Process::Status: pid 14772 exit 0>], [14728, #<Process::Status: pid 14728 exit 0>], [17120, #<Process::Status: pid 17120 exit 0>], [14860, #<Process::Status: pid 14860 exit 0>], [17156, #<Process::Status: pid 17156 exit 0>], [17320, #<Process::Status: pid 17320 exit 0>], [15712, #<Process::Status: pid 15712 exit 0>], [10668, #<Process::Status: pid 10668 exit 0>], [17200, #<Process::Status: pid 17200 exit 0>], [20540, #<Process::Status: pid 20540 exit 0>], [15664, #<Process::Status: pid 15664 exit 0>], [13552, #<Process::Status: pid 13552 exit 0>], [21612, #<Process::Status: pid 21612 exit 0>], [21968, #<Process::Status: pid 21968 exit 0>], [17756, #<Process::Status: pid 17756 exit 0>], [15280, #<Process::Status: pid 15280 exit 0>], [2952, #<Process::Status: pid 2952 exit 0>], [21808, #<Process::Status: pid 21808 exit 0>], [18072, #<Process::Status: pid 18072 exit 0>], [16088, #<Process::Status: pid 16088 exit 0>], [19628, #<Process::Status: pid 19628 exit 0>], [7868, #<Process::Status: pid 7868 exit 0>], [21524, #<Process::Status: pid 21524 exit 0>], [5596, #<Process::Status: pid 5596 exit 0>], [22300, #<Process::Status: pid 22300 exit 0>], [20972, #<Process::Status: pid 20972 exit 0>], [21344, #<Process::Status: pid 21344 exit 0>], [8168, #<Process::Status: pid 8168 exit 0>], [13820, #<Process::Status: pid 13820 exit 0>], [21964, #<Process::Status: pid 21964 exit 0>], [17964, #<Process::Status: pid 17964 exit 0>], [17284, #<Process::Status: pid 17284 exit 0>], [10172, #<Process::Status: pid 10172 exit 0>], [14136, #<Process::Status: pid 14136 exit 0>], [17668, #<Process::Status: pid 17668 exit 0>], [13316, #<Process::Status: pid 13316 exit 0>], [17868, #<Process::Status: pid 17868 exit 0>], [21648, #<Process::Status: pid 21648 exit 0>], [6652, #<Process::Status: pid 6652 exit 0>]] to be empty. Finished tests in 289.651638s, 0.0207 tests/s, 0.1070 assertions/s. 6 tests, 31 assertions, 1 failures, 0 errors, 0 skips Interrupted duerst@Arnisee /cygdrive/c/Data/ruby $ ``` To get the final few lines of output, I have to kill a ruby process externally (from the task manager).