Marcus Müller
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...
Related to #3516 ; should be investigated together
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 :(
tagging low, we should just remove PCH
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.