Marcus Müller

Results 473 comments of Marcus Müller

Hi, thanks for the output file! I was super stocked to get the flow graph that produced it, but I only find a link to the data file – could...

I get the same invalid PMT; but the data size is different on my machine. Might need to try this on windows.

Hm it seems the `-DENABLE_COMMON_PCH=Off` switch isn't working consistently :(

Good news is that the linked mail thread is almost certainly unrelated :) Anyway, reproducing this on Fedora 37, main branch. Interesting. (Currently downloading a couple Gigabytes in debug info...

``` $ gdb --args python ./test3.py … (gdb) run … // run tt.py malloc_consolidate(): unaligned fastbin chunk detected Thread 8 "python" received signal SIGABRT, Aborted. [Switching to Thread 0x7fff92ffd6c0 (LWP...

The other threads are all blocked in futexes, polls, and sleeps (the syscall is also wait-related): ``` (gdb) info threads Id Target Id Frame * 1 LWP 83041 __pthread_kill_implementation (threadid=,...

@iwbnwif no workaround; this requires rearchitecting of gr-qtgui :(

@iwbnwif but a start would be not to use Message pair to var; instead, at least send messages directly to the qt gui frequency sink.