basp-group / sopt

SOPT: Sparse OPTimisation.
http://basp-group.github.io/sopt/
GNU General Public License v2.0
21 stars 9 forks source link

mpi_proximals failure on mips64el #22

Open olebole opened 5 years ago

olebole commented 5 years ago

When running the tests during build on a mips64el machine, I got the following error:

17/23 Test #20: mpi_proximals ....................***Exception: SegFault  0.42 sec
[mipsel-osuosl-02:17431] *** Process received signal ***
[mipsel-osuosl-02:17431] Signal: Segmentation fault (11)
[mipsel-osuosl-02:17431] Signal code: Address not mapped (1)
[mipsel-osuosl-02:17431] Failing at address: 0xfff4bdc040
[mipsel-osuosl-02:17431] *** End of error message ***

The architecture is MIPS, 64 bit, little endian. The failure is probably not reproducible; it happened once in two builds of the same source. This suggests that it depends on some random value or so.