GNOME Bugzilla – Bug 626305
Chart underneath gog_object_add_by_role
Last modified: 2010-08-07 16:33:05 UTC
Created attachment 167318 [details] Corrupted file We might need to blame gobject. ../libtool --mode=execute gdb --args ../src/ssconvert zzuftmp/ccc-3.xml /tmp/xxx.gnumeric [...] (/home/welinder/gnome/gnumeric/src/.libs/ssconvert:10013): GLib-GObject-WARNING **: cannot create instance of abstract (non-instantiatable) type `GogPlot' Program received signal SIGSEGV, Segmentation fault. 0xb7106979 in g_atomic_pointer_get () from /usr/lib/libglib-2.0.so.0 (gdb) up
+ Trace 223149
1544 #endif 1545 1546 if (child == NULL) { 1547 child = (role->allocate) 1548 ? (role->allocate) (parent) 1549 : g_object_new (is_a, NULL); 1550 1551 /* g_object_new or the allocator have already generated an 1552 * error message, just exit */ 1553 if (child == NULL)
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.