Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Aug 2004 12:06:42 +0300
From:      Oleg Palij <o.palij@dp.uz.gov.ua>
To:        current@freebsd.org
Subject:   Re: panic with any version of smbd in 5.2.1-R
Message-ID:  <20040811120642.503650b8@iscmpd-oleg.dp.uz.gov.ua>
In-Reply-To: <07759232F85A5C7FC2256EED0022A18A.00281F3542256EED@dp.uz.gov.ua>
References:  <07759232F85A5C7FC2256EED0022A18A.00281F3542256EED@dp.uz.gov.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 11 Aug 2004 09:18:14 +0200
owner-freebsd-current@freebsd.org wrote:

> Panic happens with samba 2.2.8-2.2.10, 3.0.0-3.0.4.
> I can't reproduce kernel panic but it happens frequently.
> 
> # uname -a
> FreeBSD iscmpd-oleg 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Wed Aug 4 
> 11:59:15 EEST 2004 root@iscmpd-oleg:/usr/obj/usr/src/sys/ISCMPD-OLEG_KERNEL 
>  i386
> 
> Below is the gdb backtrace.
> 
	Additional info:
(kgdb) call doadump
$1 = {void (void)} 0xc05037f0 <doadump>
(kgdb) l *0xc055ba8f
0xc055ba8f is in quotactl (/usr/src/sys/kern/vfs_syscalls.c:206).
201             NDFREE(&nd, NDF_ONLY_PNBUF);
202             error = vn_start_write(nd.ni_vp, &mp, V_WAIT | PCATCH);
203             vrele(nd.ni_vp);
204             if (error)
205                     return (error);
206             error = VFS_QUOTACTL(mp, uap->cmd, uap->uid, uap->arg, td);
207             vn_finished_write(mp);
208             return (error);
209     }
210

-- 
Best regards,
Palij Oleg, ISC (Pridn railway)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040811120642.503650b8>