On 09/06/15 01:10, Lehmann, Patrick wrote:
Oh sorry,

so ignore my tests on ghdl 0.31 and 0.32rc1 on windows.
I cannot test it without many changes to my environment ...
ghdl uses the analyzed libs from 0.33dev :(

But there was also a Linux test in my last mail showing that it is still 
present in 0.33dev.

Can I provide any further information?

Yes.  Build ghdl with debug info (I think this is the default, hummm).
In the first message, the command line was:

C:\Tools\GHDL\0.33dev\bin\ghdl.exe -a -P. --syn-binding --std=93 --work=test D:\git\SATAController\lib\PoC\tb\misc\misc_Noise_tb.vhdl

So run with gdb (use the gdb from gnat):

gdb --args C:\Tools\GHDL\0.33dev\bin\ghdl.exe -a -P. --syn-binding --std=93 --work=test D:\git\SATAController\lib\PoC\tb\misc\misc_Noise_tb.vhdl

Set a breakpoint:
(gdb)  catch exception
(gdb)  run

And at the crash, display the backtrace:
(gdb) bt

That would be useful.

Tristan.


_______________________________________________
Ghdl-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to