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