Bug #1811
Machine hangs with recent code
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
Hi. I updated sources today and can't boot any more (it hangs at "Finish MP
startup").
I attach serial log with newer kernel (top) and older one (on the bottom).
Related todos
History
Updated by alexh almost 3 years ago
This is a known issue being worked on. It's due to using tokens before
ap_finish() is called. Temporarily workaround is disabling comconsole in
the loader.
On 29/08/10 16:09, Alexander Polakov (via DragonFly issue tracker) wrote:
>
> New submission from Alexander Polakov <polachok@gmail.com>:
>
> Hi. I updated sources today and can't boot any more (it hangs at "Finish MP
> startup").
> I attach serial log with newer kernel (top) and older one (on the bottom).
>
> ----------
> files: log
> messages: 8810
> nosy: polachok
> status: unread
> title: Machine hangs with recent code
>
> _____________________________________________________
> DragonFly issue tracker <bugs@lists.dragonflybsd.org>
> <http://bugs.dragonflybsd.org/issue1811>
> _____________________________________________________
Updated by alexh almost 3 years ago
This is a known issue being worked on. It's due to using tokens before
ap_finish() is called. Temporarily workaround is disabling comconsole in
the loader.
On 29/08/10 16:09, Alexander Polakov (via DragonFly issue tracker) wrote:
>
> New submission from Alexander Polakov <polachok@gmail.com>:
>
> Hi. I updated sources today and can't boot any more (it hangs at "Finish MP
> startup").
> I attach serial log with newer kernel (top) and older one (on the bottom).
>
> ----------
> files: log
> messages: 8810
> nosy: polachok
> status: unread
> title: Machine hangs with recent code
>
> _____________________________________________________
> DragonFly issue tracker <bugs@lists.dragonflybsd.org>
> <http://bugs.dragonflybsd.org/issue1811>
> _____________________________________________________
Updated by alexh almost 3 years ago
This should be fixed by commit 5688255a2465ea75743dbf7967ff76164c91aefe.
On 29/08/10 16:30, Alex Hornung wrote:
> This is a known issue being worked on. It's due to using tokens before
> ap_finish() is called. Temporarily workaround is disabling comconsole in
> the loader.
>
>
>
> On 29/08/10 16:09, Alexander Polakov (via DragonFly issue tracker) wrote:
>>
>> New submission from Alexander Polakov <polachok@gmail.com>:
>>
>> Hi. I updated sources today and can't boot any more (it hangs at "Finish MP
>> startup").
>> I attach serial log with newer kernel (top) and older one (on the bottom).
>>
>> ----------
>> files: log
>> messages: 8810
>> nosy: polachok
>> status: unread
>> title: Machine hangs with recent code
>>
>> _____________________________________________________
>> DragonFly issue tracker <bugs@lists.dragonflybsd.org>
>> <http://bugs.dragonflybsd.org/issue1811>
>> _____________________________________________________
>
Updated by dillon almost 3 years ago
There may still be some issues. I'm working through tests with
both the video console and the serial console. It should be
working again in an hour or so hopefully.
-Matt
Updated by dillon almost 3 years ago
Ok, the lockup issues with the console kprintf and keyboard should
ALL be solved now. Everything should be working, including USB
keyboards from the debugger/panic, for both ohci and ehci.
-Matt
Matthew Dillon
<dillon@backplane.com>
Updated by polachok almost 3 years ago
It's fixed now.