My guess would be

#8  0x008eef06 in rtodbl (x=0xb7d3d708) 

This is where the over flow occurs, raises signal

#7  0x00b49f0e in pari_err (numerr=15) at ../src/language/init.c:980 

it is handled by the pari error handler, which attempts to longjmp back into 
rtodbl or some cleanup routine (did anyone forget to setjmp the target?) 

#6  0x003c9849 in __longjmp_chk () from /lib/libc.so.6 

the libc is nice enough to do some sanity checking before you longjmp into 
nirvana 

#4  0x003c9970 in __fortify_fail () from /lib/libc.so.6 
#5  0x003c98da in ?? () from /lib/libc.so.6 

Something is broken!

Bottom line: compile your own Sage.

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to