On Feb 20, 2009, at 3:06 AM, Robert Bradshaw wrote: > On Feb 20, 2009, at 3:00 AM, Michael Abshoff wrote: > >> Robert Bradshaw wrote: >>> On Feb 20, 2009, at 2:45 AM, Robert Bradshaw wrote: >> >> <SNIP> >> >> Hi Robert, >> >>>>> Before I go off and make a fool of myself fixing various potential >>>>> Cython issues in 3.3.rc2: Robert - do you have a patch or a >>>>> list of >>>>> known issues? If the above is the only problem I can probably >>>>> handle it :) >>>> I'll make a 0.11 ticket and post a patch. I got sage to compile, >>>> but >>>> it fails to start up. >>> >>> http://trac.sagemath.org/sage_trac/ticket/4987 >> >> 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. > >> 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.
One little fix in cpdef functions fixed almost all the issues. We're down to ---------------------------------------------------------------------- | Sage Version 3.2.3, Release Date: 2009-01-05 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- sage/rings/padics/padic_printing.cpp: __init__() References leaked: Acquired on lines: 4278, 4287, 4345, 4354, 4412, 4421 sage/structure/factory.c: get_object() References leaked: Acquired on lines: 1048, 1114 Acquired on lines: 1049, 1115 Acquired on lines: 1050, 1116 sage: Exiting SAGE (CPU time 0m0.07s, Wall time 2m13.31s). Exception exceptions.AssertionError in ignored Exception exceptions.AssertionError in ignored Exception exceptions.AssertionError in /Users/robert/sage/sage-cython/ local/bin/sage-sage: line 587: 16443 Bus error sage- ipython "$@" -i - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
