bugAxiom Computer Algebra System - Bugs: bug #4584, "value stack overflow"...

 
 

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

bug #4584: "value stack overflow" when building Axiom

Submitted by:  David MentrĂ© <dmentre>
Submitted on:  Sat 02 Aug 2003 10:28:55 AM UTC  
 
Category: build processSeverity: 3 - Normal
Item Group: code bugStatus: Fixed
Privacy: PublicAssigned to: None
Originator Name: Tim DalyOpen/Closed: Closed
Release: Sun, 25 May 2003 02:52:22 -0400Reproducibility: None
Fixed Release: 
Error message: 
Example of code trigerring the bug: 
Internal cause: 

The C stack size is to limited. Apply following patch:

--- /fix/s/camm/gcl/o/main.c Thu Feb 13 17:31:27 2003
+++ main.c Thu Jul 17 16:30:18 2003
@@ -235,7 +235,7 @@

#ifdef BSD
#ifndef MAX_STACK_SIZE
-#define MAX_STACK_SIZE (1<<23) /* 8Mb */
+#define MAX_STACK_SIZE (1<<24) /* 16Mb */
#endif
#ifdef RLIMIT_STACK
getrlimit(RLIMIT_STACK, &rl);

Sun 05 Oct 2003 08:40:57 AM UTC, comment #1:
[Added information or comment]

Proposed patch is now applied during the build process as patch: zips/gcl-2.5.2.o.main.c.patch.

David Mentré <dmentre>
Project Administrator
Sat 02 Aug 2003 10:28:55 AM UTC, original submission:

The nature of the bug is that several hundred of the thousand+
algebra compiles die because of a "value stack overflow".

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 2 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Sun 05 Oct 2003 08:40:57 AM UTCdmentreStatusNone=>(Error - Not Found)
  Open/ClosedOpen=>(Error - Not Found)

Back to the top


Powered by Savane 3.1-cleanup1