#11705: Port Sage to SUSE Linux Power 7 (ppc64).
---------------------------+------------------------------------------------
Reporter: was | Owner: drkirkby
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.0
Component: porting | Keywords: sd32 sd35.5
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
---------------------------+------------------------------------------------
Comment(by fbissey):
sage-5.0-beta5 + #11666 + #12171
{{{
sage: RIF(1,1).lower()
get_str.c:153: MPFR assertion failed: size_s1 >= m
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call
last)
/hpc/scratch/frb15/sandbox/sage-5.0.beta5/<ipython console> in <module>()
/hpc/scratch/frb15/sandbox/sage-5.0.beta5/local/lib/python2.7/site-
packages/IPython/Prompts.pyc in __call__(self, arg)
550
551 # and now call a possibly user-defined print mechanism
--> 552 manipulated_val = self.display(arg)
553
554 # user display hooks can change the variable to be
stored in
/hpc/scratch/frb15/sandbox/sage-5.0.beta5/local/lib/python2.7/site-
packages/IPython/Prompts.pyc in _display(self, arg)
576 return IPython.generics.result_display(arg)
577 except TryNext:
--> 578 return self.shell.hooks.result_display(arg)
579
580 # Assign the default display method:
/hpc/scratch/frb15/sandbox/sage-5.0.beta5/local/lib/python2.7/site-
packages/IPython/hooks.pyc in __call__(self, *args, **kw)
139 #print "prio",prio,"cmd",cmd #dbg
140 try:
--> 141 ret = cmd(*args, **kw)
142 return ret
143 except ipapi.TryNext, exc:
/hpc/scratch/frb15/sandbox/sage-5.0.beta5/local/lib/python2.7/site-
packages/sage/misc/displayhook.pyc in result_display(ip_self, obj)
148 # IPython's default result_display() uses the
IPython.genutils.Term.cout stream.
149 # See also local/lib/python2.6/site-packages/IPython/hooks.py.
--> 150 print_obj(IPython.genutils.Term.cout, obj)
151
152 def displayhook(obj):
/hpc/scratch/frb15/sandbox/sage-5.0.beta5/local/lib/python2.7/site-
packages/sage/misc/displayhook.pyc in print_obj(out_stream, obj)
140 if _check_tall_list_and_print(out_stream, obj):
141 return
--> 142 print >>out_stream, `obj`
143
144 def result_display(ip_self, obj):
/hpc/scratch/frb15/sandbox/sage-5.0.beta5/local/lib/python2.7/site-
packages/sage/rings/real_mpfr.so in
sage.rings.real_mpfr.RealNumber.__repr__ (sage/rings/real_mpfr.c:9438)()
/hpc/scratch/frb15/sandbox/sage-5.0.beta5/local/lib/python2.7/site-
packages/sage/rings/real_mpfr.so in sage.rings.real_mpfr.RealNumber.str
(sage/rings/real_mpfr.c:11257)()
RuntimeError: Aborted
}}}
Same thing with upper. But your remark about it working outside of sage
makes me want to hack sage "provided atlas" style and see what happens.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11705#comment:47>
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.