Advertisement
peterbecich

Untitled

Mar 31st, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. initializing .data section (0 pages)
  2. initializing .bss section (0 pages)
  3. initializing .data section (0 pages)
  4. initializing .bss section (0 pages)
  5. UserProcess.execute halt.coff
  6. Forking thread: halt.coff (#6) Runnable: nachos.userprog.UThread$1@3d66aa18
  7. Ready thread: halt.coff (#6)
  8. == Tick 58810 ==
  9. Time: 58810, interrupts off
  10. Pending interrupts:
  11. console read, scheduled at 58870
  12. timer, scheduled at 59268
  13. (end of list)
  14. Finishing thread: main (#0)
  15. Sleeping thread: main (#0)
  16. Switching from: main (#0) to: halt.coff (#6)
  17. Beginning thread: halt.coff (#6)
  18. Running thread: halt.coff (#6)
  19. ID: 0 UserProcess.restoreState; length 8
  20. == Tick 58820 ==
  21. Time: 58820, interrupts off
  22. Pending interrupts:
  23. console read, scheduled at 58870
  24. timer, scheduled at 59268
  25. (end of list)
  26. ID: 0 UserProcess.restoreState; length 8
  27. starting program in current thread
  28. PC=0x00000030 readMem vaddr=0x00000030, size=4
  29. translate vaddr=0x00000030, read...
  30. paddr=0x00000030
  31. value read=0x0C000000
  32. jal 0x00000000 #0x00000038
  33. == Tick 58821 ==
  34. Time: 58821, interrupts off
  35. Pending interrupts:
  36. console read, scheduled at 58870
  37. timer, scheduled at 59268
  38. (end of list)
  39. PC=0x00000034 readMem vaddr=0x00000034, size=4
  40. translate vaddr=0x00000034, read...
  41. paddr=0x00000034
  42. value read=0x00000000
  43. sll $0, $0#0x00000000, 0
  44. == Tick 58822 ==
  45. Time: 58822, interrupts off
  46. Pending interrupts:
  47. console read, scheduled at 58870
  48. timer, scheduled at 59268
  49. (end of list)
  50. PC=0x00000000 readMem vaddr=0x00000000, size=4
  51. translate vaddr=0x00000000, read...
  52. paddr=0x00000000
  53. value read=0x27BDFFE8
  54. addiu $29, $29#0x00002400, -24 #0x000023E8
  55. == Tick 58823 ==
  56. Time: 58823, interrupts off
  57. Pending interrupts:
  58. console read, scheduled at 58870
  59. timer, scheduled at 59268
  60. (end of list)
  61. PC=0x00000004 readMem vaddr=0x00000004, size=4
  62. translate vaddr=0x00000004, read...
  63. paddr=0x00000004
  64. value read=0xAFBF0010
  65. sw $31#0x00000038, 16($29#0x000023E8) writeMem vaddr=0x000023F8, size=4, value=0x00000038
  66. translate vaddr=0x000023F8, write
  67. page fault
  68. exception: page fault
  69. Unexpected exception: page fault
  70.  
  71. nachos.machine.AssertionFailureError: Unexpected exception
  72. at nachos.machine.Lib.assertTrue(Lib.java:89)
  73. at nachos.machine.Lib.assertNotReached(Lib.java:106)
  74. at nachos.userprog.UserProcess.handleException(UserProcess.java:928)
  75. at nachos.userprog.UserKernel.exceptionHandler(UserKernel.java:97)
  76. at nachos.userprog.UserKernel$1.run(UserKernel.java:41)
  77. at nachos.machine.Processor$MipsException.handle(Processor.java:603)
  78. at nachos.machine.Processor.run(Processor.java:101)
  79. at nachos.userprog.UThread.runProgram(UThread.java:31)
  80. at nachos.userprog.UThread.access$0(UThread.java:27)
  81. at nachos.userprog.UThread$1.run(UThread.java:20)
  82. at nachos.threads.KThread.runThread(KThread.java:162)
  83. at nachos.threads.KThread.access$1(KThread.java:160)
  84. at nachos.threads.KThread$1.run(KThread.java:151)
  85. at nachos.machine.TCB.threadroot(TCB.java:235)
  86. at nachos.machine.TCB.access$3(TCB.java:210)
  87. at nachos.machine.TCB$1.run(TCB.java:93)
  88. at java.lang.Thread.run(Thread.java:680)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement