Bug? in Maxima 5.19.1 "Control stack guard page temporarily disabled"
Subject: Bug? in Maxima 5.19.1 "Control stack guard page temporarily disabled"
From: Dieter Kaiser
Date: Tue, 25 Aug 2009 01:10:06 +0200
Am Dienstag, den 25.08.2009, 00:56 +0200 schrieb andre maute:
> On Tuesday 25 August 2009, Stefano Ferri wrote:
> > I have the same issue, but having a Maxima version compiled with
> CLISP I
> > get a stack overflow and Maxima exits. Anyway, the bug should have
> already
> > been fixed in CVS version of Maxima, see
> >
> >
> https://sourceforge.net/tracker/?func=detail&atid=104933&aid=2843628&group_
> >id=4933
>
>
>
> Could someone (Dieter?) please point me to the location of the two
> patches
> mentioned in the url above.
Hello Andre,
I am really sorry about the bother because of the bugs.
You need the following files from CVS:
compar.lisp revision 1.52 and
rpart.lisp revision 1.27
Furthermore I have committed a change to defint to get the expected
behavior for the case that the boundaries of the integral seems to be
imaginary (e.g. integrate(x,x,0,sqrt(b^+(b-c)^)) and b>0 and c>0):
definit.lisp revision 1.65
Dieter Kaiser