Hi,

I am getting a "Gdk-WARNING ** Fatal IO error 0 (Success) on X server :0"
when my app start again the Webkit.WebView and crash.

Could be this related?
https://lists.webkit.org/pipermail/webkit-gtk/2011-August/000651.html

I am running Gtk 3.0 and WebKit 3.0 from PyObject.

I launch my app with:

//Create my window and WebKit.WebView
Gdk.threads_init()
Gdk.threads_enter()
Gtk.main()
Gdk.threads_leave()

When the window catch a delete-event or destroy and I relaunch again the
app on a thread, it show the error.
If I killed the app fully, the app start again, so the GDK is not releasing
something on WebKit.WebView?

Regards
_______________________________________________
webkit-gtk mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk

Reply via email to