Fiddling around with selecting stuff and changing properties, I bumped into
this crash, which seems related or a direct consecuence of the selected pixbuf
being dereferenced (bug item #3286115)
#13 0x00007f01c7b7a713 in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#14 0x00007f01c88493c4 in rodent_expose_item (view_p=0x727ce0,
population_p=0x1af6720) at ../../libs/rfm/libs/rodent_population.c:467
#15 0x00007f01c88428ff in rodent_saturate_pixbuf (view_p=0x727ce0,
population_p=0x1af6720) at ../../libs/rfm/libs/rodent_mouse.c:930
#16 0x00007f01c8849a01 in rodent_reload_view (data=0x727ce0)
at ../../libs/rfm/libs/rodent_population.c:687
#17 0x00007f01c88495a1 in rodent_monitor (data=0x6082d0)
at ../../libs/rfm/libs/rodent_population.c:537
---Type <return> to continue, or q <return> to quit---
#18 0x00007f01c49d2e8b in ?? () from /usr/lib/libglib-2.0.so.0
#19 0x00007f01c49d26b2 in g_main_context_dispatch ()
from /usr/lib/libglib-2.0.so.0
#20 0x00007f01c49d6608 in ?? () from /usr/lib/libglib-2.0.so.0
#21 0x00007f01c49d6b15 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#22 0x00007f01c7f1f427 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#23 0x0000000000402c8d in main (argc=2, argv=0x608270)
A missing read lock condition was detected in the gridview expose function. This missing lock opened the possibilty of a race condition with subsequent core dump. This may or may not be the cause of the above core dump. We will keep looking into the issue, but it may be fixed already (build >= 4357)
expose routines have been rewritten. Reopen if condition resurfaces, I cannot reproduce it here.