Re: [markiyan.kush...@gmail.com: Re: 11.0-CURRENT panic (nfsd?)]

2014-01-06 Thread Alexander Motin
Thank you for the report. Bug fixed at r260367. - Forwarded message from Markiyan Kushnir markiyan.kush...@gmail.com - Date: Sun, 5 Jan 2014 19:47:37 +0200 Subject: Re: 11.0-CURRENT panic (nfsd?) From: Markiyan Kushnir markiyan.kush...@gmail.com To: Markiyan Kushnir markiyan.kush

Re: 11.0-CURRENT panic (nfsd?)

2014-01-05 Thread Markiyan Kushnir
Please ignore the attached core.txt.1.gz, and see the new core.txt.2.gz in this attachment. I confused files. -- Markiyan. 2014/1/5 Markiyan Kushnir markiyan.kush...@gmail.com: I started to see a reliable panic on a recent CURRENT: $ uname -a FreeBSD mkushnir.mooo.com 11.0-CURRENT FreeBSD

Re: 11.0-CURRENT panic (nfsd?)

2014-01-05 Thread John-Mark Gurney
Markiyan Kushnir wrote this message on Sun, Jan 05, 2014 at 10:57 +0200: I started to see a reliable panic on a recent CURRENT: $ uname -a FreeBSD mkushnir.mooo.com 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r260296: Sun Jan 5 07:14:50 EET 2014

Re: 11.0-CURRENT panic (nfsd?)

2014-01-05 Thread Markiyan Kushnir
2014/1/5 John-Mark Gurney j...@funkthat.com: Markiyan Kushnir wrote this message on Sun, Jan 05, 2014 at 10:57 +0200: I started to see a reliable panic on a recent CURRENT: $ uname -a FreeBSD mkushnir.mooo.com 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r260296: Sun Jan 5 07:14:50 EET 2014

Re: 11.0-CURRENT panic (nfsd?)

2014-01-05 Thread John-Mark Gurney
Markiyan Kushnir wrote this message on Sun, Jan 05, 2014 at 11:06 +0200: 2014/1/5 John-Mark Gurney j...@funkthat.com: Markiyan Kushnir wrote this message on Sun, Jan 05, 2014 at 10:57 +0200: I started to see a reliable panic on a recent CURRENT: $ uname -a FreeBSD mkushnir.mooo.com

Re: 11.0-CURRENT panic (nfsd?)

2014-01-05 Thread Markiyan Kushnir
$ nm /boot/kernel/kernel | grep svc_run_internal 80714db0 t svc_run_internal $ addr2line -e /boot/kernel/kernel 0x80715779 /usr/src.svnup/sys/rpc/svc.c:971 949 static void 950 svc_executereq(struct svc_req *rqstp) 951 { 952 SVCXPRT *xprt = rqstp-rq_xprt;