#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: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
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 (2)
comment:1 Changed 11 years ago by
- Resolution set to duplicate
- Status changed from new to closed
comment:2 Changed 11 years ago by
- Milestone set to sage-duplicate/invalid/wontfix
Note: See
TracTickets for help on using
tickets.
Duplicated and hopefully fixed in #10099.