Actions
Bug #14482
openonline* smb/server hang occasionally
Start date:
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
Description
OI_2017
svcs | grep smb
online Jan_06 svc:/network/shares/group:smb
online Jan_06 svc:/network/smb/client:default
online* Jan_06 svc:/network/smb/server:default (can not restart/disable smb/server)
mdb -k
::pgrep smbd
S PID PPID PGID SID UID FLAGS ADDR NAME
R 1465 1 1465 1465 0 0x42300902 fffffec60684f078 smbd (can not kill -9 1465)
::pgrep smbd | ::walk thread | ::stacks
fffffec6357ddbe0 SLEEP CV
cv_wait+0x70
fffffec5ff7e9420 SLEEP CV
.....
cv_wait+0x70
taskq_wait+0xa3
taskq_destroy+0x6c
.....
Files
Updated by Gordon Ross about 1 year ago
It would help to have the output of:
echo "::stacks -m smbsrv" |mdb -k
We may have a fix for this.
Actions