Opened 14 months ago
Last modified 2 months ago
#31762 new defect
Limit of factorial crashes
Reported by: | gh-cEMRSS | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | sage-9.7 |
Component: | calculus | Keywords: | maxima, limit |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Fixed upstream, but not in a stable release. | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
The relatively simple limit sage: ((factorial(x)-1)/x).limit(x=0)
crashes silently, regardless of the algorithm.
Change History (8)
comment:1 Changed 11 months ago by
- Milestone changed from sage-9.4 to sage-9.5
comment:2 Changed 9 months ago by
- Report Upstream changed from N/A to Not yet reported upstream; Will do shortly.
comment:3 Changed 9 months ago by
- Report Upstream changed from Not yet reported upstream; Will do shortly. to Reported upstream. No feedback yet.
This is now maxima bug 3865.
comment:4 Changed 9 months ago by
- Keywords maxima limit added
comment:5 Changed 9 months ago by
- Report Upstream changed from Reported upstream. No feedback yet. to Reported upstream. Developers acknowledge bug.
comment:6 Changed 8 months ago by
- Report Upstream changed from Reported upstream. Developers acknowledge bug. to Fixed upstream, but not in a stable release.
comment:7 Changed 7 months ago by
- Milestone changed from sage-9.5 to sage-9.6
comment:8 Changed 2 months ago by
- Milestone changed from sage-9.6 to sage-9.7
Note: See
TracTickets for help on using
tickets.
I don't think the situation is as bad as the description says, because only the
maxima
algorithm crashes for me (but the answer fromfricas
does not seem very useful):On the other hand, the situation also seems worse than the description says because there doesn't even need to be a denominator for
maxima
to crash:This seems to be a maxima bug, because command-line maxima also crashes: