Ticket #7394 (closed defect: duplicate)
sqrt(e) causes segfaults
| Reported by: | edrex | Owned by: | burcin |
|---|---|---|---|
| Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | symbolics | Keywords: | |
| Cc: | jason | Work issues: | |
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
multiplying/dividing sqrt(e) with anything other than 1 causes a segfault, for example:
2*sqrt(e)
tested with source compile i686 and sagenb.org
Change History
comment:2 Changed 4 years ago by mhansen
Pynac gets into an infinite recursion with these lines:
#141 0x00007ff794d21de6 in GiNaC::ex::construct_from_basic (other=@0x7fff450abfe6) at ex.cpp:312 #142 0x00007ff794dc7405 in GiNaC::mul::eval (this=0x57772f0, level=<value optimized out>) at ex.h:267
comment:3 Changed 4 years ago by AlexGhitza
- Owner changed from AlexGhitza to burcin
- Component changed from algebra to symbolics
comment:4 Changed 4 years ago by burcin
- Status changed from new to closed
- Report Upstream set to N/A
- Resolution set to duplicate
- Milestone changed from sage-4.3 to sage-duplicate/invalid/wontfix
This is a duplicate of #7264. The patch attached to that ticket contains this example as a doctest as well.
Note: See
TracTickets for help on using
tickets.
