Ticket #10090 (closed defect: duplicate)
Segfault when printing a copy of symbolic object
| Reported by: | jpflori | Owned by: | burcin |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | symbolics | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
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":
sage: deepcopy(x) x
Change History
Note: See
TracTickets for help on using
tickets.

Duplicated and hopefully fixed in #10099.