#0 0x0000000000000050 in ?? () #1 0x000055a545fc622e in trash_item_invoke_closure (closure=0x55a54708fda0) at ../daemon/trashlib/trashitem.c:304 299: break; 300: 301: closure = g_queue_pop_head (root->notifications); 302: g_rw_lock_writer_unlock (&root->lock); 303: 304: trash_item_invoke_closure (closure); 305: } 306: 307: /* still holding lock... */ 308: size = g_hash_table_size (root->item_table); 309: size_changed = root->old_size != size; #2 trash_root_thaw (root=0x55a54704df70) at ../daemon/trashlib/trashitem.c:304 299: break; 300: 301: closure = g_queue_pop_head (root->notifications); 302: g_rw_lock_writer_unlock (&root->lock); 303: 304: trash_item_invoke_closure (closure); 305: } 306: 307: /* still holding lock... */ 308: size = g_hash_table_size (root->item_table); 309: size_changed = root->old_size != size; #3 0x000055a545fc7241 in trash_dir_set_files (dir=dir@entry=0x7f06a8005de0, items=, items@entry=0x0) at ../daemon/trashlib/trashdir.c:115 110: } 111: } 112: 113: g_slist_free (items); 114: 115: trash_root_thaw (dir->root); 116: } 117: 118: static void 119: trash_dir_empty (TrashDir *dir) 120: { #4 0x000055a545fc797a in trash_dir_free (dir=0x7f06a8005de0) at ../daemon/trashlib/trashdir.c:413 408: dir_watch_free (dir->watch); 409: 410: if (dir->monitor) 411: g_object_unref (dir->monitor); 412: 413: trash_dir_set_files (dir, NULL); 414: 415: g_object_unref (dir->directory); 416: g_object_unref (dir->topdir); 417: 418: g_slice_free (TrashDir, dir); #5 0x000055a545fc696f in trash_mount_remove (mount_ptr=0x55a547068f50) at ../daemon/trashlib/trashwatcher.c:251 246: new = new->next; 247: } 248: else if (result > 0) 249: { 250: /* old entry. remove it. */ 251: trash_mount_remove (old); 252: } 253: else 254: { 255: /* match. no change. */ 256: g_unix_mount_free (new->data); #6 trash_watcher_remount (watcher=0x7f06a8008210) at ../daemon/trashlib/trashwatcher.c:251 246: new = new->next; 247: } 248: else if (result > 0) 249: { 250: /* old entry. remove it. */ 251: trash_mount_remove (old); 252: } 253: else 254: { 255: /* match. no change. */ 256: g_unix_mount_free (new->data); #7 0x00007f06b6843b6d in ?? () #8 0x0000000000000000 in ?? ()