I stumbled onto this while searching for the same issue in my own code.
This initial error (which indirectly causes the rest to occur) is the
result of not initializing the GType library. Either gtk_init mush be
called (when using GTK+) or g_type_init.

In this case, it sounds like somewhere in the code a GObject is being
created before gtk_init is called, which should be the first thing to
run. (generally it's at the very top of main)

-- 
Segmentation fault (core dumped)
https://bugs.launchpad.net/bugs/194429
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to