[#68137] improve semantics of manpages — "Anthony J. Bentley" <anthony@...>
Hi,
1 message
2015/02/17
[#68144] Re: Future of test suites for Ruby — Anthony Crumley <anthony.crumley@...>
FYI...
4 messages
2015/02/17
[#68343] [Ruby trunk - Bug #10916] [Open] What the Ruby? SegFault? — ruby@...
Issue #10916 has been reported by why do i need this acct just to create a bug report.
5 messages
2015/02/27
[#68373] Re: [Ruby trunk - Bug #10916] [Open] What the Ruby? SegFault?
— "Martin J. Dürst" <duerst@...>
2015/03/02
> * Author: why do i need this acct just to create a bug report
[#68358] [Ruby trunk - Bug #10902] require("enumerator") scans LOAD_PATH 2x on every invocation — [email protected]
Issue #10902 has been updated by Aman Gupta.
3 messages
2015/02/28
[ruby-core:68235] [Ruby trunk - Bug #10877] String#sub causes segfault
From:
naruse@...
Date:
2015-02-23 03:54:01 UTC
List:
ruby-core #68235
Issue #10877 has been updated by Yui NARUSE. Backport changed from 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONE ruby_2_2 r49690 merged revision(s) 49675. ---------------------------------------- Bug #10877: String#sub causes segfault https://bugs.ruby-lang.org/issues/10877#change-51594 * Author: Wei-Hang Jian * Status: Closed * Priority: Normal * Assignee: * ruby -v: 2.2.0 * Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONE ---------------------------------------- ~~~ruby str = 'abc' reg = /(?<foo>a)bc/ str =~ reg $~['foo'].sub 'a', '' $~['foo'] ~~~ ~~~ tmp.rb:5: [BUG] Segmentation fault at 0x00000000000020 Abort trap: 6 ~~~ ---Files-------------------------------- bug-10877.log (3.92 KB) -- https://bugs.ruby-lang.org/