#0 0x00007f53db0ce945 in g_mutex_lock (mutex=mutex@entry=0x7575757575757575) at ../../../glib/gthread-posix.c:1354 [Error: gthread-posix.c was not found in source tree] #1 0x00007f53db080d20 in g_source_destroy_internal (source=0x5611bb416f10, context=0x7575757575757575, have_lock=0) at ../../../glib/gmain.c:1219 [Error: gmain.c was not found in source tree] #2 0x00007f53db0816e5 in g_source_destroy (source=) at ../../../glib/gmain.c:1287 [Error: gmain.c was not found in source tree] #3 0x00007f53db22cc66 in slideshow_clear_timeout (window=window@entry=0x5611bb1637e0) at ../src/eog-window.c:1827 1822: { 1823: eog_debug (DEBUG_WINDOW); 1824: 1825: if (window->priv->slideshow_switch_source != NULL) { 1826: g_source_unref (window->priv->slideshow_switch_source); 1827: g_source_destroy (window->priv->slideshow_switch_source); 1828: } 1829: 1830: window->priv->slideshow_switch_source = NULL; 1831: } 1832: #4 0x00007f53db22ce2e in slideshow_set_timeout (window=window@entry=0x5611bb1637e0) at ../src/eog-window.c:1840 1835: { 1836: GSource *source; 1837: 1838: eog_debug (DEBUG_WINDOW); 1839: 1840: slideshow_clear_timeout (window); 1841: 1842: if (window->priv->mode != EOG_WINDOW_MODE_SLIDESHOW) 1843: return; 1844: 1845: if (window->priv->slideshow_switch_timeout <= 0) #5 0x00007f53db234bc4 in eog_window_display_image (window=window@entry=0x5611bb1637e0, image=) at ../src/eog-window.c:1023 1018: gtk_widget_show (info_bar); 1019: eog_window_set_message_area (window, info_bar); 1020: } 1021: 1022: if (window->priv->mode == EOG_WINDOW_MODE_SLIDESHOW) { 1023: slideshow_set_timeout (window); 1024: } 1025: } 1026: 1027: static void 1028: _eog_window_launch_appinfo_with_files (EogWindow *window, #6 0x00007f53db2352d6 in eog_job_load_cb (job=0x5611bb662f70, data=) at ../src/eog-window.c:1431 1426: eog_window_obtain_desired_size (job->image, width, 1427: height, window); 1428: 1429: } 1430: 1431: eog_window_display_image (window, job->image); 1432: } else { 1433: GtkWidget *message_area; 1434: 1435: message_area = eog_image_load_error_message_area_new ( 1436: eog_image_get_caption (job->image), #7 0x00007f53db169e7d in g_closure_invoke (closure=0x5611bb59fd90, return_value=0x0, n_param_values=1, param_values=0x7fff74610a50, invocation_hint=0x7fff746109d0) at ../../../gobject/gclosure.c:810 [Error: gclosure.c was not found in source tree] #8 0x00007f53db17d535 in signal_emit_unlocked_R (node=node@entry=0x5611bb461770, detail=detail@entry=0, instance=instance@entry=0x5611bb662f70, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fff74610a50) at ../../../gobject/gsignal.c:3635 [Error: gsignal.c was not found in source tree] #9 0x00007f53db18646e in g_signal_emit_valist (instance=, signal_id=, detail=, var_args=var_args@entry=0x7fff74610c00) at ../../../gobject/gsignal.c:3391 [Error: gsignal.c was not found in source tree] #10 0x00007f53db186b2f in g_signal_emit (instance=instance@entry=0x5611bb662f70, signal_id=, detail=detail@entry=0) at ../../../gobject/gsignal.c:3447 [Error: gsignal.c was not found in source tree] #11 0x00007f53db20e519 in notify_finished (job=0x5611bb662f70) at ../src/eog-jobs.c:158 153: "%s (%p) job was FINISHED", 154: EOG_GET_TYPE_NAME (job), 155: job); 156: 157: /* notify job finalization */ 158: g_signal_emit (job, 159: job_signals[FINISHED], 160: 0); 161: return FALSE; 162: } 163: #12 0x00007f53db083958 in g_main_dispatch (context=0x5611bafdf840) at ../../../glib/gmain.c:3189 [Error: gmain.c was not found in source tree] #13 g_main_context_dispatch (context=context@entry=0x5611bafdf840) at ../../../glib/gmain.c:3854 [Error: gmain.c was not found in source tree] #14 0x00007f53db083d48 in g_main_context_iterate (context=context@entry=0x5611bafdf840, block=block@entry=1, dispatch=dispatch@entry=1, self=) at ../../../glib/gmain.c:3927 [Error: gmain.c was not found in source tree] #15 0x00007f53db083ddc in g_main_context_iteration (context=context@entry=0x5611bafdf840, may_block=may_block@entry=1) at ../../../glib/gmain.c:3988 [Error: gmain.c was not found in source tree] #16 0x00007f53daf3f8bd in g_application_run (application=0x5611bafd8140, argc=, argv=0x7fff74610f98) at ../../../gio/gapplication.c:2516 [Error: gapplication.c was not found in source tree] #17 0x00005611ba90b32e in main (argc=, argv=) at ../src/main.c:133 128: GApplicationFlags app_flags = g_application_get_flags (G_APPLICATION (EOG_APP)); 129: app_flags |= G_APPLICATION_NON_UNIQUE; 130: g_application_set_flags (G_APPLICATION (EOG_APP), app_flags); 131: } 132: 133: g_application_run (G_APPLICATION (EOG_APP), argc, argv); 134: g_object_unref (EOG_APP); 135: 136: return 0; 137: }