bugAxiom Computer Algebra System - Bugs: bug #5977, x^2+1::DMP([x],INT)

 
 

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

bug #5977: x^2+1::DMP([x],INT)

Submitter:  Bill Page <billpage1>
Submitted:  Wed 15 Oct 2003 05:34:07 AM UTC
   
 
Category:  algebra Severity:  3 - Normal
Priority:  5 - Normal Item Group:  code bug
Status:  Fixed Privacy:  Public
Assigned to:  None Originator Name:  Bill Page
Open/Closed:  Open Release:  alpha pre-release September 2003 CVS
Reproducibility:  None Fixed Release:  20031110
Error message: 


>> System error:

  Caught fatal error (memory may be damaged)
protected-symbol-warn called with (NIL)

Example of code trigerring the bug: 

x^2+1::DMP([x],INT)

Internal cause: 

Perhaps a problem with interpreter's coerce logic for DistributedMultivariatePolynomial?

Discussion

Mon 27 Dec 2004 01:07:00 PM UTC, comment #2: 

(x^2+1)::DMP([x],INT) works
1::DMP([x],INT) works
(x^2) + 1::DMP([x],INT) fails

Tim Daly <axiom>
Group administrator
Wed 12 Nov 2003 03:50:32 AM UTC, comment #1: 
[Fix (i.e. patch)]

all cases work now

Tim Daly <axiom>
Group administrator
Wed 15 Oct 2003 05:34:07 AM UTC, original submission:  

x^2+1::DMP([x],INT)  => fails
x^2+1::HDMP([x],INT) => fails
x^2+1::UP(x,INT)     => works
x^2+1::POLY INT      => works
(x^2)::DMP([x],INT)+1::DMP([x],INT)  => works

Bill Page <billpage1>
Group Member

 

Attached Files

This item currently has no attached files.

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

 

Votes

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

History

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-12-27 axiom Open/ClosedClosed Open
2003-11-12 axiom StatusNone None
    Open/ClosedOpen None
    Fixed Release

Back to the top

Powered by Savane 3.16.
Corresponding source code