srsGUI icon indicating copy to clipboard operation
srsGUI copied to clipboard

version qt5 seg

Open jin-github1002 opened this issue 5 years ago • 3 comments

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

jin-github1002 avatar Oct 29 '20 22:10 jin-github1002

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 avatar Mar 04 '22 16:03 warnes

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

warnes avatar Mar 04 '22 16:03 warnes

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

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

warnes avatar Mar 04 '22 16:03 warnes