Here's a log snip showing the same bug.

Always happens when this users machine is powered up.

No domain logins are used.

Users machine runs this batch file on startup.



rem Map network drives and remember password
net use k: /delete
net use k: \\mcflood\causeway password /USER:fiona

net use n: /delete
net use n: \\mcflood\nest password /USER:fiona

net use v: /delete
net use v: \\mcflood\bank password /USER:fiona

net use lpt2: /delete
net use lpt2: \\mcflood\laser2 password /USER:fiona



(Repeats 7 times - 7 segfaults)



[2008/05/14 23:01:53, 1] smbd/service.c:close_cnum(1230)
 mcfrog (10.1.1.56) closed connection to service causeway
[2008/05/19 17:44:06, 1] smbd/service.c:make_connection_snum(1033)
mcfrog (10.1.1.56) connect to service causeway initially as user fiona (uid=1002, gid=100) (pid 22970)
[2008/05/19 17:44:07, 1] smbd/service.c:make_connection_snum(1033)
mcfrog (10.1.1.56) connect to service nest initially as user fiona (uid=1002, gid=100) (pid 22970)
[2008/05/19 17:44:07, 1] smbd/service.c:make_connection_snum(1033)
mcfrog (10.1.1.56) connect to service bank initially as user fiona (uid=1002, gid=100) (pid 22970)
[2008/05/19 17:44:08, 1] smbd/service.c:make_connection_snum(1033)
mcfrog (10.1.1.56) connect to service Laser2 initially as user fiona (uid=1002, gid=1002) (pid 22970)
[2008/05/19 17:46:50, 0] lib/fault.c:fault_report(41)
 ===============================================================
[2008/05/19 17:46:50, 0] lib/fault.c:fault_report(42)
 INTERNAL ERROR: Signal 11 in pid 22970 (3.0.28a)
 Please read the Trouble-Shooting section of the Samba3-HOWTO
[2008/05/19 17:46:50, 0] lib/fault.c:fault_report(44)

 From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2008/05/19 17:46:50, 0] lib/fault.c:fault_report(45)
 ===============================================================
[2008/05/19 17:46:50, 0] lib/util.c:smb_panic(1633)
 PANIC (pid 22970): internal error
[2008/05/19 17:46:50, 0] lib/util.c:log_stack_trace(1737)
 BACKTRACE: 10 stack frames:
  #0 /usr/sbin/smbd(log_stack_trace+0x1c) [0x61389c]
  #1 /usr/sbin/smbd(smb_panic+0x43) [0x613983]
  #2 /usr/sbin/smbd [0x6013b2]
  #3 /lib/libpthread.so.0 [0x7fbe1e2747d0]
  #4 /usr/sbin/smbd(reply_printopen+0xab) [0x49074b]
  #5 /usr/sbin/smbd [0x4c870e]
  #6 /usr/sbin/smbd(smbd_process+0x7d2) [0x4c9af2]
  #7 /usr/sbin/smbd(main+0x8cd) [0x6c5c5d]
  #8 /lib/libc.so.6(__libc_start_main+0xf4) [0x7fbe1cc191c4]
  #9 /usr/sbin/smbd [0x45a7e9]
[2008/05/19 17:46:50, 0] lib/util.c:smb_panic(1638)
 smb_panic(): calling panic action [/usr/share/samba/panic-action 22970]
[2008/05/19 17:46:50, 0] lib/util.c:smb_panic(1646)
 smb_panic(): action returned status 0
[2008/05/19 17:46:50, 0] lib/fault.c:dump_core(181)
 dumping core in /var/log/samba/cores/smbd
[2008/05/19 17:46:50, 0] lib/util_sock.c:write_data(562)
write_data: write failure in writing to client 10.1.1.56. Error Connection reset by peer
[2008/05/19 17:46:50, 0] lib/util_sock.c:send_smb(769)
 Error writing 4 bytes to client. -1. (Connection reset by peer)
[2008/05/19 17:46:50, 1] smbd/service.c:make_connection_snum(1033)
mcfrog (10.1.1.56) connect to service Laser2 initially as user fiona (uid=1002, gid=1002) (pid 23046)
[2008/05/19 17:46:50, 0] lib/fault.c:fault_report(41)
 ===============================================================
[2008/05/19 17:46:50, 0] lib/fault.c:fault_report(42)
 INTERNAL ERROR: Signal 11 in pid 23046 (3.0.28a)
 Please read the Trouble-Shooting section of the Samba3-HOWTO
[2008/05/19 17:46:50, 0] lib/fault.c:fault_report(44)

 From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2008/05/19 17:46:50, 0] lib/fault.c:fault_report(45)
 ===============================================================
[2008/05/19 17:46:50, 0] lib/util.c:smb_panic(1633)
 PANIC (pid 23046): internal error
[2008/05/19 17:46:50, 0] lib/util.c:log_stack_trace(1737)
 BACKTRACE: 10 stack frames:
  #0 /usr/sbin/smbd(log_stack_trace+0x1c) [0x61389c]
  #1 /usr/sbin/smbd(smb_panic+0x43) [0x613983]
  #2 /usr/sbin/smbd [0x6013b2]
  #3 /lib/libpthread.so.0 [0x7fbe1e2747d0]
  #4 /usr/sbin/smbd(reply_printopen+0xab) [0x49074b]
  #5 /usr/sbin/smbd [0x4c870e]
  #6 /usr/sbin/smbd(smbd_process+0x7d2) [0x4c9af2]
  #7 /usr/sbin/smbd(main+0x8cd) [0x6c5c5d]
  #8 /lib/libc.so.6(__libc_start_main+0xf4) [0x7fbe1cc191c4]
  #9 /usr/sbin/smbd [0x45a7e9]
[2008/05/19 17:46:50, 0] lib/util.c:smb_panic(1638)
 smb_panic(): calling panic action [/usr/share/samba/panic-action 23046]
[2008/05/19 17:46:50, 0] lib/util.c:smb_panic(1646)
 smb_panic(): action returned status 0
[2008/05/19 17:46:50, 0] lib/fault.c:dump_core(181)
 dumping core in /var/log/samba/cores/smbd
[2008/05/19 17:46:50, 0] lib/util_sock.c:write_data(562)
write_data: write failure in writing to client 10.1.1.56. Error Connection reset by peer
[2008/05/19 17:46:50, 0] lib/util_sock.c:send_smb(769)
 Error writing 4 bytes to client. -1. (Connection reset by peer)










--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to