Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master] Segmentation fault when running test suite #404

Closed
thopiekar opened this issue Oct 23, 2016 · 2 comments
Closed

[master] Segmentation fault when running test suite #404

thopiekar opened this issue Oct 23, 2016 · 2 comments

Comments

@thopiekar
Copy link
Contributor

   dh_auto_test -O--buildsystem=cmake -O--parallel
    make -j4 test ARGS\+=-j4
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Running tests...
/usr/bin/ctest --force-new-ctest-process -j4
Test project /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
    Start 1: GCodePlannerTest
    Start 2: SparseGridTest
    Start 3: LinearAlg2DTest
    Start 4: PolygonUtilsTest
1/6 Test #2: SparseGridTest ...................   Passed    0.01 sec
2/6 Test #3: LinearAlg2DTest ..................   Passed    0.01 sec
3/6 Test #4: PolygonUtilsTest .................   Passed    0.01 sec
    Start 5: PolygonTest
    Start 6: StringTest
4/6 Test #5: PolygonTest ......................   Passed    0.01 sec
5/6 Test #6: StringTest .......................   Passed    0.01 sec
6/6 Test #1: GCodePlannerTest .................***Exception: SegFault  2.61 sec
.[WARNING] Setting an unregistered setting machine_extruder_count to 1
[WARNING] Couldn't load extruder.def.json file for extruder 0. Index out of bounds.
 Loading first extruder definition instead.


83% tests passed, 1 tests failed out of 6

Total Test time (real) =   2.61 sec

The following tests FAILED:
      1 - GCodePlannerTest (SEGFAULT)
Errors while running CTest
Makefile:64: recipe for target 'test' failed
make[1]: *** [test] Error 8
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_test: make -j4 test ARGS+=-j4 returned exit code 2
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
@BagelOrb
Copy link
Contributor

This test has been removed.

@mjeveritt
Copy link

It is customary to refer to a commit which enacts this change. I cannot seem to find a commit entry with a quick search which does this. I'm currently trying to patch out a stabilisation failure for the Gentoo linux ebuild.

mjeveritt pushed a commit to mjeveritt/gentoo-tree that referenced this issue Mar 25, 2018
Tests require missing dev-util/cppinit.
GCodePlannerTest broken per Ultimaker/CuraEngine#404

Bug: https://bugs.gentoo.org/640838
Package-Manager: Portage-2.3.13, Repoman-2.3.3
mjeveritt pushed a commit to mjeveritt/gentoo-tree that referenced this issue Mar 25, 2018
Tests require missing dev-util/cppinit.
Docs require missing media-gfx/graphviz to provide 'dot'.
GCodePlannerTest broken per Ultimaker/CuraEngine#404

Bug: https://bugs.gentoo.org/640838
Package-Manager: Portage-2.3.13, Repoman-2.3.3
mjeveritt pushed a commit to mjeveritt/gentoo-tree that referenced this issue Apr 1, 2018
Tests require missing dev-util/cppinit.
Docs require missing media-gfx/graphviz to provide 'dot'.
GCodePlannerTest broken per Ultimaker/CuraEngine#404

Bug: https://bugs.gentoo.org/640838
Package-Manager: Portage-2.3.13, Repoman-2.3.3
mjeveritt pushed a commit to mjeveritt/gentoo-tree that referenced this issue Apr 1, 2018
Tests require missing dev-util/cppinit.
Docs require missing media-gfx/graphviz to provide 'dot'.
GCodePlannerTest broken per Ultimaker/CuraEngine#404

Bug: https://bugs.gentoo.org/640838
Package-Manager: Portage-2.3.13, Repoman-2.3.3
gentoo-bot pushed a commit to gentoo/gentoo that referenced this issue Apr 1, 2018
Tests require missing dev-util/cppinit.
Docs require missing media-gfx/graphviz to provide 'dot'.
GCodePlannerTest broken per Ultimaker/CuraEngine#404

Bug: https://bugs.gentoo.org/640838
Closes: #7401
Package-Manager: Portage-2.3.13, Repoman-2.3.3
madmartin pushed a commit to madmartin/gentoo that referenced this issue Apr 4, 2018
Tests require missing dev-util/cppinit.
Docs require missing media-gfx/graphviz to provide 'dot'.
GCodePlannerTest broken per Ultimaker/CuraEngine#404

Bug: https://bugs.gentoo.org/640838
Closes: gentoo#7401
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants