On Thu, Nov 21, 2002 at 02:02:39AM -0800, Terry Lambert wrote: > Tim Robbins wrote: > > Here's a backtrace of a smbfs panic. Looks like it does not correctly > > handle the smbfs_getpages error it is encountering and leaves garbage > > vnodes lying around. The panic probably comes from the VI_LOCK macro > > call on smbfs_node.c line 321. > > > > # cp blah.tar.gz ~tim > > cp: /home/tim/blah.tar.gz: Bad address > > > Read the list archives. We discussed this to death. The correct > thing to do is to back off and retry -- that's decimal 60, which > is hex 0x3c, which, according to /sys/netsmb/smb_rq.h is:
I am aware that the "Bad address" errors have been discussed before, but I had not seen the panic on unmount/halt mentioned. Thanks for the workaround and suggested correct fix, I'll have a go at implementing that next week. Tim To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message