bug_report() gives "Maxima encountered a Lisp error"



On Mon, Oct 04, 2004 at 11:42:18AM -0400, Camm Maguire wrote:
> Greetings!  
> 
> Cannot reproduce this with the latest 5.9.1 maxima on Debian built
> atop the same gcl version:
> 
> =============================================================================
> Maxima restarted.
> (%i1) bug_report();
> 
> 
> The Maxima bug database is available at
>     http://sourceforge.net/tracker/?atid=104933&group_id=4933&func=browse
> Submit bug reports by following the 'Submit New' link on that page.
> Please include the following build information with your bug report:
> -------------------------------------------------------------
> 
> Maxima version: 5.9.1
> Maxima build date: 3:25 10/1/2004
> host type: i686-pc-linux-gnu
> lisp-implementation-type: Kyoto Common Lisp
> lisp-implementation-version: GCL 2.6.5
> 
> -------------------------------------------------------------
> The above information is also available from the Maxima function build_info().
> 
> (%o1) 
> (%i2) 
> =============================================================================
> 
> What are the details of your setup?
> 
> Take care,
> 
> 
> Alexander Vidybida <vidybida@bitp.kiev.ua> writes:
> 
> > Hi to all,
> > Below is the output which seems not correct.
> > --
> > alex
> > 
> > [alex@lan108 maxima]$ maxima
> > 
> > Maxima 5.9.1 http://maxima.sourceforge.net
> > Using Lisp Kyoto Common Lisp GCL 2.6.5 (aka GCL)
> > Distributed under the GNU Public License. See the file COPYING.
> > Dedicated to the memory of William Schelter.
> > This is a development version of Maxima. The function bug_report()
> > provides bug reporting information.
> > (%i1) bug_report();
> > 
> > 
> > The Maxima bug database is available at
> >     http://sourceforge.net/tracker/?atid=104933&group_id=4933&func=browse
> > Submit bug reports by following the 'Submit New' link on that page.
> > Please include the following build information with your bug report:
> > -------------------------------------------------------------
> > 
> > Maxima version: 5.9.1
> > Maxima encountered a Lisp error:
> > 
> >  Error in CATCH [or a callee]: Caught fatal error [memory may be damaged]
> > 
> > Automatically continuing.
> > To reenable the Lisp debugger set *debugger-hook* to nil.
> > (%i2) 
> > 
> > _______________________________________________
> > Maxima mailing list
> > Maxima@www.math.utexas.edu
> > http://www.math.utexas.edu/mailman/listinfo/maxima
> > 
> > 
> > 
> 
> -- 
> Camm Maguire			     			camm@enhanced.com
> ==========================================================================
> "The earth is but one country, and mankind its citizens."  --  Baha'u'llah





Dear Camm Maguire,

Thank you for your interest.
I have recompiled gcl and maxima, but still obtain the same result.

gcl was configured with "./configure --enable-ansi",
maxima --- "./configure --with-gcl --enable-gcl-alt-link"
in the Mandrake-9.1. (kernelversion 2.4)

Appresiate your suggestions.
--
alex

PS. Below is the fragment of "make check" report.
...
Running tests in rtest12.mac: 74/74 tests passed.
Running tests in rexamples.mac: 136/136 tests passed.

No unexpected errors found.
real time       :     63.300 secs
run-gbc time    :     34.990 secs
child run time  :     13.350 secs
gbc time        :      6.620 secs
(%o4)                                FALSE
make[1]: Leaving directory `/home/inst/src/maxima-5.9.1/tests'
Making check in doc
...