#8177: element_wrapper.py: Sage 4.3.2.alpha1 segfault on Mac OS X 10.6.2
-----------------------+----------------------------------------------------
   Reporter:  mvngu    |       Owner:  tbd       
       Type:  defect   |      Status:  new       
   Priority:  blocker  |   Milestone:  sage-4.3.2
  Component:  doctest  |    Keywords:            
     Author:           |    Upstream:  N/A       
   Reviewer:           |      Merged:            
Work_issues:           |  
-----------------------+----------------------------------------------------
Changes (by craigcitro):

 * cc: nthiery (added)


Comment:

 As mentioned in one of the sage-devel threads linked above, the issue here
 is that `ZZ` assumes that if it's the parent of some `x`, then `x` is of
 type `sage.rings.integer.Integer`. (Similar assumptions are made all
 over.) It turns out that this popping up only on OSX was a weird artifact
 of compiler details/how memory is initialized/the alignment of the
 planets, as explained in the sage-devel thread.

 I'm waiting for Nicolas to weigh in on what he thinks should happen with
 the `ElementWrapper` code -- he's probably the most appropriate person to
 spin a patch. (Nicolas, I'm adding you in the cc.)

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8177#comment:3>
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.

Reply via email to