Tuesday, August 20, 2024

Re: [GSoC] FEC week 10 blog post

Hi Kayla,

thanks for the updates :) I'm very happy to read all the progress you are making in
bringing the aff3ct channel coders/decoders to GNU Radio!

You write you're experiencing segfaults in the BCH implementation. Especially if you get
to run a backtrace¹ and want to share it with the mailing list, I bet there's a lot of
people that can have a look at it.

Best regards,
Marcus

¹ something like
$> gdb --args python3 /path/to/your/testscript.py
(gdb) set logging file gdblog.txt
(gdb) set logging enabled
(gdb) run
(… wait till it crashes. you can also `run` multiple times until it does)
(gdb) thread apply all backtrace
(gdb) quit

and then share the gdblog.txt

On 20.08.24 15:08, Kayla Comer wrote:
> Hi all,
>
> Here's an update on the project from last week:
> https://kaylacomer.github.io/blog/posts/week10/
> <https://kaylacomer.github.io/blog/posts/week10/>
>
> Best,
> Kayla

No comments:

Post a Comment