GNOME Bugzilla – Bug 760643
Segfault when closing app from invalidate_canvas()
Last modified: 2016-01-15 06:10:31 UTC
I don't know how this happened. I had several geojson layers loaded and had been quickly centering them back and forth repeatedly, then I closed the app via the 'x' button. I don't know if the geojson layers are related to this crash though. ** (org.gnome.Maps:10170): CRITICAL **: champlain_map_source_get_latitude: assertion 'CHAMPLAIN_IS_MAP_SOURCE (map_source)' failed ** (org.gnome.Maps:10170): CRITICAL **: champlain_map_source_get_latitude: assertion 'CHAMPLAIN_IS_MAP_SOURCE (map_source)' failed ** (org.gnome.Maps:10170): CRITICAL **: champlain_map_source_get_longitude: assertion 'CHAMPLAIN_IS_MAP_SOURCE (map_source)' failed ** (org.gnome.Maps:10170): CRITICAL **: champlain_map_source_get_longitude: assertion 'CHAMPLAIN_IS_MAP_SOURCE (map_source)' failed (org.gnome.Maps:10170): Clutter-CRITICAL **: clutter_canvas_set_size: assertion 'CLUTTER_IS_CANVAS (canvas)' failed Program received signal SIGSEGV, Segmentation fault. 0x00007fffd5eb2ae9 in clutter_actor_set_size (self=0xc9dc30, width=256, height=256) at clutter-actor.c:10716 10716 g_return_if_fail (CLUTTER_IS_ACTOR (self)); (gdb) bt
+ Trace 235899
this is from running gnome-maps btw
*** This bug has been marked as a duplicate of bug 760012 ***