Opened 5 years ago
Last modified 8 months ago
#20467 needs_work defect
stackoverflow in Maxima integral
Reported by: | kcrisman | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | calculus | Keywords: | |
Cc: | nbruin, tmonteil | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | Fixed upstream, but not in a stable release. | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
sage: k=var('k') sage: integral(sin(k*x)/x*erf(x^2), x, 0, oo) RuntimeError: ECL says: C-STACK overflow at size 4259840. Stack can probably be resized.
This is related to this ask.sagemath question though I couldn't reproduce this behavior.
Change History (5)
comment:1 Changed 5 years ago by
comment:2 Changed 5 years ago by
- Description modified (diff)
- Report Upstream changed from N/A to Reported upstream. No feedback yet.
comment:3 Changed 5 years ago by
- Report Upstream changed from Reported upstream. No feedback yet. to Fixed upstream, but not in a stable release.
comment:4 Changed 8 months ago by
- Cc tmonteil added
- Milestone changed from sage-7.2 to sage-duplicate/invalid/wontfix
- Status changed from new to needs_review
Seems fixed in 9.2.beta10
comment:5 Changed 8 months ago by
- Status changed from needs_review to needs_work
As always, verify with doctest :-)
Note: See
TracTickets for help on using
tickets.
As far as I can see, this happens in vanilla maxima on SBCL too:
This is not the latest version, but it's the kind of bug that, unless it's been specifically addressed, it's probably still there. Might want to report it (why is there no online maxima calculator with an up-to-date maxima? maximacell or something like that?)