Bug 4196 - smbd crash
Summary: smbd crash
Status: NEW
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: File Services (show other bugs)
Version: 3.0.23c
Hardware: x86 Linux
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-30 01:13 UTC by David Giddy
Modified: 2006-10-30 01:13 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Giddy 2006-10-30 01:13:01 UTC
Hi,

I've had a problem with smbd crashing when trying to access a CIFS file share on the local machine (127.0.0.1). I have 3 shares mounted - 2 work fine, the third is consistently crashing. The ones that are working access subtrees on a RAID 5 array. The failing one accesses the top level of a RAID 0 array.

Here is the log output:

  ===============================================================
[2006/10/30 17:31:38, 0] smbd/server.c:exit_server_common(659)
  Abnormal server exit: send_trans2_replies: send_smb failed.
[2006/10/30 17:31:38, 0] smbd/server.c:exit_server_common(660)
  ===============================================================
[2006/10/30 17:31:38, 0] lib/util.c:log_stack_trace(1699)
  BACKTRACE: 12 stack frames:
   #0 /usr/sbin/smbd(log_stack_trace+0x23) [0x822b883]
   #1 /usr/sbin/smbd [0x82c1455]
   #2 /usr/sbin/smbd [0x82c1603]
   #3 /usr/sbin/smbd [0x80c36c8]
   #4 /usr/sbin/smbd [0x80c541d]
   #5 /usr/sbin/smbd(handle_trans2+0x416) [0x80cb2e6]
   #6 /usr/sbin/smbd(reply_trans2+0x64c) [0x80d0dec]
   #7 /usr/sbin/smbd [0x80ea334]
   #8 /usr/sbin/smbd(smbd_process+0x6f8) [0x80eb4f8]
   #9 /usr/sbin/smbd(main+0x10df) [0x82c29ff]
   #10 /lib/tls/libc.so.6(__libc_start_main+0xc8) [0xb7b4fea8]
   #11 /usr/sbin/smbd [0x8082a31]
[2006/10/30 17:31:38, 0] smbd/server.c:exit_server_common(664)
  Last message was SMBtrans2
[2006/10/30 17:31:38, 5] lib/util.c:show_msg(478)
[2006/10/30 17:31:38, 5] lib/util.c:show_msg(488)
  size=74
  smb_com=0x32
  smb_rcls=0
  smb_reh=0
  smb_err=0
  smb_flg=0
  smb_flg2=53249
  smb_tid=1
  smb_pid=10863
  smb_uid=100
  smb_mid=7778
  smt_wct=15
  smb_vwv[ 0]=    8 (0x8)
  smb_vwv[ 1]=    0 (0x0)
  smb_vwv[ 2]=    2 (0x2)
  smb_vwv[ 3]= 4000 (0xFA0)
  smb_vwv[ 4]=    0 (0x0)
  smb_vwv[ 5]=    0 (0x0)
  smb_vwv[ 6]=    0 (0x0)
  smb_vwv[ 7]=    0 (0x0)
  smb_vwv[ 8]=    0 (0x0)
  smb_vwv[ 9]=    8 (0x8)
  smb_vwv[10]=   66 (0x42)
  smb_vwv[11]=    0 (0x0)
  smb_vwv[12]=    0 (0x0)
  smb_vwv[13]=    1 (0x1)
  smb_vwv[14]=    5 (0x5)
  smb_bcc=9
[2006/10/30 17:31:38, 10] lib/util.c:dump_data(2215)
  [000] 00 00 02 00 00 00 00 00  00                       ........ .
[2006/10/30 17:31:38, 0] lib/fault.c:dump_core(173)
  dumping core in /var/log/samba/cores/smbd

I'm not sure how to proceed to help with finding the problem, but happy to assist in debugging.

Regards,

David.