Ticket #833 (closed defect: fixed)
[with patch] new coercion model segfault (??)
| Reported by: | was | Owned by: | robertwb |
|---|---|---|---|
| Priority: | blocker | Milestone: | sage-2.8.7 |
| Component: | basic arithmetic | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
sage: singular('2')*3
------------------------------------------------------------
Unhandled SIGSEGV: A segmentation fault occured in SAGE.
This probably occured 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).
------------------------------------------------------------
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

