Bug #1198
DDB loops panic in db_read_bytes
| Status: | New | Start date: | ||
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
I have some panic which I can't debug because there is a flurry of panic
messages on my screen. The offender is:
sys/platform/pc32/i386/db_interface.c:208
I see that ddb uses longjmp, but seems that doesn't work here somehow.
Related todos