GNOME Bugzilla – Bug 652034
Crash in clutter_stage_queue_actor_redraw at clutter-stage.c line 3311
Last modified: 2011-08-22 10:09:23 UTC
There seem to be Null checks missing within the clutter library causing crashes at various locations. Scenario 1: Program received signal SIGSEGV, Segmentation fault. 0x0118c830 in g_slice_alloc () from /lib/i386-linux-gnu/libglib-2.0.so.0 (gdb) bt
+ Trace 227407
Created attachment 189469 [details] [review] Add some safety nets for NULL values
this the patch solve the issue?
Sachin can you reply the comment 1?
The provided path solves the problem.
Attachment 189469 [details] pushed as 5ba7c13 - Add some safety nets for NULL values