Josef Reidinger changed bug 1047449
What Removed Added
Flags needinfo?(jreidinger@suse.com)  

Comment # 5 on bug 1047449 from
I check it and it crashes in xmlCleanupparser method
http://xmlsoft.org/html/libxml-parser.html#xmlCleanupParser
from

https://github.com/yast/yast-xml/blob/master/src/XmlAgent.cc#L33

I worry it is another instance of our problem with singleton objects on stacks,
which are destructor in random order, so some dependencies can miss.

Martin any other ideas?


You are receiving this mail because: