hi,
the following was reported on irc.
this code causes a segfault on pike 7.6: void main() { object data = Web.RDF()->parse_xml(Stdio.read_file("data.xml")); array link_temp = map(indices(data->get_subject_map()),"get_uri"); //array link_temp = indices(data->get_subject_map())->get_uri; }
what is interresting to note is that using the commented line instead, no segfault happens. should those two lines not be compiled to the same?
the segfault appeas to happen while the function that contains these lines, returns. (in this case when main() returns)
data.xml is attached.
greetings, martin.