[#11073] segfault printing instruction sequence for iterator — <noreply@...>

Bugs item #10527, was opened at 2007-05-02 14:42

14 messages 2007/05/02
[#11142] Re: [ ruby-Bugs-10527 ] segfault printing instruction sequence for iterator — Nobuyoshi Nakada <nobu@...> 2007/05/10

Hi,

[#11188] Re: [ ruby-Bugs-10527 ] segfault printing instruction sequence for iterator — Paul Brannan <pbrannan@...> 2007/05/16

On Thu, May 10, 2007 at 04:51:18PM +0900, Nobuyoshi Nakada wrote:

[#11234] Planning to release 1.8.6 errata — Urabe Shyouhei <shyouhei@...>

Hi all.

17 messages 2007/05/25

Re: ruby packer prototype: core dumps ( design review request )

From: Nobuyoshi Nakada <nobu@...>
Date: 2007-05-03 08:27:25 UTC
List: ruby-core #11080
Hi,

At Thu, 3 May 2007 15:30:14 +0900,
Adam Bozanich wrote in [ruby-core:11079]:
> Stepping through the debugger, the crash fails in rb_rescue2() in the
> JUMP_TAG() macro when prot_tag is dereferenced ( it is null ).

rb_rescue2() reraises the caught exception if it isn't
handled.  You may want to use rb_protect() instead.

-- 
Nobu Nakada

In This Thread