-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
Do not delete a borrowed reference to reduction strategies in pbori #13746
Comments
Patch from #12313 with only changes concerning trac ticket numbers |
comment:1
Attachment: trac_12313_quit_sage.patch.gz |
comment:3
Replying to @simon-king-jena:
No, the two patches were orthogonal, they touched different part of quit_sage.
I think the patch was already positively reviewed during the process of reviewing #12313, so you or Nils could set this ticket to positive review, I just don't feel doing it as I've opened the ticket. |
comment:4
And so this is exactly the same patch as in #12313, except that:
|
comment:5
Replying to @jpflori:
Sorry, you are totally right! What I moved to #13471 came from #12215 or so...
Indeed!
Not before running a full test... |
comment:8
I could probably review it, since I've already discussed it previously. The patch looks sane, yet I don't understand, why it fails on the patchbot. (Is this related to something else?) |
comment:9
Replying to @alexanderdreyer:
My guess is that the error is unrelated (it seems to come from a killed Gap session). To be on the safe side, I've just kicked the patchbot, so that it should now repeat the tests. |
comment:10
Looks good! |
Reviewer: Alexander Dreyer |
Merged: sage-5.5.rc1 |
In #12313, it was discovered in a painful way that Sage tries to deallocate twice memory allocated for reduction strategies in pbori.
As this fix is now needed by other tickets like #715, I've put the fix on an independent ticket.
CC: @simon-king-jena @alexanderdreyer
Component: memleak
Keywords: segfault
Author: Jean-Pierre Flori, Simon King
Reviewer: Alexander Dreyer
Merged: sage-5.5.rc1
Issue created by migration from https://trac.sagemath.org/ticket/13746
The text was updated successfully, but these errors were encountered: