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 Initial Version
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
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.
Note:
See TracTickets
for help on using tickets.