Bugs item #21895, was opened at 2008-09-10 09:03
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=1971&aid=21895&group_id=494
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Thomas Peklak (thomaspeklak)
Assigned to: Nobody (None)
Summa
Charlie Savage wrote:
Dmitri Priimak wrote:
Charlie Savage wrote:
Which ultimately originates in line 1049 in gc.c ( function
gc_mark_children ) in ruby-1.8.7-p72
Any ideas?
If you can easily duplicate the issue (sounds like it), then what I
would do is run the program under a debugger li
Hi Dmitri,
Well, after some looking around it seems to me that the problem appears
in ruby_xml_parser.c
when calling
rb_gc_mark(((rx_string_data *)rxp->data)->str);
Is it possible that ((rx_string_data *)rxp->data)->str is not a proper
RVALUE? Or at least without proper ruby type?
Hmm,
Charlie Savage wrote:
Hi Dmitri,
Well, after some looking around it seems to me that the problem
appears in ruby_xml_parser.c
when calling
rb_gc_mark(((rx_string_data *)rxp->data)->str);
Is it possible that ((rx_string_data *)rxp->data)->str is not a
proper RVALUE? Or at least without pr