6 Jun
2005
6 Jun
'05
5:12 p.m.
Quoting "De Winne, Joris" <joris.dewinne@...816...>:
I also call gtk_init() and Inkscape::GC::init(), but in a different thread (the main thread).
OHHHH. Inkscape isn't thread-safe, sorry. You'll have to stick to a single thread, or at least never call any Inkscape code from any but the main thread.
You might also need to initialize the garbage collector slightly differently in order to work with multiple threads (I've not really looked into it). That might be the immediate problem here.
-mental