[#44036] [ruby-trunk - Feature #6242][Open] Ruby should support lists — "shugo (Shugo Maeda)" <redmine@...>

20 messages 2012/04/01

[#44084] [ruby-trunk - Bug #6246][Open] 1.9.3-p125 intermittent segfault — "jshow (Jodi Showers)" <jodi@...>

22 messages 2012/04/02

[#44156] [ruby-trunk - Feature #6265][Open] Remove 'useless' 'concatenation' syntax — "rosenfeld (Rodrigo Rosenfeld Rosas)" <rr.rosas@...>

45 messages 2012/04/06

[#44163] [ruby-trunk - Bug #6266][Open] encoding related exception with recent integrated psych — "jonforums (Jon Forums)" <redmine@...>

10 messages 2012/04/06

[#44303] [ruby-trunk - Feature #6284][Open] Add composition for procs — "pabloh (Pablo Herrero)" <pablodherrero@...>

57 messages 2012/04/12

[#44349] [ruby-trunk - Feature #6293][Open] new queue / blocking queues — "tenderlovemaking (Aaron Patterson)" <aaron@...>

10 messages 2012/04/13

[#44402] [ruby-trunk - Feature #6308][Open] Eliminate delegation from WeakRef — "headius (Charles Nutter)" <headius@...>

20 messages 2012/04/17

[#44403] [ruby-trunk - Feature #6309][Open] Add a reference queue for weak references — "headius (Charles Nutter)" <headius@...>

15 messages 2012/04/17

[#44533] [ruby-trunk - Bug #6341][Open] SIGSEGV: Thread.new { fork { GC.start } }.join — "rudolf (r stu3)" <redmine@...>

24 messages 2012/04/22

[#44630] [ruby-trunk - Feature #6361][Open] Bitwise string operations — "MartinBosslet (Martin Bosslet)" <Martin.Bosslet@...>

31 messages 2012/04/26

[#44648] [ruby-trunk - Feature #6367][Open] #same? for Enumerable — "prijutme4ty (Ilya Vorontsov)" <prijutme4ty@...>

16 messages 2012/04/26

[#44704] [ruby-trunk - Feature #6373][Open] public #self — "trans (Thomas Sawyer)" <transfire@...>

61 messages 2012/04/27

[#44748] [ruby-trunk - Feature #6376][Open] Feature lookup and checking if feature is loaded — "trans (Thomas Sawyer)" <transfire@...>

13 messages 2012/04/28

[ruby-core:44379] Re: Possible merge error of code in Issue 4651 on to Ruby 1.9.3-p125?

From: "NARUSE, Yui" <naruse@...>
Date: 2012-04-16 04:46:18 UTC
List: ruby-core #44379
I should comment in little more detail..

2012/4/16 NARUSE, Yui <naruse@airemix.jp>:
> 2012/4/16 Blythe,Aaron <ABLYTHE@cerner.com>:
>> tl;dr I believe I have uncovered a merge error to ruby 1.9.3-p125 from Issue
>> 4651. lease advise if this is the same issue, or if a separate issue needs
>> to be logged. Details below.
>>
>> While running tests in a rather simple Rails application, our development
>> team has been seeing errors similar to:
>> *ttps://github.com/lsegal/yard/issues/494
>> *ttps://github.com/lsegal/yard/issues/382
>>
>> Which point to:
>> http://bugs.ruby-lang.org/issues/4651

Those YARD issue is from clang/llvm + continuation (callcc).
It is fixed in r34278.
Ruby 1.9.3-p125 includes r34278.
Ruby 1.9.2 hasn't include yet, and I don't i will do or not.
People should migrate to 1.9.3-p125.

>> We have observed this on both:
>> *HEL 6.2, ruby-1.9.3-p125, Rails 3.2.3.
>> *SX Lion, Ruby 1.9.3-p125, Rails 3.2.3, XCode 4.2.1
>
> Those report is not complete because a clean ruby environment don't have yard.
>
>> The detailed report is similar to the Yard issues noted above.  can
>> provide the entire output, however I think the interesting part is the C
>> level backtrace provided here:
>>
>> -- C level backtrace information
>> -------------------------------------------
>>
>> /home/semantic/.rvm/rubies/ruby-1.9.3-p125/lib/libruby.so.1.9(+0x17a977)
>> [0x7f8dc1bcd977] vm_dump.c:796
>> /home/semantic/.rvm/rubies/ruby-1.9.3-p125/lib/libruby.so.1.9(+0x5e824)
>> [0x7f8dc1ab1824] error.c:258
>> /home/semantic/.rvm/rubies/ruby-1.9.3-p125/lib/libruby.so.1.9(rb_bug+0xb8)
>> [0x7f8dc1ab19c8] error.c:277
>> /home/semantic/.rvm/rubies/ruby-1.9.3-p125/lib/libruby.so.1.9(+0x10afd5)
>> [0x7f8dc1b5dfd5] signal.c:609
>> /lib64/libpthread.so.0() [0x31de60f4a0]
>> /home/semantic/.rvm/rubies/ruby-1.9.3-p125/lib/libruby.so.1.9(rb_gc_mark+0x39)
>> [0x7f8dc1aca7e9] gc.c:1635
>> /home/semantic/.rvm/rubies/ruby-1.9.3-p125/lib/libruby.so.1.9(+0x163615)
>> [0x7f8dc1bb6615] vm.c:251
>> /home/semantic/.rvm/rubies/ruby-1.9.3-p125/lib/libruby.so.1.9(+0x76b7c)
>> [0x7f8dc1ac9b7c] gc.c:1861
>> /home/semantic/.rvm/rubies/ruby-1.9.3-p125/lib/libruby.so.1.9(+0x16366c)
>> [0x7f8dc1bb666c] vm.c:1719
>>
>> Which seems to point to the Garbage collector marking operation. hich is
>> where this might be either a slightly different cause or a slightly
>> different manifestation of the same cause. s you can see we are using rvm.
>> owever I don't think that has anything to do with this issue (as noted in
>> the conversation on Issue 4651).

The backtrace seems different issue from #4651.

-- 
NARUSE, Yui naruse@airemix.jp>

In This Thread

Prev Next