Robert Bradshaw wrote: > On Feb 20, 2009, at 3:00 AM, Michael Abshoff wrote:
<SNIP> Hi Robert, >> Ahh, I see there was another size_t hiding in LinBox, I guess I should >> have at least looked into that file before giving up. > > Yeah. I'm really happy to have native size_t now. Yep, I never expected that there were six different definitions of size_t in Sage. >> I have to get 3.3.rc3 out the door and will take your patch later >> today >> and see of I can figure out what the problem is. > > Here's the log. (I made it print rather than raise an error). I'm > going to try and make it print the source file as well as line. Ok, that would be *extremely* nice. > ---------------------------------------------------------------------- > | Sage Version 3.2.3, Release Date: 2009-01-05 | > | Type notebook() for the GUI, and license() for information. | > ---------------------------------------------------------------------- <SNIP> > NULL argument on line 819 > Too many decrefs on line 846, reference acquired on lines [] > References leaked: > Acquired on lines: 1048, 1114 > Acquired on lines: 1049, 1115 > Acquired on lines: 1050, 1116 Excellent, this is catching real bugs. Dag: Next time I meet you in person dinner is on me for the refanny :) <SNIP> > sage: > Exiting SAGE (CPU time 0m0.06s, Wall time 0m1.19s). > Exception exceptions.AssertionError in ignored > Exception exceptions.AssertionError in ignored > Exception exceptions.AssertionError in /Users/robert/sage/sage-cython/ > local/bin/sage-sage: line 210: 6932 Bus error sage- > ipython "$@" -i I am afraid what we will find when we run this code on the whole doctest suite, but hopefully this will just kill a whole class of bugs in Sage :) I can even see this happening per default as long as I merge patches. Cheers, Michael > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev > _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
