Hi everybody,
late reply, but I really wanted to figure out the solution of the problem by myself after the nice hints. I must say now, I am stuck since two weeks at this segmentation fault. Here is the git link to the module: https://github.com/niklas-aac/gr-mymodule Maybe someone can clone is and test it locally, as Vasil recommended. I am very thankful for any help, since I don't know what else to try at this point. Best, N PS: the segfault occurs, when I add the variable mymodule.phy_header().formatter() ________________________________ Von: Vasil Velichkov <vvvelich...@gmail.com> Gesendet: Freitag, 31. März 2023 16:40:46 An: Beckmann, Niklas; discuss-gnuradio@gnu.org Betreff: Re: AW: Segmentation fault when adding a variable... Hi Niklas, On 31/03/2023 17.18, Beckmann, Niklas wrote: > Here is the link to github, where I uploaded the code (since the link was > not working): https://github.com/niklas-aac/phyheader I can't find the line you referenced previously in https://lists.gnu.org/archive/html/discuss-gnuradio/2023-03/msg00069.html > mymodule.phy_header().formatter() Is this in a python script? Can you upload this code as well as python/bindings/*.cc files? Or better upload the whole OOT module project so anyone can clone and test it locally. Regards, Vasil