Displaying 3 results from an estimated 3 matches for "release_file_oplock".
2010 Feb 11
2
smbd panic due to negative exclusive oplock count
...75, share_access = 0x3,
private_options = 0x40, access_mask = 0x20089, mid = 0x0, type= 0x10, gen_id
= 23508270, uid = 6195, flags = 0, file_id fd0b:5e853e
[2010/02/08 17:18:14, 10] lib/dbwrap_tdb.c:db_tdb_record_destr(42)
Unlocking key 0BFD0000000000003E85
[2010/02/08 17:18:14, 0] smbd/oplock.c:release_file_oplock(149)
PANIC: assert failed at smbd/oplock.c(149): exclusive_oplocks_open>=0
[2010/02/08 17:18:14, 10] locking/posix.c:get_windows_lock_ref_count(495)
get_windows_lock_count for file XXXXXXXXXXX = 0
[2010/02/08 17:18:14, 10] locking/posix.c:delete_windows_lock_ref_count(521)
delete_windows_l...
2012 Oct 18
1
smb_panic with 4.0.0rc2 on Debian Squeeze
...s:
Oct 18 13:42:32 pdc smbd[27384]: [2012/10/18 13:42:32.418846, 0]
../source3/smbd/open.c:1463(defer_open)
Oct 18 13:42:32 pdc smbd[27384]: Trying to defer an already deferred
request: mid=4, exiting
Oct 18 13:42:32 pdc smbd[27384]: [2012/10/18 13:42:32.419608, 0]
../source3/smbd/oplock.c:115(release_file_oplock)
Oct 18 13:42:32 pdc smbd[27384]: PANIC: assert failed at
../source3/smbd/oplock.c(115): sconn->oplocks.exclusive_open>=0
Oct 18 13:42:32 pdc smbd[27384]: [2012/10/18 13:42:32.419714, 0]
../source3/lib/util.c:810(smb_panic_s3)
Oct 18 13:42:32 pdc smbd[27384]: PANIC (pid 27384): assert fa...
2015 Jul 09
2
Constant error messages about failure to remove oplock
...ass=locking]
../source3/smbd/oplock_linux.c:184(linux_release_kernel_oplock)
linux_release_kernel_oplock: Error when removing kernel oplock
on file ~test.pst.tmp, file_id = 10fcbd:4a9ff1c:0, gen_id = 3680654993.
Error was Resource temporarily unavailable
essentially meaning close_file() tried a release_file_oplock() which tried
to release lease on underlying file that is not set. We confirmed that
there are no oplock-break or similar request coming in for this file.
Any pointers on where the issue could be? Thanks.
--Shyam