On Dec 23, 11:25 pm, Volker Braun <[email protected]> wrote: > 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.
Thanks a lot for your efforts Volker! I have no experience with compiling code, but I will give it a go. Should we report this somewhere, or is this just an inherent problem with running precompiled binaries? Cheers, Kees -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
