On May 16, 2012, at 6:30 PM, Volker Braun wrote: > Its a Penryn Core 2 Duo, should support everything up to SSE4.1. > > Can you run "sage -gdb", cause the crash, and then type "bt" into gdb? This > will print more detailed information about where it crashes. > > Here's the transcript:
sage: L_lv = 1300 # length of leading vane in microns sage: L_planar_lv = int(L_lv * .75) # length of planar segment of vane Program received signal EXC_BAD_INSTRUCTION, Illegal instruction/operand. 0x00000001016e3ed9 in case1 () (gdb) bt #0 0x00000001016e3ed9 in case1 () #1 0x0000000103e3cba4 in parsed_string_to_mpfr () #2 0x0000000103e3d7fb in mpfr_strtofr () Previous frame inner to this frame (gdb could not unwind past this frame) (gdb) As D.S. McNeil pointed out, the problem seems to be with int() with a non-integer argument. I got my provocation of the error down to the two statements shown in the transcript. Thank you, and good luck! Jim -- 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
