[#59462] [ruby-trunk - Bug #9342][Open] [PATCH] SizedQueue#clear does not notify waiting threads in Ruby 1.9.3 — "jsc (Justin Collins)" <redmine@...>

9 messages 2014/01/02

[#59466] [ruby-trunk - Bug #9343][Open] [PATCH] SizedQueue#max= wakes up waiters properly — "normalperson (Eric Wong)" <normalperson@...>

11 messages 2014/01/02

[#59498] [ruby-trunk - Bug #9352][Open] [BUG] rb_sys_fail_str(connect(2) for [fe80::1%lo0]:3000) - errno == 0 — "kain (Claudio Poli)" <claudio@...>

10 messages 2014/01/03

[#59516] [ruby-trunk - Bug #9356][Open] TCPSocket.new does not seem to handle INTR — "charliesome (Charlie Somerville)" <charliesome@...>

48 messages 2014/01/03

[#59538] [ruby-trunk - Feature #9362][Assigned] Minimize cache misshit to gain optimal speed — "shyouhei (Shyouhei Urabe)" <shyouhei@...>

33 messages 2014/01/03
[#59541] Re: [ruby-trunk - Feature #9362][Assigned] Minimize cache misshit to gain optimal speed — Eric Wong <normalperson@...> 2014/01/04

Hi, I noticed a trivial typo in array.c, and it fails building struct.c

[#59582] Re: [ruby-trunk - Feature #9362][Assigned] Minimize cache misshit to gain optimal speed — SASADA Koichi <ko1@...> 2014/01/06

Intersting challenge.

[#59583] [ruby-trunk - Bug #9367][Open] REXML::XmlDecl doesn't use user specified quotes — "bearmini (Takashi Oguma)" <bear.mini@...>

12 messages 2014/01/06

[#59642] [ruby-trunk - Bug #9384][Open] Segfault in ruby 2.1.0p0 — "cbliard (Christophe Bliard)" <christophe.bliard@...>

11 messages 2014/01/08

[#59791] About unmarshallable DRb objects life-time — Rodrigo Rosenfeld Rosas <rr.rosas@...>

A while ago I created a proof-of-concept that I intended to use in my

16 messages 2014/01/15
[#59794] Re: About unmarshallable DRb objects life-time — Eric Hodel <[email protected]> 2014/01/15

On 15 Jan 2014, at 11:58, Rodrigo Rosenfeld Rosas <[email protected]> =

[#59808] Re: About unmarshallable DRb objects life-time — Rodrigo Rosenfeld Rosas <rr.rosas@...> 2014/01/16

Em 15-01-2014 19:42, Eric Hodel escreveu:

[#59810] Re: About unmarshallable DRb objects life-time — Eric Hodel <[email protected]> 2014/01/16

On 16 Jan 2014, at 02:15, Rodrigo Rosenfeld Rosas <[email protected]> =

[#59826] Re: About unmarshallable DRb objects life-time — Rodrigo Rosenfeld Rosas <rr.rosas@...> 2014/01/17

Em 16-01-2014 19:43, Eric Hodel escreveu:

[#59832] Re: About unmarshallable DRb objects life-time — Eric Hodel <[email protected]> 2014/01/17

On 17 Jan 2014, at 04:22, Rodrigo Rosenfeld Rosas <[email protected]> =

[ruby-core:60210] [ruby-trunk - Bug #9461] Segfault

From: nobu@...
Date: 2014-01-29 13:21:27 UTC
List: ruby-core #60210
Issue #9461 has been updated by Nobuyoshi Nakada.

Related to Bug #9310: inheritance.rb: 27: [BUG] Segmentation fault at 0x00000c added

----------------------------------------
Bug #9461: Segfault
https://bugs.ruby-lang.org/issues/9461#change-44691

* Author: Agis Anastasopoulos
* Status: Open
* Priority: Normal
* Assignee: Koichi Sasada
* Category: core
* Target version: current: 2.2.0
* ruby -v: ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-darwin12.0]
* Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
The following causes a segfault in 2.1.0, but works fine in 2.0 and 1.9:

    module A
      def require(_)
        super
      end
    end

    class Object
      include A
    end

    ['foo'].map(&method(:require))

Stack trace: 

    [BUG] Segmentation fault at 0x00000000000018
    ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-darwin12.0]
    -- Crash Report log information --------------------------------------------
    See Crash Report log file under the one of following:
    * ~/Library/Logs/CrashReporter
    * /Library/Logs/CrashReporter
    * ~/Library/Logs/DiagnosticReports
    * /Library/Logs/DiagnosticReports
    for more details.
    -- Control frame information -----------------------------------------------
    c:0005 p:0010 s:0015 e:000012 METHOD test.rb:3 [FINISH]
    c:0004 p:---- s:0009 e:000008 IFUNC
    c:0003 p:---- s:0007 e:000006 CFUNC  :map
    c:0002 p:0033 s:0004 E:001308 EVAL   test.rb:11 [FINISH]
    c:0001 p:0000 s:0002 E:002488 TOP    [FINISH]
    test.rb:11:in `<main>'
    test.rb:11:in `map'
    test.rb:3:in `require'
    -- C level backtrace information -------------------------------------------
    0   ruby                                0x00000001002ea5ed rb_vm_bugreport + 141
    1   ruby                                0x00000001001b571d report_bug + 285
    2   ruby                                0x00000001001b55f3 rb_bug + 179
    3   ruby                                0x0000000100273d69 sigsegv + 153
    4   libsystem_c.dylib                   0x00007fff8396590a _sigtramp + 26
    5   ruby                                0x00000001002d8435 rb_method_entry_get_without_cache + 181
    6   ???                                 0x0000000100a080f0 0x0 + 4305486064
    -- Other runtime information -----------------------------------------------
    * Loaded script: test.rb
    * Loaded features:
    0 enumerator.so
    1 enc/encdb.so
    2 enc/trans/transdb.so
    3 /Users/agis/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/x86_64-darwin12.0/rbconfig.rb
    4 /Users/agis/.rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/compatibility.rb
    5 /Users/agis/.rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/defaults.rb
    6 /Users/agis/.rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/deprecate.rb
    7 /Users/agis/.rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/errors.rb
    8 /Users/agis/.rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/version.rb
    9 /Users/agis/.rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/requirement.rb
    10 /Users/agis/.rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/platform.rb
    11 /Users/agis/.rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/basic_specification.rb
    12 /Users/agis/.rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/stub_specification.rb
    13 /Users/agis/.rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/util/stringio.rb
    14 /Users/agis/.rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/specification.rb
    15 /Users/agis/.rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/exceptions.rb
    16 /Users/agis/.rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_gem.rb
    17 thread.rb
    18 thread.so
    19 /Users/agis/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/monitor.rb
    20 /Users/agis/.rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb
    21 /Users/agis/.rvm/rubies/ruby-2.1.0/lib/ruby/site_ruby/2.1.0/rubygems.rb
    [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
    Abort trap: 6



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

In This Thread

Prev Next