On 2012-02-17 06:28, John H Palmieri wrote: > ------------------------------------------------------------------------ > Unhandled SIGABRT: An abort() occurred in Sage. > This probably occurred because a *compiled* component of Sage has a bug > in it and is not properly wrapped with sig_on(), sig_off(). You might > want to run Sage under gdb with 'sage -gdb' to debug this. > Sage will now terminate. > ------------------------------------------------------------------------ I'm suspecting the linker for this. Try running gdb over the failing code (maybe after recompiling the Sage library with CFLAGS="-O0 -g" CXXFLAGS="-O0 -g").
-- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org