Closed rtoy closed 4 months ago
Imported from SourceForge on 2024-07-09 19:33:14 Created by robert_dodier on 2021-06-01 03:20:20 Original: https://sourceforge.net/p/maxima/bugs/3789/#7f57
Imported from SourceForge on 2024-07-09 19:33:17 Created by robert_dodier on 2021-06-01 03:20:20 Original: https://sourceforge.net/p/maxima/bugs/3789/#b24e
Fixed by commit 967397.
Imported from SourceForge on 2024-07-09 19:33:12 Created by robert_dodier on 2021-05-30 21:37:03 Original: https://sourceforge.net/p/maxima/bugs/3789
Not sure where the error is exactly, but the following fails with current (near-5.45) Maxima. This is with Clisp but I saw the same behavior with SBCL.
Looks like the problem is in processing
dimensions
in the presence of thenouns
flag.is okay, while
results in the stack overflow. The simplest example I found is:
leads to stack overflow. This is a bug in the implementation of
dimensions
in ezunits.The original problem was to plot the expression shown in %o1 as shown in: https://stackoverflow.com/questions/67755215/plotting-a-graph-with-ezunits