includeos / acorn

Acorn Web Server Appliance, built with IncludeOS
Apache License 2.0
93 stars 13 forks source link

Crash report 25.06.16 #30

Closed AndreasAakesson closed 8 years ago

AndreasAakesson commented 8 years ago

This is the output. Have to dig around some more. The assertion needs to be handled, and a 404/500 needs to be sent. Not sure why it's looking for public, need to try to replicate. Could be that the memdisk has been corrupt over time.

[@GET:*] Fallback route - try to serve index.html
[@GET:*] (Fallback) Responding with index.html. 
<Waitress> Found file: public (0 B)
assertion "ent.is_file()" failed: file "./server/response.hpp", line 16, function: File::File(fs::Disk_ptr, const fs::Dirent &)
!!! Kill PID: 1, SIG: 6 - IOT trap / ABORT

     **** PANIC: ****
    Killing a process doesn't make sense in IncludeOS. Panic.
    Heap end: 0xcb1000

        [ ELF ] symtab or strtab is empty, indicating image may be stripped

[0] 0x20e166 + 0x0000: 0x20e166
[1] 0x20e3fe + 0x0000: 0x20e3fe
[2] 0x27e90a + 0x0000: 0x27e90a
[3] 0x29e269 + 0x0000: 0x29e269
[4] 0x29df86 + 0x0000: 0x29df86
[5] 0x22e1e2 + 0x0000: 0x22e1e2
[6] 0x22c9ab + 0x0000: 0x22c9ab
AndreasAakesson commented 8 years ago

Outdated