Advertisement
Guest User

Untitled

a guest
Dec 29th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 168.37 KB | None | 0 0
  1. [15:34:03] -------------------------------------
  2. [15:34:03] *** Getting data from GIT
  3. [15:34:03] /usr/bin/timeout 180 /usr/bin/git --no-pager clone -v git@bs:bs2016I005.git /tacos/bs2016I005/submission
  4. [15:34:06] *** GIT clone done.
  5. [15:34:06] -------------------------------------
  6. [15:34:06] *** Getting data from GIT
  7. [15:34:06] /usr/bin/timeout 180 /usr/bin/git --no-pager checkout -f master
  8. [15:34:06] >>> Your branch is up-to-date with 'origin/master'.
  9. [15:34:06] >>> commit a703f7a6359fd5cf89299b53c64e787f4cfdd073
  10. [15:34:06] >>> Author: Klemens Strasser <klemens.strasser@student.tugraz.at>
  11. [15:34:06] >>> Date: Tue Dec 29 15:33:51 2015 +0100
  12. [15:34:06] *** Handle git result was: true
  13. [15:34:06] -------------------------------------
  14. [15:34:06] *** Getting data from GIT
  15. [15:34:06] /usr/bin/timeout 180 /usr/bin/git --no-pager reset --hard
  16. [15:34:06] >>> HEAD is now at a703f7a STK: This will fail on the testsystem, but I need the error message to see what is wrong with swapping In
  17. [15:34:06] *** GIT reset done.
  18. [15:34:06] >>> Fetching origin
  19. [15:34:06] -------------------------------------
  20. [15:34:06] *** Getting data from GIT
  21. [15:34:06] /usr/bin/timeout 180 /usr/bin/git --no-pager pull -v
  22. [15:34:07] >>> Already up-to-date.
  23. [15:34:07] *** GIT pull done.
  24. [15:34:07] >>> SubmissionD1
  25. [15:34:07] -------------------------------------
  26. [15:34:07] *** Found the following tags:
  27. [15:34:07] *** Tag: SubmissionD1
  28. [15:34:07] >>> SubmissionD1
  29. [15:34:07] >>> SubmissionD2
  30. [15:34:07] >>> SubmissionI1
  31. [15:34:07] >>> fs2014
  32. [15:34:07] *** GIT list tags done.
  33. [15:34:07] -------------------------------------
  34. [15:34:07] *** Pruning Tags
  35. [15:34:07] /usr/bin/timeout 180 /usr/bin/git --no-pager fetch --prune --tags
  36. [15:34:07] *** GIT fetch prune tags done.
  37. [15:34:07] -------------------------------------
  38. [15:34:07] *** Getting data from GIT
  39. [15:34:07] /usr/bin/timeout 180 /usr/bin/git --no-pager checkout -f SubmissionI2
  40. [15:34:07] >>> commit a703f7a6359fd5cf89299b53c64e787f4cfdd073
  41. [15:34:07] >>> Author: Klemens Strasser <klemens.strasser@student.tugraz.at>
  42. [15:34:07] >>> Date: Tue Dec 29 15:33:51 2015 +0100
  43. [15:34:07] *** Handle git result was: false
  44. [15:34:07] CHECKOUT MRC!!!
  45. [15:34:07] >>> commit a703f7a6359fd5cf89299b53c64e787f4cfdd073
  46. [15:34:07] >>> Author: Klemens Strasser <klemens.strasser@student.tugraz.at>
  47. [15:34:07] >>> Date: Tue Dec 29 15:33:51 2015 +0100
  48. [15:34:07] -------------------------------------
  49. [15:34:07] *** Getting data from GIT
  50. [15:34:07] /usr/bin/timeout 180 /usr/bin/git --no-pager checkout a703f7a6359fd5cf89299b53c64e787f4cfdd073
  51. [15:34:07] *** GIT checkout most recent done.
  52. [15:34:07] >>> su: must be run from a terminal
  53. [15:34:07] >>> -- Target architecture: x86/32
  54. [15:34:07] >>> -- The ASM compiler identification is GNU
  55. [15:34:07] >>> -- Found assembler: /usr/bin/cc
  56. [15:34:07] >>> -- The C compiler identification is GNU 4.9.2
  57. [15:34:07] >>> -- The CXX compiler identification is GNU 4.9.2
  58. [15:34:07] >>> -- Check for working C compiler: /usr/bin/cc
  59. [15:34:07] >>> -- Check for working C compiler: /usr/bin/cc -- works
  60. [15:34:07] >>> -- Detecting C compiler ABI info
  61. [15:34:07] >>> -- Detecting C compiler ABI info - done
  62. [15:34:07] >>> -- Check for working CXX compiler: /usr/bin/c++
  63. [15:34:08] >>> -- Check for working CXX compiler: /usr/bin/c++ -- works
  64. [15:34:08] >>> -- Detecting CXX compiler ABI info
  65. [15:34:08] >>> -- Detecting CXX compiler ABI info - done
  66. [15:34:08] >>> -- Configuring done
  67. [15:34:08] >>> -- Generating done
  68. [15:34:08] >>> -- Build files have been written to: /tacos/bs2016I005/sweb-bin
  69. [15:34:08] >>> Scanning dependencies of target userspace_libc
  70. [15:34:08] >>> [ 1%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/src/write.c.o
  71. [15:34:08] >>> [ 1%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/src/wait.c.o
  72. [15:34:08] >>> [ 2%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/src/unistd.c.o
  73. [15:34:08] >>> [ 2%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/src/time.c.o
  74. [15:34:08] >>> [ 2%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/src/testframework.c.o
  75. [15:34:08] >>> [ 3%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/src/string.c.o
  76. [15:34:08] >>> [ 3%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/src/stdlib.c.o
  77. [15:34:08] >>> [ 4%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/src/semaphore.c.o
  78. [15:34:08] >>> [ 4%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/src/sched.c.o
  79. [15:34:08] >>> [ 4%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/src/scanf.c.o
  80. [15:34:08] >>> [ 5%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/src/read.c.o
  81. [15:34:08] >>> [ 5%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/src/pthread.c.o
  82. [15:34:08] >>> [ 6%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/src/printf.c.o
  83. [15:34:08] >>> [ 6%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/src/nonstd.c.o
  84. [15:34:08] >>> [ 6%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/src/mman.c.o
  85. [15:34:08] >>> [ 7%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/src/file_alloc.c.o
  86. [15:34:08] >>> [ 7%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/src/exec.c.o
  87. [15:34:08] >>> [ 8%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/src/ctype.c.o
  88. [15:34:08] >>> [ 8%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/src/atoi.c.o
  89. [15:34:09] >>> [ 9%] Building C object userspace/libc/CMakeFiles/userspace_libc.dir/__/__/arch/x86/32/common/userspace/syscalls.c.o
  90. [15:34:09] >>> Linking C static library ../../lib/userspace/libuserspace_libc.a
  91. [15:34:09] >>> [ 9%] Built target userspace_libc
  92. [15:34:12] >>> Scanning dependencies of target exe2minixfs
  93. [15:34:12] >>> [ 47%] Building CXX object utils/exe2minixfs/CMakeFiles/exe2minixfs.dir/exe2minixfs.cpp.o
  94. [15:34:12] >>> [ 47%] Building CXX object utils/exe2minixfs/CMakeFiles/exe2minixfs.dir/__/__/common/source/util/Bitmap.cpp.o
  95. [15:34:12] >>> [ 48%] Building CXX object utils/exe2minixfs/CMakeFiles/exe2minixfs.dir/__/__/common/source/fs/Dentry.cpp.o
  96. [15:34:13] >>> [ 48%] Building CXX object utils/exe2minixfs/CMakeFiles/exe2minixfs.dir/__/__/common/source/fs/FileDescriptor.cpp.o
  97. [15:34:13] >>> [ 50%] Building CXX object utils/exe2minixfs/CMakeFiles/exe2minixfs.dir/__/__/common/source/fs/FileSystemInfo.cpp.o
  98. [15:34:14] >>> [ 50%] Building CXX object utils/exe2minixfs/CMakeFiles/exe2minixfs.dir/__/__/common/source/fs/Superblock.cpp.o
  99. [15:34:15] >>> [ 50%] Building CXX object utils/exe2minixfs/CMakeFiles/exe2minixfs.dir/__/__/common/source/fs/File.cpp.o
  100. [15:34:15] >>> [ 51%] Building CXX object utils/exe2minixfs/CMakeFiles/exe2minixfs.dir/__/__/common/source/fs/PathWalker.cpp.o
  101. [15:34:16] >>> [ 51%] Building CXX object utils/exe2minixfs/CMakeFiles/exe2minixfs.dir/__/__/common/source/fs/VfsMount.cpp.o
  102. [15:34:16] >>> [ 52%] Building CXX object utils/exe2minixfs/CMakeFiles/exe2minixfs.dir/__/__/common/source/fs/VfsSyscall.cpp.o
  103. [15:34:17] >>> [ 52%] Building CXX object utils/exe2minixfs/CMakeFiles/exe2minixfs.dir/__/__/common/source/fs/minixfs/MinixFSFile.cpp.o
  104. [15:34:17] >>> [ 52%] Building CXX object utils/exe2minixfs/CMakeFiles/exe2minixfs.dir/__/__/common/source/fs/minixfs/MinixFSInode.cpp.o
  105. [15:34:18] >>> [ 53%] Building CXX object utils/exe2minixfs/CMakeFiles/exe2minixfs.dir/__/__/common/source/fs/minixfs/MinixFSSuperblock.cpp.o
  106. [15:34:19] >>> [ 53%] Building CXX object utils/exe2minixfs/CMakeFiles/exe2minixfs.dir/__/__/common/source/fs/minixfs/MinixFSZone.cpp.o
  107. [15:34:19] >>> [ 54%] Building CXX object utils/exe2minixfs/CMakeFiles/exe2minixfs.dir/__/__/common/source/fs/minixfs/MinixStorageManager.cpp.o
  108. [15:34:19] >>> [ 54%] Building CXX object utils/exe2minixfs/CMakeFiles/exe2minixfs.dir/__/__/common/source/fs/minixfs/StorageManager.cpp.o
  109. [15:34:20] >>> Linking CXX executable ../../exe2minixfs
  110. [15:34:20] >>> [ 54%] Built target exe2minixfs
  111. [15:34:20] >>> Scanning dependencies of target arch_x86_common
  112. [15:34:20] >>> [ 55%] Building CXX object arch/x86/common/source/CMakeFiles/arch_x86_common.dir/debug_bochs.cpp.o
  113. [15:34:20] >>> [ 56%] Building CXX object arch/x86/common/source/CMakeFiles/arch_x86_common.dir/atkbd.cpp.o
  114. [15:34:20] >>> [ 56%] Building CXX object arch/x86/common/source/CMakeFiles/arch_x86_common.dir/assert.cpp.o
  115. [15:34:20] >>> [ 57%] Building CXX object arch/x86/common/source/CMakeFiles/arch_x86_common.dir/arch_serial_constants.cpp.o
  116. [15:34:20] >>> [ 57%] Building CXX object arch/x86/common/source/CMakeFiles/arch_x86_common.dir/SerialPort.cpp.o
  117. [15:34:20] >>> [ 57%] Building CXX object arch/x86/common/source/CMakeFiles/arch_x86_common.dir/SerialManager.cpp.o
  118. [15:34:20] >>> [ 58%] Building CXX object arch/x86/common/source/CMakeFiles/arch_x86_common.dir/KeyboardManager.cpp.o
  119. [15:34:21] >>> [ 58%] Building CXX object arch/x86/common/source/CMakeFiles/arch_x86_common.dir/IDEDriver.cpp.o
  120. [15:34:21] >>> [ 59%] Building CXX object arch/x86/common/source/CMakeFiles/arch_x86_common.dir/ATADriver.cpp.o
  121. [15:34:21] >>> [ 59%] Building CXX object arch/x86/common/source/CMakeFiles/arch_x86_common.dir/8259.cpp.o
  122. [15:34:21] >>> Linking CXX static library ../../../../lib/libarch_x86_common.a
  123. [15:34:21] >>> [ 59%] Built target arch_x86_common
  124. [15:34:21] >>> Scanning dependencies of target arch_x86_32
  125. [15:34:21] >>> [ 59%] Building CXX object arch/x86/32/source/CMakeFiles/arch_x86_32.dir/init_boottime_pagetables.cpp.o
  126. [15:34:21] >>> [ 59%] Building CXX object arch/x86/32/source/CMakeFiles/arch_x86_32.dir/ArchMemory.cpp.o
  127. [15:34:21] >>> Linking CXX static library ../../../../lib/libarch_x86_32.a
  128. [15:34:21] >>> [ 59%] Built target arch_x86_32
  129. [15:34:21] >>> Scanning dependencies of target arch_x86_32_common
  130. [15:34:21] >>> [ 60%] Building CXX object arch/x86/32/common/source/CMakeFiles/arch_x86_32_common.dir/boot.cpp.o
  131. [15:34:21] >>> [ 60%] Building CXX object arch/x86/32/common/source/CMakeFiles/arch_x86_32_common.dir/arch_backtrace.cpp.o
  132. [15:34:21] >>> [ 61%] Building CXX object arch/x86/32/common/source/CMakeFiles/arch_x86_32_common.dir/SegmentUtils.cpp.o
  133. [15:34:21] >>> [ 61%] Building CXX object arch/x86/32/common/source/CMakeFiles/arch_x86_32_common.dir/MouseManager.cpp.o
  134. [15:34:22] >>> [ 61%] Building CXX object arch/x86/32/common/source/CMakeFiles/arch_x86_32_common.dir/InterruptUtils.cpp.o
  135. [15:34:22] >>> /tacos/bs2016I005/submission/arch/x86/32/common/source/InterruptUtils.cpp: In function ‘void pageFaultHandler(uint32, uint32)’:
  136. [15:34:22] >>> /tacos/bs2016I005/submission/arch/x86/32/common/source/InterruptUtils.cpp:286:14: warning: unused variable ‘writing’ [-Wunused-variable]
  137. [15:34:22] >>> const bool writing = error & FLAG_PF_RDWR;
  138. [15:34:22] >>> ^
  139. [15:34:22] >>> [ 62%] Building CXX object arch/x86/32/common/source/CMakeFiles/arch_x86_32_common.dir/ArchThreads.cpp.o
  140. [15:34:22] >>> [ 62%] Building CXX object arch/x86/32/common/source/CMakeFiles/arch_x86_32_common.dir/ArchInterrupts.cpp.o
  141. [15:34:22] >>> [ 63%] Building CXX object arch/x86/32/common/source/CMakeFiles/arch_x86_32_common.dir/ArchCommon.cpp.o
  142. [15:34:22] >>> [ 63%] Building ASM object arch/x86/32/common/source/CMakeFiles/arch_x86_32_common.dir/arch_interrupts.S.o
  143. [15:34:22] >>> Linking CXX static library ../../../../../lib/libarch_x86_32_common.a
  144. [15:34:22] >>> [ 63%] Built target arch_x86_32_common
  145. [15:34:22] >>> Scanning dependencies of target common_console
  146. [15:34:22] >>> [ 63%] Building CXX object common/source/console/CMakeFiles/common_console.dir/panic.cpp.o
  147. [15:34:22] >>> [ 64%] Building CXX object common/source/console/CMakeFiles/common_console.dir/kprintf.cpp.o
  148. [15:34:23] >>> [ 64%] Building CXX object common/source/console/CMakeFiles/common_console.dir/TextConsole.cpp.o
  149. [15:34:23] >>> [ 64%] Building CXX object common/source/console/CMakeFiles/common_console.dir/Terminal.cpp.o
  150. [15:34:23] >>> [ 65%] Building CXX object common/source/console/CMakeFiles/common_console.dir/FrameBufferConsole.cpp.o
  151. [15:34:23] >>> [ 65%] Building CXX object common/source/console/CMakeFiles/common_console.dir/Console.cpp.o
  152. [15:34:23] >>> [ 67%] Building C object common/source/console/CMakeFiles/common_console.dir/font_sun8x16.c.o
  153. [15:34:23] >>> Linking CXX static library ../../../lib/libcommon_console.a
  154. [15:34:23] >>> [ 67%] Built target common_console
  155. [15:34:23] >>> Scanning dependencies of target common_fs
  156. [15:34:23] >>> [ 67%] Building CXX object common/source/fs/CMakeFiles/common_fs.dir/VirtualFileSystem.cpp.o
  157. [15:34:23] >>> [ 67%] Building CXX object common/source/fs/CMakeFiles/common_fs.dir/VfsSyscall.cpp.o
  158. [15:34:24] >>> [ 68%] Building CXX object common/source/fs/CMakeFiles/common_fs.dir/VfsMount.cpp.o
  159. [15:34:24] >>> [ 68%] Building CXX object common/source/fs/CMakeFiles/common_fs.dir/Superblock.cpp.o
  160. [15:34:24] >>> [ 69%] Building CXX object common/source/fs/CMakeFiles/common_fs.dir/PseudoFS.cpp.o
  161. [15:34:24] >>> [ 69%] Building CXX object common/source/fs/CMakeFiles/common_fs.dir/PathWalker.cpp.o
  162. [15:34:24] >>> [ 69%] Building CXX object common/source/fs/CMakeFiles/common_fs.dir/FileSystemType.cpp.o
  163. [15:34:24] >>> [ 70%] Building CXX object common/source/fs/CMakeFiles/common_fs.dir/FileSystemInfo.cpp.o
  164. [15:34:24] >>> [ 70%] Building CXX object common/source/fs/CMakeFiles/common_fs.dir/FileDescriptor.cpp.o
  165. [15:34:24] >>> [ 71%] Building CXX object common/source/fs/CMakeFiles/common_fs.dir/File.cpp.o
  166. [15:34:25] >>> [ 71%] Building CXX object common/source/fs/CMakeFiles/common_fs.dir/Dentry.cpp.o
  167. [15:34:25] >>> [ 71%] Building CXX object common/source/fs/CMakeFiles/common_fs.dir/BDVirtualDevice.cpp.o
  168. [15:34:25] >>> [ 72%] Building CXX object common/source/fs/CMakeFiles/common_fs.dir/BDManager.cpp.o
  169. [15:34:25] >>> Linking CXX static library ../../../lib/libcommon_fs.a
  170. [15:34:25] >>> [ 72%] Built target common_fs
  171. [15:34:25] >>> Scanning dependencies of target common_fs_devicefs
  172. [15:34:25] >>> [ 72%] Building CXX object common/source/fs/devicefs/CMakeFiles/common_fs_devicefs.dir/DeviceFSType.cpp.o
  173. [15:34:25] >>> [ 73%] Building CXX object common/source/fs/devicefs/CMakeFiles/common_fs_devicefs.dir/DeviceFSSuperblock.cpp.o
  174. [15:34:25] >>> Linking CXX static library ../../../../lib/libcommon_fs_devicefs.a
  175. [15:34:25] >>> [ 73%] Built target common_fs_devicefs
  176. [15:34:25] >>> Scanning dependencies of target common_fs_minixfs
  177. [15:34:25] >>> [ 73%] Building CXX object common/source/fs/minixfs/CMakeFiles/common_fs_minixfs.dir/StorageManager.cpp.o
  178. [15:34:25] >>> [ 73%] Building CXX object common/source/fs/minixfs/CMakeFiles/common_fs_minixfs.dir/MinixStorageManager.cpp.o
  179. [15:34:25] >>> [ 74%] Building CXX object common/source/fs/minixfs/CMakeFiles/common_fs_minixfs.dir/MinixFSZone.cpp.o
  180. [15:34:26] >>> [ 74%] Building CXX object common/source/fs/minixfs/CMakeFiles/common_fs_minixfs.dir/MinixFSType.cpp.o
  181. [15:34:26] >>> [ 75%] Building CXX object common/source/fs/minixfs/CMakeFiles/common_fs_minixfs.dir/MinixFSSuperblock.cpp.o
  182. [15:34:26] >>> [ 75%] Building CXX object common/source/fs/minixfs/CMakeFiles/common_fs_minixfs.dir/MinixFSInode.cpp.o
  183. [15:34:26] >>> [ 75%] Building CXX object common/source/fs/minixfs/CMakeFiles/common_fs_minixfs.dir/MinixFSFile.cpp.o
  184. [15:34:26] >>> Linking CXX static library ../../../../lib/libcommon_fs_minixfs.a
  185. [15:34:26] >>> [ 75%] Built target common_fs_minixfs
  186. [15:34:26] >>> Scanning dependencies of target common_fs_ramfs
  187. [15:34:26] >>> [ 76%] Building CXX object common/source/fs/ramfs/CMakeFiles/common_fs_ramfs.dir/RamFSType.cpp.o
  188. [15:34:27] >>> [ 76%] Building CXX object common/source/fs/ramfs/CMakeFiles/common_fs_ramfs.dir/RamFSSuperblock.cpp.o
  189. [15:34:27] >>> [ 77%] Building CXX object common/source/fs/ramfs/CMakeFiles/common_fs_ramfs.dir/RamFSInode.cpp.o
  190. [15:34:27] >>> [ 77%] Building CXX object common/source/fs/ramfs/CMakeFiles/common_fs_ramfs.dir/RamFSFile.cpp.o
  191. [15:34:27] >>> Linking CXX static library ../../../../lib/libcommon_fs_ramfs.a
  192. [15:34:27] >>> [ 77%] Built target common_fs_ramfs
  193. [15:34:27] >>> Scanning dependencies of target common_kernel
  194. [15:34:27] >>> [ 77%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/Scheduler.cpp.o
  195. [15:34:27] >>> [ 78%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/Syscall.cpp.o
  196. [15:34:27] >>> [ 78%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/main.cpp.o
  197. [15:34:28] >>> [ 79%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/UserThread.cpp.o
  198. [15:34:28] >>> [ 79%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/UserProcess.cpp.o
  199. [15:34:28] >>> [ 80%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/SwapOutThread.cpp.o
  200. [15:34:28] >>> [ 80%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/SwapInThread.cpp.o
  201. [15:34:28] >>> [ 80%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/SpinLock.cpp.o
  202. [15:34:29] >>> [ 81%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/ProcessSyscall.cpp.o
  203. [15:34:29] >>> [ 81%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/ProcessRegistry.cpp.o
  204. [15:34:29] >>> [ 82%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/PRASecondChance.cpp.o
  205. [15:34:29] >>> [ 82%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/PRARandom.cpp.o
  206. [15:34:29] >>> [ 82%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/PRANFU.cpp.o
  207. [15:34:29] >>> [ 84%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/PRAAging.cpp.o
  208. [15:34:29] >>> [ 84%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/MutexLock.cpp.o
  209. [15:34:29] >>> [ 85%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/Mutex.cpp.o
  210. [15:34:30] >>> [ 85%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/Lock.cpp.o
  211. [15:34:30] >>> [ 85%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/Loader.cpp.o
  212. [15:34:30] >>> [ 86%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/KernelThread.cpp.o
  213. [15:34:30] >>> [ 86%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/IdleThread.cpp.o
  214. [15:34:30] >>> [ 87%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/Condition.cpp.o
  215. [15:34:30] >>> [ 87%] Building CXX object common/source/kernel/CMakeFiles/common_kernel.dir/CleanupThread.cpp.o
  216. [15:34:31] >>> Linking CXX static library ../../../lib/libcommon_kernel.a
  217. [15:34:31] >>> [ 87%] Built target common_kernel
  218. [15:34:31] >>> Scanning dependencies of target common_mm
  219. [15:34:31] >>> [ 87%] Building CXX object common/source/mm/CMakeFiles/common_mm.dir/new.cpp.o
  220. [15:34:31] >>> [ 88%] Building CXX object common/source/mm/CMakeFiles/common_mm.dir/kmalloc.cpp.o
  221. [15:34:31] >>> [ 88%] Building CXX object common/source/mm/CMakeFiles/common_mm.dir/SwapManager.cpp.o
  222. [15:34:31] >>> [ 89%] Building CXX object common/source/mm/CMakeFiles/common_mm.dir/PageManager.cpp.o
  223. [15:34:31] >>> [ 89%] Building CXX object common/source/mm/CMakeFiles/common_mm.dir/KernelMemoryManager.cpp.o
  224. [15:34:31] >>> [ 89%] Building CXX object common/source/mm/CMakeFiles/common_mm.dir/IPTEntry.cpp.o
  225. [15:34:31] >>> Linking CXX static library ../../../lib/libcommon_mm.a
  226. [15:34:31] >>> [ 89%] Built target common_mm
  227. [15:34:31] >>> Scanning dependencies of target common_util
  228. [15:34:31] >>> [ 90%] Building CXX object common/source/util/CMakeFiles/common_util.dir/libgcc.cpp.o
  229. [15:34:32] >>> [ 90%] Building CXX object common/source/util/CMakeFiles/common_util.dir/kstring.cpp.o
  230. [15:34:32] >>> [ 90%] Building CXX object common/source/util/CMakeFiles/common_util.dir/backtrace.cpp.o
  231. [15:34:32] >>> [ 91%] Building CXX object common/source/util/CMakeFiles/common_util.dir/Stabs2DebugInfo.cpp.o
  232. [15:34:32] >>> [ 91%] Building CXX object common/source/util/CMakeFiles/common_util.dir/Bitmap.cpp.o
  233. [15:34:32] >>> Linking CXX static library ../../../lib/libcommon_util.a
  234. [15:34:32] >>> [ 91%] Built target common_util
  235. [15:34:32] >>> Scanning dependencies of target common_ustl
  236. [15:34:32] >>> [ 92%] Building CXX object common/source/ustl/CMakeFiles/common_ustl.dir/ustringformat.cpp.o
  237. [15:34:32] >>> [ 92%] Building CXX object common/source/ustl/CMakeFiles/common_ustl.dir/ustring.cpp.o
  238. [15:34:32] >>> [ 93%] Building CXX object common/source/ustl/CMakeFiles/common_ustl.dir/ubitset.cpp.o
  239. [15:34:32] >>> [ 93%] Building CXX object common/source/ustl/CMakeFiles/common_ustl.dir/ualgobase.cpp.o
  240. [15:34:32] >>> [ 93%] Building CXX object common/source/ustl/CMakeFiles/common_ustl.dir/sostream.cpp.o
  241. [15:34:33] >>> [ 94%] Building CXX object common/source/ustl/CMakeFiles/common_ustl.dir/sistream.cpp.o
  242. [15:34:33] >>> [ 94%] Building CXX object common/source/ustl/CMakeFiles/common_ustl.dir/outerrstream.cpp.o
  243. [15:34:33] >>> [ 95%] Building CXX object common/source/ustl/CMakeFiles/common_ustl.dir/mistream.cpp.o
  244. [15:34:33] >>> [ 95%] Building CXX object common/source/ustl/CMakeFiles/common_ustl.dir/memlink.cpp.o
  245. [15:34:33] >>> [ 95%] Building CXX object common/source/ustl/CMakeFiles/common_ustl.dir/memblock.cpp.o
  246. [15:34:33] >>> [ 96%] Building CXX object common/source/ustl/CMakeFiles/common_ustl.dir/debugchecks.cpp.o
  247. [15:34:33] >>> [ 96%] Building CXX object common/source/ustl/CMakeFiles/common_ustl.dir/cmemlink.cpp.o
  248. [15:34:34] >>> Linking CXX static library ../../../lib/libcommon_ustl.a
  249. [15:34:34] >>> [ 96%] Built target common_ustl
  250. [15:34:34] >>> Scanning dependencies of target kernel
  251. [15:34:34] >>> [ 97%] Generating kernel_image
  252. [15:34:34] >>> [ 97%] Built target kernel
  253. [15:34:34] >>> Scanning dependencies of target install
  254. [15:34:34] >>> [ 97%] Creating temp dir...
  255. [15:34:34] >>> [ 98%] Unpacking disk image...
  256. [15:34:34] >>> [ 98%] Copying helper files...
  257. [15:34:34] >>> [ 98%] Copying files to image...
  258. [15:34:34] >>> [100%] Copying userspace programs to image...
  259. [15:34:34] >>> [100%] Built target install
  260. [15:34:34] >>> [TACOS] prepareFinished
  261. [15:34:35] *** Start run...
  262. [15:34:35] >>> Scanning dependencies of target qemutacos
  263. [15:34:35] >>> Going to start QEMUTACOS: qemu-system-i386 -cpu qemu32 -hda SWEB-flat.vmdk -m 8M -snapshot -monitor pipe:qemu -nographic -no-shutdown -debugcon /dev/stdout
  264. [15:34:36] *** Connecting to QEMU.
  265. [15:34:36] *** QemuFifo connecting.
  266. [15:34:36] *** Connecting QEMU Pipe.
  267. [15:34:36] >>> Booting...
  268. [15:34:36] >>> Clearing Framebuffer...
  269. [15:34:36] >>> Clearing BSS...
  270. [15:34:36] >>> Parsing Multiboot Header...
  271. [15:34:36] >>> Initializing Kernel Paging Structures...
  272. [15:34:36] >>> Setting CR3 Register...
  273. [15:34:36] >>> Enable Page Size Extensions...
  274. [15:34:36] >>> Enable Paging...
  275. [15:34:36] >>> Switch to our own stack...
  276. [15:34:36] >>> Calling startup()...
  277. [15:34:36] >>> Removing Boot Time Ident Mapping...
  278. [15:34:36] >>> [PM ]Ctor: memory region from physical 0x0 to 0x0x9fc00 of type 1
  279. [15:34:36] >>> [PM ]Ctor: memory region from physical 0x0x9fc00 to 0x0xa0000 of type 2
  280. [15:34:36] >>> [PM ]Ctor: memory region from physical 0x0xf0000 to 0x0x100000 of type 2
  281. [15:34:36] >>> [PM ]Ctor: memory region from physical 0x0x100000 to 0x0x7e0000 of type 1
  282. [15:34:36] >>> [PM ]Ctor: memory region from physical 0x0x7e0000 to 0x0x800000 of type 2
  283. [15:34:36] >>> [PM ]Ctor: memory region from physical 0x0xfffc0000 to 0x0 of type 2
  284. [15:34:36] >>> [PM ]Ctor: usable memory region: start_page: 0, end_page: 159, type: 1
  285. [15:34:36] >>> [PM ]Ctor: usable memory region: start_page: 256, end_page: 2016, type: 1
  286. [15:34:36] >>> [PM ]Ctor: Marking stuff mapped in above 2 and < 3 gig as used
  287. [15:34:36] >>> [PM ]Ctor: Marking GRUB loaded modules as reserved
  288. [15:34:36] >>> [PM ]Ctor: find lowest unreserved page
  289. [15:34:36] >>> [PM ]Ctor: Physical pages - free: 1008 used: 1008 total: 2016
  290. [15:34:37] >>> PageManager and KernelMemoryManager created
  291. [15:34:37] >>> [THREAD ]Thread ctor, this is 0x8019a2a8, stack is 0x8019a2b4, fs_info ptr: 0
  292. [15:34:37] >>> Console created
  293. [15:34:37] >>> Init debug printf
  294. [15:34:37] >>> [THREAD ]Thread ctor, this is 0x8019de9c, stack is 0x8019dea8, fs_info ptr: 0
  295. [15:34:37] >>> [THREAD ]Thread ctor, this is 0x8019fefc, stack is 0x8019ff08, fs_info ptr: 0
  296. [15:34:37] >>> [THREAD ]Thread ctor, this is 0x801a1f5c, stack is 0x801a1f68, fs_info ptr: 0
  297. [15:34:37] >>> [THREAD ]Thread ctor, this is 0x801a3fc0, stack is 0x801a3fcc, fs_info ptr: 0
  298. [15:34:37] >>> [SCHEDULER ]addNewThread: 0x8019fefc 1:CleanupThread
  299. [15:34:37] >>> [SCHEDULER ]addNewThread: 0x8019de9c 2:IdleThread
  300. [15:34:37] >>> [SCHEDULER ]addNewThread: 0x801a1f5c 3:SwapOutThread
  301. [15:34:37] >>> [SCHEDULER ]addNewThread: 0x801a3fc0 4:SwapInThread
  302. [15:34:37] >>> [THREAD ]Thread ctor, this is 0x801a68d4, stack is 0x801a68e0, fs_info ptr: 0
  303. [15:34:37] >>> [SCHEDULER ]addNewThread: 0x801a68d4 5:KprintfFlushingThread
  304. [15:34:37] >>> [MAIN ]Threads init
  305. [15:34:37] >>> [MAIN ]Interupts init
  306. [15:34:38] >>> [MAIN ]found 1925 functions
  307. [15:34:38] >>> [MAIN ]Mounting DeviceFS under /dev/
  308. [15:34:38] >>> [MAIN ]Block Device creation
  309. [15:34:38] >>> [MAIN ]Block Device done
  310. [15:34:38] >>> [MAIN ]Detected Device: idea :: 0
  311. [15:34:38] >>> [MAIN ]Detected Device: idea0 :: 1
  312. [15:34:38] >>> [MAIN ]Detected Device: idea1 :: 2
  313. [15:34:38] >>> [MAIN ]Detected Device: idea2 :: 3
  314. [15:34:38] >>> [MAIN ]make a deep copy of FsWorkingDir
  315. [15:34:38] >>> [MAIN ]main_console->setWorkingDirInfo done
  316. [15:34:38] >>> [MAIN ]default_working_dir root name: / pwd name: /
  317. [15:34:38] >>> [MAIN ]Timer enable
  318. [15:34:38] >>> [MAIN ]Adding Kernel threads
  319. [15:34:38] >>> [SCHEDULER ]addNewThread: 0x8019a2a8 6:TxTConsoleThread
  320. [15:34:38] >>> [THREAD ]Thread ctor, this is 0x801ad798, stack is 0x801ad7a4, fs_info ptr: 0x801ad754
  321. [15:34:38] >>> [SCHEDULER ]addNewThread: 0x801ad798 7:ProcessRegistry
  322. [15:34:38] >>> [SCHEDULER ]Scheduler::printThreadList: 7 Threads in List
  323. [15:34:38] >>> [SCHEDULER ]Scheduler::printThreadList: threads_[0]: 0x8019fefc 1:CleanupThread [Running]
  324. [15:34:38] >>> [SCHEDULER ]Scheduler::printThreadList: threads_[1]: 0x8019de9c 2:IdleThread [Running]
  325. [15:34:38] >>> [SCHEDULER ]Scheduler::printThreadList: threads_[2]: 0x801a1f5c 3:SwapOutThread [Sleeping]
  326. [15:34:38] >>> [SCHEDULER ]Scheduler::printThreadList: threads_[3]: 0x801a3fc0 4:SwapInThread [Sleeping]
  327. [15:34:38] >>> [SCHEDULER ]Scheduler::printThreadList: threads_[4]: 0x801a68d4 5:KprintfFlushingThread [Running]
  328. [15:34:38] >>> [SCHEDULER ]Scheduler::printThreadList: threads_[5]: 0x8019a2a8 6:TxTConsoleThread [Running]
  329. [15:34:38] >>> [SCHEDULER ]Scheduler::printThreadList: threads_[6]: 0x801ad798 7:ProcessRegistry [Running]
  330. [15:34:38] >>> [PROCESS_REG]mounting userprog-partition
  331. [15:34:38] >>> [PROCESS_REG]mkdir /usr
  332. [15:34:38] >>> [PROCESS_REG]mount idea1
  333. [15:34:38] >>> [PROCESS_REG]create process /usr/tacos.sweb
  334. [15:34:38] >>> [LOADER ]Loader::loadExecutableAndInitProcess: going to load an executable
  335. [15:34:38] >>> [LOADER ]loadExecutableAndInitProcess: Entry: 0x8051cd6, num Sections 0x4
  336. [15:34:38] >>> [USERTRACE ]loadDebugInfoIfAvailable start
  337. [15:34:38] >>> [USERTRACE ]Found stab section, index is 81
  338. [15:34:38] >>> [USERTRACE ]Found stabstr section, index is 87
  339. [15:34:38] >>> [LOADER ]Found end of elf headers, heap starts at: 0x895fa5c
  340. [15:34:38] >>> [MAIN ]found 244 functions
  341. [15:34:38] >>> [USERPROCESS]ctor: Done loading process /usr/tacos.sweb
  342. [15:34:38] >>> [THREAD ]Thread ctor, this is 0x801d186c, stack is 0x801d1878, fs_info ptr: 0x801b1a58
  343. [15:34:38] >>> [LUKAS ]add process to list: 1
  344. [15:34:38] >>> [SCHEDULER ]addNewThread: 0x801d186c 8:/usr/tacos.sweb
  345. [15:34:38] >>> KernelThread 801ad798: info 801af924 eax 0x1c8 ebp 0x801af4ac esp 0x801af494 esp0 0 eip 0x80024090 cr3 0x159000
  346. [15:34:38] >>> KernelThread 801ad798 has no UserThread registers.
  347. [15:34:38] >>> KernelThread 801d186c: info 801b3d58 eax 0 ebp 0x801d3874 esp 0x801d3874 esp0 0 eip 0x80007b86 cr3 0x3f0000
  348. [15:34:38] >>> UserThread 801d186c: info 801b3ea4 eax 0 ebp 0x7fffcffc esp 0x7fffcffc esp0 0x801d3874 eip 0x8051cd6 cr3 0x3f0000
  349. [15:34:39] >>> [PAGEFAULT ]Address: 0x8051cd6, Present: 0, Writing: 0, Userspace: 1, Rsvc: 0, caused by: operand fetch - currentThread: 0x801d186c 8:/usr/tacos.sweb, switch_to_userspace_: 1
  350. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by: 0x8051cd6: _start:14
  351. [15:34:39] >>> KernelThread 801d186c: info 801b3d58 eax 0 ebp 0x801d3874 esp 0x801d3874 esp0 0 eip 0x80007b86 cr3 0x3f0000
  352. [15:34:39] >>> UserThread 801d186c: info 801b3ea4 eax 0 ebp 0x7fffcffc esp 0x7fffcffc esp0 0x801d3874 eip 0x8051cd6 cr3 0x3f0000
  353. [15:34:39] >>> [KLEMENS ]Swapped: 0
  354. [15:34:39] >>> [LOADER ]Loader:loadPage: Request to load the page for address 0x8051cd6.
  355. [15:34:39] >>> [LOADER ]Loader:loadPage: Load request for address 0x8051cd6 has been successfully finished.
  356. [15:34:39] >>> [PAGEFAULT ]Address: 0x804a1f3, Present: 0, Writing: 0, Userspace: 1, Rsvc: 0, caused by: operand fetch - currentThread: 0x801d186c 8:/usr/tacos.sweb, switch_to_userspace_: 1
  357. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by: 0x804a1f3: main:480
  358. [15:34:39] >>> KernelThread 801d186c: info 801b3d58 eax 0x200 ebp 0x801d3160 esp 0x801d3160 esp0 0 eip 0x80017657 cr3 0x3f0000
  359. [15:34:39] >>> UserThread 801d186c: info 801b3ea4 eax 0 ebp 0x7fffcff8 esp 0x7fffcfec esp0 0x801d3874 eip 0x804a1f3 cr3 0x3f0000
  360. [15:34:39] >>> [KLEMENS ]Swapped: 0
  361. [15:34:39] >>> [LOADER ]Loader:loadPage: Request to load the page for address 0x804a1f3.
  362. [15:34:39] >>> [LOADER ]Loader:loadPage: Load request for address 0x804a1f3 has been successfully finished.
  363. [15:34:39] >>> [PAGEFAULT ]Address: 0x8049cf0, Present: 0, Writing: 0, Userspace: 1, Rsvc: 0, caused by: operand fetch - currentThread: 0x801d186c 8:/usr/tacos.sweb, switch_to_userspace_: 1
  364. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by: 0x8049cf0: initbitmap:267
  365. [15:34:39] >>> KernelThread 801d186c: info 801b3d58 eax 0x200 ebp 0x801d3160 esp 0x801d3160 esp0 0 eip 0x80017657 cr3 0x3f0000
  366. [15:34:39] >>> UserThread 801d186c: info 801b3ea4 eax 0 ebp 0x7fffcfd8 esp 0x7fffcfbc esp0 0x801d3874 eip 0x8049cf0 cr3 0x3f0000
  367. [15:34:39] >>> [KLEMENS ]Swapped: 0
  368. [15:34:39] >>> [LOADER ]Loader:loadPage: Request to load the page for address 0x8049cf0.
  369. [15:34:39] >>> [LOADER ]Loader:loadPage: Load request for address 0x8049cf0 has been successfully finished.
  370. [15:34:39] >>> [PAGEFAULT ]Address: 0x895f640, Present: 0, Writing: 1, Userspace: 1, Rsvc: 0, caused by: operand fetch - currentThread: 0x801d186c 8:/usr/tacos.sweb, switch_to_userspace_: 1
  371. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by: 0x8049d15: initbitmap:272
  372. [15:34:39] >>> KernelThread 801d186c: info 801b3d58 eax 0x200 ebp 0x801d3160 esp 0x801d3160 esp0 0 eip 0x80017657 cr3 0x3f0000
  373. [15:34:39] >>> UserThread 801d186c: info 801b3ea4 eax 0x895f640 ebp 0x7fffcfb8 esp 0x7fffcfa8 esp0 0x801d3874 eip 0x8049d15 cr3 0x3f0000
  374. [15:34:39] >>> [KLEMENS ]Swapped: 1
  375. [15:34:39] >>> [PAGEFAULT ]Address: 0x2005a0, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  376. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x8000c466: SwapManager::swapInPage(unsigned int):118
  377. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x2005a0 ebp 0x801a5f74 esp 0x801a5f48 esp0 0 eip 0x8000c466 cr3 0x159000
  378. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  379. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955001, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  380. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  381. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955000 ebp 0x801a5ec0 esp 0x801a5e94 esp0 0 eip 0x80016977 cr3 0x159000
  382. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  383. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  384. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  385. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a5e0c esp 0x801a5de0 esp0 0 eip 0x80016977 cr3 0x159000
  386. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  387. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  388. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  389. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a5d58 esp 0x801a5d2c esp0 0 eip 0x80016977 cr3 0x159000
  390. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  391. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  392. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  393. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a5ca4 esp 0x801a5c78 esp0 0 eip 0x80016977 cr3 0x159000
  394. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  395. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  396. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  397. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a5bf0 esp 0x801a5bc4 esp0 0 eip 0x80016977 cr3 0x159000
  398. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  399. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  400. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  401. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a5b3c esp 0x801a5b10 esp0 0 eip 0x80016977 cr3 0x159000
  402. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  403. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  404. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  405. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a5a88 esp 0x801a5a5c esp0 0 eip 0x80016977 cr3 0x159000
  406. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  407. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  408. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  409. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a59d4 esp 0x801a59a8 esp0 0 eip 0x80016977 cr3 0x159000
  410. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  411. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  412. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  413. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a5920 esp 0x801a58f4 esp0 0 eip 0x80016977 cr3 0x159000
  414. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  415. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  416. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  417. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a586c esp 0x801a5840 esp0 0 eip 0x80016977 cr3 0x159000
  418. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  419. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  420. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  421. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a57b8 esp 0x801a578c esp0 0 eip 0x80016977 cr3 0x159000
  422. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  423. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  424. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  425. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a5704 esp 0x801a56d8 esp0 0 eip 0x80016977 cr3 0x159000
  426. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  427. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  428. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  429. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a5650 esp 0x801a5624 esp0 0 eip 0x80016977 cr3 0x159000
  430. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  431. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  432. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  433. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a559c esp 0x801a5570 esp0 0 eip 0x80016977 cr3 0x159000
  434. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  435. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  436. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  437. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a54e8 esp 0x801a54bc esp0 0 eip 0x80016977 cr3 0x159000
  438. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  439. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  440. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  441. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a5434 esp 0x801a5408 esp0 0 eip 0x80016977 cr3 0x159000
  442. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  443. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  444. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  445. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a5380 esp 0x801a5354 esp0 0 eip 0x80016977 cr3 0x159000
  446. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  447. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  448. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  449. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a52cc esp 0x801a52a0 esp0 0 eip 0x80016977 cr3 0x159000
  450. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  451. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  452. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  453. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a5218 esp 0x801a51ec esp0 0 eip 0x80016977 cr3 0x159000
  454. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  455. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  456. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  457. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a5164 esp 0x801a5138 esp0 0 eip 0x80016977 cr3 0x159000
  458. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  459. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  460. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  461. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a50b0 esp 0x801a5084 esp0 0 eip 0x80016977 cr3 0x159000
  462. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  463. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  464. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  465. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a4ffc esp 0x801a4fd0 esp0 0 eip 0x80016977 cr3 0x159000
  466. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  467. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  468. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  469. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a4f48 esp 0x801a4f1c esp0 0 eip 0x80016977 cr3 0x159000
  470. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  471. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  472. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  473. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a4e94 esp 0x801a4e68 esp0 0 eip 0x80016977 cr3 0x159000
  474. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  475. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  476. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  477. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a4de0 esp 0x801a4db4 esp0 0 eip 0x80016977 cr3 0x159000
  478. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  479. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  480. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  481. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a4d2c esp 0x801a4d00 esp0 0 eip 0x80016977 cr3 0x159000
  482. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  483. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  484. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  485. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a4c78 esp 0x801a4c4c esp0 0 eip 0x80016977 cr3 0x159000
  486. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  487. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  488. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  489. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a4bc4 esp 0x801a4b98 esp0 0 eip 0x80016977 cr3 0x159000
  490. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  491. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  492. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  493. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a4b10 esp 0x801a4ae4 esp0 0 eip 0x80016977 cr3 0x159000
  494. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  495. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  496. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  497. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a4a5c esp 0x801a4a30 esp0 0 eip 0x80016977 cr3 0x159000
  498. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  499. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  500. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  501. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a49a8 esp 0x801a497c esp0 0 eip 0x80016977 cr3 0x159000
  502. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  503. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  504. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  505. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a48f4 esp 0x801a48c8 esp0 0 eip 0x80016977 cr3 0x159000
  506. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  507. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  508. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  509. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a4840 esp 0x801a4814 esp0 0 eip 0x80016977 cr3 0x159000
  510. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  511. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  512. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  513. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a478c esp 0x801a4760 esp0 0 eip 0x80016977 cr3 0x159000
  514. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  515. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  516. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  517. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a46d8 esp 0x801a46ac esp0 0 eip 0x80016977 cr3 0x159000
  518. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  519. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  520. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  521. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a4624 esp 0x801a45f8 esp0 0 eip 0x80016977 cr3 0x159000
  522. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  523. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  524. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  525. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a4570 esp 0x801a4544 esp0 0 eip 0x80016977 cr3 0x159000
  526. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  527. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  528. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  529. [15:34:39] >>> KernelThread 801a3fc0: info 801a63c8 eax 0x18955188 ebp 0x801a44bc esp 0x801a4490 esp0 0 eip 0x80016977 cr3 0x159000
  530. [15:34:39] >>> KernelThread 801a3fc0 has no UserThread registers.
  531. [15:34:39] >>> [PAGEFAULT ]Address: 0x18955189, Present: 0, Writing: 0, Userspace: 0, Rsvc: 0, caused by: operand fetch - currentThread: 0x801a3fc0 4:SwapInThread, switch_to_userspace_: 0
  532. [15:34:39] >>> [PAGEFAULT ]This pagefault was probably caused by:0x80016977: ArchMemory::swapInPage(unsigned int):373
  533. [15:34:39] >>> KernelThread 801a3fc0: info 801a4004 eax 0 ebp 0x80014593 esp 0x801a4034 esp0 0x80014173 eip 0x801a4044 cr3 0x175
  534. [15:34:39] >>> UserThread 801a3fc0: info 8000edca eax 0x45890845 ebp 0x83dc4589 esp 0x14458bd8 esp0 0x8955c3c9 eip 0xc920c483 cr3 0x8908458b
  535. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  536. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  537. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  538. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  539. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  540. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  541. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  542. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  543. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  544. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  545. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  546. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  547. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  548. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  549. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  550. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  551. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  552. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  553. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  554. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  555. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  556. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  557. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  558. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  559. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  560. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  561. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  562. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  563. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  564. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  565. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  566. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  567. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  568. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  569. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  570. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  571. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  572. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  573. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  574. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  575. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  576. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  577. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  578. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  579. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  580. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  581. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  582. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  583. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  584. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  585. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  586. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  587. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  588. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  589. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  590. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  591. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  592. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  593. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  594. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  595. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  596. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  597. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  598. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  599. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  600. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  601. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  602. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  603. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  604. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  605. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  606. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  607. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  608. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  609. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  610. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  611. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  612. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  613. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  614. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  615. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  616. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  617. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  618. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  619. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  620. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  621. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  622. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  623. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  624. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  625. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  626. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  627. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  628. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  629. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  630. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  631. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  632. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  633. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  634. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  635. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  636. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  637. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  638. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  639. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  640. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  641. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  642. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  643. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  644. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  645. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  646. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  647. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  648. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  649. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  650. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  651. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  652. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  653. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  654. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  655. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  656. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  657. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  658. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  659. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  660. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  661. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  662. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  663. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  664. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  665. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  666. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  667. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  668. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  669. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  670. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  671. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  672. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  673. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  674. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  675. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  676. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  677. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  678. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  679. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  680. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  681. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  682. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  683. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  684. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  685. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  686. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  687. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  688. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  689. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  690. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  691. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  692. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  693. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  694. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  695. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  696. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  697. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  698. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  699. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  700. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  701. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  702. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  703. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  704. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  705. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  706. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  707. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  708. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  709. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  710. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  711. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  712. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  713. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  714. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  715. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  716. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  717. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  718. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  719. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  720. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  721. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  722. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  723. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  724. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  725. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  726. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  727. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  728. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  729. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  730. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  731. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  732. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  733. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  734. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  735. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  736. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  737. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  738. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  739. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  740. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  741. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  742. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  743. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  744. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  745. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  746. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  747. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  748. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  749. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  750. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  751. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  752. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  753. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  754. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  755. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  756. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  757. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  758. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  759. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  760. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  761. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  762. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  763. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  764. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  765. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  766. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  767. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  768. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  769. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  770. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  771. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  772. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  773. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  774. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  775. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  776. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  777. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  778. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  779. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  780. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  781. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  782. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  783. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  784. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  785. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  786. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  787. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  788. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  789. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  790. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  791. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  792. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  793. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  794. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  795. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  796. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  797. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  798. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  799. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  800. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  801. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  802. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  803. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  804. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  805. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  806. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  807. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  808. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  809. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  810. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  811. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  812. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  813. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  814. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  815. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  816. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  817. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  818. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  819. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  820. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  821. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  822. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  823. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  824. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  825. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  826. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  827. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  828. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  829. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  830. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  831. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  832. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  833. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  834. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  835. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  836. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  837. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  838. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  839. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  840. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  841. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  842. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  843. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  844. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  845. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  846. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  847. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  848. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  849. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  850. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  851. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  852. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  853. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  854. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  855. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  856. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  857. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  858. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  859. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  860. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  861. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  862. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  863. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  864. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  865. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  866. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  867. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  868. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  869. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  870. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  871. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  872. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  873. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  874. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  875. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  876. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  877. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  878. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  879. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  880. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  881. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  882. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  883. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  884. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  885. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  886. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  887. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  888. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  889. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  890. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  891. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  892. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  893. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  894. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  895. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  896. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  897. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  898. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  899. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  900. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  901. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  902. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  903. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  904. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  905. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  906. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  907. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  908. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  909. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  910. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  911. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  912. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  913. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  914. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  915. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  916. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  917. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  918. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  919. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  920. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  921. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  922. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  923. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  924. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  925. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  926. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  927. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  928. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  929. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  930. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  931. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  932. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  933. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  934. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  935. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  936. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  937. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  938. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  939. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  940. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  941. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  942. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  943. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  944. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  945. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  946. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  947. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  948. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  949. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  950. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  951. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  952. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  953. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  954. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  955. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  956. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  957. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  958. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  959. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  960. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  961. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  962. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  963. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  964. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  965. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  966. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  967. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  968. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  969. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  970. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  971. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  972. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  973. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  974. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  975. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  976. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  977. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  978. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  979. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  980. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  981. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  982. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  983. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  984. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  985. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  986. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  987. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  988. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  989. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  990. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  991. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  992. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  993. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  994. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  995. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  996. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  997. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  998. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  999. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1000. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1001. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1002. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1003. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1004. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1005. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1006. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1007. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1008. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1009. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1010. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1011. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1012. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1013. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1014. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1015. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1016. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1017. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1018. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1019. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1020. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1021. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1022. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1023. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1024. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1025. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1026. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1027. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1028. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1029. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1030. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1031. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1032. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1033. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1034. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1035. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1036. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1037. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1038. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1039. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1040. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1041. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1042. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1043. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1044. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1045. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1046. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1047. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1048. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1049. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1050. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1051. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1052. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1053. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1054. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1055. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1056. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1057. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1058. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1059. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1060. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1061. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1062. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1063. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1064. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1065. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1066. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1067. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1068. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1069. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1070. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1071. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1072. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1073. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1074. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1075. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1076. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1077. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1078. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1079. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1080. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1081. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1082. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1083. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1084. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1085. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1086. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1087. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1088. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1089. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1090. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1091. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1092. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1093. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1094. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1095. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1096. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1097. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1098. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1099. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1100. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1101. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1102. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1103. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1104. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1105. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1106. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1107. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1108. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1109. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1110. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1111. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1112. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1113. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1114. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1115. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1116. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1117. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1118. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1119. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1120. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1121. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1122. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1123. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1124. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1125. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1126. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1127. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1128. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1129. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1130. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1131. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1132. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1133. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1134. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1135. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1136. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1137. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1138. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1139. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1140. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1141. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1142. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1143. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1144. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
  1145. [15:34:39] >>> KERNEL PANIC: Assertion !currentThread || currentThread->isStackCanaryOK() failed in File /tacos/bs2016I005/submission/arch/x86/32/common/source/ArchInterrupts.cpp on Line 157
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement