Patrick Stinson wrote: > whenever I move a file from a node mounted with mount_smbfs to a local fs, > the system crashes with a kernel page fault. > > is this a known problem?
This was supposedly fixed a while ago. It was a problem that was introduced in the page fault handler when handling a fault from SMBFS, when the fault was satisfied as a result of an interrupt, with no process context present. I believe the fix was to lock around and assign the proc * earlier, so it was there when the request was satisfied. Have you tried updating? PS: Next time: minimally a trap message and preferrably a trap message and a traceback. -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message