eritiro (Emiliano Ritiro)
- Login: eritiro
- Registered on: 11/12/2016
- Last sign in: 12/12/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/13/2016
-
03:32 PM Ruby Bug #12927: SIGSEGV during GC marking of sym procs
- Hello Nobuyoshi Nakada,
I see you changed the backport:
But the only affected version is 2.3
Are we going to patch 2.3 or we have to wait for 2.4?
Thanks.
11/12/2016
-
10:24 PM Ruby Bug #12927: SIGSEGV during GC marking of sym procs
- I created a PR with a proposed solution:
https://github.com/ruby/ruby/pull/1479 -
10:16 PM Ruby Bug #12927 (Closed): SIGSEGV during GC marking of sym procs
- After we migrated from Ruby 2.2.4 to Ruby 2.3.1 we started seeing a Segmentation Fault. This happens when the GC calls proc_mark() during the marking phase.
The proc tries to mark the block.ep[1] which contains an invalid VALUE.
I at...