Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. student@student:~/pintos/src/threads/build$ make tests/threads/mlfqs-load-1.result
  2. pintos -v -k -T 480 --qemu -- -q -mlfqs run mlfqs-load-1 < /dev/null 2> tests/threads/mlfqs-load-1.errors > tests/threads/mlfqs-load-1.output
  3. perl -I../.. ../../tests/threads/mlfqs-load-1.ck tests/threads/mlfqs-load-1 tests/threads/mlfqs-load-1.result
  4. FAIL tests/threads/mlfqs-load-1
  5. Kernel panic in run: PANIC at ../../tests/threads/tests.c:93 in fail(): test failed
  6. Call stack: 0xc002a048
  7. Translation of call stack:
  8. 0xc002a048: debug_panic (.../../lib/kernel/debug.c:38)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement