Skip to content

Instantly share code, notes, and snippets.

@jhasse
Created November 9, 2016 19:57
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 jhasse/e34c9bb18971e333734f856210987f71 to your computer and use it in GitHub Desktop.
Save jhasse/e34c9bb18971e333734f856210987f71 to your computer and use it in GitHub Desktop.
(gdb) run
Starting program: /home/jhasse/.cargo/bin/cargo run
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Finished debug [unoptimized + debuginfo] target(s) in 0.0 secs
Running `target/debug/rust-opengl-test`
Prefix path: /home/jhasse/git/rust-opengl-test
error: Process didn't exit successfully: `target/debug/rust-opengl-test` (signal: 11, SIGSEGV: invalid memory reference)
[Inferior 1 (process 2907) exited with code 0145]
(gdb) bt
No stack.
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment