smbd panics
Ephi Dror
ephi at agami.com
Tue Nov 30 19:52:30 GMT 2004
Hi all,
I am running some tests using 3.0.9 and observed the following panics.
I was also running also 3.0.6 and got same panics.
I simply shared a directory on a LINUX server and had 2 windows clients,
each running simple test programs that copy, compare and delete files.
Each session launching several batch programs that do the same.
Any idea?
smb.conf is so simple:
# Global parameters
[global]
workgroup = WORKGROUP
security = USER
guest account = root
[ephi_test]
comment = Ephi's test share
path = /tmp/kum
read only = No
guest ok = Yes
valid users = root
Thanks so much,
Cheers,
Ephi
Here are sample of the panics:
==============================
[2004/11/30 11:24:52, 0] smbd/server.c:main(760)
smbd version 3.0.9 started.
Copyright Andrew Tridgell and the Samba Team 1992-2004
[2004/11/30 11:24:52, 0] smbd/server.c:main(794)
standard input is not a socket, assuming -D option
[2004/11/30 11:25:31, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 1717)
[2004/11/30 11:25:32, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 1717)
[2004/11/30 11:25:32, 1] smbd/service.c:close_cnum(836)
telaviv (10.123.4.132) closed connection to service ephi_test
[2004/11/30 11:26:05, 1] smbd/service.c:make_connection_snum(648)
paris (10.123.130.230) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 2746)
[2004/11/30 11:29:19, 0] smbd/oplock.c:request_oplock_break(1055)
request_oplock_break: no response received to oplock break request to pid
2746 on port 32873 for dev = fd03, inode = 98351, file_id = 1335
[2004/11/30 11:29:19, 0] smbd/open.c:open_mode_check(734)
open_mode_check: exlusive oplock left by process 2746 after break ! For
file test1/Issues.doc, dev = fd03, inode = 98351. Deleting it to continue...
[2004/11/30 11:29:19, 0] smbd/open.c:open_mode_check(738)
open_mode_check: Existent process 2746 left active oplock.
[2004/11/30 11:29:36, 0] smbd/oplock.c:oplock_break(866)
oplock_break: no break received from client within 30 seconds.
oplock_break failed for file test1/Issues.doc (dev = fd03, inode = 98351,
file_id = 1335).
[2004/11/30 11:29:36, 0] smbd/oplock.c:oplock_break(911)
oplock_break: client failure in oplock break in file test1/Issues.doc
[2004/11/30 11:29:36, 0] tdb/tdbutil.c:tdb_log(725)
tdb(/home/ephi/samba/var/locks/locking.tdb): tdb_lock failed on list 4
ltype=1 (Resource deadlock avoided)
[2004/11/30 11:29:36, 0] smbd/oplock.c:remove_oplock(272)
remove_oplock: failed to lock share entry for file test1/Issues.doc
[2004/11/30 11:29:36, 0] tdb/tdbutil.c:tdb_log(725)
tdb(/home/ephi/samba/var/locks/locking.tdb): tdb_lock failed on list 4
ltype=1 (Resource deadlock avoided)
[2004/11/30 11:29:36, 0] tdb/tdbutil.c:tdb_log(725)
tdb(/home/ephi/samba/var/locks/locking.tdb): tdb_lock failed on list 4
ltype=0 (Resource deadlock avoided)
[2004/11/30 11:29:36, 0] tdb/tdbutil.c:tdb_log(725)
tdb(/home/ephi/samba/var/locks/locking.tdb): tdb_unlock: count is 0
[2004/11/30 11:29:36, 0] tdb/tdbutil.c:tdb_log(725)
tdb(/home/ephi/samba/var/locks/locking.tdb): tdb_lock failed on list 4
ltype=1 (Resource deadlock avoided)
[2004/11/30 11:29:36, 0] tdb/tdbutil.c:tdb_log(725)
tdb(/home/ephi/samba/var/locks/locking.tdb): tdb_lock failed on list 4
ltype=0 (Resource deadlock avoided)
[2004/11/30 11:29:36, 0] tdb/tdbutil.c:tdb_log(725)
tdb(/home/ephi/samba/var/locks/locking.tdb): tdb_unlock: count is 0
[2004/11/30 11:29:36, 0] smbd/oplock.c:oplock_break(716)
oplock_break: ERROR: oplock_break already sent for file test1/Issues.doc
(dev = fd03, inode = 98351, file_id = 1335)
[2004/11/30 11:29:36, 0] smbd/oplock.c:process_local_message(451)
process_local_message: oplock break failed.
[2004/11/30 11:29:36, 0] smbd/oplock.c:oplock_break(716)
oplock_break: ERROR: oplock_break already sent for file test1/Issues.doc
(dev = fd03, inode = 98351, file_id = 1335)
[2004/11/30 11:29:36, 0] smbd/oplock.c:process_local_message(451)
process_local_message: oplock break failed.
[2004/11/30 11:30:04, 0] smbd/open.c:validate_my_share_entries(558)
validate_my_share_entries: PANIC : share_mode_entry[0]: pid = 1717,
share_mode = 0x40, desired_access = 0x20089, port = 0x8064, type= 0x4,
file_id = 4080, dev = 0xfd03, inode = 98351
[2004/11/30 11:30:04, 0] lib/util.c:smb_panic2(1382)
smb_panic: clobber_region() last called from [get_share_modes(459)]
[2004/11/30 11:30:04, 0] lib/util.c:smb_panic2(1403)
PANIC: validate_my_share_entries: file test1/Issues.doc, oplock_type =
0x0, op_type = 0x4
[2004/11/30 11:30:04, 0] lib/util.c:smb_panic2(1411)
BACKTRACE: 13 stack frames:
#0 ./smbd(smb_panic2+0x24f) [0x5e1192]
#1 ./smbd(smb_panic+0x1a) [0x5e0f41]
#2 ./smbd [0x49ae23]
#3 ./smbd [0x49b037]
#4 ./smbd(open_file_shared1+0x907) [0x49c6c4]
#5 ./smbd(reply_ntcreate_and_X+0xbd1) [0x464c0c]
#6 ./smbd [0x4b0e45]
#7 ./smbd [0x4b0f0a]
#8 ./smbd(process_smb+0x1fb) [0x4b1274]
#9 ./smbd(smbd_process+0x1be) [0x4b2237]
#10 ./smbd(main+0x76e) [0x664c61]
#11 /lib64/tls/libc.so.6(__libc_start_main+0x101) [0x2a963ba181]
#12 ./smbd(fsetxattr+0x3a) [0x43a3aa]
[2004/11/30 11:30:04, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 16255)
[2004/11/30 11:30:04, 0] lib/fault.c:fault_report(36)
===============================================================
[2004/11/30 11:30:04, 0] lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 11 in pid 16255 (3.0.9)
Please read the appendix Bugs of the Samba HOWTO collection
[2004/11/30 11:30:04, 0] lib/fault.c:fault_report(39)
===============================================================
[2004/11/30 11:30:04, 0] lib/util.c:smb_panic2(1382)
smb_panic: clobber_region() last called from [get_share_modes(489)]
[2004/11/30 11:30:04, 0] lib/util.c:smb_panic2(1403)
PANIC: internal error
[2004/11/30 11:30:04, 0] lib/util.c:smb_panic2(1411)
BACKTRACE: 21 stack frames:
#0 ./smbd(smb_panic2+0x24f) [0x5e1192]
#1 ./smbd(smb_panic+0x1a) [0x5e0f41]
#2 ./smbd [0x5ca29c]
#3 ./smbd [0x5ca307]
#4 /lib64/tls/libc.so.6 [0x2a963cc5e0]
#5 /lib64/tls/libc.so.6 [0x2a9641433e]
#6 /lib64/tls/libc.so.6(__libc_free+0x71) [0x2a96413201]
#7 ./smbd [0x5f7c43]
#8 ./smbd [0x5f7df4]
#9 ./smbd(tdb_store+0xe6) [0x5f8db4]
#10 ./smbd(get_share_modes+0x428) [0x59afc2]
#11 ./smbd [0x49af5c]
#12 ./smbd(open_file_shared1+0x907) [0x49c6c4]
#13 ./smbd(reply_ntcreate_and_X+0xbd1) [0x464c0c]
#14 ./smbd [0x4b0e45]
#15 ./smbd [0x4b0f0a]
#16 ./smbd(process_smb+0x1fb) [0x4b1274]
#17 ./smbd(smbd_process+0x1be) [0x4b2237]
#18 ./smbd(main+0x76e) [0x664c61]
#19 /lib64/tls/libc.so.6(__libc_start_main+0x101) [0x2a963ba181]
#20 ./smbd(fsetxattr+0x3a) [0x43a3aa]
[2004/11/30 11:30:05, 0] lib/util_sock.c:get_peer_addr(1000)
getpeername failed. Error was Transport endpoint is not connected
[2004/11/30 11:30:05, 0] lib/util_sock.c:read_socket_data(384)
read_socket_data: recv failure for 4. Error = Connection reset by peer
[2004/11/30 11:30:05, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 16270)
[2004/11/30 11:30:05, 0] lib/fault.c:fault_report(36)
===============================================================
[2004/11/30 11:30:05, 0] lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 11 in pid 16270 (3.0.9)
Please read the appendix Bugs of the Samba HOWTO collection
[2004/11/30 11:30:05, 0] lib/fault.c:fault_report(39)
===============================================================
[2004/11/30 11:30:05, 0] lib/util.c:smb_panic2(1382)
smb_panic: clobber_region() last called from [get_share_modes(489)]
[2004/11/30 11:30:05, 0] lib/util.c:smb_panic2(1403)
PANIC: internal error
[2004/11/30 11:30:05, 0] lib/util.c:smb_panic2(1411)
BACKTRACE: 18 stack frames:
#0 ./smbd(smb_panic2+0x24f) [0x5e1192]
#1 ./smbd(smb_panic+0x1a) [0x5e0f41]
#2 ./smbd [0x5ca29c]
#3 ./smbd [0x5ca307]
#4 /lib64/tls/libc.so.6 [0x2a963cc5e0]
#5 /lib64/tls/libc.so.6 [0x2a96414378]
#6 /lib64/tls/libc.so.6(__libc_free+0x71) [0x2a96413201]
#7 ./smbd(get_share_modes+0x479) [0x59b013]
#8 ./smbd [0x49af5c]
#9 ./smbd(open_file_shared1+0x907) [0x49c6c4]
#10 ./smbd(reply_ntcreate_and_X+0xbd1) [0x464c0c]
#11 ./smbd [0x4b0e45]
#12 ./smbd [0x4b0f0a]
#13 ./smbd(process_smb+0x1fb) [0x4b1274]
#14 ./smbd(smbd_process+0x1be) [0x4b2237]
#15 ./smbd(main+0x76e) [0x664c61]
#16 /lib64/tls/libc.so.6(__libc_start_main+0x101) [0x2a963ba181]
#17 ./smbd(fsetxattr+0x3a) [0x43a3aa]
[2004/11/30 11:30:05, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 16272)
[2004/11/30 11:30:05, 0] lib/fault.c:fault_report(36)
===============================================================
[2004/11/30 11:30:05, 0] lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 11 in pid 16272 (3.0.9)
Please read the appendix Bugs of the Samba HOWTO collection
[2004/11/30 11:30:05, 0] lib/fault.c:fault_report(39)
===============================================================
[2004/11/30 11:30:05, 0] lib/util.c:smb_panic2(1382)
smb_panic: clobber_region() last called from [get_share_modes(489)]
[2004/11/30 11:30:05, 0] lib/util.c:smb_panic2(1403)
PANIC: internal error
[2004/11/30 11:30:05, 0] lib/util.c:smb_panic2(1411)
BACKTRACE: 18 stack frames:
#0 ./smbd(smb_panic2+0x24f) [0x5e1192]
#1 ./smbd(smb_panic+0x1a) [0x5e0f41]
#2 ./smbd [0x5ca29c]
#3 ./smbd [0x5ca307]
#4 /lib64/tls/libc.so.6 [0x2a963cc5e0]
#5 /lib64/tls/libc.so.6 [0x2a96414378]
#6 /lib64/tls/libc.so.6(__libc_free+0x71) [0x2a96413201]
#7 ./smbd(get_share_modes+0x479) [0x59b013]
#8 ./smbd [0x49af5c]
#9 ./smbd(open_file_shared1+0x907) [0x49c6c4]
#10 ./smbd(reply_ntcreate_and_X+0xbd1) [0x464c0c]
#11 ./smbd [0x4b0e45]
#12 ./smbd [0x4b0f0a]
#13 ./smbd(process_smb+0x1fb) [0x4b1274]
#14 ./smbd(smbd_process+0x1be) [0x4b2237]
#15 ./smbd(main+0x76e) [0x664c61]
#16 /lib64/tls/libc.so.6(__libc_start_main+0x101) [0x2a963ba181]
#17 ./smbd(fsetxattr+0x3a) [0x43a3aa]
[2004/11/30 11:30:05, 0] lib/util_sock.c:get_peer_addr(1000)
getpeername failed. Error was Transport endpoint is not connected
[2004/11/30 11:30:05, 0] lib/util_sock.c:read_socket_data(384)
read_socket_data: recv failure for 4. Error = Connection reset by peer
[2004/11/30 11:30:05, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 16287)
[2004/11/30 11:30:05, 0] lib/fault.c:fault_report(36)
===============================================================
[2004/11/30 11:30:05, 0] lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 11 in pid 16287 (3.0.9)
Please read the appendix Bugs of the Samba HOWTO collection
[2004/11/30 11:30:05, 0] lib/fault.c:fault_report(39)
===============================================================
[2004/11/30 11:30:05, 0] lib/util.c:smb_panic2(1382)
smb_panic: clobber_region() last called from [get_share_modes(489)]
[2004/11/30 11:30:05, 0] lib/util.c:smb_panic2(1403)
PANIC: internal error
[2004/11/30 11:30:06, 0] lib/util.c:smb_panic2(1411)
BACKTRACE: 21 stack frames:
#0 ./smbd(smb_panic2+0x24f) [0x5e1192]
#1 ./smbd(smb_panic+0x1a) [0x5e0f41]
#2 ./smbd [0x5ca29c]
#3 ./smbd [0x5ca307]
#4 /lib64/tls/libc.so.6 [0x2a963cc5e0]
#5 /lib64/tls/libc.so.6 [0x2a9641433e]
#6 /lib64/tls/libc.so.6(__libc_free+0x71) [0x2a96413201]
#7 ./smbd [0x5f7c43]
#8 ./smbd [0x5f7df4]
#9 ./smbd(tdb_store+0xe6) [0x5f8db4]
#10 ./smbd(get_share_modes+0x428) [0x59afc2]
#11 ./smbd [0x49af5c]
#12 ./smbd(open_file_shared1+0x907) [0x49c6c4]
#13 ./smbd(reply_ntcreate_and_X+0xbd1) [0x464c0c]
#14 ./smbd [0x4b0e45]
#15 ./smbd [0x4b0f0a]
#16 ./smbd(process_smb+0x1fb) [0x4b1274]
#17 ./smbd(smbd_process+0x1be) [0x4b2237]
#18 ./smbd(main+0x76e) [0x664c61]
#19 /lib64/tls/libc.so.6(__libc_start_main+0x101) [0x2a963ba181]
#20 ./smbd(fsetxattr+0x3a) [0x43a3aa]
[2004/11/30 11:30:06, 0] lib/util_sock.c:get_peer_addr(1000)
getpeername failed. Error was Transport endpoint is not connected
[2004/11/30 11:30:06, 0] lib/util_sock.c:read_socket_data(384)
read_socket_data: recv failure for 4. Error = Connection reset by peer
[2004/11/30 11:30:06, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 16315)
[2004/11/30 11:30:06, 0] lib/fault.c:fault_report(36)
===============================================================
[2004/11/30 11:30:06, 0] lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 11 in pid 16315 (3.0.9)
Please read the appendix Bugs of the Samba HOWTO collection
[2004/11/30 11:30:06, 0] lib/fault.c:fault_report(39)
===============================================================
[2004/11/30 11:30:06, 0] lib/util.c:smb_panic2(1382)
smb_panic: clobber_region() last called from [get_share_modes(489)]
[2004/11/30 11:30:06, 0] lib/util.c:smb_panic2(1403)
PANIC: internal error
[2004/11/30 11:30:06, 0] lib/util.c:smb_panic2(1411)
BACKTRACE: 18 stack frames:
#0 ./smbd(smb_panic2+0x24f) [0x5e1192]
#1 ./smbd(smb_panic+0x1a) [0x5e0f41]
#2 ./smbd [0x5ca29c]
#3 ./smbd [0x5ca307]
#4 /lib64/tls/libc.so.6 [0x2a963cc5e0]
#5 /lib64/tls/libc.so.6 [0x2a96414378]
#6 /lib64/tls/libc.so.6(__libc_free+0x71) [0x2a96413201]
#7 ./smbd(get_share_modes+0x479) [0x59b013]
#8 ./smbd [0x49af5c]
#9 ./smbd(open_file_shared1+0x907) [0x49c6c4]
#10 ./smbd(reply_ntcreate_and_X+0xbd1) [0x464c0c]
#11 ./smbd [0x4b0e45]
#12 ./smbd [0x4b0f0a]
#13 ./smbd(process_smb+0x1fb) [0x4b1274]
#14 ./smbd(smbd_process+0x1be) [0x4b2237]
#15 ./smbd(main+0x76e) [0x664c61]
#16 /lib64/tls/libc.so.6(__libc_start_main+0x101) [0x2a963ba181]
#17 ./smbd(fsetxattr+0x3a) [0x43a3aa]
[2004/11/30 11:30:06, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 16317)
[2004/11/30 11:30:06, 0] lib/fault.c:fault_report(36)
===============================================================
[2004/11/30 11:30:06, 0] lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 11 in pid 16317 (3.0.9)
Please read the appendix Bugs of the Samba HOWTO collection
[2004/11/30 11:30:06, 0] lib/fault.c:fault_report(39)
===============================================================
[2004/11/30 11:30:06, 0] lib/util.c:smb_panic2(1382)
smb_panic: clobber_region() last called from [get_share_modes(489)]
[2004/11/30 11:30:06, 0] lib/util.c:smb_panic2(1403)
PANIC: internal error
[2004/11/30 11:30:06, 0] lib/util.c:smb_panic2(1411)
BACKTRACE: 18 stack frames:
#0 ./smbd(smb_panic2+0x24f) [0x5e1192]
#1 ./smbd(smb_panic+0x1a) [0x5e0f41]
#2 ./smbd [0x5ca29c]
#3 ./smbd [0x5ca307]
#4 /lib64/tls/libc.so.6 [0x2a963cc5e0]
#5 /lib64/tls/libc.so.6 [0x2a96414378]
#6 /lib64/tls/libc.so.6(__libc_free+0x71) [0x2a96413201]
#7 ./smbd(get_share_modes+0x479) [0x59b013]
#8 ./smbd [0x49af5c]
#9 ./smbd(open_file_shared1+0x907) [0x49c6c4]
#10 ./smbd(reply_ntcreate_and_X+0xbd1) [0x464c0c]
#11 ./smbd [0x4b0e45]
#12 ./smbd [0x4b0f0a]
#13 ./smbd(process_smb+0x1fb) [0x4b1274]
#14 ./smbd(smbd_process+0x1be) [0x4b2237]
#15 ./smbd(main+0x76e) [0x664c61]
#16 /lib64/tls/libc.so.6(__libc_start_main+0x101) [0x2a963ba181]
#17 ./smbd(fsetxattr+0x3a) [0x43a3aa]
[2004/11/30 11:30:06, 0] lib/util_sock.c:get_peer_addr(1000)
getpeername failed. Error was Transport endpoint is not connected
[2004/11/30 11:30:06, 0] lib/util_sock.c:read_socket_data(384)
read_socket_data: recv failure for 4. Error = Connection reset by peer
[2004/11/30 11:30:06, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 16318)
[2004/11/30 11:30:06, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 16318)
[2004/11/30 11:30:06, 0] lib/fault.c:fault_report(36)
===============================================================
[2004/11/30 11:30:06, 0] lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 11 in pid 16318 (3.0.9)
Please read the appendix Bugs of the Samba HOWTO collection
[2004/11/30 11:30:06, 0] lib/fault.c:fault_report(39)
===============================================================
[2004/11/30 11:30:06, 0] lib/util.c:smb_panic2(1382)
smb_panic: clobber_region() last called from [get_share_modes(489)]
[2004/11/30 11:30:06, 0] lib/util.c:smb_panic2(1403)
PANIC: internal error
[2004/11/30 11:30:06, 0] lib/util.c:smb_panic2(1411)
BACKTRACE: 18 stack frames:
#0 ./smbd(smb_panic2+0x24f) [0x5e1192]
#1 ./smbd(smb_panic+0x1a) [0x5e0f41]
#2 ./smbd [0x5ca29c]
#3 ./smbd [0x5ca307]
#4 /lib64/tls/libc.so.6 [0x2a963cc5e0]
#5 /lib64/tls/libc.so.6 [0x2a96414378]
#6 /lib64/tls/libc.so.6(__libc_free+0x71) [0x2a96413201]
#7 ./smbd(get_share_modes+0x479) [0x59b013]
#8 ./smbd [0x49af5c]
#9 ./smbd(open_file_shared1+0x907) [0x49c6c4]
#10 ./smbd(reply_ntcreate_and_X+0xbd1) [0x464c0c]
#11 ./smbd [0x4b0e45]
#12 ./smbd [0x4b0f0a]
#13 ./smbd(process_smb+0x1fb) [0x4b1274]
#14 ./smbd(smbd_process+0x1be) [0x4b2237]
#15 ./smbd(main+0x76e) [0x664c61]
#16 /lib64/tls/libc.so.6(__libc_start_main+0x101) [0x2a963ba181]
#17 ./smbd(fsetxattr+0x3a) [0x43a3aa]
[2004/11/30 11:30:07, 0] lib/util_sock.c:get_peer_addr(1000)
getpeername failed. Error was Transport endpoint is not connected
[2004/11/30 11:30:07, 0] lib/util_sock.c:read_socket_data(384)
read_socket_data: recv failure for 4. Error = Connection reset by peer
[2004/11/30 11:30:07, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 16334)
[2004/11/30 11:30:07, 0] lib/fault.c:fault_report(36)
===============================================================
[2004/11/30 11:30:07, 0] lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 11 in pid 16334 (3.0.9)
Please read the appendix Bugs of the Samba HOWTO collection
[2004/11/30 11:30:07, 0] lib/fault.c:fault_report(39)
===============================================================
[2004/11/30 11:30:07, 0] lib/util.c:smb_panic2(1382)
smb_panic: clobber_region() last called from [get_share_modes(489)]
[2004/11/30 11:30:07, 0] lib/util.c:smb_panic2(1403)
PANIC: internal error
[2004/11/30 11:30:07, 0] lib/util.c:smb_panic2(1411)
BACKTRACE: 18 stack frames:
#0 ./smbd(smb_panic2+0x24f) [0x5e1192]
#1 ./smbd(smb_panic+0x1a) [0x5e0f41]
#2 ./smbd [0x5ca29c]
#3 ./smbd [0x5ca307]
#4 /lib64/tls/libc.so.6 [0x2a963cc5e0]
#5 /lib64/tls/libc.so.6 [0x2a96414378]
#6 /lib64/tls/libc.so.6(__libc_free+0x71) [0x2a96413201]
#7 ./smbd(get_share_modes+0x479) [0x59b013]
#8 ./smbd [0x49af5c]
#9 ./smbd(open_file_shared1+0x907) [0x49c6c4]
#10 ./smbd(reply_ntcreate_and_X+0xbd1) [0x464c0c]
#11 ./smbd [0x4b0e45]
#12 ./smbd [0x4b0f0a]
#13 ./smbd(process_smb+0x1fb) [0x4b1274]
#14 ./smbd(smbd_process+0x1be) [0x4b2237]
#15 ./smbd(main+0x76e) [0x664c61]
#16 /lib64/tls/libc.so.6(__libc_start_main+0x101) [0x2a963ba181]
#17 ./smbd(fsetxattr+0x3a) [0x43a3aa]
[2004/11/30 11:30:07, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 16343)
[2004/11/30 11:30:07, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 16343)
[2004/11/30 11:30:07, 0] lib/fault.c:fault_report(36)
===============================================================
[2004/11/30 11:30:07, 0] lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 11 in pid 16343 (3.0.9)
Please read the appendix Bugs of the Samba HOWTO collection
[2004/11/30 11:30:07, 0] lib/fault.c:fault_report(39)
===============================================================
[2004/11/30 11:30:07, 0] lib/util.c:smb_panic2(1382)
smb_panic: clobber_region() last called from [get_share_modes(489)]
[2004/11/30 11:30:07, 0] lib/util.c:smb_panic2(1403)
PANIC: internal error
[2004/11/30 11:30:07, 0] lib/util.c:smb_panic2(1411)
BACKTRACE: 18 stack frames:
#0 ./smbd(smb_panic2+0x24f) [0x5e1192]
#1 ./smbd(smb_panic+0x1a) [0x5e0f41]
#2 ./smbd [0x5ca29c]
#3 ./smbd [0x5ca307]
#4 /lib64/tls/libc.so.6 [0x2a963cc5e0]
#5 /lib64/tls/libc.so.6 [0x2a96414378]
#6 /lib64/tls/libc.so.6(__libc_free+0x71) [0x2a96413201]
#7 ./smbd(get_share_modes+0x479) [0x59b013]
#8 ./smbd [0x49af5c]
#9 ./smbd(open_file_shared1+0x907) [0x49c6c4]
#10 ./smbd(reply_ntcreate_and_X+0xbd1) [0x464c0c]
#11 ./smbd [0x4b0e45]
#12 ./smbd [0x4b0f0a]
#13 ./smbd(process_smb+0x1fb) [0x4b1274]
#14 ./smbd(smbd_process+0x1be) [0x4b2237]
#15 ./smbd(main+0x76e) [0x664c61]
#16 /lib64/tls/libc.so.6(__libc_start_main+0x101) [0x2a963ba181]
#17 ./smbd(fsetxattr+0x3a) [0x43a3aa]
[2004/11/30 11:30:07, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 16344)
[2004/11/30 11:30:07, 0] lib/fault.c:fault_report(36)
===============================================================
[2004/11/30 11:30:07, 0] lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 11 in pid 16344 (3.0.9)
Please read the appendix Bugs of the Samba HOWTO collection
[2004/11/30 11:30:07, 0] lib/fault.c:fault_report(39)
===============================================================
[2004/11/30 11:30:07, 0] lib/util.c:smb_panic2(1382)
smb_panic: clobber_region() last called from [get_share_modes(489)]
[2004/11/30 11:30:07, 0] lib/util.c:smb_panic2(1403)
PANIC: internal error
[2004/11/30 11:30:07, 0] lib/util.c:smb_panic2(1411)
BACKTRACE: 21 stack frames:
#0 ./smbd(smb_panic2+0x24f) [0x5e1192]
#1 ./smbd(smb_panic+0x1a) [0x5e0f41]
#2 ./smbd [0x5ca29c]
#3 ./smbd [0x5ca307]
#4 /lib64/tls/libc.so.6 [0x2a963cc5e0]
#5 /lib64/tls/libc.so.6 [0x2a9641433e]
#6 /lib64/tls/libc.so.6(__libc_free+0x71) [0x2a96413201]
#7 ./smbd [0x5f7c43]
#8 ./smbd [0x5f7df4]
#9 ./smbd(tdb_store+0xe6) [0x5f8db4]
#10 ./smbd(get_share_modes+0x428) [0x59afc2]
#11 ./smbd [0x49af5c]
#12 ./smbd(open_file_shared1+0x907) [0x49c6c4]
#13 ./smbd(reply_ntcreate_and_X+0xbd1) [0x464c0c]
#14 ./smbd [0x4b0e45]
#15 ./smbd [0x4b0f0a]
#16 ./smbd(process_smb+0x1fb) [0x4b1274]
#17 ./smbd(smbd_process+0x1be) [0x4b2237]
#18 ./smbd(main+0x76e) [0x664c61]
#19 /lib64/tls/libc.so.6(__libc_start_main+0x101) [0x2a963ba181]
#20 ./smbd(fsetxattr+0x3a) [0x43a3aa]
[2004/11/30 11:30:07, 0] lib/util_sock.c:get_peer_addr(1000)
getpeername failed. Error was Transport endpoint is not connected
[2004/11/30 11:30:07, 0] lib/util_sock.c:read_socket_data(384)
read_socket_data: recv failure for 4. Error = Connection reset by peer
[2004/11/30 11:30:07, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 16356)
[2004/11/30 11:30:07, 0] lib/fault.c:fault_report(36)
===============================================================
[2004/11/30 11:30:07, 0] lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 11 in pid 16356 (3.0.9)
Please read the appendix Bugs of the Samba HOWTO collection
[2004/11/30 11:30:07, 0] lib/fault.c:fault_report(39)
===============================================================
[2004/11/30 11:30:07, 0] lib/util.c:smb_panic2(1382)
smb_panic: clobber_region() last called from [get_share_modes(489)]
[2004/11/30 11:30:07, 0] lib/util.c:smb_panic2(1403)
PANIC: internal error
[2004/11/30 11:30:07, 0] lib/util.c:smb_panic2(1411)
BACKTRACE: 18 stack frames:
#0 ./smbd(smb_panic2+0x24f) [0x5e1192]
#1 ./smbd(smb_panic+0x1a) [0x5e0f41]
#2 ./smbd [0x5ca29c]
#3 ./smbd [0x5ca307]
#4 /lib64/tls/libc.so.6 [0x2a963cc5e0]
#5 /lib64/tls/libc.so.6 [0x2a96414378]
#6 /lib64/tls/libc.so.6(__libc_free+0x71) [0x2a96413201]
#7 ./smbd(get_share_modes+0x479) [0x59b013]
#8 ./smbd [0x49af5c]
#9 ./smbd(open_file_shared1+0x907) [0x49c6c4]
#10 ./smbd(reply_ntcreate_and_X+0xbd1) [0x464c0c]
#11 ./smbd [0x4b0e45]
#12 ./smbd [0x4b0f0a]
#13 ./smbd(process_smb+0x1fb) [0x4b1274]
#14 ./smbd(smbd_process+0x1be) [0x4b2237]
#15 ./smbd(main+0x76e) [0x664c61]
#16 /lib64/tls/libc.so.6(__libc_start_main+0x101) [0x2a963ba181]
#17 ./smbd(fsetxattr+0x3a) [0x43a3aa]
[2004/11/30 11:30:08, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 16379)
[2004/11/30 11:30:08, 0] lib/fault.c:fault_report(36)
===============================================================
[2004/11/30 11:30:08, 0] lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 11 in pid 16379 (3.0.9)
Please read the appendix Bugs of the Samba HOWTO collection
[2004/11/30 11:30:08, 0] lib/fault.c:fault_report(39)
===============================================================
[2004/11/30 11:30:08, 0] lib/util.c:smb_panic2(1382)
smb_panic: clobber_region() last called from [get_share_modes(489)]
[2004/11/30 11:30:08, 0] lib/util.c:smb_panic2(1403)
PANIC: internal error
[2004/11/30 11:30:08, 0] lib/util.c:smb_panic2(1411)
BACKTRACE: 18 stack frames:
#0 ./smbd(smb_panic2+0x24f) [0x5e1192]
#1 ./smbd(smb_panic+0x1a) [0x5e0f41]
#2 ./smbd [0x5ca29c]
#3 ./smbd [0x5ca307]
#4 /lib64/tls/libc.so.6 [0x2a963cc5e0]
#5 /lib64/tls/libc.so.6 [0x2a96414378]
#6 /lib64/tls/libc.so.6(__libc_free+0x71) [0x2a96413201]
#7 ./smbd(get_share_modes+0x479) [0x59b013]
#8 ./smbd [0x49af5c]
#9 ./smbd(open_file_shared1+0x907) [0x49c6c4]
#10 ./smbd(reply_ntcreate_and_X+0xbd1) [0x464c0c]
#11 ./smbd [0x4b0e45]
#12 ./smbd [0x4b0f0a]
#13 ./smbd(process_smb+0x1fb) [0x4b1274]
#14 ./smbd(smbd_process+0x1be) [0x4b2237]
#15 ./smbd(main+0x76e) [0x664c61]
#16 /lib64/tls/libc.so.6(__libc_start_main+0x101) [0x2a963ba181]
#17 ./smbd(fsetxattr+0x3a) [0x43a3aa]
[2004/11/30 11:30:08, 0] lib/util_sock.c:get_peer_addr(1000)
getpeername failed. Error was Transport endpoint is not connected
[2004/11/30 11:30:08, 0] lib/util_sock.c:read_socket_data(384)
read_socket_data: recv failure for 4. Error = Connection reset by peer
[2004/11/30 11:30:08, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 16380)
[2004/11/30 11:30:08, 0] lib/fault.c:fault_report(36)
===============================================================
[2004/11/30 11:30:08, 0] lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 11 in pid 16380 (3.0.9)
Please read the appendix Bugs of the Samba HOWTO collection
[2004/11/30 11:30:08, 0] lib/fault.c:fault_report(39)
===============================================================
[2004/11/30 11:30:08, 0] lib/util.c:smb_panic2(1382)
smb_panic: clobber_region() last called from [get_share_modes(489)]
[2004/11/30 11:30:08, 0] lib/util.c:smb_panic2(1403)
PANIC: internal error
[2004/11/30 11:30:08, 0] lib/util.c:smb_panic2(1411)
BACKTRACE: 18 stack frames:
#0 ./smbd(smb_panic2+0x24f) [0x5e1192]
#1 ./smbd(smb_panic+0x1a) [0x5e0f41]
#2 ./smbd [0x5ca29c]
#3 ./smbd [0x5ca307]
#4 /lib64/tls/libc.so.6 [0x2a963cc5e0]
#5 /lib64/tls/libc.so.6 [0x2a96414378]
#6 /lib64/tls/libc.so.6(__libc_free+0x71) [0x2a96413201]
#7 ./smbd(get_share_modes+0x479) [0x59b013]
#8 ./smbd [0x49af5c]
#9 ./smbd(open_file_shared1+0x907) [0x49c6c4]
#10 ./smbd(reply_ntcreate_and_X+0xbd1) [0x464c0c]
#11 ./smbd [0x4b0e45]
#12 ./smbd [0x4b0f0a]
#13 ./smbd(process_smb+0x1fb) [0x4b1274]
#14 ./smbd(smbd_process+0x1be) [0x4b2237]
#15 ./smbd(main+0x76e) [0x664c61]
#16 /lib64/tls/libc.so.6(__libc_start_main+0x101) [0x2a963ba181]
#17 ./smbd(fsetxattr+0x3a) [0x43a3aa]
[2004/11/30 11:30:08, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 16392)
[2004/11/30 11:30:08, 0] lib/fault.c:fault_report(36)
===============================================================
[2004/11/30 11:30:08, 0] lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 11 in pid 16392 (3.0.9)
Please read the appendix Bugs of the Samba HOWTO collection
[2004/11/30 11:30:08, 0] lib/fault.c:fault_report(39)
===============================================================
[2004/11/30 11:30:08, 0] lib/util.c:smb_panic2(1382)
smb_panic: clobber_region() last called from [get_share_modes(489)]
[2004/11/30 11:30:08, 0] lib/util.c:smb_panic2(1403)
PANIC: internal error
[2004/11/30 11:30:08, 0] lib/util.c:smb_panic2(1411)
BACKTRACE: 21 stack frames:
#0 ./smbd(smb_panic2+0x24f) [0x5e1192]
#1 ./smbd(smb_panic+0x1a) [0x5e0f41]
#2 ./smbd [0x5ca29c]
#3 ./smbd [0x5ca307]
#4 /lib64/tls/libc.so.6 [0x2a963cc5e0]
#5 /lib64/tls/libc.so.6 [0x2a9641433e]
#6 /lib64/tls/libc.so.6(__libc_free+0x71) [0x2a96413201]
#7 ./smbd [0x5f7c43]
#8 ./smbd [0x5f7df4]
#9 ./smbd(tdb_store+0xe6) [0x5f8db4]
#10 ./smbd(get_share_modes+0x428) [0x59afc2]
#11 ./smbd [0x49af5c]
#12 ./smbd(open_file_shared1+0x907) [0x49c6c4]
#13 ./smbd(reply_ntcreate_and_X+0xbd1) [0x464c0c]
#14 ./smbd [0x4b0e45]
#15 ./smbd [0x4b0f0a]
#16 ./smbd(process_smb+0x1fb) [0x4b1274]
#17 ./smbd(smbd_process+0x1be) [0x4b2237]
#18 ./smbd(main+0x76e) [0x664c61]
#19 /lib64/tls/libc.so.6(__libc_start_main+0x101) [0x2a963ba181]
#20 ./smbd(fsetxattr+0x3a) [0x43a3aa]
[2004/11/30 11:30:08, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 16401)
[2004/11/30 11:30:08, 0] lib/fault.c:fault_report(36)
===============================================================
[2004/11/30 11:30:08, 0] lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 11 in pid 16401 (3.0.9)
Please read the appendix Bugs of the Samba HOWTO collection
[2004/11/30 11:30:08, 0] lib/fault.c:fault_report(39)
===============================================================
[2004/11/30 11:30:08, 0] lib/util.c:smb_panic2(1382)
smb_panic: clobber_region() last called from [get_share_modes(489)]
[2004/11/30 11:30:09, 0] lib/util.c:smb_panic2(1403)
PANIC: internal error
[2004/11/30 11:30:09, 0] lib/util.c:smb_panic2(1411)
BACKTRACE: 21 stack frames:
#0 ./smbd(smb_panic2+0x24f) [0x5e1192]
#1 ./smbd(smb_panic+0x1a) [0x5e0f41]
#2 ./smbd [0x5ca29c]
#3 ./smbd [0x5ca307]
#4 /lib64/tls/libc.so.6 [0x2a963cc5e0]
#5 /lib64/tls/libc.so.6 [0x2a9641433e]
#6 /lib64/tls/libc.so.6(__libc_free+0x71) [0x2a96413201]
#7 ./smbd [0x5f7c43]
#8 ./smbd [0x5f7df4]
#9 ./smbd(tdb_store+0xe6) [0x5f8db4]
#10 ./smbd(get_share_modes+0x428) [0x59afc2]
#11 ./smbd [0x49af5c]
#12 ./smbd(open_file_shared1+0x907) [0x49c6c4]
#13 ./smbd(reply_ntcreate_and_X+0xbd1) [0x464c0c]
#14 ./smbd [0x4b0e45]
#15 ./smbd [0x4b0f0a]
#16 ./smbd(process_smb+0x1fb) [0x4b1274]
#17 ./smbd(smbd_process+0x1be) [0x4b2237]
#18 ./smbd(main+0x76e) [0x664c61]
#19 /lib64/tls/libc.so.6(__libc_start_main+0x101) [0x2a963ba181]
#20 ./smbd(fsetxattr+0x3a) [0x43a3aa]
[2004/11/30 11:30:09, 1] smbd/service.c:make_connection_snum(648)
paris (10.123.130.230) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 16408)
[2004/11/30 11:30:09, 0] smbd/oplock.c:oplock_break(830)
oplock_break: end of file from client
oplock_break failed for file m_1/Hardware Checklist.doc (dev = fd03, inode
= 98493, file_id = 1356).
[2004/11/30 11:30:09, 0] smbd/oplock.c:oplock_break(923)
oplock_break: client failure in break - shutting down this smbd.
[2004/11/30 11:30:09, 1] smbd/service.c:close_cnum(836)
paris (10.123.130.230) closed connection to service ephi_test
[2004/11/30 11:30:10, 0] lib/util_sock.c:get_peer_addr(1000)
getpeername failed. Error was Transport endpoint is not connected
[2004/11/30 11:30:10, 0] lib/util_sock.c:read_socket_data(384)
read_socket_data: recv failure for 4. Error = Connection reset by peer
[2004/11/30 11:30:10, 1] smbd/service.c:make_connection_snum(648)
telaviv (10.123.4.132) connect to service ephi_test initially as user root
(uid=0, gid=0) (pid 16419)
[2004/11/30 11:30:41, 0] smbd/oplock.c:request_oplock_break(1055)
request_oplock_break: no response received to oplock break request to pid
2746 on port 32873 for dev = fd03, inode = 98493, file_id = 1356
[2004/11/30 11:31:18, 0] smbd/oplock.c:oplock_break(839)
oplock_break: receive_smb timed out after 30 seconds.
oplock_break failed for file test1/Survey Form.doc (dev = fd03, inode =
98359, file_id = 763).
[2004/11/30 11:31:18, 0] smbd/oplock.c:oplock_break(911)
oplock_break: client failure in oplock break in file test1/Survey Form.doc
[2004/11/30 11:38:37, 1] smbd/service.c:close_cnum(836)
telaviv (10.123.4.132) closed connection to service ephi_test
[2004/11/30 11:39:30, 1] smbd/service.c:close_cnum(836)
paris (10.123.130.230) closed connection to service ephi_test
[2004/11/30 11:53:13, 0] lib/util_sock.c:get_peer_addr(1000)
getpeername failed. Error was Transport endpoint is not connected
[2004/11/30 11:53:13, 0] lib/util_sock.c:get_peer_addr(1000)
getpeername failed. Error was Transport endpoint is not connected
[2004/11/30 11:53:13, 0] lib/util_sock.c:write_socket_data(430)
write_socket_data: write failure. Error = Connection reset by peer
[2004/11/30 11:53:13, 0] lib/util_sock.c:write_socket(455)
write_socket: Error writing 4 bytes to socket 23: ERRNO = Connection reset
by peer
[2004/11/30 11:53:13, 0] lib/util_sock.c:send_smb(647)
Error writing 4 bytes to client. -1. (Connection reset by peer)
More information about the samba-technical
mailing list