Skip to content

Instantly share code, notes, and snippets.

@miekg
Created December 19, 2015 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miekg/0e563d1fd25ffea0fa85 to your computer and use it in GitHub Desktop.
Save miekg/0e563d1fd25ffea0fa85 to your computer and use it in GitHub Desktop.
Debugging pkcs11 go program
# kernel lock up?
[ 1778.501345] WARNING: CPU: 3 PID: 6455 at /build/linux-jHWiKd/linux-3.13.0/kernel/watchdog.c:24
5 watchdog_overflow_callback+0x9c/0xd0()
[ 1778.501347] Watchdog detected hard LOCKUP on cpu 3
% ps aux|grep '[6]455'
miek 6455 16.3 0.2 145652 7784 pts/6 R 08:01 0:45 ./slot
% kill -9 6455
% ps aux|grep '[6]455'
miek 6455 15.0 0.2 145652 7784 pts/6 R 08:01 0:45 ./slot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment