Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- UserKernel.run()
- UserProcess constructor
- physical page allocation succeeded at 0
- length of freepage: 63
- physical page allocation succeeded at 1
- length of freepage: 62
- physical page allocation succeeded at 2
- length of freepage: 61
- physical page allocation succeeded at 3
- length of freepage: 60
- physical page allocation succeeded at 4
- length of freepage: 59
- physical page allocation succeeded at 5
- length of freepage: 58
- physical page allocation succeeded at 6
- length of freepage: 57
- physical page allocation succeeded at 7
- length of freepage: 56
- physical page allocation failed at 8
- physical page allocation failed at 9
- physical page allocation failed at 10
- physical page allocation failed at 11
- physical page allocation failed at 12
- physical page allocation failed at 13
- physical page allocation failed at 14
- physical page allocation failed at 15
- physical page allocation failed at 16
- physical page allocation failed at 17
- physical page allocation failed at 18
- physical page allocation failed at 19
- physical page allocation failed at 20
- physical page allocation failed at 21
- physical page allocation failed at 22
- physical page allocation failed at 23
- physical page allocation failed at 24
- physical page allocation failed at 25
- physical page allocation failed at 26
- physical page allocation failed at 27
- physical page allocation failed at 28
- physical page allocation failed at 29
- physical page allocation failed at 30
- physical page allocation failed at 31
- physical page allocation failed at 32
- physical page allocation failed at 33
- physical page allocation failed at 34
- physical page allocation failed at 35
- physical page allocation failed at 36
- physical page allocation failed at 37
- physical page allocation failed at 38
- physical page allocation failed at 39
- physical page allocation failed at 40
- physical page allocation failed at 41
- physical page allocation failed at 42
- physical page allocation failed at 43
- physical page allocation failed at 44
- physical page allocation failed at 45
- physical page allocation failed at 46
- physical page allocation failed at 47
- physical page allocation failed at 48
- physical page allocation failed at 49
- physical page allocation failed at 50
- physical page allocation failed at 51
- physical page allocation failed at 52
- physical page allocation failed at 53
- physical page allocation failed at 54
- physical page allocation failed at 55
- physical page allocation failed at 56
- physical page allocation failed at 57
- physical page allocation failed at 58
- physical page allocation failed at 59
- physical page allocation failed at 60
- physical page allocation failed at 61
- physical page allocation failed at 62
- physical page allocation failed at 63
- validOwnedPages: 8
- initializing .text section (3 pages)
- ID: 839 page # 1
- ID: 839 page # 2
- ID: 839 page # 3
- initializing .rdata section (1 pages)
- ID: 839 page # 4
- initializing .data section (0 pages)
- initializing .bss section (5 pages)
- ID: 839 page # 5
- ID: 839 page # 6
- ID: 839 page # 7
- ID: 839 page # 8
- ID: 839 page # 9
- UserProcess.execute matmult.coff
- ID: 839 UserProcess.restoreState; length 64
- ID: 839 UserProcess.restoreState; length 64
- nachos.machine.AssertionFailureError: Unexpected exception
- at nachos.machine.Lib.assertTrue(Lib.java:89)
- at nachos.machine.Lib.assertNotReached(Lib.java:106)
- at nachos.userprog.UserProcess.handleException(UserProcess.java:826)
- at nachos.userprog.UserKernel.exceptionHandler(UserKernel.java:94)
- at nachos.userprog.UserKernel$1.run(UserKernel.java:38)
- at nachos.machine.Processor$MipsException.handle(Processor.java:603)
- at nachos.machine.Processor.run(Processor.java:101)
- at nachos.userprog.UThread.runProgram(UThread.java:31)
- at nachos.userprog.UThread.access$0(UThread.java:27)
- at nachos.userprog.UThread$1.run(UThread.java:20)
- at nachos.threads.KThread.runThread(KThread.java:162)
- at nachos.threads.KThread.access$1(KThread.java:160)
- at nachos.threads.KThread$1.run(KThread.java:151)
- at nachos.machine.TCB.threadroot(TCB.java:235)
- at nachos.machine.TCB.access$3(TCB.java:210)
- at nachos.machine.TCB$1.run(TCB.java:93)
- at java.lang.Thread.run(Thread.java:680)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement