#0 0x00007f4d0af08d42 in thunar_file_is_directory (file=file@entry=0x0) at thunar-file.c:2533 2528: **/ 2529: gboolean 2530: thunar_file_is_directory (const ThunarFile *file) 2531: { 2532: _thunar_return_val_if_fail (THUNAR_IS_FILE (file), FALSE); 2533: return file->kind == G_FILE_TYPE_DIRECTORY; 2534: } 2535: 2536: 2537: 2538: /** #1 0x00007f4d0af193cb in thunar_list_model_cmp_func (a=0x7f4cd803fba0, b=0x0, user_data=) at thunar-list-model.c:1016 1011: _thunar_return_val_if_fail (THUNAR_IS_FILE (b), 0); 1012: 1013: if (G_LIKELY (store->sort_folders_first)) 1014: { 1015: isdir_a = thunar_file_is_directory (a); 1016: isdir_b = thunar_file_is_directory (b); 1017: if (isdir_a != isdir_b) 1018: return isdir_a ? -1 : 1; 1019: } 1020: 1021: return (*store->sort_func) (a, b, store->sort_case_sensitive) * store->sort_sign; #2 0x00007f4d07aacc34 in node_find_closest (haystack=0x7f4cf00d1400, needle=0x7f4cf00d1090, end=0x7f4d0cd5f750, iter_cmp=0x7f4d07aac700 , cmp_data=0x7fffaf71b080) at /build/buildd/glib2.0-2.35.8/./glib/gsequence.c:1766 [Error: /build/buildd/glib2.0-2.35.8/./glib/gsequence.c was not found in source tree] #3 0x00007f4d07aaced6 in node_insert_sorted (node=, new=0x7f4cf00d1090, end=, iter_cmp=iter_cmp@entry=0x7f4d07aac700 , cmp_data=cmp_data@entry=0x7fffaf71b080) at /build/buildd/glib2.0-2.35.8/./glib/gsequence.c:2004 [Error: /build/buildd/glib2.0-2.35.8/./glib/gsequence.c was not found in source tree] #4 0x00007f4d07aadc6c in g_sequence_insert_sorted_iter (seq=seq@entry=0x7f4d0cabed70, data=data@entry=0x0, iter_cmp=iter_cmp@entry=0x7f4d07aac700 , cmp_data=cmp_data@entry=0x7fffaf71b080) at /build/buildd/glib2.0-2.35.8/./glib/gsequence.c:1029 [Error: /build/buildd/glib2.0-2.35.8/./glib/gsequence.c was not found in source tree] #5 0x00007f4d07aadd24 in g_sequence_insert_sorted (seq=0x7f4d0cabed70, data=data@entry=0x0, cmp_func=cmp_func@entry=0x7f4d0af19340 , cmp_data=cmp_data@entry=0x7f4d0cd5f9e0) at /build/buildd/glib2.0-2.35.8/./glib/gsequence.c:718 [Error: /build/buildd/glib2.0-2.35.8/./glib/gsequence.c was not found in source tree] #6 0x00007f4d0af184d9 in thunar_list_model_files_added (folder=, files=, store=0x7f4d0cd5f9e0) at thunar-list-model.c:1237 1232: store->hidden = g_slist_prepend (store->hidden, file); 1233: } 1234: else 1235: { 1236: /* insert the file */ 1237: row = g_sequence_insert_sorted (store->rows, file, 1238: thunar_list_model_cmp_func, store); 1239: 1240: if (has_handler) 1241: { 1242: /* generate an iterator for the new item */ #7 0x00007f4d07d58750 in g_closure_invoke (closure=0x7f4d0cdd3980, return_value=0x0, n_param_values=2, param_values=0x7fffaf71b300, invocation_hint=0x7fffaf71b2a0) at /build/buildd/glib2.0-2.35.8/./gobject/gclosure.c:777 [Error: /build/buildd/glib2.0-2.35.8/./gobject/gclosure.c was not found in source tree] #8 0x00007f4d07d6a9c0 in signal_emit_unlocked_R (node=node@entry=0x7f4d0c978be0, detail=detail@entry=0, instance=instance@entry=0x7f4cf0193c00, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fffaf71b300) at /build/buildd/glib2.0-2.35.8/./gobject/gsignal.c:3566 [Error: /build/buildd/glib2.0-2.35.8/./gobject/gsignal.c was not found in source tree] #9 0x00007f4d07d72cfb in g_signal_emit_valist (instance=0x7f4cf0193c00, signal_id=, detail=0, var_args=var_args@entry=0x7fffaf71b558) at /build/buildd/glib2.0-2.35.8/./gobject/gsignal.c:3314 [Error: /build/buildd/glib2.0-2.35.8/./gobject/gsignal.c was not found in source tree] #10 0x00007f4d07d72f22 in g_signal_emit (instance=, signal_id=signal_id@entry=440, detail=detail@entry=0) at /build/buildd/glib2.0-2.35.8/./gobject/gsignal.c:3370 [Error: /build/buildd/glib2.0-2.35.8/./gobject/gsignal.c was not found in source tree] #11 0x00007f4d0af0beb1 in thunar_folder_finished (job=, folder=0x7f4cf0193c00) at thunar-folder.c:544 539: folder->new_files = NULL; 540: 541: if (folder->files != NULL) 542: { 543: /* emit a "files-added" signal for the new files */ 544: g_signal_emit (G_OBJECT (folder), folder_signals[FILES_ADDED], 0, folder->files); 545: } 546: } 547: 548: /* we did it, the folder is loaded */ 549: g_signal_handlers_disconnect_matched (folder->job, G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, folder); #12 0x00007f4d07d58750 in g_closure_invoke (closure=0x7f4d0ccc8400, return_value=0x0, n_param_values=1, param_values=0x7fffaf71b850, invocation_hint=0x7fffaf71b7f0) at /build/buildd/glib2.0-2.35.8/./gobject/gclosure.c:777 [Error: /build/buildd/glib2.0-2.35.8/./gobject/gclosure.c was not found in source tree] #13 0x00007f4d07d6a9c0 in signal_emit_unlocked_R (node=node@entry=0x7f4d0cc2f260, detail=detail@entry=0, instance=instance@entry=0x7f4d0cdacad0, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fffaf71b850) at /build/buildd/glib2.0-2.35.8/./gobject/gsignal.c:3566 [Error: /build/buildd/glib2.0-2.35.8/./gobject/gsignal.c was not found in source tree] #14 0x00007f4d07d72cfb in g_signal_emit_valist (instance=0x7f4d0cdacad0, signal_id=, detail=0, var_args=var_args@entry=0x7fffaf71ba98) at /build/buildd/glib2.0-2.35.8/./gobject/gsignal.c:3314 [Error: /build/buildd/glib2.0-2.35.8/./gobject/gsignal.c was not found in source tree] #15 0x00007f4d07d72f22 in g_signal_emit (instance=, signal_id=, detail=) at /build/buildd/glib2.0-2.35.8/./gobject/gsignal.c:3370 [Error: /build/buildd/glib2.0-2.35.8/./gobject/gsignal.c was not found in source tree] #16 0x00007f4d0a87f0e1 in exo_job_finished (job=0x7f4d0cdacad0) at exo-job.c:442 [Error: exo-job.c was not found in source tree] #17 exo_job_async_ready (user_data=) at exo-job.c:281 [Error: exo-job.c was not found in source tree] #18 0x00007f4d07a94e85 in g_main_dispatch (context=0x7f4d0c91b250) at /build/buildd/glib2.0-2.35.8/./glib/gmain.c:3054 [Error: /build/buildd/glib2.0-2.35.8/./glib/gmain.c was not found in source tree] #19 g_main_context_dispatch (context=context@entry=0x7f4d0c91b250) at /build/buildd/glib2.0-2.35.8/./glib/gmain.c:3630 [Error: /build/buildd/glib2.0-2.35.8/./glib/gmain.c was not found in source tree] #20 0x00007f4d07a951c8 in g_main_context_iterate (context=0x7f4d0c91b250, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.35.8/./glib/gmain.c:3701 [Error: /build/buildd/glib2.0-2.35.8/./glib/gmain.c was not found in source tree] #21 0x00007f4d07a9563a in g_main_loop_run (loop=0x7f4d0c97b5e0) at /build/buildd/glib2.0-2.35.8/./glib/gmain.c:3895 [Error: /build/buildd/glib2.0-2.35.8/./glib/gmain.c was not found in source tree] #22 0x00007f4d09902087 in IA__gtk_main () at /build/buildd/gtk+2.0-2.24.16/gtk/gtkmain.c:1271 [Error: /build/buildd/gtk+2.0-2.24.16/gtk/gtkmain.c was not found in source tree] #23 0x00007f4d0aef08f2 in main (argc=1, argv=0x7fffaf71be08) at main.c:310 305: g_idle_add_full (G_PRIORITY_LOW, thunar_delayed_exit_check, 306: g_object_ref (application), g_object_unref); 307: } 308: 309: /* enter the main loop */ 310: gtk_main (); 311: 312: #ifdef HAVE_DBUS 313: if (dbus_service != NULL) 314: g_object_unref (G_OBJECT (dbus_service)); 315: #endif