Opened 14 years ago
Last modified 14 years ago
#326 closed defect
Assert on (addr >= ALIGN_DOWN(entry->p_vaddr, PAGE_SIZE)) && (addr < entry->p_vaddr + entry->p_memsz) — at Version 1
Reported by: | Jakub Jermář | Owned by: | Jakub Jermář |
---|---|---|---|
Priority: | major | Milestone: | 0.5.0 |
Component: | helenos/kernel/ia64 | Version: | |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description (last modified by )
Mainline revision 904, default build using the up-to-date toolchain, Ski, crashes during boot:
SPARTAN kernel, release 0.4.3 (Sashimi), revision 904M (martin@medusa.d3s.hide.ms.mff.cuni.cz-20110329215955-sayovtbd4vuolf4q) Built on 2011-03-30 00:52:09 for ia64 Copyright (c) 2001-2010 HelenOS project Detected 1 CPU(s), 64 MiB free memory Kernel console ready (press any key to activate) ######> Kernel panic on cpu0 due to a failed assertion: <###### elf_page_fault() at generic/src/mm/backend_elf.c:95: (addr >= ALIGN_DOWN(entry->p_vaddr, PAGE_SIZE)) && (addr < entry->p_vaddr + entry->p_memsz) cpu0: halted
Note:
See TracTickets
for help on using tickets.