[#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:69809] [Ruby trunk - Bug #11321] [Open] Segmentation fault
From:
abk.3in1@...
Date:
2015-06-30 06:41:54 UTC
List:
ruby-core #69809
Issue #11321 has been reported by aisha k. ---------------------------------------- Bug #11321: Segmentation fault https://bugs.ruby-lang.org/issues/11321 * Author: aisha k * Status: Open * Priority: Normal * Assignee: * ruby -v: * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- I have installed ffi gem because the rest client gem would not work without it. When I ran my code I got the following error: lib/ffi/library.rb:263: []segmentation fault. After which it printed a bunch of data and terminated. Line 263 is as the following: invoker.attach(self, mname.to_s) Where is the seg fault? How can I fix this? -- https://bugs.ruby-lang.org/