Last active
November 2, 2016 20:42
-
-
Save ChrisRackauckas/7b24d30ac305affc13d28e9a1b729646 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
C:\Users\Chris\AppData\Local\Julia-0.5.0\bin>gdb --args julia-debug test_script.jl | |
GNU gdb (GDB) 7.10.1 | |
Copyright (C) 2015 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "x86_64-w64-mingw32". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: | |
<http://www.gnu.org/software/gdb/bugs/>. | |
Find the GDB manual and other documentation resources online at: | |
<http://www.gnu.org/software/gdb/documentation/>. | |
For help, type "help". | |
Type "apropos word" to search for commands related to "word"... | |
Reading symbols from julia-debug...done. | |
(gdb) r | |
Starting program: C:\Users\Chris\AppData\Local\Julia-0.5.0\bin\julia-debug.exe test_script.jl | |
[New Thread 3952.0x2e44] | |
[New Thread 3952.0x416c] | |
[New Thread 3952.0x3864] | |
[New Thread 3952.0x3e90] | |
[New Thread 3952.0x3868] | |
[New Thread 3952.0x3bfc] | |
[New Thread 3952.0x252c] | |
[New Thread 3952.0x7ac] | |
[New Thread 3952.0x3674] | |
[New Thread 3952.0x1ea4] | |
[New Thread 3952.0x3adc] | |
Program received signal SIGSEGV, Segmentation fault. | |
0x00000001034cc970 in ?? () | |
(gdb) bt | |
#0 0x00000001034cc970 in ?? () | |
Backtrace stopped: previous frame identical to this frame (corrupt stack?) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment