Irqbalance / irqbalance

The irqbalance source tree - The new official site for irqbalance
http://irqbalance.github.io/irqbalance/
GNU General Public License v2.0
586 stars 139 forks source link

1.9.1: make check triggers a coredump on aarch64 & ppc64le #241

Closed travier closed 2 years ago

travier commented 2 years ago

I'm packaging 1.9.1 for Fedora and running make check fails on aarch64 & ppc64le:

+ make check
Making check in tests
make[1]: Entering directory '/builddir/build/BUILD/irqbalance-1.9.1/tests'
make  runoneshot.sh 
make[2]: Entering directory '/builddir/build/BUILD/irqbalance-1.9.1/tests'
make[2]: Nothing to be done for 'runoneshot.sh'.
make[2]: Leaving directory '/builddir/build/BUILD/irqbalance-1.9.1/tests'
make  check-TESTS
make[2]: Entering directory '/builddir/build/BUILD/irqbalance-1.9.1/tests'
make[3]: Entering directory '/builddir/build/BUILD/irqbalance-1.9.1/tests'
../test-driver: line 112:  2701 Segmentation fault      (core dumped) "$@" >> "$log_file" 2>&1
FAIL: runoneshot.sh
============================================================================
Testsuite summary for irqbalance 1.9.1
============================================================================
# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
============================================================================
travier commented 2 years ago

See https://src.fedoraproject.org/rpms/irqbalance/pull-request/6

nhorman commented 2 years ago

thats...the most information you can give me? It even says at the bottom see tests/test-suite.log. Please don't just throw issues over the wall.

travier commented 2 years ago

Sorry, I just had the time to report that to bring awareness as the release is fresh. I'll give you more info asap.

dirkmueller commented 2 years ago

very likely this is fixed by https://github.com/Irqbalance/irqbalance/commit/014765d947b3624db9d5591299ea315607733c3c

dirkmueller commented 2 years ago

@travier can you confirm the fix in prev comment?

travier commented 2 years ago

Thanks! Looks like it fixed the issue for me: https://koji.fedoraproject.org/koji/taskinfo?taskID=93461436