hello,

in latest raptor release 1.4.17/ redland 1.0.7,
librdf_free_world calls raptor_parsers_finish, which kills a "static" variable "parsers".

this makes other librdf_worlds very unhappy, as they cannot create parsers any more.

right now i use a librdf_world for every repository/model, as that is just simplest to implement; is this supposed to work, or should i use just one librdf_world per process?

or is this a bug, and the "parsers" variable should never be freed / be a part of the librdf_world?


michael
--
PCMCIA - People Can't Memorize Computer Industry Acronyms

_______________________________________________
redland-dev mailing list
[email protected]
http://lists.librdf.org/mailman/listinfo/redland-dev

Reply via email to