October 25, 2014 Learn » Re: new(malloc) locks everything in multithreading | |||
|---|---|---|---|
| |||
...profile/debug/ Under the title "Debugging with GDB", it says to create ".gdbinit" file in... | |||
October 24, 2014 Learn » Re: new(malloc) locks everything in multithreading | |||
|---|---|---|---|
| |||
Yes, GDB is stopping on SIGUSR1 / SIGUSR2 since that's the default settings. D's... | |||
October 24, 2014 Learn » Re: new(malloc) locks everything in multithreading | |||
|---|---|---|---|
| |||
...d tolga@tolga:~/dev/d/bug$ gdb ./test GNU gdb (Ubuntu 7.7-0ubuntu3.1... | |||
October 24, 2014 Learn » Re: new(malloc) locks everything in multithreading | |||
|---|---|---|---|
| |||
...is the same issue, but by default gdb breaks on signals that the GC uses... | |||
October 24, 2014 Debuggers » Re: Debug dmd2 using gdb 7.6 on windxp | |||
|---|---|---|---|
| |||
...gdc can produce debug info compatible with gdb on Windows. If that fails, you have... | |||
October 24, 2014 Learn » Re: new(malloc) locks everything in multithreading | |||
|---|---|---|---|
| |||
...works fine. When I run it with "gdb ./test", then I can see those errors... | |||
October 24, 2014 Debuggers » Re: Debug dmd2 using gdb 7.6 on windxp | |||
|---|---|---|---|
| |||
Mission failed | |||
October 22, 2014 Debuggers » Re: Debug dmd2 using gdb 7.6 on windxp | |||
|---|---|---|---|
| |||
I found CDB in WinSDKWin32Tools in DVD that you can download it from Microsoft site... | |||
October 20, 2014 Debuggers » Re: Debug dmd2 using gdb 7.6 on windxp | |||
|---|---|---|---|
| |||
I searched before, but i found this after post https://groups.google.com/forum/#!topic... | |||
October 19, 2014 Learn » GDB: Internal error: `this' is not an aggregate | |||
|---|---|---|---|
| |||
...an aggregate (gdb) ptype this type = void * (gdb) p this $7 = (void *) 0x7fffd06abbc0 (gdb) p... | |||
Copyright © 1999-2021 by the D Language Foundation