Index: /trunk/psLib/src/math/psPolynomial.c
===================================================================
--- /trunk/psLib/src/math/psPolynomial.c	(revision 5073)
+++ /trunk/psLib/src/math/psPolynomial.c	(revision 5074)
@@ -7,6 +7,6 @@
 *  polynomials.  It also contains a Gaussian functions.
 *
-*  @version $Revision: 1.121 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-09-19 19:53:13 $
+*  @version $Revision: 1.122 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-09-20 20:48:35 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -218,5 +218,7 @@
     for (loop_x = 0; loop_x < poly->n; loop_x++) {
         if (poly->mask[loop_x] == 0) {
-            psTrace(".psLib.dataManip.psPolynomial.ordPolynomial1DEval", 10,
+            // XXX: If you set the tracelevel to 10 here, and later set the tracelevel to
+            // 2 or higher in the test code, you get seg faults.
+            psTrace(".psLib.dataManip.psPolynomial.ordPolynomial1DEval", 8,
                     "polysum+= sum*coeff [%lf+= (%lf * %lf)\n", polySum, xSum, poly->coeff[loop_x]);
             polySum += xSum * poly->coeff[loop_x];
