Axiom 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 |
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: |
Caught fatal error (memory may be damaged)
|
||
Example of code trigerring the bug: | x^2+1::DMP([x],INT) |
||
Internal cause: | Perhaps a problem with interpreter's coerce logic for DistributedMultivariatePolynomial? |
Mon 27 Dec 2004 01:07:00 PM UTC, comment #2: |
Tim Daly <axiom>![]() |
Wed 12 Nov 2003 03:50:32 AM UTC, comment #1: [Fix (i.e. patch)] all cases work now |
Tim Daly <axiom>![]() |
Wed 15 Oct 2003 05:34:07 AM UTC, original submission:
x^2+1::DMP([x],INT) => fails
|
Bill Page <billpage1>![]() |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
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.
(x^2+1)::DMP([x],INT) works
1::DMP([x],INT) works
(x^2) + 1::DMP([x],INT) fails