Re: OPTLINK bug (Re: Stack trace output on windows)

2012-10-17 Thread Regan Heath
On Wed, 17 Oct 2012 13:02:45 +0100, Benjamin Thaut wrote: Am 17.10.2012 13:56, schrieb Regan Heath: On Wed, 17 Oct 2012 12:43:27 +0100, Regan Heath wrote: On Wed, 17 Oct 2012 12:17:14 +0100, Benjamin Thaut wrote: I didn't go through the trouble and find out which version of dbghelp.dll

Re: OPTLINK bug (Re: Stack trace output on windows)

2012-10-17 Thread Benjamin Thaut
Am 17.10.2012 13:56, schrieb Regan Heath: On Wed, 17 Oct 2012 12:43:27 +0100, Regan Heath wrote: On Wed, 17 Oct 2012 12:17:14 +0100, Benjamin Thaut wrote: I didn't go through the trouble and find out which version of dbghelp.dll exactly supports cv debugging symbols, but I know it depends o

OPTLINK bug (Re: Stack trace output on windows)

2012-10-17 Thread Regan Heath
On Wed, 17 Oct 2012 12:43:27 +0100, Regan Heath wrote: On Wed, 17 Oct 2012 12:17:14 +0100, Benjamin Thaut wrote: I didn't go through the trouble and find out which version of dbghelp.dll exactly supports cv debugging symbols, but I know it depends on that. So I can not help you there.

Re: Stack trace output on windows

2012-10-17 Thread Regan Heath
On Wed, 17 Oct 2012 12:17:14 +0100, Benjamin Thaut wrote: I didn't go through the trouble and find out which version of dbghelp.dll exactly supports cv debugging symbols, but I know it depends on that. So I can not help you there. The linker line looks fine, looks the same for me but wor

Re: Stack trace output on windows

2012-10-17 Thread Benjamin Thaut
I didn't go through the trouble and find out which version of dbghelp.dll exactly supports cv debugging symbols, but I know it depends on that. So I can not help you there. The linker line looks fine, looks the same for me but works (also with dmd 2.060) Did you modify your sc.ini file? Kin

Re: Stack trace output on windows

2012-10-17 Thread Regan Heath
On Tue, 16 Oct 2012 17:52:38 +0100, Benjamin Thaut wrote: Am 16.10.2012 18:38, schrieb Regan Heath:> I have some C/C++ code which handles windows SEH exceptions and can > output (in debug mode) a stack trace, for example: > > But, it doesn't output symbol names for the D functions. Does

Re: Stack trace output on windows

2012-10-16 Thread Benjamin Thaut
Am 16.10.2012 18:38, schrieb Regan Heath:> I have some C/C++ code which handles windows SEH exceptions and can > output (in debug mode) a stack trace, for example: > > But, it doesn't output symbol names for the D functions. Does anyone > know why not? Is there some reason it cannot? Perhaps t

Stack trace output on windows

2012-10-16 Thread Regan Heath
I have some C/C++ code which handles windows SEH exceptions and can output (in debug mode) a stack trace, for example: This process has performed an illegal operation and has to close. Exception code: 0xC005 Exception flags: 0x Exception address:0x00401CEF Number of p