[#31647] [Backport #3666] Backport of r26311 (Bug #2587) — Luis Lavena <redmine@...>

Backport #3666: Backport of r26311 (Bug #2587)

13 messages 2010/08/07

[#31666] [Bug #3677] unable to run certain gem binaries' in windows 7 — Roger Pack <redmine@...>

Bug #3677: unable to run certain gem binaries' in windows 7

10 messages 2010/08/10

[#31676] [Backport #3680] Splatting calls to_ary instead of to_a in some cases — Tomas Matousek <redmine@...>

Backport #3680: Splatting calls to_ary instead of to_a in some cases

10 messages 2010/08/11

[#31681] [Bug #3683] getgrnam on computer with NIS group (+)? — Rocky Bernstein <redmine@...>

Bug #3683: getgrnam on computer with NIS group (+)?

13 messages 2010/08/11

[#31843] Garbage Collection Question — Asher <asher@...>

This question is no doubt a function of my own lack of understanding, =

17 messages 2010/08/25
[#31861] Re: Garbage Collection Question — Roger Pack <rogerdpack2@...> 2010/08/26

> The question in short: when an object goes out of scope and has no

[#31862] Re: Garbage Collection Question — Asher <asher@...> 2010/08/26

Right - so how does a pointer ever get off the stack?

[#31873] Re: Garbage Collection Question — Kurt Stephens <ks@...> 2010/08/27

On 8/26/10 11:51 AM, Asher wrote:

[#31894] Re: Garbage Collection Question — Asher <asher@...> 2010/08/27

I very much appreciate the response, and this is helpful in describing =

[#31885] Avoiding $LOAD_PATH pollution — Eric Hodel <[email protected]>

Last year Nobu asked me to propose an API for adding an object to

21 messages 2010/08/27

[#31947] not use system for default encoding — Roger Pack <rogerdpack2@...>

It strikes me as a bit "scary" to use system locale settings to

19 messages 2010/08/30

[#31971] Change Ruby's License to BSDL + Ruby's dual license — "NARUSE, Yui" <naruse@...>

Ruby's License will change to BSDL + Ruby's dual license

16 messages 2010/08/31

[ruby-core:31871] [Bug #3751] SEGV: ruby -rprofile test/ruby/test_proc.rb -v -n test_curry

From: Peter Weldon <redmine@...>
Date: 2010-08-27 00:29:55 UTC
List: ruby-core #31871
Bug #3751: SEGV: ruby -rprofile test/ruby/test_proc.rb -v -n test_curry
http://redmine.ruby-lang.org/issues/show/3751

Author: Peter Weldon
Status: Open, Priority: Normal
ruby -v: ruby 1.9.3dev (2010-08-27) [i386-mswin32_100]

> ruby -rprofile test\ruby\test_proc.rb -v -n test_curry
Loaded suite test/ruby/test_proc
Started
TestProc#test_curry: test/ruby/test_proc.rb:167: [BUG] Segmentation fault
ruby 1.9.3dev (2010-08-27) [i386-mswin32_100]

-- control frame ----------
c:0022 p:---- s:0083 b:0083 l:000082 d:000082 FINISH
c:0021 p:---- s:0081 b:0081 l:001cb0 d:000080 IFUNC
c:0020 p:---- s:0079 b:0079 l:000078 d:000078 CFUNC  :[]
c:0019 p:0031 s:0074 b:0074 l:0005ec d:001b6c BLOCK  test/ruby/test_proc.rb:167
c:0018 p:0077 s:0072 b:0072 l:0015a8 d:0015a8 METHOD install/lib/ruby/1.9.1/minitest/unit.rb:205
c:0017 p:0015 s:0064 b:0064 l:00013c d:00013c METHOD install/lib/ruby/1.9.1/test/unit/assertions.rb:23
c:0016 p:0547 s:0059 b:0059 l:0005ec d:0005ec METHOD test/ruby/test_proc.rb:167
c:0015 p:0063 s:0054 b:0054 l:0004d0 d:0004d0 METHOD install/lib/ruby/1.9.1/minitest/unit.rb:680
c:0014 p:0091 s:0048 b:0048 l:001c74 d:0007a0 BLOCK  install/lib/ruby/1.9.1/minitest/unit.rb:641
c:0013 p:---- s:0043 b:0043 l:000042 d:000042 FINISH
c:0012 p:---- s:0041 b:0041 l:000040 d:000040 CFUNC  :each
c:0011 p:0026 s:0038 b:0038 l:001c74 d:000698 BLOCK  install/lib/ruby/1.9.1/minitest/unit.rb:635
c:0010 p:---- s:0035 b:0035 l:000034 d:000034 FINISH
c:0009 p:---- s:0033 b:0033 l:000032 d:000032 CFUNC  :each
c:0008 p:0082 s:0030 b:0030 l:001c74 d:001c74 METHOD install/lib/ruby/1.9.1/minitest/unit.rb:634
c:0007 p:0209 s:0025 b:0025 l:001c24 d:001c24 METHOD install/lib/ruby/1.9.1/minitest/unit.rb:594
c:0006 p:0026 s:0016 b:0016 l:001f00 d:001f00 METHOD install/lib/ruby/1.9.1/test/unit.rb:21
c:0005 p:0033 s:0012 b:0011 l:001e7c d:00028c BLOCK  install/lib/ruby/1.9.1/test/unit.rb:166
c:0004 p:0036 s:0009 b:0009 l:00269c d:00269c METHOD install/lib/ruby/1.9.1/test/unit.rb:27
c:0003 p:0019 s:0006 b:0006 l:001e7c d:00265c BLOCK  install/lib/ruby/1.9.1/test/unit.rb:165
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:00236c d:00236c TOP
---------------------------
-- Ruby level backtrace information ----------------------------------------
install/lib/ruby/1.9.1/test/unit.rb:165:in `block in autorun'
install/lib/ruby/1.9.1/test/unit.rb:27:in `run_once'
install/lib/ruby/1.9.1/test/unit.rb:166:in `block (2 levels) in autorun'
install/lib/ruby/1.9.1/test/unit.rb:21:in `run'
install/lib/ruby/1.9.1/minitest/unit.rb:594:in `run'
install/lib/ruby/1.9.1/minitest/unit.rb:634:in `run_test_suites'
install/lib/ruby/1.9.1/minitest/unit.rb:634:in `each'
install/lib/ruby/1.9.1/minitest/unit.rb:635:in `block in run_test_suites'
install/lib/ruby/1.9.1/minitest/unit.rb:635:in `each'
install/lib/ruby/1.9.1/minitest/unit.rb:641:in `block (2 levels) in run_test_suites'
install/lib/ruby/1.9.1/minitest/unit.rb:680:in `run'
test/ruby/test_proc.rb:167:in `test_curry'
install/lib/ruby/1.9.1/test/unit/assertions.rb:23:in `assert_raise'
install/lib/ruby/1.9.1/minitest/unit.rb:205:in `assert_raises'
test/ruby/test_proc.rb:167:in `block in test_curry'
test/ruby/test_proc.rb:167:in `[]'


----------------------------------------
http://redmine.ruby-lang.org

In This Thread

Prev Next