-
-
Notifications
You must be signed in to change notification settings - Fork 601
Limit computation causes Sage to crash #14677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
comment:1
happens on 5.10rc0 too. |
comment:2
... and of course Maxima (and probably also ECL) is to blame. Similar issues were reported on the ticket dealing with the last Maxima upgrade IIRC. |
comment:4
Infinite recursion in ECL:
|
comment:5
Fixed by #13973. |
comment:9
Unfortunately not fixed by #13973, despite comment:5. The crash appears to be related to the With a patched Sage version of Maxima (5.33.0.p1, see #15033) using ECL:
(repeated many times, then a core dump). Just for comparison, in a recent development version of Maxima (after 5.33.0) using GCL:
(no error message, the answer is an empty line). Finally, using SBCL:
(just once, then returns to prompt). |
comment:10
One can avoid the crash by taking the limit for x -> 0 from above, but then the value of the limit is wrong, again due to the
Plotting the function [edit: or reading the ask.sagemath.org question linked to above] suggests that 1/6 is the correct value. |
comment:13
... at least. (We're currently at 6.5.rc0; 6.4 has been released a while ago.) |
This comment has been minimized.
This comment has been minimized.
Changed keywords from maxima to maxima, limit, segfault |
comment:15
Note: a similar problem is reported at #26497. |
It no longer crashes maxima-5.47.0:
But maxima branch_5_47_base_161_g24a57b649 mathinstitut/maxima-mirror@24a57b6 fixes a bunch of other limits, while make this limit hang in the real case:
|
The following behaviour has been reported on ask.sagemath.org:
leads to
This still happens on sage-5.0, but on sage-4.8, this leads to
Note: a similar problem is reported at #26497.
CC: @kcrisman @slel
Component: symbolics
Keywords: maxima, limit, segfault
Issue created by migration from https://trac.sagemath.org/ticket/14677
The text was updated successfully, but these errors were encountered: