bugAxiom Computer Algebra System - Bugs: bug #4586, Error on lisp symbol EXIT

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #4586: Error on lisp symbol EXIT

Submitted by:  David MentrĂ© <dmentre>
Submitted on:  Sat 02 Aug 2003 10:50:56 AM UTC  
 
Category: build processSeverity: 3 - Normal
Item Group: code bugStatus: Fixed
Privacy: PublicAssigned to: None
Originator Name: David MentrĂ©Open/Closed: Closed
Release: Mon, 23 Jun 2003 23:09:05 +0200Reproducibility: None
Fixed Release: Tuesday September 2, 2003 at 19:15:55
Error message: 
Example of code trigerring the bug: 
Internal cause: 

From Camm:
Yes, in latest GCL, quit and exit are synonyms for bye.

Apply following patch to GCL:
Index: main.c
===================================================================
RCS file: /cvsroot/gcl/gcl/o/main.c,v
retrieving revision 1.26
diff -u -r1.26 main.c
--- main.c 1 Mar 2003 22:37:37 -0000 1.26
+++ main.c 30 Jun 2003 01:36:23 -0000
@@ -627,9 +627,9 @@
,0,1,NONE,OI,OO,OO,OO,(fixnum exitc),"")
{ return fLbye(exitc); }

-DEFUN_NEW("EXIT",object,fLexit,LISP
- ,0,1,NONE,OI,OO,OO,OO,(fixnum exitc),"")
-{ return fLbye(exitc); }
+/* DEFUN_NEW("EXIT",object,fLexit,LISP */
+/* ,0,1,NONE,OI,OO,OO,OO,(fixnum exitc),"") */
+/* { return fLbye(exitc); } */

/* c_trace(void) */

Sat 02 Aug 2003 10:50:56 AM UTC, original submission:

4. Another strange error message:

  1. making

/home/david/pub/axiom-libre/axiom-cvs-2003-06-23-i386/new/new/int/algebra/RESLATC.NRLIB
from
/home/david/pub/axiom-libre/axiom-cvs-2003-06-23-i386/new/new/int/algebra/RESLATC.spad
[...]
RESLATC;coerce;ES;2 is replaced by errorBug: Should not be able to obtain
value of type Exit

David Mentré <dmentre>
Project Administrator

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 4 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Tue 02 Sep 2003 08:16:11 PM UTCdmentreStatusNone=>(Error - Not Found)
  Open/ClosedFix proposed=>(Error - Not Found)
  Fixed Release=>
Sat 02 Aug 2003 01:30:38 PM UTCdmentreOpen/ClosedOpen=>(Error - Not Found)

Back to the top


Powered by Savane 3.1-cleanup1