Subject: Re: panic: setrunqueue
To: None <current-users@netbsd.org>
From: Jed Davis <jdev@panix.com>
List: current-users
Date: 02/14/2006 01:31:30
"Julio M. Merino Vidal" <jmmv84@gmail.com> writes:

> On Monday 13 February 2006 11:53, Pavel Cahyna wrote:
>> On Sun, Feb 12, 2006 at 10:51:10PM +0100, Julio M. Merino Vidal wrote:
>>
>> Setrunqueue is not the right panic message - this looks like a second
>> panic when ddb attempted to sync filesystems. Look at the backtrace, how
>> ddb was called recursively.
>
> Yes, that's true.  The first 'sync' did indeed fail.  But as I was under
> X (as usual) I couldn't see the original panic message...

Have you tried using dmesg(8) on the core?

-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))