-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update to ACE 4.1 ? #8
Comments
Can this be closed? |
It isn't done, so why should it be closed? |
Oh, do you mean ACE the program version, not ACE the GAP package version? |
ok, I can get the tarball, I can compile 4.1 (more precisely, https://staff.itee.uq.edu.au/havas/ace4100.tar.gz)
which should be easy to fix. |
Without fixing this bug, if I launch enumeration from GAP, it apparently finishes, but the interface does not return, it hangs. Will look into it later today PS. The hang is in
and remains here if I comment out the causing the warning |
OK, this bug is easy to fix, it's due to However, on an easy presentation I get a segfault in the new ACE - which somehow brings down the whole GAP session. Unless I'm doing something silly, it seems it's time to talk to upstream here. I just need to reproduce it on a stand alone ACE. |
The segfault is most certainly caused by the GAP package interface bug, not by ACE (I tried generating the input for ACE that causes this bug, it's below, and no, ACE4 runs just fine on it in the standalone mode), @fingolfin - I presume this by itself is a GAP bug, no?
|
Is there a facility in GAP to trace all function calls?
|
OK, I haven't found the GAP bug, but I found a way to avoid it, now all seems to work. PR is coming. |
Please review #36 |
perhaps the ability to reconfigure memory model of the ACE binary to use multi-gigabyte RAM better should be mentoned in the docs. |
The GAP ACE package is based on ACE 3.001 from 2001. But George released version 4.1 in 2014, and it seems to have many nice improvements.
So it would be nice if we could upgrade the GAP package to use that. Of course, this may be difficult to do, depending on how much changed in ACE.
The text was updated successfully, but these errors were encountered: