#0 0xb6da9233 in g_file_info_get_file_type (info=0xaaaaaaaa) at /build/buildd/glib2.0-2.33.3/./gio/gfileinfo.c:1456 [Error: /build/buildd/glib2.0-2.33.3/./gio/gfileinfo.c was not found in source tree] #1 0xb771b7f4 in thunar_file_get_kind (file=file@entry=0xb970dc30) at thunar-file.c:1949 1944: _thunar_return_val_if_fail (THUNAR_IS_FILE (file), G_FILE_TYPE_UNKNOWN); 1945: 1946: if (file->info == NULL) 1947: return G_FILE_TYPE_UNKNOWN; 1948: 1949: return g_file_info_get_file_type (file->info); 1950: } 1951: 1952: 1953: 1954: GFile * #2 0xb771b948 in thunar_file_is_directory (file=0xb970dc30) at thunar-file.c:2073 2068: _thunar_return_val_if_fail (THUNAR_IS_FILE (file), FALSE); 2069: 2070: if (file->info == NULL) 2071: return FALSE; 2072: 2073: return thunar_file_get_kind (file) == G_FILE_TYPE_DIRECTORY; 2074: } 2075: 2076: 2077: 2078: /** #3 0xb772c3f7 in thunar_list_model_cmp (store=0xb969b290, a=, b=0xb9793980) at thunar-list-model.c:1012 1007: gboolean isdir_a; 1008: gboolean isdir_b; 1009: 1010: if (G_LIKELY (store->sort_folders_first)) 1011: { 1012: isdir_a = thunar_file_is_directory (a); 1013: isdir_b = thunar_file_is_directory (b); 1014: 1015: if (isdir_a && !isdir_b) 1016: return -1; 1017: else if (!isdir_a && isdir_b) #4 0xb772c52b in thunar_list_model_files_added (folder=0xb97c56f0, files=0xb959f720, store=0xb969b290) at thunar-list-model.c:1278 1273: /* allocate a new row */ 1274: row = g_slist_alloc (); 1275: row->data = file; 1276: 1277: /* find the position to insert the file to */ 1278: if (G_UNLIKELY (store->rows == NULL || thunar_list_model_cmp (store, file, store->rows->data) < 0)) 1279: { 1280: prev = NULL; 1281: idx = 0; 1282: row->next = store->rows; 1283: store->rows = row; #5 0xb6d1f7bb in g_cclosure_marshal_VOID__POINTERv (closure=closure@entry=0xb964a168, return_value=return_value@entry=0x0, instance=instance@entry=0xb97c56f0, args=args@entry=0xbfbc57fc "P\372|\271\340Y\274\277\310-}\271\310-}\271\226C\324\266\340Y\274\277\020\233B\267\364\357\325\266\f \324\266\364\357\325\266\364\357\325\266", marshal_data=marshal_data@entry=0x0, n_params=n_params@entry=1, param_types=param_types@entry=0xb96cc018) at /build/buildd/glib2.0-2.33.3/./gobject/gmarshal.c:1236 [Error: /build/buildd/glib2.0-2.33.3/./gobject/gmarshal.c was not found in source tree] #6 0xb6d1c9e1 in _g_closure_invoke_va (closure=0xb964a168, return_value=return_value@entry=0x0, instance=instance@entry=0xb97c56f0, args=args@entry=0xbfbc57fc "P\372|\271\340Y\274\277\310-}\271\310-}\271\226C\324\266\340Y\274\277\020\233B\267\364\357\325\266\f \324\266\364\357\325\266\364\357\325\266", n_params=1, param_types=0xb96cc018) at /build/buildd/glib2.0-2.33.3/./gobject/gclosure.c:840 [Error: /build/buildd/glib2.0-2.33.3/./gobject/gclosure.c was not found in source tree] #7 0xb6d37317 in g_signal_emit_valist (instance=instance@entry=0xb97c56f0, signal_id=signal_id@entry=359, detail=detail@entry=0, var_args=var_args@entry=0xbfbc57fc "P\372|\271\340Y\274\277\310-}\271\310-}\271\226C\324\266\340Y\274\277\020\233B\267\364\357\325\266\f \324\266\364\357\325\266\364\357\325\266") at /build/buildd/glib2.0-2.33.3/./gobject/gsignal.c:3211 [Error: /build/buildd/glib2.0-2.33.3/./gobject/gsignal.c was not found in source tree] #8 0xb6d37953 in g_signal_emit (instance=0xb97c56f0, signal_id=signal_id@entry=359, detail=detail@entry=0) at /build/buildd/glib2.0-2.33.3/./gobject/gsignal.c:3356 [Error: /build/buildd/glib2.0-2.33.3/./gobject/gsignal.c was not found in source tree] #9 0xb771f21f in thunar_folder_finished (job=job@entry=0xb97d7808, folder=0xb97c56f0) at thunar-folder.c:438 433: folder->new_files = NULL; 434: 435: if (folder->files != NULL) 436: { 437: /* emit a "files-added" signal for the new files */ 438: g_signal_emit (G_OBJECT (folder), folder_signals[FILES_ADDED], 0, folder->files); 439: } 440: } 441: 442: /* we did it, the folder is loaded */ 443: g_signal_handlers_disconnect_matched (folder->job, G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, folder); #10 0xb6d1e49f in g_cclosure_marshal_VOID__VOID (closure=closure@entry=0xb97d2dc8, return_value=return_value@entry=0x0, n_param_values=n_param_values@entry=1, param_values=param_values@entry=0xbfbc59e0, invocation_hint=invocation_hint@entry=0xbfbc598c, marshal_data=marshal_data@entry=0x0) at /build/buildd/glib2.0-2.33.3/./gobject/gmarshal.c:85 [Error: /build/buildd/glib2.0-2.33.3/./gobject/gmarshal.c was not found in source tree] #11 0xb6d1c736 in g_closure_invoke (closure=0xb97d2dc8, return_value=return_value@entry=0x0, n_param_values=1, param_values=param_values@entry=0xbfbc59e0, invocation_hint=invocation_hint@entry=0xbfbc598c) at /build/buildd/glib2.0-2.33.3/./gobject/gclosure.c:777 [Error: /build/buildd/glib2.0-2.33.3/./gobject/gclosure.c was not found in source tree] #12 0xb6d2f2df in signal_emit_unlocked_R (node=node@entry=0xb970cf58, detail=detail@entry=0, instance=instance@entry=0xb97d7808, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0xbfbc59e0) at /build/buildd/glib2.0-2.33.3/./gobject/gsignal.c:3551 [Error: /build/buildd/glib2.0-2.33.3/./gobject/gsignal.c was not found in source tree] #13 0xb6d3775b in g_signal_emit_valist (instance=instance@entry=0xb97d7808, signal_id=signal_id@entry=362, detail=detail@entry=0, var_args=var_args@entry=0xbfbc5bcc "\034f\330\266\320\205R\271") at /build/buildd/glib2.0-2.33.3/./gobject/gsignal.c:3300 [Error: /build/buildd/glib2.0-2.33.3/./gobject/gsignal.c was not found in source tree] #14 0xb6d37953 in g_signal_emit (instance=instance@entry=0xb97d7808, signal_id=362, detail=detail@entry=0) at /build/buildd/glib2.0-2.33.3/./gobject/gsignal.c:3356 [Error: /build/buildd/glib2.0-2.33.3/./gobject/gsignal.c was not found in source tree] #15 0xb768140a in exo_job_finished (job=0xb97d7808) at exo-job.c:448 [Error: exo-job.c was not found in source tree] #16 exo_job_async_ready (object=0xb97d7808, result=0xb979c798) at exo-job.c:296 [Error: exo-job.c was not found in source tree] #17 0xb6dce0a0 in g_simple_async_result_complete (simple=0xb979c798) at /build/buildd/glib2.0-2.33.3/./gio/gsimpleasyncresult.c:767 [Error: /build/buildd/glib2.0-2.33.3/./gio/gsimpleasyncresult.c was not found in source tree] #18 0xb6dce1cc in complete_in_idle_cb (data=data@entry=0xb979c798) at /build/buildd/glib2.0-2.33.3/./gio/gsimpleasyncresult.c:779 [Error: /build/buildd/glib2.0-2.33.3/./gio/gsimpleasyncresult.c was not found in source tree] #19 0xb6c595f0 in g_idle_dispatch (source=source@entry=0xa8c2f060, callback=0xb6dce1a0 , user_data=0xb979c798) at /build/buildd/glib2.0-2.33.3/./glib/gmain.c:4657 [Error: /build/buildd/glib2.0-2.33.3/./glib/gmain.c was not found in source tree] #20 0xb6c5bb13 in g_main_dispatch (context=0xb94e8450) at /build/buildd/glib2.0-2.33.3/./glib/gmain.c:2539 [Error: /build/buildd/glib2.0-2.33.3/./glib/gmain.c was not found in source tree] #21 g_main_context_dispatch (context=context@entry=0xb94e8450) at /build/buildd/glib2.0-2.33.3/./glib/gmain.c:3075 [Error: /build/buildd/glib2.0-2.33.3/./glib/gmain.c was not found in source tree] #22 0xb6c5beb0 in g_main_context_iterate (context=0xb94e8450, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.33.3/./glib/gmain.c:3146 [Error: /build/buildd/glib2.0-2.33.3/./glib/gmain.c was not found in source tree] #23 0xb6c5c30b in g_main_loop_run (loop=0xb9524ae0) at /build/buildd/glib2.0-2.33.3/./glib/gmain.c:3340 [Error: /build/buildd/glib2.0-2.33.3/./glib/gmain.c was not found in source tree] #24 0xb72deb8f in IA__gtk_main () at /build/buildd/gtk+2.0-2.24.10/gtk/gtkmain.c:1329 [Error: /build/buildd/gtk+2.0-2.24.10/gtk/gtkmain.c was not found in source tree] #25 0xb77010cd in main (argc=1, argv=0xbfbc5ed4) at main.c:294 289: g_idle_add_full (G_PRIORITY_LOW, thunar_delayed_exit_check, 290: g_object_ref (application), g_object_unref); 291: } 292: 293: /* enter the main loop */ 294: gtk_main (); 295: 296: #ifdef HAVE_DBUS 297: if (dbus_service != NULL) 298: g_object_unref (G_OBJECT (dbus_service)); 299: #endif