Opened 9 years ago
Last modified 6 years ago
#643 closed defect
Kernel panic on ASSERT(ret == make_link(&sentinel, N_INVALID) || (N_NORMAL == get_mark(ret))) — at Version 3
Reported by: | Jakub Jermář | Owned by: | Jakub Jermář |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | helenos/kernel/generic | Version: | mainline |
Keywords: | cht, arm, sparc64 | Cc: | |
Blocker for: | Depends on: | ||
See also: |
Description (last modified by )
With mainline,2399, I got a kernel panic due to a failed assertion in cht.c:complete_head_move()
`:
ASSERT(ret == make_link(&sentinel, N_INVALID) || (N_NORMAL == get_mark(ret)));
I did this with a default mainline build for IntegratorCP simply by invoking the cht test repeatedly:
kconsole> test cht
See the attached screenshot for more info.
Change History (4)
by , 9 years ago
Attachment: | cht-resize-panic.png added |
---|
comment:1 by , 9 years ago
Keywords: | arm added |
---|
comment:2 by , 7 years ago
Milestone: | 0.7.1 |
---|
comment:3 by , 6 years ago
Description: | modified (diff) |
---|---|
Keywords: | sparc64 added |
Note:
See TracTickets
for help on using tickets.
Running the cht test on sun4u (868d75cb57128586445ac07403416215301724f8) results in the same panic: