[#25936] [Bug:1.9] [rubygems] $LOAD_PATH includes bin directory — Nobuyoshi Nakada <nobu@...>

Hi,

10 messages 2009/10/05

[#25943] Disabling tainting — Tony Arcieri <tony@...>

Would it make sense to have a flag passed to the interpreter on startup that

16 messages 2009/10/05

[#26028] [Bug #2189] Math.atanh(1) & Math.atanh(-1) should not raise an error — Marc-Andre Lafortune <redmine@...>

Bug #2189: Math.atanh(1) & Math.atanh(-1) should not raise an error

14 messages 2009/10/10

[#26222] [Bug #2250] IO::for_fd() objects' finalization dangerously closes underlying fds — Mike Pomraning <redmine@...>

Bug #2250: IO::for_fd() objects' finalization dangerously closes underlying fds

11 messages 2009/10/22

[#26244] [Bug #2258] Kernel#require inside rb_require() inside rb_protect() inside SysV context fails — Suraj Kurapati <redmine@...>

Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails

24 messages 2009/10/22

[#26361] [Feature #2294] [PATCH] ruby_bind_stack() to embed Ruby in coroutine — Suraj Kurapati <redmine@...>

Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine

42 messages 2009/10/27

[#26371] [Bug #2295] segmentation faults — tomer doron <redmine@...>

Bug #2295: segmentation faults

16 messages 2009/10/27

[ruby-core:26329] make test-all in windows

From: Roger Pack <rogerdpack@...>
Date: 2009-10-26 18:37:03 UTC
List: ruby-core #26329
Thank you to whoever fixed trunk so that it now compiles on mingw.


make test shows all tests pass.

However, when I run make test-all I get the below (it blows up on the
first test).

Any thoughts?
-r


./miniruby.exe -I./lib -I.ext/common -I./- -r./ext/purelib.rb
./tool/runruby.rb --extout=.ext  -- "./test/runner.rb"
C:/dev/ruby/downloads/ruby_trunk/lib/drb/drb.rb:833: [BUG] Segmentation fault
ruby 1.9.2dev (2009-10-26 trunk 25491) [i386-mingw32]

-- control frame ----------
c:0021 p:---- s:0088 b:0088 l:000087 d:000087 CFUNC  :gethostbyname
c:0020 p:0038 s:0084 b:0084 l:000083 d:000083 METHOD
C:/dev/ruby/downloads/ruby_trunk/lib/drb/drb.rb:833
c:0019 p:0053 s:0080 b:0080 l:000079 d:000079 METHOD
C:/dev/ruby/downloads/ruby_trunk/lib/drb/ssl.rb:139
c:0018 p:0019 s:0070 b:0070 l:000061 d:000069 BLOCK
C:/dev/ruby/downloads/ruby_trunk/lib/drb/drb.rb:759
c:0017 p:---- s:0067 b:0067 l:000066 d:000066 FINISH
c:0016 p:---- s:0065 b:0065 l:000064 d:000064 CFUNC  :each
c:0015 p:0017 s:0062 b:0062 l:000061 d:000061 METHOD
C:/dev/ruby/downloads/ruby_trunk/lib/drb/drb.rb:757
c:0014 p:0106 s:0056 b:0056 l:000055 d:000055 METHOD
C:/dev/ruby/downloads/ruby_trunk/lib/drb/drb.rb:1342
c:0013 p:---- s:0048 b:0048 l:000047 d:000047 FINISH
c:0012 p:---- s:0046 b:0046 l:000045 d:000045 CFUNC  :new
c:0011 p:0234 s:0040 b:0040 l:0015d0 d:0015d0 CLASS
C:/dev/ruby/downloads/ruby_trunk/test/drb/test_drbssl.rb:33
c:0010 p:0061 s:0035 b:0035 l:000034 d:000034 TOP
C:/dev/ruby/downloads/ruby_trunk/test/drb/test_drbssl.rb:11
c:0009 p:---- s:0033 b:0033 l:000032 d:000032 FINISH
c:0008 p:---- s:0031 b:0031 l:000030 d:000030 CFUNC  :require
c:0007 p:0077 s:0027 b:0027 l:000016 d:000026 BLOCK
C:/dev/ruby/downloads/ruby_trunk/lib/test/unit.rb:55
c:0006 p:---- s:0022 b:0022 l:000021 d:000021 FINISH
c:0005 p:---- s:0020 b:0020 l:000019 d:000019 CFUNC  :each
c:0004 p:0290 s:0017 b:0017 l:000016 d:000016 METHOD
C:/dev/ruby/downloads/ruby_trunk/lib/test/unit.rb:49
c:0003 p:0114 s:0008 b:0008 l:00154c d:001624 EVAL   ./test/runner.rb:9
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:00154c d:00154c TOP
---------------------------
./test/runner.rb:9:in `<main>'
C:/dev/ruby/downloads/ruby_trunk/lib/test/unit.rb:49:in `setup_argv'
C:/dev/ruby/downloads/ruby_trunk/lib/test/unit.rb:49:in `each'
C:/dev/ruby/downloads/ruby_trunk/lib/test/unit.rb:55:in `block in setup_argv'
C:/dev/ruby/downloads/ruby_trunk/lib/test/unit.rb:55:in `require'
C:/dev/ruby/downloads/ruby_trunk/test/drb/test_drbssl.rb:11:in `<top
(required)>'
C:/dev/ruby/downloads/ruby_trunk/test/drb/test_drbssl.rb:33:in
`<class:DRbSSLService>'
C:/dev/ruby/downloads/ruby_trunk/test/drb/test_drbssl.rb:33:in `new'
C:/dev/ruby/downloads/ruby_trunk/lib/drb/drb.rb:1342:in `initialize'
C:/dev/ruby/downloads/ruby_trunk/lib/drb/drb.rb:757:in `open_server'
C:/dev/ruby/downloads/ruby_trunk/lib/drb/drb.rb:757:in `each'
C:/dev/ruby/downloads/ruby_trunk/lib/drb/drb.rb:759:in `block in open_server'
C:/dev/ruby/downloads/ruby_trunk/lib/drb/ssl.rb:139:in `open_server'
C:/dev/ruby/downloads/ruby_trunk/lib/drb/drb.rb:833:in `getservername'
C:/dev/ruby/downloads/ruby_trunk/lib/drb/drb.rb:833:in `gethostbyname'

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html


This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
make: *** [yes-test-all] Error 3

In This Thread

Prev Next