Created attachment 4275 core dump + other debug information While browsing through directories I got a non-reproduceable SIGSEV with the following backtrace: Program terminated with signal 11, Segmentation fault. #0 0x00b6dad1 in _int_free (av=0xaf500010, p=0xac508f78, have_lock=0) at malloc.c:4097 4097 unlink(av, nextchunk, bck, fwd); #0 0x00b6dad1 in _int_free (av=0xaf500010, p=0xac508f78, have_lock=0) at malloc.c:4097 #1 0x007190cc in standard_free (mem=0xac508f80) at gmem.c:101 #2 0x007193c7 in g_free (mem=0xac508f80) at gmem.c:263 #3 0x00707324 in g_key_file_key_value_pair_free (pair=0xac85d2b8) at gkeyfile.c:3253 #4 0x0070740f in g_key_file_remove_key_value_pair_node (key_file=0xac84ef18, group=<optimized out>, pair_node=0xac8f2dd0) at gkeyfile.c:3285 #5 0x00707501 in g_key_file_remove_group_node (key_file=0xac84ef18, group_node=0xac8f44d0) at gkeyfile.c:3349 #6 0x00707edc in g_key_file_clear (key_file=0xac84ef18) at gkeyfile.c:244 #7 0x00709b96 in g_key_file_free (key_file=0xac84ef18) at gkeyfile.c:712 #8 0x080764b4 in thunar_file_load (file=0xac8b2200, cancellable=0x0, error=0xaf4ff01c) at thunar-file.c:841 #9 0x080780c6 in thunar_file_get (gfile=0xac80da00, error=0xaf4ff01c) at thunar-file.c:631 #10 0x0807defe in _thunar_io_jobs_ls (job=0x8dd9880, param_values=0x8de6c00, ---Type <return> to continue, or q <return> to quit--- error=0xaf4ff06c) at thunar-io-jobs.c:1179 #11 0x080a8a89 in thunar_simple_job_execute (job=0x8dd9880, error=0xaf4ff0ac) at thunar-simple-job.c:115 #12 0x006b1b8c in exo_job_scheduler_job_func (scheduler_job=0x8dee948, cancellable=0x8dedf40, user_data=0x8db3788) at exo-job.c:331 #13 0x003f385c in io_job_thread (data=0x8dee948, user_data=0x0) at gioscheduler.c:180 #14 0x0073c3bf in g_thread_pool_thread_proxy (data=0x8c30c88) at gthreadpool.c:319 #15 0x00739f45 in g_thread_create_proxy (data=0x8dda518) at gthread.c:1962 #16 0x0091ecd3 in start_thread (arg=0xaf4ffb40) at pthread_create.c:309 #17 0x00be9a2e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133
and another one: #0 0x00bb3416 in __kernel_vsyscall () #1 0x45daa98f in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #2 0x45dac2d5 in __GI_abort () at abort.c:91 #3 0x45deb02a in __libc_message (do_abort=2, fmt= 0x45ee594c "*** glibc detected *** %s: %s: 0x%s ***\n") at ../sysdeps/unix/sysv/linux/libc_fatal.c:198 #4 0x45df1f12 in malloc_printerr (action=<optimized out>, str=<optimized out>, ptr=0xad252990) at malloc.c:5021 #5 0x45df2394 in malloc_consolidate (av=0xaf400010) at malloc.c:4266 #6 0x45df3c69 in malloc_consolidate (av=0xaf400010) at malloc.c:4227 #7 _int_malloc (av=0xaf400010, bytes=384) at malloc.c:3890 #8 0x45df758f in __libc_calloc (n=1, elem_size=384) at malloc.c:3278 #9 0x4e939f44 in ?? () from /lib/libglib-2.0.so.0 #10 0x4e93a779 in g_malloc0 () from /lib/libglib-2.0.so.0 #11 0x4e88c757 in g_object_new_valist () from /lib/libgobject-2.0.so.0 #12 0x4e88cb40 in g_object_new () from /lib/libgobject-2.0.so.0 #13 0x4134de73 in g_themed_icon_new_from_names () from /lib/libgio-2.0.so.0 #14 0x41305dd9 in g_content_type_get_icon () from /lib/libgio-2.0.so.0 #15 0x413b8efe in ?? () from /lib/libgio-2.0.so.0 #16 0x413b2fad in ?? () from /lib/libgio-2.0.so.0 #17 0x41313fbc in g_file_query_info () from /lib/libgio-2.0.so.0 #18 0x08076281 in ?? () ---Type <return> to continue, or q <return> to quit--- #19 0x080780c6 in ?? () #20 0x0807defe in ?? () #21 0x080a8a89 in ?? () #22 0x4d4b7b8c in ?? () from /usr/lib/libexo-1.so.0 #23 0x4132e85c in ?? () from /lib/libgio-2.0.so.0 #24 0x4e95d8df in ?? () from /lib/libglib-2.0.so.0 #25 0x4e95b465 in ?? () from /lib/libglib-2.0.so.0 #26 0x4b759cd3 in start_thread (arg=0xafdfcb40) at pthread_create.c:309 #27 0x45e6ea2e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133 would be great if somebody could have a look at those crashes
are there any .desktop files in the crashing directory?
Unfourtunatly I can't remember the details about how to trigger this issue :/
Not much i can do with this data than..