Sage segfaults when printing a copy of something symbolics : sage: copy(x)
------------------------------------------------------------ Unhandled SIGSEGV: A segmentation fault occurred in Sage. This probably occurred because a *compiled* component of Sage has a bug in it (typically accessing invalid memory) or 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 (sorry). ------------------------------------------------------------ I thought it could be because I messed up something in symbolics code. But it also happens with the version distributed for Ubuntu, so if someone confirms the bug, I'll open a ticket on Trac. This does not happen with "deepcopy": sage: deepcopy(x) x -- 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
