[#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:68176] [Ruby trunk - Bug #10868] [Third Party's Issue] Object allocation within an extension during garbage collection terminates the Ruby process
From:
nobu@...
Date:
2015-02-19 03:04:14 UTC
List:
ruby-core #68176
Issue #10868 has been updated by Nobuyoshi Nakada. Status changed from Open to Third Party's Issue Using ffi. ---------------------------------------- Bug #10868: Object allocation within an extension during garbage collection terminates the Ruby process https://bugs.ruby-lang.org/issues/10868#change-51550 * Author: Charles Leu * Status: Third Party's Issue * Priority: Normal * Assignee: * ruby -v: ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-linux], ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux], ruby 1.9.3p551 (2014-11-13 revision 48407) [x86_64-linux] * Backport: ---------------------------------------- It appears that when a CFUNC makes an allocation when garbage collection is running within a different thread/context, it yields the error "[BUG] object allocation during garbage collection phase" and the Ruby process is subsequently terminated. Ruby versions 1.9.3, 2.1.5, and 2.2.0 all yield the same behavior (per the attached files). Note that similar behavior has been reported within issues 7750, 9090, and 1049. ---Files-------------------------------- ruby_2.1.5_bug.txt (28.9 KB) ruby_1.9.3_bug.txt (28.6 KB) ruby_2.2.0_bug.txt (29.3 KB) -- https://bugs.ruby-lang.org/