My perl is not compiled with ithreads.
I commented out the '1;' I added to _PGauxiliaryFunctions_init.
When I attempt to load Problem 1 from set0 it hangs. When I load
problem 2 I get the pink page below. (Same pink page for any other
problems that use PGauxiliaryFunctions.) It looks as if some
calling routine is not properly parsing the empty init subroutine.
(Note that the first call of the subroutine that follows it is the
sine function.) (Please ignore the fact that I have foolishly installed the webwork system inside the document tree.)
Problem2
ERROR caught by PGtranslator while processing problem file:set0/prob1a.pg
*
Modification of a read-only value attempted at /home/tmc/public_html/webwork/system/courseScripts/dangerousMacros.pl line 291.
*
------Input Read
... listing of problem ....
Compiler warnings:
* Use of uninitialized value in sin at
/home/tmc/public_html/webwork/system/courseScripts/dangerousMacros.pl
line 291.
##More details:
-------- main::_PGauxiliaryFunctions_init called at
/home/tmc/public_html/webwork/system/courseScripts/dangerousMacros.pl
line 291
---- main::loadMacros called at (eval 53) line 9
---- main::__ANON__ called at
/usr/local/lib/perl5/5.8.2/i686-linux/Safe.pm line 235
---- Safe::reval called at /home/tmc/public_html/webwork/system/lib//PGtranslator.pm line 733
---- PGtranslator::translate called at /home/tmc/public_html/webwork/system/cgi/cgi-scripts/processProblem8.pl line 445
<| Post or View Comments |>
|