#10435: Invalid write in bitsets
-----------------------------+----------------------------------------------
Reporter: rlm | Owner: jason
Type: defect | Status: needs_work
Priority: major | Milestone: sage-4.6.2
Component: misc | Keywords:
Author: Robert Miller | Upstream: N/A
Reviewer: Nathann Cohen | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
Comment(by rlm):
Replying to [comment:9 jdemeyer]:
> This seems to cause problems on some Skynet machines, for example on
{{{hawk}}} (OpenSolaris 06.2009-32):
The diff of these two is:
{{{
5c5
< a.limbs ...
---
> a.limbs 4
7,8c7,8
< a.in(n) False
< a.not_in(n) True
---
> a.in(n) True
> a.not_in(n) False
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10435#comment:11>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.