Search

August 29, 2014
Learn »
...received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) bt
#0  0x0000000000000000 in ?? ()
#1  0x00000000004ad33e in...
August 29, 2014
Learn »
...exited with code -11

Upon running with gdb, I get:

Program received signal SIGSEGV, Segmentation...
August 25, 2014
Learn »
...issue compiler fails without any output... =(

% gdb dmd
(gdb) run -unittest matrix.d vector.d...
August 19, 2014
Issues »
...the injected profiling code without preserving them.

(gdb) disas _D4test14exchangeAndAddFPmmZm
Dump of assembler code for...
August 09, 2014
Issues »
...main() fixes the problem. Disassembly from inside gdb shows a null pointer dereference inside the...
August 07, 2014
Issues »
...the program under gdb and set a breakpoint on the throw, gdb is able to...
August 07, 2014
General »
Well, I've confirmed using gdb that std.concurrency.mbox is properly assigned a new...
August 06, 2014
IDEs »
...for D. Supports auto-complete, DUB integration, GDB debugging integration, etc. :
https://code.google.com...
August 01, 2014
General »
...level of optimization (to play nice with gdb) and checks: in the Debug mode, that...
July 23, 2014
GDC »
...by running 'gdc -wrapper gdb,--args main.d bucket.d
-I.' :
(gdb) run
Starting program...
103 104 105 106 107 108 109 110 111 112 113
Next ›   Last »