Skip to content

libmboard: ./tests/run_test_serial segfaults #5

@willfurnass

Description

@willfurnass

Steps to reproduce:

curl -sL https://github.com/FLAME-HPC/libmboard/tarball/0.3.1 | tar -zx
pushd FLAME-HPC-libmboard-5811e29
touch README.in README  # avoid autoreconf errors
[[ -f configure ]] || autoreconf --verbose --force --install  # Generate ./configure and Makefile.in
[[ -f Makefile ]] && make clean
./configure \
    --prefix=$prefix_serial \
    --disable-parallel \
    --with-cunit=${cunit_install_dir}
make
make test
./tests/run_test_serial         # Test serial libmboard API

Segmentation fault      ./tests/run_test_serial

My config:

  • Centos 7.4
  • GCC 6.2.0
  • CUnit 2.1-3
  • libmboard 0.3.1

Anyone got any comments/suggestions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions