#10090: Segfault when printing a copy of symbolic object
-------------------------+--------------------------------------------------
Reporter: jpflori | Owner: burcin
Type: defect | Status: new
Priority: minor | Milestone:
Component: symbolics | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-------------------------+--------------------------------------------------
See: http://groups.google.com/group/sage-
support/browse_thread/thread/ea1de9abbd6ca23d/ce3ed9f17c96bd81#ce3ed9f17c96bd81
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).
------------------------------------------------------------
}}}
This does not happen with "deepcopy": [[BR]]
{{{
sage: deepcopy(x)
x
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10090>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en.