Advertisement
peterbecich

Untitled

Mar 29th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. UserKernel.run()
  2. UserProcess constructor
  3. physical page allocation succeeded at 0
  4. length of freepage: 63
  5. physical page allocation succeeded at 1
  6. length of freepage: 62
  7. physical page allocation succeeded at 2
  8. length of freepage: 61
  9. physical page allocation succeeded at 3
  10. length of freepage: 60
  11. physical page allocation succeeded at 4
  12. length of freepage: 59
  13. physical page allocation succeeded at 5
  14. length of freepage: 58
  15. physical page allocation succeeded at 6
  16. length of freepage: 57
  17. physical page allocation succeeded at 7
  18. length of freepage: 56
  19. physical page allocation failed at 8
  20. physical page allocation failed at 9
  21. physical page allocation failed at 10
  22. physical page allocation failed at 11
  23. physical page allocation failed at 12
  24. physical page allocation failed at 13
  25. physical page allocation failed at 14
  26. physical page allocation failed at 15
  27. physical page allocation failed at 16
  28. physical page allocation failed at 17
  29. physical page allocation failed at 18
  30. physical page allocation failed at 19
  31. physical page allocation failed at 20
  32. physical page allocation failed at 21
  33. physical page allocation failed at 22
  34. physical page allocation failed at 23
  35. physical page allocation failed at 24
  36. physical page allocation failed at 25
  37. physical page allocation failed at 26
  38. physical page allocation failed at 27
  39. physical page allocation failed at 28
  40. physical page allocation failed at 29
  41. physical page allocation failed at 30
  42. physical page allocation failed at 31
  43. physical page allocation failed at 32
  44. physical page allocation failed at 33
  45. physical page allocation failed at 34
  46. physical page allocation failed at 35
  47. physical page allocation failed at 36
  48. physical page allocation failed at 37
  49. physical page allocation failed at 38
  50. physical page allocation failed at 39
  51. physical page allocation failed at 40
  52. physical page allocation failed at 41
  53. physical page allocation failed at 42
  54. physical page allocation failed at 43
  55. physical page allocation failed at 44
  56. physical page allocation failed at 45
  57. physical page allocation failed at 46
  58. physical page allocation failed at 47
  59. physical page allocation failed at 48
  60. physical page allocation failed at 49
  61. physical page allocation failed at 50
  62. physical page allocation failed at 51
  63. physical page allocation failed at 52
  64. physical page allocation failed at 53
  65. physical page allocation failed at 54
  66. physical page allocation failed at 55
  67. physical page allocation failed at 56
  68. physical page allocation failed at 57
  69. physical page allocation failed at 58
  70. physical page allocation failed at 59
  71. physical page allocation failed at 60
  72. physical page allocation failed at 61
  73. physical page allocation failed at 62
  74. physical page allocation failed at 63
  75. validOwnedPages: 8
  76. initializing .text section (3 pages)
  77. ID: 839 page # 1
  78. ID: 839 page # 2
  79. ID: 839 page # 3
  80. initializing .rdata section (1 pages)
  81. ID: 839 page # 4
  82. initializing .data section (0 pages)
  83. initializing .bss section (5 pages)
  84. ID: 839 page # 5
  85. ID: 839 page # 6
  86. ID: 839 page # 7
  87. ID: 839 page # 8
  88. ID: 839 page # 9
  89. UserProcess.execute matmult.coff
  90. ID: 839 UserProcess.restoreState; length 64
  91. ID: 839 UserProcess.restoreState; length 64
  92.  
  93. nachos.machine.AssertionFailureError: Unexpected exception
  94. at nachos.machine.Lib.assertTrue(Lib.java:89)
  95. at nachos.machine.Lib.assertNotReached(Lib.java:106)
  96. at nachos.userprog.UserProcess.handleException(UserProcess.java:826)
  97. at nachos.userprog.UserKernel.exceptionHandler(UserKernel.java:94)
  98. at nachos.userprog.UserKernel$1.run(UserKernel.java:38)
  99. at nachos.machine.Processor$MipsException.handle(Processor.java:603)
  100. at nachos.machine.Processor.run(Processor.java:101)
  101. at nachos.userprog.UThread.runProgram(UThread.java:31)
  102. at nachos.userprog.UThread.access$0(UThread.java:27)
  103. at nachos.userprog.UThread$1.run(UThread.java:20)
  104. at nachos.threads.KThread.runThread(KThread.java:162)
  105. at nachos.threads.KThread.access$1(KThread.java:160)
  106. at nachos.threads.KThread$1.run(KThread.java:151)
  107. at nachos.machine.TCB.threadroot(TCB.java:235)
  108. at nachos.machine.TCB.access$3(TCB.java:210)
  109. at nachos.machine.TCB$1.run(TCB.java:93)
  110. at java.lang.Thread.run(Thread.java:680)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement