Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. FAIL tests/userprog/read-zero
  2. Kernel panic in run: PANIC at ../../userprog/exception.c:100 in kill(): Kernel bug - unexpected interrupt in kernel
  3. Call stack: 0xc002b085 0xc002f467 0xc002f572 0xc0022252 0xc00224c7 0xc002fc02 0xc002f7e2 0xc0022252 0xc00224c7 0x804ab4b 0x80480f7 0x804817f 0x8048899
  4. Translation of call stack:
  5. In kernel.o:
  6. 0xc002b085: debug_panic (.../../lib/kernel/debug.c:38)
  7. 0xc002f467: kill (.../userprog/exception.c:106)
  8. 0xc002f572: page_fault (....c:159 (discriminator 12))
  9. 0xc0022252: intr_handler (..../threads/interrupt.c:367)
  10. 0xc00224c7: intr_entry (threads/intr-stubs.S:38)
  11. 0xc002fc02: read (...../userprog/syscall.c:207)
  12. 0xc002f7e2: syscall_handler (.../../userprog/syscall.c:79)
  13. 0xc0022252: intr_handler (..../threads/interrupt.c:367)
  14. 0xc00224c7: intr_entry (threads/intr-stubs.S:38)
  15. In tests/userprog/read-zero:
  16. 0x0804ab4b: read (...../lib/user/syscall.c:117)
  17. 0x080480f7: test_main (...s/userprog/read-zero.c:17)
  18. 0x0804817f: main (...ild/../../tests/main.c:13)
  19. 0x08048899: _start (.../../../lib/user/entry.c:9)
  20. Translations of user virtual addresses above are based on a guess at
  21. the binary to use. If this guess is incorrect, then those
  22. translations will be misleading.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement