graph-prototype
graph-prototype copied to clipboard
Fix `qa_FilterTool` for gcc-13 on Github CI/CD
The problem test appears on Github CI/CD and can not be reproduced locally.
Here are some error output:
You may not have permission to collect perf stats data.
Consider tweaking /proc/sys/kernel/perf_event_paranoid:
-1 - Not paranoid at all
0 - Disallow raw tracepoint access for unpriv
1 - Disallow cpu events for unpriv
2 - Disallow kernel profiling for unpriv
quick_fix: sudo sh -c 'echo 1 > /proc/sys/kernel/perf_event_paranoid'
for details see: https://www.kernel.org/doc/Documentation/sysctl/kernel.txt
terminate called after throwing an instance of 'std::system_error'
what(): cannot write to file: Bad file descriptor
Here is the link to failed CI: https://github.com/fair-acc/gnuradio4/actions/runs/10260701739/job/28403805751