Closed szarnyasg closed 4 years ago
The tests on master ran successfully 10 days ago, but now they cause segfault. Previous log: https://travis-ci.org/github/michelp/pygraphblas/builds/699531685 Current log: https://travis-ci.com/github/szarnyasg/pygraphblas/builds/173387573
Hi @marci543 and @szarnyasg. I pushed some changes that get 3.3.3 working as we discussed by email, let me know if you run into any other issues.
On
master
, running the tests fails with the following:The full output is at https://gist.github.com/szarnyasg/8570c6b21b8e9cdcdb25c8ddecf9e7d7
It does not fail on Travis because the build is using a draft SuiteSparse version:
https://github.com/michelp/pygraphblas/blob/7465ef6fcc77c9901869b70ddf1d77a86570c336/.travis.yml#L5
However, when bumped to the stable 3.3.0 version, it fails, see the Travis build for PR #62: https://travis-ci.org/github/michelp/pygraphblas/builds/703118055#L4154-L4164