[GSoC] FEC week 10 blog post

2024-08-20 Thread Kayla Comer
Hi all,

Here's an update on the project from last week:
https://kaylacomer.github.io/blog/posts/week10/

Best,
Kayla


Re: [GSoC] FEC week 10 blog post

2024-08-20 Thread Marcus Müller

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/ 



Best,
Kayla




Qt GUI: Could not restore geometry error

2024-08-20 Thread Alexandre Zani
I installed GNU Radio Companion 3.10.7.0 from the Ubuntu repository. Then
tried to start a tutorial and am running into an error when I try to use a
QT GUI Frequency Sink.

The whole error message follows:

Qt GUI: Could not restore geometry: restoreGeometry(self, Union[QByteArray,
bytes, bytearray]): argument 1 has unexpected type 'NoneType'-
gr-osmosdr 0.2.0.0 (0.2.0) gnuradio 3.10.1.1
built-in source types: file fcd rtl rtl_tcp uhd hackrf bladerf rfspace
airspy airspyhf soapy redpitaya freesrp
Using HackRF One with firmware 2024.02.1

Any advice on resolving this issue?