! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
SEGV on move files
Status:
RESOLVED: DUPLICATE

Comments

Description poma 2016-07-01 10:11:04 CEST
Thunar[2550]: segfault at 8 ip 00007f559243ddbd sp 00007ffd6dc36798 error 4 in libgobject-2.0.so.0.4800.1[7f559240a000+50000]

while move $HOME/Desktop/files to $HOME/


Thunar-1.6.10-9.20160629gitfebb417.fc24.x86_64
glib2-2.48.1-1.fc24.x86_64


$ coredumpctl dump 2550
           PID: 2550 (Thunar)
           UID: 1000 (liveuser)
           GID: 1000 (liveuser)
        Signal: 11 (SEGV)
            ...
  Command Line: Thunar --sm-client-id ... --daemon
    Executable: /usr/bin/thunar
 Control Group: /user.slice/user-1000.slice/session-3.scope
          Unit: session-3.scope
         Slice: user-1000.slice
       Session: 3
     Owner UID: 1000 (liveuser)
            ...
      Coredump: /var/lib/systemd/coredump/core.Thunar.1000...lz4
       Message: Process 2550 (Thunar) of user 1000 dumped core.
                
                Stack trace of thread 2550:
                #0  0x00007f559243ddbd g_type_check_instance_is_fundamentally_a (libgobject-2.0.so.0)
                #1  0x00007f559241df85 g_object_unref (libgobject-2.0.so.0)
                #2  0x000055dfa23a2762 thunar_file_info_clear (thunar)
                #3  0x000055dfa23a3cdd thunar_file_load.constprop.8 (thunar)
                #4  0x000055dfa23a3d93 thunar_file_reload (thunar)
                #5  0x00007f5592145703 g_main_context_dispatch (libglib-2.0.so.0)
                #6  0x00007f5592145ab0 g_main_context_iterate.isra.29 (libglib-2.0.so.0)
                #7  0x00007f5592145dd2 g_main_loop_run (libglib-2.0.so.0)
                #8  0x00007f559403ec0a gtk_main (libgtk-x11-2.0.so.0)
                #9  0x000055dfa238b91d main (thunar)
                #10 0x00007f5591b3e731 __libc_start_main (libc.so.6)
                #11 0x000055dfa238bb19 _start (thunar)
                
                Stack trace of thread 2792:
                #0  0x00007f5591c1532d poll (libc.so.6)
                #1  0x00007f5592145a46 g_main_context_iterate.isra.29 (libglib-2.0.so.0)
                #2  0x00007f5592145b5c g_main_context_iteration (libglib-2.0.so.0)
                #3  0x00007f5592145ba1 glib_worker_main (libglib-2.0.so.0)
                #4  0x00007f559216bd38 g_thread_proxy (libglib-2.0.so.0)
                #5  0x00007f5591ee75ca start_thread (libpthread.so.0)
                #6  0x00007f5591c20ead __clone (libc.so.6)
                
                Stack trace of thread 2793:
                #0  0x00007f5591c1532d poll (libc.so.6)
                #1  0x00007f5592145a46 g_main_context_iterate.isra.29 (libglib-2.0.so.0)
                #2  0x00007f5592145dd2 g_main_loop_run (libglib-2.0.so.0)
                #3  0x00007f559273ef76 gdbus_shared_thread_func (libgio-2.0.so.0)
                #4  0x00007f559216bd38 g_thread_proxy (libglib-2.0.so.0)
                #5  0x00007f5591ee75ca start_thread (libpthread.so.0)
                #6  0x00007f5591c20ead __clone (libc.so.6)
                
                Stack trace of thread 2860:
                #0  0x00007f5591c1aff9 syscall (libc.so.6)
                #1  0x00007f5592189dca g_cond_wait_until (libglib-2.0.so.0)
                #2  0x00007f559211a489 g_async_queue_pop_intern_unlocked (libglib-2.0.so.0)
                #3  0x00007f559216c70a g_thread_pool_thread_proxy (libglib-2.0.so.0)
                #4  0x00007f559216bd38 g_thread_proxy (libglib-2.0.so.0)
                #5  0x00007f5591ee75ca start_thread (libpthread.so.0)
                #6  0x00007f5591c20ead __clone (libc.so.6)
                
                Stack trace of thread 2861:
                #0  0x00007f5591c1aff9 syscall (libc.so.6)
                #1  0x00007f5592189dca g_cond_wait_until (libglib-2.0.so.0)
                #2  0x00007f559211a489 g_async_queue_pop_intern_unlocked (libglib-2.0.so.0)
                #3  0x00007f559216c70a g_thread_pool_thread_proxy (libglib-2.0.so.0)
                #4  0x00007f559216bd38 g_thread_proxy (libglib-2.0.so.0)
                #5  0x00007f5591ee75ca start_thread (libpthread.so.0)
                #6  0x00007f5591c20ead __clone (libc.so.6)
                
                Stack trace of thread 2834:
                #0  0x00007f5591c1aff9 syscall (libc.so.6)
                #1  0x00007f5592189dca g_cond_wait_until (libglib-2.0.so.0)
                #2  0x00007f559211a489 g_async_queue_pop_intern_unlocked (libglib-2.0.so.0)
                #3  0x00007f559216c70a g_thread_pool_thread_proxy (libglib-2.0.so.0)
                #4  0x00007f559216bd38 g_thread_proxy (libglib-2.0.so.0)
                #5  0x00007f5591ee75ca start_thread (libpthread.so.0)
                #6  0x00007f5591c20ead __clone (libc.so.6)
Comment 1 poma 2016-08-10 19:55:08 CEST
Fedora test build:
http://goo.gl/Gm4ffO
thunar/

*** This bug has been marked as a duplicate of bug 12264 ***

Bug #12673

Reported by:
poma
Reported on: 2016-07-01
Last modified on: 2016-08-10

People

Assignee:
Xfce Bug Triage
CC List:
3 users

Version

Version:
unspecified

Attachments

Additional information