[#69616] [Ruby trunk - Feature #11258] add 'x' mode character for O_EXCL — cremno@...
Issue #11258 has been updated by cremno phobia.
3 messages
2015/06/16
[#69643] [Ruby trunk - Misc #11276] [RFC] compile.c: convert to use ccan/list — normalperson@...
Issue #11276 has been updated by Eric Wong.
3 messages
2015/06/17
[#69751] [Ruby trunk - Bug #11001] 2.2.1 Segmentation fault in reserve_stack() function. — kubo@...
Issue #11001 has been updated by Takehiro Kubo.
3 messages
2015/06/27
[ruby-core:69483] [Ruby trunk - Bug #11232] [Open] rb_compile_string from parse.y segfaults
From:
silin@...
Date:
2015-06-07 01:23:17 UTC
List:
ruby-core #69483
Issue #11232 has been reported by Kyrylo Silin. ---------------------------------------- Bug #11232: rb_compile_string from parse.y segfaults https://bugs.ruby-lang.org/issues/11232 * Author: Kyrylo Silin * Status: Open * Priority: Normal * Assignee: * ruby -v: ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- I'm using `rb_compile_string` in my project and invoke it in a loop. Unfortunately, it segfaults for me. I've set up a repository with a minimum reproducible case: https://github.com/kyrylo/rb_compile_string_bug The bug can be observed with Ruby compiled with the default compiler flags. While I was debugging this, I decided to compile the same Ruby with `-O0 -g`. Surprisingly, the bug did not occur with these new flags. Then, I've also tried to test this with this Ruby with the default flags and it was working fine, without any segfaults: `ruby 2.3.0dev (2015-06-03 trunk 50741) [x86_64-linux]`. I suspect that it's already been fixed, but I'm not sure. -- https://bugs.ruby-lang.org/