Skip to Content.
Sympa Menu

cado-nfs - Re: [cado-nfs] 445 - test_matpoly_u64k1 (SEGFAULT) During make check

Subject: Discussion related to cado-nfs

List archive

Re: [cado-nfs] 445 - test_matpoly_u64k1 (SEGFAULT) During make check


Chronological Thread 
  • From: Emmanuel Thomé <Emmanuel.Thome@inria.fr>
  • To: Ed Hall <ed_ka2fwj@yahoo.com>
  • Cc: "cado-nfs@inria.fr" <cado-nfs@inria.fr>
  • Subject: Re: [cado-nfs] 445 - test_matpoly_u64k1 (SEGFAULT) During make check
  • Date: Wed, 9 Mar 2022 11:02:37 -0800

Hi. Thanks for your report.

It should not happen, of course.

Which platform, which compiler? Is the crash reproducible with
make check ARGS="-R test_matpoly_u64k1"
?

Does it crash if you run it repeatedly, e.g. with:

while
/home/math55/Math/cado-nfs/build/math55/tests/linalg/bwc/test_matpoly_u64k1 ;
do : ; done

I'd be interested to know if setting OMP_DYNAMIC=true changes something,
e.g. as in:

OMP_DYNAMIC=true make check
while OMP_DYNAMIC=true
/home/math55/Math/cado-nfs/build/math55/tests/linalg/bwc/test_matpoly_u64k1 ;
do : ; done

(this program has a huge tendency to go bonkers when the CPU is already
quite loaded)

E.

On Wed, Mar 09, 2022 at 06:50:56PM +0000, Ed Hall wrote:
> Dear Team,
> How should I proceed with this?
> =============================================================
> math55@math55:~/Math/cado-nfs$ make check
> . . .[  1 443   0   0 / 586 ] 444   444: builddep_test_matpoly_u64k1
> [  0 444   0   0 / 586 ] 444   444: builddep_test_matpoly_u64k1
> [  1 444   0   0 / 586 ] 445   445: test_matpoly_u64k1
> [  0 444   1   0 / 586 ] 445   445: test_matpoly_u64k1
> [  1 444   1   0 / 586 ] 446   446: builddep_test_matpoly_basecase_u64k1
> [  0 445   1   0 / 586 ] 446   446: builddep_test_matpoly_basecase_u64k1
> . . .=============================================================
>         Start 445: test_matpoly_u64k1
>
> 445: Test command: /usr/bin/env
> "CADO_NFS_SOURCE_DIR=/home/math55/Math/cado-nfs"
> "CADO_NFS_BINARY_DIR=/home/math55/Math/cado-nfs/build/math55"
> "CMAKE_CURRENT_SOURCE_DIR=/home/math55/Math/cado-nfs/tests/linalg/bwc"
> "CMAKE_CURRENT_BINARY_DIR=/home/math55/Math/cado-nfs/build/math55/tests/linalg/bwc"
> "PROJECT_BINARY_DIR=/home/math55/Math/cado-nfs/build/math55"
> "/home/math55/Math/cado-nfs/build/math55/tests/linalg/bwc/test_matpoly_u64k1"
> 445: Test timeout computed to be: 9.99988e+06
> 445: Round m=4 to m=64
> 445: Round n=2 to n=64
>
> 445/586 Test #445: test_matpoly_u64k1
> ...........................................***Exception: SegFault  0.86 sec
>
> 99% tests passed, 1 tests failed out of 586
>
> Total Test time (real) = 684.45 sec
>
> The following tests FAILED:
>     445 - test_matpoly_u64k1 (SEGFAULT)
> Errors while running CTest
> make[3]: *** [CMakeFiles/check.dir/build.make:57: CMakeFiles/check] Error 8
> make[2]: *** [CMakeFiles/Makefile2:68: CMakeFiles/check.dir/all] Error 2
> make[1]: *** [CMakeFiles/Makefile2:75: CMakeFiles/check.dir/rule] Error 2
> make: *** [Makefile:173: check] Error 2
> make: *** [Makefile:11: check] Error 2
>
> =============================================================
> math55@math55:~/Math/cado-nfs$ git logcommit
> 89f7f3b547a82318b76108f25382dadadd1ea6a3 (HEAD -> master, origin/master,
> origin/HEAD)
> Merge: 988b3b5bb 969d40f12
> Author: Emmanuel Thomé <emmanuel.thome@inria.fr>
> Date:   Wed Feb 23 19:52:43 2022 +0000
>
>     Merge branch 'review-testing-pool-and-doc' into 'master'
>     
>     Review testing pool and doc
>     
>     See merge request cado-nfs/cado-nfs!63
>
> =============================================================
> math55@math55:~/Math/cado-nfs$ lscpu. . .Model name:          Intel(R)
> Core(TM)2 Duo CPU     E8500  @ 3.16GHz
> . . .Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr
> pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
> syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl cpuid
> aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm
> sse4_1 xsave lahf_lm pti tpr_shadow vnmi flexpriority dtherm
> =============================================================
> Sincerely,Edwin Hall
>



Archive powered by MHonArc 2.6.19+.

Top of Page