From owner-freebsd-bugs@freebsd.org Mon Jul 27 07:57:45 2015 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA3C39AC978 for ; Mon, 27 Jul 2015 07:57:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D2F2BC5 for ; Mon, 27 Jul 2015 07:57:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t6R7vjS9006175 for ; Mon, 27 Jul 2015 07:57:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 201912] panic in smbfs during mount Date: Mon, 27 Jul 2015 07:57:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: martin@sugioarto.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jul 2015 07:57:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201912 Bug ID: 201912 Summary: panic in smbfs during mount Product: Base System Version: 10.1-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: martin@sugioarto.com System coredumped while mounting smbfs shares from remote server. Here the backtrace: #0 doadump (textdump=) at pcpu.h:219 #1 0xffffffff80927da2 in kern_reboot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:452 #2 0xffffffff80928164 in panic (fmt=) at /usr/src/sys/kern/kern_shutdown.c:759 #3 0xffffffff80d258df in trap_fatal (frame=, eva=) at /usr/src/sys/amd64/amd64/trap.c:865 #4 0xffffffff80d25bf8 in trap_pfault (frame=0xfffffe02293fe9b0, usermode=) at /usr/src/sys/amd64/amd64/trap.c:676 #5 0xffffffff80d2525a in trap (frame=0xfffffe02293fe9b0) at /usr/src/sys/amd64/amd64/trap.c:440 #6 0xffffffff80d0b142 in calltrap () at /usr/src/sys/amd64/amd64/exception.S:232 #7 0xffffffff80974c3c in turnstile_broadcast (ts=0x0, queue=0) at /usr/src/sys/kern/subr_turnstile.c:838 #8 0xffffffff80914c20 in __mtx_unlock_sleep (c=0xfffff8007961b138, opts=, file=0xffffffff81c32901 "ec", line=1) at /usr/src/sys/kern/kern_mutex.c:761 #9 0xffffffff80914ba9 in __mtx_unlock_flags (c=, opts=, file=0xffffffff81c32901 "ec", line=1) at /usr/src/sys/kern/kern_mutex.c:254 #10 0xffffffff81c28054 in smb_iod_sendall () at /usr/src/sys/modules/smbfs/../../netsmb/smb_iod.c:93 #11 0xffffffff81c28760 in smb_iod_thread (arg=0xfffff8007961b100) at /usr/src/sys/modules/smbfs/../../netsmb/smb_iod.c:637 #12 0xffffffff808f8b6a in fork_exit (callout=0xffffffff81c28670 , arg=0xfffff8007961b100, frame=0xfffffe02293fec00) at /usr/src/sys/kern/kern_fork.c:996 #13 0xffffffff80d0b67e in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:606 #14 0x0000000000000000 in ?? () -- You are receiving this mail because: You are the assignee for the bug.