Gday I've got some code that I've been working on for some time that builds my AVG nodes from a data base. It's been working fine when run from the main thread.
I just started trying to run the same code from another thread and I get a segmentation fault when I try to add a image node. eg imageNode = "<image id=\"Modern_Photo_" + str(record[1]) + "\" x=\"" + str(imageX) + "\" y=\"118\" href=\"" + filename +"\"/>" ModernImageDiv.appendChild(Player.createNode(imageNode)) I'm guessing that this is because some other component that libAVG relies on is not thread safe ?? Please let me know what information I can provide to help solve this problem. Regards Justin Maynard
<<winmail.dat>>
_______________________________________________ libavg-users mailing list [email protected] https://mail.datenhain.de/mailman/listinfo/libavg-users
