Bug#613411: More info

2011-02-21 Thread Julien Cristau
On Tue, Feb 15, 2011 at 08:10:52 -0800, Dave Beckett wrote: The desc should never be NULL since it's running through a list from raptor, and the final one is to get the default parser. The only way this can happen is if raptor wasn't initialised properly, which is my guess here. I suspect

Bug#613411: More info

2011-02-16 Thread Adrian Knoth
On Tue, Feb 15, 2011 at 08:10:52AM -0800, Dave Beckett wrote: Hi! Finally solved it: The desc should never be NULL since it's running through a list from raptor, and the final one is to get the default parser. The only way this can happen is if raptor wasn't initialised properly, which is

Bug#613411: More info

2011-02-15 Thread Adrian Knoth
Hi! I've built a debug version of librdf and found the following code: librdf_parser_raptor_constructor (world=0x877e5a0) at rdf_parser_raptor.c:1328 1328syntax_name = desc-names[0]; (gdb) bt #0 librdf_parser_raptor_constructor (world=0x877e5a0) at rdf_parser_raptor.c:1328 #1

Bug#613411: More info

2011-02-15 Thread Dave Beckett
On 2/15/11 7:21 AM, Adrian Knoth wrote: Hi! I've built a debug version of librdf and found the following code: librdf_parser_raptor_constructor (world=0x877e5a0) at rdf_parser_raptor.c:1328 1328syntax_name = desc-names[0]; (gdb) bt #0 librdf_parser_raptor_constructor