The Samba-Bugzilla – Attachment 18327 Details for
Bug 15659
Segmentation fault when deleting files in vfs_recycle
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gdb backtrace of segmentation fault (with debug symbols installed)
gdb_backtrace_with_dbg (text/plain), 6.23 KB, created by
Markus Bach
on 2024-06-05 12:35:54 UTC
(
hide
)
Description:
gdb backtrace of segmentation fault (with debug symbols installed)
Filename:
MIME Type:
Creator:
Markus Bach
Created:
2024-06-05 12:35:54 UTC
Size:
6.23 KB
patch
obsolete
>#0 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44 >#1 0x00007f77eec7ee8f in __pthread_kill_internal (signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:78 >#2 0x00007f77eec2ffb2 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 >#3 0x00007f77eec1a472 in __GI_abort () at ./stdlib/abort.c:79 >#4 0x00007f77ef13eacd in dump_core () at ../../source3/lib/dumpcore.c:338 >#5 0x00007f77ef134619 in smb_panic_s3 (why=<optimized out>) at ../../source3/lib/util.c:720 >#6 0x00007f77eee089ff in smb_panic (why=why@entry=0x7ffc02073450 "Signal 11: Segmentation fault") at ../../lib/util/fault.c:209 >#7 0x00007f77eee08a87 in fault_report (sig=11) at ../../lib/util/fault.c:83 >#8 sig_fault (sig=11) at ../../lib/util/fault.c:94 >#9 <signal handler called> >#10 0x00007f77ea3fa8d4 in matchparam (haystack_list=0x5575a2097180, needle=0x5575a20a6c2e "1CAD139C.tmp") at ../../source3/modules/vfs_recycle.c:357 >#11 0x00007f77ea3fafab in recycle_unlink_internal (flags=0, smb_fname=0x5575a2188630, dirfsp=0x5575a2103780, handle=0x5575a20dc730) at ../../source3/modules/vfs_recycle.c:555 >#12 recycle_unlinkat (handle=0x5575a20dc730, dirfsp=0x5575a2103780, smb_fname=0x5575a2188630, flags=0) at ../../source3/modules/vfs_recycle.c:706 >#13 0x00007f77ef227c6d in smb_vfs_call_unlinkat (handle=<optimized out>, dirfsp=<optimized out>, smb_fname=<optimized out>, flags=flags@entry=0) at ../../source3/smbd/vfs.c:1891 >#14 0x00007f77ef220f4c in close_remove_share_mode (close_type=NORMAL_CLOSE, fsp=0x5575a20f3c20) at ../../source3/smbd/close.c:576 >#15 close_normal_file (close_type=NORMAL_CLOSE, fsp=0x5575a20f3c20, req=0x5575a21ca7d0) at ../../source3/smbd/close.c:906 >#16 close_file_smb (req=req@entry=0x5575a21ca7d0, fsp=fsp@entry=0x5575a20f3c20, close_type=close_type@entry=NORMAL_CLOSE) at ../../source3/smbd/close.c:1663 >#17 0x00007f77ef25856e in smbd_smb2_close (req=req@entry=0x5575a21ca010, _fsp=0x5575a21ca618, in_flags=<optimized out>, out_flags=0x5575a21ca622, out_creation_ts=0x5575a21ca628, > out_last_access_ts=0x5575a21ca638, out_last_write_ts=0x5575a21ca648, out_change_ts=0x5575a21ca658, out_allocation_size=0x5575a21ca668, out_end_of_file=0x5575a21ca670, > out_file_attributes=0x5575a21ca678) at ../../source3/smbd/smb2_close.c:224 >#18 0x00007f77ef258c27 in smbd_smb2_close_send (in_flags=<optimized out>, in_fsp=0x5575a20f3c20, smb2req=0x5575a21ca010, ev=0x5575a2023ec0, mem_ctx=0x5575a21ca010) > at ../../source3/smbd/smb2_close.c:346 >#19 smbd_smb2_request_process_close (req=req@entry=0x5575a21ca010) at ../../source3/smbd/smb2_close.c:72 >#20 0x00007f77ef24abe1 in smbd_smb2_request_dispatch (req=req@entry=0x5575a21ca010) at ../../source3/smbd/smb2_server.c:3478 >#21 0x00007f77ef24bfd9 in smbd_smb2_advance_incoming (n=<optimized out>, xconn=0x5575a20da010) at ../../source3/smbd/smb2_server.c:5085 >#22 smbd_smb2_io_handler (fde_flags=<optimized out>, xconn=0x5575a20da010) at ../../source3/smbd/smb2_server.c:5200 >#23 smbd_smb2_connection_handler (ev=<optimized out>, fde=<optimized out>, flags=<optimized out>, private_data=<optimized out>) at ../../source3/smbd/smb2_server.c:5230 >#24 0x00007f77eef76a90 in tevent_common_invoke_fd_handler (fde=0x5575a20c4250, flags=<optimized out>, removed=removed@entry=0x0) at ../../lib/tevent/tevent_fd.c:174 >#25 0x00007f77eef7d695 in epoll_event_loop (tvalp=0x7ffc02073f60, epoll_ev=0x5575a2073080) at ../../lib/tevent/tevent_epoll.c:696 >#26 epoll_event_loop_once (ev=<optimized out>, location=<optimized out>) at ../../lib/tevent/tevent_epoll.c:926 >#27 0x00007f77eef7b34d in std_event_loop_once (ev=0x5575a2023ec0, location=0x7f77ef3056b0 "../../source3/smbd/smb2_process.c:2064") at ../../lib/tevent/tevent_standard.c:110 >#28 0x00007f77eef75df2 in _tevent_loop_once (ev=ev@entry=0x5575a2023ec0, location=location@entry=0x7f77ef3056b0 "../../source3/smbd/smb2_process.c:2064") at ../../lib/tevent/tevent.c:820 >#29 0x00007f77eef76034 in tevent_common_loop_wait (ev=0x5575a2023ec0, location=0x7f77ef3056b0 "../../source3/smbd/smb2_process.c:2064") at ../../lib/tevent/tevent.c:949 >#30 0x00007f77eef7b2fb in std_event_loop_wait (ev=0x5575a2023ec0, location=0x7f77ef3056b0 "../../source3/smbd/smb2_process.c:2064") at ../../lib/tevent/tevent_standard.c:141 >#31 0x00007f77eef76090 in _tevent_loop_wait (ev=ev@entry=0x5575a2023ec0, location=location@entry=0x7f77ef3056b0 "../../source3/smbd/smb2_process.c:2064") at ../../lib/tevent/tevent.c:968 >#32 0x00007f77ef238fcf in smbd_process (ev_ctx=ev_ctx@entry=0x5575a2023ec0, msg_ctx=msg_ctx@entry=0x5575a200f360, sock_fd=sock_fd@entry=36, interactive=interactive@entry=false) > at ../../source3/smbd/smb2_process.c:2064 >#33 0x00005575a15bd4dd in smbd_accept_connection (ev=0x5575a2023ec0, fde=<optimized out>, flags=<optimized out>, private_data=<optimized out>) at ../../source3/smbd/server.c:1031 >#34 0x00007f77eef76a90 in tevent_common_invoke_fd_handler (fde=0x5575a20296b0, flags=<optimized out>, removed=removed@entry=0x0) at ../../lib/tevent/tevent_fd.c:174 >#35 0x00007f77eef7d695 in epoll_event_loop (tvalp=0x7ffc02074240, epoll_ev=0x5575a20240f0) at ../../lib/tevent/tevent_epoll.c:696 >#36 epoll_event_loop_once (ev=<optimized out>, location=<optimized out>) at ../../lib/tevent/tevent_epoll.c:926 >#37 0x00007f77eef7b34d in std_event_loop_once (ev=0x5575a2023ec0, location=0x5575a15c1a38 "../../source3/smbd/server.c:1373") at ../../lib/tevent/tevent_standard.c:110 >#38 0x00007f77eef75df2 in _tevent_loop_once (ev=ev@entry=0x5575a2023ec0, location=location@entry=0x5575a15c1a38 "../../source3/smbd/server.c:1373") at ../../lib/tevent/tevent.c:820 >#39 0x00007f77eef76034 in tevent_common_loop_wait (ev=0x5575a2023ec0, location=0x5575a15c1a38 "../../source3/smbd/server.c:1373") at ../../lib/tevent/tevent.c:949 >#40 0x00007f77eef7b2fb in std_event_loop_wait (ev=0x5575a2023ec0, location=0x5575a15c1a38 "../../source3/smbd/server.c:1373") at ../../lib/tevent/tevent_standard.c:141 >#41 0x00007f77eef76090 in _tevent_loop_wait (ev=ev@entry=0x5575a2023ec0, location=location@entry=0x5575a15c1a38 "../../source3/smbd/server.c:1373") at ../../lib/tevent/tevent.c:968 >#42 0x00005575a15bed4f in smbd_parent_loop (parent=0x5575a2022430, ev_ctx=0x5575a2023ec0) at ../../source3/smbd/server.c:1373 >#43 main (argc=<optimized out>, argv=<optimized out>) at ../../source3/smbd/server.c:2131
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 15659
: 18327 |
18340
|
18346