#5234: doctest failure in devel/sage/sage/rings/real_lazy.pyx
---------------------+------------------------------------------------------
Reporter: wjp | Owner: mabshoff
Type: defect | Status: new
Priority: blocker | Milestone: sage-3.3
Component: doctest | Keywords:
---------------------+------------------------------------------------------
with 3.3.rc0, on gentoo running on an amd64:
{{{
./sage -t -verbose "devel/sage/sage/rings/real_lazy.pyx"
[...]
Trying:
a = RLF(pi) + RLF(sqrt(Integer(1)/Integer(2)))###line 650:_sage_
>>> a = RLF(pi) + RLF(sqrt(1/2))
Expecting nothing
ok
Trying:
loads(dumps(a)) == a###line 651:_sage_ >>> loads(dumps(a)) == a
Expecting:
True
------------------------------------------------------------
Unhandled SIGSEGV: A segmentation fault occured in SAGE.
[...]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5234>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---