On Saturday 19 May 2007, Dante Passalacqua wrote:

Hello,

> Problem:
> So far I've been able to embed gtkmozembed into the application, trouble is
> that when the first call is made to any function that receives the
> gtkmozembed widget as a parameter i.e:
> gtk_moz_embed_load_url(GTK_MOZ_EMBED(mozembed), "http://www.yahoo.com";);
> from a different thread that the one that created the widget, I get a
> SIGSEV crash.
AFAIK, methods in the mozilla gui layer have to be called on the main
(gtk-event-dispatching) thread

best  regards,
Micha
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to