Created attachment 4128 stracktrace Hi, From: https://bugs.launchpad.net/ubuntu/+source/thunar/+bug/900306 "I was processing a folder full of files via a custom script launched using Thunar's right-click context menu. This script deleted all selected files using the 'shred' utility. I have used this script for weeks and have never had a problem until today. When the script completed processing all of the selected files (which happened to be all of the files in a particular folder), Thunar crashed." StacktraceTop: g_file_equal (file1=0x22534450, file2=0x2) at /build/buildd/glib2.0-2.30.0/./gio/gfile.c:585 thunar_folder_monitor (monitor=0x221624a8, event_file=0x22534450, other_file=0x0, event_type=G_FILE_MONITOR_EVENT_CREATED, user_data=0x223468f0) at thunar-folder.c:536 ffi_call_SYSV () at ../src/x86/sysv.S:64 ffi_call (cif=0xbf9e8690, fn=0x496420 <thunar_folder_monitor>, rvalue=0xbf9e8640, avalue=0xbf9e85e0) at ../src/x86/ffi.c:303 g_cclosure_marshal_generic (closure=0x22258ce0, return_gvalue=0x0, n_param_values=4, param_values=0x221cb650, invocation_hint=0xbf9e87c0, marshal_data=0x0) at /build/buildd/glib2.0-2.30.0/./gobject/gclosure.c:1147
I've added checks around this code, not much else I can do about this.