Advertisement
jintack

SMP L1 kernel panic while booting UP L2

Jun 3rd, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. [L1 ~]$pgd = ffffffc36e914000
  2. [00000008] *pgd=0000000000000000, *pud=0000000000000000
  3. pgd = ffffffc36f77a000
  4. [7f8735f938] *pgd=00000000fa800003, *pud=00000000fa800003, *pmd=0000000000000000
  5. init: Caught segmentation fault, core dumped
  6. Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000b00
  7.  
  8. CPU: 1 PID: 1 Comm: init Not tainted 4.6.0-rc1+ #2
  9. Hardware name: linux,dummy-virt (DT)
  10. Call trace:
  11. [<ffffff800808982c>] dump_backtrace+0x0/0x1ac
  12. [<ffffff80080899ec>] show_stack+0x14/0x1c
  13. [<ffffff8008327c74>] dump_stack+0x8c/0xac
  14. [<ffffff800814b594>] panic+0x120/0x264
  15. [<ffffff80080bcae8>] complete_and_exit+0x0/0x20
  16. [<ffffff80080bcb54>] do_group_exit+0x3c/0x9c
  17. [<ffffff80080bcbc4>] __wake_up_parent+0x0/0x28
  18. [<ffffff8008085e70>] el0_svc_naked+0x24/0x28
  19. CPU0: stopping
  20. CPU: 0 PID: 0 Comm: swapper/0 Not tainted 4.6.0-rc1+ #2
  21. Hardware name: linux,dummy-virt (DT)
  22. Call trace:
  23. [<ffffff800808982c>] dump_backtrace+0x0/0x1ac
  24. [<ffffff80080899ec>] show_stack+0x14/0x1c
  25. [<ffffff8008327c74>] dump_stack+0x8c/0xac
  26. [<ffffff800808f32c>] handle_IPI+0x198/0x1a4
  27. [<ffffff8008082504>] gic_handle_irq+0x98/0xb0
  28. Exception stack(0xffffffc37ff99050 to 0xffffffc37ff99170)
  29. 9040: ffffff80089b7dd0 ffffff80089b9b68
  30. 9060: ffffff80089b7ef0 ffffff8008086780 0000000060000145 ffffff80089b4000
  31. 9080: ffffff80089b7ef0 ffffff80089b7dd0 0000000000000000 0000000000000000
  32. 90a0: ffffffc36f85c4c0 0000000000000000 0000000000000000 0000000000000000
  33. 90c0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  34. 90e0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  35. 9100: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  36. 9120: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  37. 9140: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  38. 9160: 0000000000000000 0000000000000000
  39. [<ffffff8008085720>] el1_irq+0xa0/0x10c
  40. [<ffffff8008086780>] arch_cpu_idle+0x10/0x18
  41. [<ffffff80080edcc4>] default_idle_call+0x18/0x28
  42. [<ffffff80080ede6c>] cpu_startup_entry+0x198/0x1e4
  43. [<ffffff8008689fd8>] rest_init+0x7c/0x84
  44. [<ffffff80088fe988>] start_kernel+0x3b8/0x3cc
  45. [<ffffff80080811d8>] 0xffffff80080811d8
  46. Kernel Offset: disabled
  47. Memory Limit: none
  48. ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000b00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement