http://bugs.opencompositing.org/show_bug.cgi?id=502
--- Comment #31 from Kjell Braden <[EMAIL PROTECTED]> 2008-03-07 16:44:15 ---
I compared the values posted above with the ones occuring on a regular run (ie.
when emerald doesn't crash).
I noticed that ((GTypeInstance*) ((d->pixmap)))->g_class resolved to different
values:
It's always the same value when not crashing and becomes a different value when
it crashed.
I added the following lines to find out what those two types are:
-- snip --
GTypeQuery query;
g_type_query(G_TYPE_FROM_INSTANCE(d->pixmap), &query);
g_printf("d->pixmap type: %s\n", query.type_name);
-- snip --
And I get "GdkPixmap" for the working and " " for the broken calls.
I hope that helps,
--
Configure bugmail: http://bugs.opencompositing.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Dev mailing list
[email protected]
http://lists.compiz-fusion.org/mailman/listinfo/dev