Re: zio_done panic on unadulterated FreeBSD Release 9.1

2013-01-18 Thread Andriy Gapon
on 11/01/2013 17:09 Po-Li Soong said the following: (kgdb) p/x *(struct vm_object *)0x81281580 [snip] (kgdb) p/x *(struct vm_page *)0xfe00cd733ab0 $2 = {pageq = {tqe_next = 0x0, tqe_prev = 0xfe00c7e7d678}, listq = { tqe_next = 0xfe00cd733b28, tqe_prev =

RE: zio_done panic on unadulterated FreeBSD Release 9.1

2013-01-14 Thread Po-Li Soong
Subject: Re: zio_done panic on unadulterated FreeBSD Release 9.1 On Fri, Jan 11, 2013 at 03:09:58PM +, Po-Li Soong wrote: (kgdb) p/x *(struct vm_object *)0x81281580 $1 = {mtx = {lock_object = {lo_name = 0x80e54bbd, lo_flags = 0x143, lo_data = 0x0, lo_witness = 0x0

Re: zio_done panic on unadulterated FreeBSD Release 9.1

2013-01-14 Thread Andriy Gapon
on 14/01/2013 22:04 Po-Li Soong said the following: First of all, I agree with you that it would be very strange to have crashed at vm_page_free_toq+0x45, by which point m (in the register rbx. See below for the assembly listing.) has been dereferenced a few times. However, there is a

Re: zio_done panic on unadulterated FreeBSD Release 9.1

2013-01-13 Thread Konstantin Belousov
Subject: Re: zio_done panic on unadulterated FreeBSD Release 9.1 On Wed, Jan 09, 2013 at 08:03:38PM +, Po-Li Soong wrote: Hi, My name is Po-Li Soong. I ran into a crash not long after installing the 9.1 release on my home machine. I was performing a test run of file transfer

RE: zio_done panic on unadulterated FreeBSD Release 9.1

2013-01-11 Thread Po-Li Soong
: zio_done panic on unadulterated FreeBSD Release 9.1 On Wed, Jan 09, 2013 at 08:03:38PM +, Po-Li Soong wrote: Hi, My name is Po-Li Soong. I ran into a crash not long after installing the 9.1 release on my home machine. I was performing a test run of file transfer with samba server

Re: zio_done panic on unadulterated FreeBSD Release 9.1

2013-01-11 Thread Andre Goree
On Wed, 09 Jan 2013 15:03:38 -0500, Po-Li Soong po...@spectralogic.com wrote: Hi, My name is Po-Li Soong. I ran into a crash not long after installing the 9.1 release on my home machine. I was performing a test run of file transfer with samba server running on the FreeBSD installation.

Re: zio_done panic on unadulterated FreeBSD Release 9.1

2013-01-09 Thread Konstantin Belousov
On Wed, Jan 09, 2013 at 08:03:38PM +, Po-Li Soong wrote: Hi, My name is Po-Li Soong. I ran into a crash not long after installing the 9.1 release on my home machine. I was performing a test run of file transfer with samba server running on the FreeBSD installation. The transfer rate