Bug #1961
Can't create dump from DDB
| Status: | New | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
DragonFlyBSD from master. x86_64
Attempt to get dump in DDB (via panic command) fails.
There are messages on screen
Physical memory: 3042MB
Dumping 652 MB: 637 622 .... 397
As last message ("Dumping ...") fits whole line on screen, computer hangs.
Can anyone with same configuration check it?
Related todos
History
Updated by swildner over 2 years ago
On 1/19/2011 11:34, vasily postnicov (via DragonFly issue tracker) wrote:
>
> New submission from vasily postnicov<shamaz.mazum@gmail.com>:
>
> DragonFlyBSD from master. x86_64
>
> Attempt to get dump in DDB (via panic command) fails.
>
> There are messages on screen
>
> Physical memory: 3042MB
> Dumping 652 MB: 637 622 .... 397
>
> As last message ("Dumping ...") fits whole line on screen, computer hangs.
>
> Can anyone with same configuration check it?
It's the same here.
On my x86_64 box, it will dump (rather slowly) for a while before hanging.
On an i386 box, it doesn't start dumping at all and directly hangs.
Sascha
Updated by swildner over 2 years ago
Can you try again with master? With the fixes recently committed by Matt, dumping
works again here.