On Sep 7, 8:43 am, mhampton <[EMAIL PROTECTED]> wrote:
> Everything fails for me on OS X 10.5, intel.  Every test has the
> following sort of stuff:

<SNIP>

The above fix also fixes this issue.

> -M. Hampton

*But* at exit we get a lot of

python(77859) malloc: *** error for object 0x2b73bf0: Non-aligned
pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug
python(77859) malloc: *** error for object 0x2b72a80: Non-aligned
pointer being freed (2)
*** set a breakpoint in malloc_error_break to debug

This is due to libm4ri freeing its gray tables:

sage:
Exiting SAGE (CPU time 0m0.08s, Wall time 0m2.72s).
python(77898) malloc: *** error for object 0xc1eec48b: Non-aligned
pointer being freed
*** set a breakpoint in malloc_error_break to debug

Breakpoint 1, 0x91157661 in malloc_error_break ()
(gdb) bt
#0  0x91157661 in malloc_error_break ()
#1  0x9115264f in szone_error ()
#2  0x91076c83 in szone_free ()
#3  0x91076aed in free ()
#4  0x04ad7e34 in m4ri_destroy_all_codes () at M4RI/grayflex.c:82
#5  0x8fe12fc3 in
__dyld__ZN16ImageLoaderMachO13doTerminationERKN11ImageLoader11LinkContextE
()
#6  0x8fe04f7b in __dyld__ZN4dyld14runTerminatorsEPv ()
#7  0x9109953c in __cxa_finalize ()
#8  0x91099430 in exit ()
#9  0x000c35ee in handle_system_exit ()
#10 0x000c3855 in PyErr_PrintEx ()
#11 0x000c471c in PyRun_SimpleFileExFlags ()
#12 0x000d00a2 in Py_Main ()
#13 0x0000216c in _start ()
#14 0x00002099 in start ()

Malb?

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to