Search found 1 match

by GerhardT
2013-08-29T06:39:23-07:00
Forum: Bugs
Topic: ReadSVGImage crashes in case of concurrent access
Replies: 1
Views: 2949

ReadSVGImage crashes in case of concurrent access

Calling ReadImage (with image type svg) in different threads results in a crash in “xmlCleanupParser”.
According to the definition of xmlCleanupParser this function must only be called when the process has finished using the xml library.
See also http://xmlsoft.org/html/libxml-parser.html ...