From df85cd1e447e1a18a26f66cf50d7587e222aa4ba Mon Sep 17 00:00:00 2001
From: Tim Daly <daly@axiom-developer.org>
Date: Wed, 7 Jan 2015 17:14:44 -0500
Subject: buglist: bug 7293: )trace EXPR )math

)trace EXPR )math

   Parameterized constructors traced:
      EXPR
(1) -> exp(x)
1<enter Expression.coerce,360 :
 arg1= x
...
                     arg1= x
                                                                                                                                                                                   180<enter Expression.coerce,360
   >> System error:
   Bind stack overflow.
---
 buglist                        |   18 +++++++++++++++++-
 changelog                      |    2 ++
 patch                          |   17 +++++++++++------
 src/axiom-website/patches.html |    2 ++
 4 files changed, 32 insertions(+), 7 deletions(-)

diff --git a/buglist b/buglist
index 30067cb..4a2abbc 100644
--- a/buglist
+++ b/buglist
@@ -1,6 +1,6 @@
 =========================================================================
 
-bug 7293: 
+bug 7294: 
 todo 337:
 wish 1012:
 meh 5:
@@ -12,6 +12,22 @@ dup 50006:
 nonextend 60077:
 
 =========================================================================
+bug 7293: )trace EXPR )math
+
+)trace EXPR )math
+ 
+   Parameterized constructors traced:
+      EXPR
+(1) -> exp(x)
+1<enter Expression.coerce,360 : 
+ arg1= x
+...
+                     arg1= x
+                                                                                                                                                                                   180<enter Expression.coerce,360  
+   >> System error:
+   Bind stack overflow.
+
+=========================================================================
 bug 7292: )with API fails
 
 )with API
diff --git a/changelog b/changelog
index 028764a..72e859b 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20150107 tpd src/axiom-website/patches.html 20150107.04.tpd.patch
+20150107 tpd bug 7293: )trace EXPR )math
 20150107 tpd src/axiom-website/patches.html 20150107.03.tpd.patch
 20150107 tpd buglist: bug 7292: )with API fails
 20150107 tpd src/axiom-website/patches.html 20150107.02.tpd.patch
diff --git a/patch b/patch
index a32ebe5..25f8935 100644
--- a/patch
+++ b/patch
@@ -1,10 +1,15 @@
-buglist: bug 7292: )with API fails
+buglist: bug 7293: )trace EXPR )math
 
-)with API
+)trace EXPR )math
  
+   Parameterized constructors traced:
+      EXPR
+(1) -> exp(x)
+1<enter Expression.coerce,360 : 
+ arg1= x
+...
+                     arg1= x
+                                                                                                                                                                                   180<enter Expression.coerce,360  
    >> System error:
-   The function |with| is undefined.
-
-(1) -> )library API
-   )library cannot find the file API.
+   Bind stack overflow.
 
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index 8f6a062..b6c3f13 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -4928,6 +4928,8 @@ buglist: bug 7290: )d op coerce fails<br/>
 buglist: bug 7291: cos(2/3@Float) parses wrong<br/>
 <a href="patches/20150107.03.tpd.patch">20150107.03.tpd.patch</a>
 buglist: bug 7292: )with API fails<br/>
+<a href="patches/20150107.04.tpd.patch">20150107.04.tpd.patch</a>
+bug 7293: )trace EXPR )math<br/>
  </body>
 </html>
 
-- 
1.7.5.4

