D and GDB

Paolo Invernizzi via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jun 4 12:30:39 PDT 2017


On Sunday, 4 June 2017 at 19:24:17 UTC, Basile B. wrote:
> On Sunday, 4 June 2017 at 18:13:41 UTC, Russel Winder wrote:
>> [...]
>
> you have to pipe the output to ddemangle. Personally i don't 
> know how to do this by hand since my IDE does the task 
> automatically 
> (http://bbasile.github.io/Coedit/widgets_gdb_commander).
>
> Also i suppose you compiled with -g -gs ?

at `libdvbv5.d:140` you are calling the native 
`dvb_scan_transponder` in `libdvbv5.so` that's segfaulting...

Try to just log the arguments values you are using there...

/Paolo


More information about the Digitalmars-d-learn mailing list