Guest User

Untitled

a guest
Jun 23rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. sudo -s
  2. [sudo] password for ubuntu:
  3. # echo c > /proc/sysrq-trigger
  4. [ 31.659002] SysRq : Trigger a crash
  5. [ 31.659749] BUG: unable to handle kernel NULL pointer dereference at (null)
  6. [ 31.662668] IP: [<ffffffff8139f166>] sysrq_handle_crash+0x16/0x20
  7. [ 31.662668] PGD 3bfb9067 PUD 368a7067 PMD 0
  8. [ 31.662668] Oops: 0002 [#1] SMP
  9. [ 31.662668] CPU 1
  10.  
  11. echo c | sudo tee /proc/sysrq-trigger
  12.  
  13. #> apport-unpack <report file> <target directory>
Add Comment
Please, Sign In to add comment