#715: Parents probably not reclaimed due to too much caching
----------------------------+-----------------------------------------------
   Reporter:  robertwb      |          Owner:  somebody           
       Type:  defect        |         Status:  needs_work         
   Priority:  major         |      Milestone:  sage-4.8           
  Component:  coercion      |       Keywords:  weak cache coercion
Work_issues:  fix doctests  |       Upstream:  N/A                
   Reviewer:                |         Author:  Simon King         
     Merged:                |   Dependencies:  #9138, #11900      
----------------------------+-----------------------------------------------

Comment(by SimonKing):

 I think I made a progress: I found that the vector space that is part of
 the crash is ''not unique''! So, the `VectorMatrixAction` is defined for a
 vector space that is equal to but not identical with the vector space it
 is acting on!

 The natural solution is to try and find out why the vector space is not
 unique. Vector spaces should be created using the `VectorSpace`
 constructor, that relies on a `UniqueFactory`. But apparently some very
 old code is constructing a vector space directly - it wouldn't be the
 first time that this is causing trouble.

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