Created
November 9, 2016 20:00
-
-
Save jhasse/a1c78015de240618f31c0f905e86deb0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/git/rust-opengl-test (master) $ ulimit -c unlimited | |
~/git/rust-opengl-test (master) $ cargo run | |
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) | |
~/git/rust-opengl-test (master) $ ls /var/lib/systemd/coredump/ | |
~/git/rust-opengl-test (master) $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment