AW: AW: Segmentation fault when adding a variable...

2023-04-19 Thread Beckmann, Niklas
endet: 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 work

Re: AW: Segmentation fault when adding a variable...

2023-03-31 Thread Vasil Velichkov
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/202

AW: Segmentation fault when adding a variable...

2023-03-31 Thread Beckmann, Niklas
sible. I assume you >run a flowgraph in GRC. Just take the generated `.py` file and reduce it. Thank you so far! Best, N Von: Vasil Velichkov Gesendet: Freitag, 31. März 2023 15:30:24 An: Beckmann, Niklas; discuss-gnuradio@gnu.org Betreff: Re: Segme

Re: Segmentation fault when adding a variable...

2023-03-31 Thread Vasil Velichkov
Hi Niklas, On 31/03/2023 14.42, Beckmann, Niklas wrote: > I am currently facing a problem, where gunradio segfaults, when I add a > certain variable into the flowchart. For reference a link to our previous discussion is https://lists.gnu.org/archive/html/discuss-gnuradio/2023-03/msg00062.html

Re: Segmentation fault when adding a variable...

2023-03-31 Thread Johannes Demel
Hi Niklas, since gdb starts quite a few threads, I suggest you extract the part that segfaults into a script that's as small as possible. I assume you run a flowgraph in GRC. Just take the generated `.py` file and reduce it. A simple unittest would be an alternative approach. Which GR version

Segmentation fault when adding a variable...

2023-03-31 Thread Beckmann, Niklas
Dear all, I am currently facing a problem, where gunradio segfaults, when I add a certain variable into the flowchart. I created a little apache server, to share the according code of my module, where the segfault happens (/include & /lib cpp files): http://nbws.hopto.org/ Maybe there is s