Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jan 2012 19:35:01 +0200
From:      Andriy Gapon <avg@FreeBSD.org>
To:        =?UTF-8?B?TMOhc3psw7MgS8OBUk9MWUk=?= <laszlo@karolyi.hu>
Cc:        freebsd-stable@FreeBSD.org
Subject:   Re: Strange 'hangs' with RELENG_9
Message-ID:  <4F185445.7080605@FreeBSD.org>
In-Reply-To: <4F184F8F.4040708@FreeBSD.org>
References:  <4F181FE7.30904@karolyi.hu> <4F182516.3020506@gmail.com> <4F182FB3.7050405@karolyi.hu> <4F183008.9040603@karolyi.hu> <CAFHbX1%2B7N4y1n%2B4mxmyo%2BExDtY4eOdzm7-VJxYb__Q6BRjcgCg@mail.gmail.com> <4F1835ED.3050609@karolyi.hu> <4F1836E1.1080105@karolyi.hu> <4F1848BF.2050900@karolyi.hu> <CAPjTQNGE6nAeiY=0mHr5TLv14Hqb2T_TeWx718bnvCefFwgpQA@mail.gmail.com> <4F184F8F.4040708@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
on 19/01/2012 19:14 Alexander Motin said the following:
> On 19.01.2012 18:51, Oliver Pinter wrote:
>> CC: Alexander Motin
>>
>> On 1/19/12, László KÁROLYI<laszlo@karolyi.hu>  wrote:
>>> László KÁROLYI wrote:
>>>> Ok, couldn't get it through... So here is it, uploaded:
>>>>
>>>> http://www.freeimagehosting.net/s836i
>>> Another screenshot here:
>>>
>>> http://www.freeimagehosting.net/xv26d
> 
> I am not sure how freezes that could be fixed with key press could be related to
> panics around storage. I would try to go two different ways:
>  - for panics, if dumping is not possible, I would try to resolve address of the
> "instruction pointer" from both messages with `addr2line -e /path/to/kernel address`.

I would recommend to add the following options to the kernel config:
options         STACK
options         DDB
options         DDB_NUMSYM
options         KDB
options         KDB_TRACE
options         KDB_UNATTENDED
(if you don't have any of them already).

That should add some useful information to the panic messages.
Please try to capture the first panic report before any secondary panics cloud the
situation.

And I agree with Alexander that the panics and the hangs could be unrelated.

-- 
Andriy Gapon



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