The Samba-Bugzilla – Attachment 4595 Details for
Bug 6651
smbd SIGSEGV when breaking oplocks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Attempt to find the crash.
look (text/plain), 526 bytes, created by
Jeremy Allison
on 2009-08-24 23:14:31 UTC
(
hide
)
Description:
Attempt to find the crash.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2009-08-24 23:14:31 UTC
Size:
526 bytes
patch
obsolete
>diff --git a/source3/smbd/oplock_linux.c b/source3/smbd/oplock_linux.c >index b4a5495..535e809 100644 >--- a/source3/smbd/oplock_linux.c >+++ b/source3/smbd/oplock_linux.c >@@ -98,6 +98,10 @@ static void linux_oplock_signal_handler(struct tevent_context *ev_ctx, > files_struct *fsp; > > fsp = file_find_fd(fd); >+ if (fsp == NULL) { >+ DEBUG(0,("linux_oplock_signal_handler: failed to find fsp for file fd=%d\n", fd )); >+ smb_panic("linux_oplock_signal_handler\n"); >+ } > break_kernel_oplock(smbd_messaging_context(), fsp); > } >
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 6651
:
4580
|
4585
|
4586
|
4595
|
4639
|
4640
|
4647