https://bugzilla.novell.com/show_bug.cgi?id=705425 https://bugzilla.novell.com/show_bug.cgi?id=705425#c21 --- Comment #21 from Klaus Kämpf <kkaempf@novell.com> 2011-07-25 09:37:43 UTC --- gdb shows: #0 0x00007f31dff9896f in jump_tag_but_local_jump (state=6, val=<value optimized out>) at eval.c:1853 1853 JUMP_TAG(state); state == 6 means 'TAG_RAISE' ?! Code is: #define JUMP_TAG(st) do { \ ruby_frame = prot_tag->frame; \ ruby_iter = prot_tag->iter; \ ruby_longjmp(prot_tag->buf,(st)); \ } while (0) and (gdb) print prot_tag $2 = (struct tag *) 0x0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.