#226 closed defect (fixed)
Assertion failed (missed_clock_ticks == 0) — at Version 2
| Reported by: | Jakub Jermář | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.4.3 |
| Component: | helenos/kernel/sparc64 | Version: | mainline |
| Keywords: | Cc: | ||
| Blocker for: | Depends on: | ||
| See also: |
Description (last modified by )
Running changeset:mainline,402 on a dual-CPU Ultra 60 machine hits the panic in clock.c:
/* Account lost ticks to CPU usage */
if (CPU->idle) {
ASSERT(missed_clock_ticks == 0);
CPU->idle_ticks++;
} else {
CPU->busy_ticks += missed_clock_ticks + 1;
}
CPU->idle = false;
Change History (2)
comment:1 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 16 years ago
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.

Fixed in changeset:head,415.