Skip to content

Instantly share code, notes, and snippets.

@Casm82
Created December 14, 2018 18:52
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 Casm82/0ea7bfdbda7e3b9c399d7298a718b197 to your computer and use it in GitHub Desktop.
Save Casm82/0ea7bfdbda7e3b9c399d7298a718b197 to your computer and use it in GitHub Desktop.
break in file:///home/node/krbAuth/krb_test.js:14
12 if (err) console.error(err);
13 //check ticket
>14 krbServer.step(ticket, function(err) {
15 if (err) console.error(err);
16 console.log(krbServer);
debug> n
< PID 20487 received SIGSEGV for address: 0x75
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment