Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version qt5 seg #12

Open
jin-github1002 opened this issue Oct 29, 2020 · 3 comments
Open

version qt5 seg #12

jin-github1002 opened this issue Oct 29, 2020 · 3 comments

Comments

@jin-github1002
Copy link

I use version qt5. When compiling and install , I didnt find error. But I received 6 failed when "make test"
Does anybody help with this? Thanks !

nvidia@nvidia07:~/srsGUI-release_2_0_qt5/build$ make test
Running tests...
Test project /home/nvidia/srsGUI-release_2_0_qt5/build
Start 1: waterfallplot_test_c
1/8 Test #1: waterfallplot_test_c .............***Exception: SegFault 1.94 sec
Start 2: complexplot_test_c
2/8 Test #2: complexplot_test_c ...............***Exception: SegFault 1.99 sec
Start 3: realplot_test_c
3/8 Test #3: realplot_test_c ..................***Exception: SegFault 2.01 sec
Start 4: scatterplot_test_c
4/8 Test #4: scatterplot_test_c ...............***Exception: SegFault 2.24 sec
Start 5: waterfallplot_test
5/8 Test #5: waterfallplot_test ............... Passed 3.20 sec
Start 6: complexplot_test
6/8 Test #6: complexplot_test .................***Failed 1.94 sec
Start 7: realplot_test
7/8 Test #7: realplot_test .................... Passed 1.44 sec
Start 8: scatterplot_test
8/8 Test #8: scatterplot_test ................. Passed 1.47 sec

38% tests passed, 5 tests failed out of 8

Total Test time (real) = 16.26 sec

The following tests FAILED:
1 - waterfallplot_test_c (SEGFAULT)
2 - complexplot_test_c (SEGFAULT)
3 - realplot_test_c (SEGFAULT)
4 - scatterplot_test_c (SEGFAULT)
6 - complexplot_test (Failed)
Errors while running CTest
Makefile:94: recipe for target 'test' failed
make: *** [test] Error 8

@warnes
Copy link

warnes commented Mar 4, 2022

I am getting these same errors on my Raspberry Pi.

pi@wwi-demo-green:~/inoui/src/srsGUI/build-pi $ lsb_release -a

No LSB modules are available.
Distributor ID:	Raspbian
Description:	Raspbian GNU/Linux 11 (bullseye)
Release:	11
Codename:	bullseye

pi@wwi-demo-green:~/inoui/src/srsGUI/build-pi $ uname -a
Linux wwi-demo-green 5.10.92-v7l+ #1514 SMP Mon Jan 17 17:38:03 GMT 2022 armv7l GNU/Linux

@warnes
Copy link

warnes commented Mar 4, 2022

(BTW, these test ran without error on an Ubuntu 21.10 VM under Parallels.)

@warnes
Copy link

warnes commented Mar 4, 2022

Test output files from build/Testing/Temporary:
CTestCostData.txt
LastTestsFailed.log
LastTest.log

It looks like the tests are segfaulting somewhere in sdrgui_exit().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants