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

Crashes with -nice strategy #47

Open
mxmerz opened this issue Nov 13, 2016 · 0 comments
Open

Crashes with -nice strategy #47

mxmerz opened this issue Nov 13, 2016 · 0 comments

Comments

@mxmerz
Copy link

mxmerz commented Nov 13, 2016

INDDGO crashes on Ubuntu 16.04.1 LTS when called on the following dimacs file with -nice and any of -minmaxd, -amd, -beta, -bmf, -minf, or -mmd:

c dimacs graph
c written by concuss
p edge 4 4
e 1 2
e 1 3
e 1 4
e 2 3

The error message looks as follows:

terminate called after throwing an instance of 'std::out_of_range'
  what():  vector<bool>::_M_range_check: __n (which is 2004640752) >= this->size() (which is 4)
[1]    7208 abort (core dumped)  ~/INDDGO/bin/serial_wis -f ./broken-amd/g-16.dimacs -nice -amd

INDDGO also crashes on the following DIMACS file when called with -nice and any of -mind, -mmd, -minf, -bmf, -metmmd, -metnnd, -pktsort, or -amd:

c dimacs graph
c written by concuss
p edge 3 2
e 1 2
e 1 3

The error message looks as follows:

0000000000000004
0000000000000008
Fatal Error!
record_children_solutions:  Didn't find mask with zeroized bit??
Exiting
exception caught: :  Didn't find mask with zeroized bit??
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

1 participant