NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/38762 (panic: vwakeup: neg numoutput)



The following reply was made to PR kern/38762; it has been noted by GNATS.

From: Andreas Gustafsson <gson%gson.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: kern-bug-people%netbsd.org@localhost,
    netbsd-bugs%netbsd.org@localhost,
    gnats-admin%netbsd.org@localhost,
    dholland%NetBSD.org@localhost,
    hannken%NetBSD.org@localhost
Subject: Re: kern/38762 (panic: vwakeup: neg numoutput)
Date: Tue, 14 Jun 2011 13:14:54 +0300

 dholland%NetBSD.org@localhost wrote:
 > Synopsis: panic: vwakeup: neg numoutput
 > 
 > State-Changed-From-To: analyzed->feedback
 > State-Changed-By: dholland%NetBSD.org@localhost
 > State-Changed-When: Mon, 13 Jun 2011 02:27:03 +0000
 > State-Changed-Why:
 > hannken@'s recent syncer fixes should have (hopefully) fixed this.
 > any luck?
 
 No such luck.  I just tested a -current system (source date
 2011.06.14.07.53.29), and as before, it paniced when I ran
 the following commands:
 
   mkdir /tmp/dev2
   mount_null /dev /tmp/dev2
   dd if=/dev/zero of=/tmp/img bs=1k count=1024
   vnconfig /dev/vnd0 /tmp/img
   newfs /dev/rvnd0a
   mount /tmp/dev2/vnd0a /mnt
   echo foo >/mnt/bar
   sync
 
 -- 
 Andreas Gustafsson, gson%gson.org@localhost
 


Home | Main Index | Thread Index | Old Index