At 12:31 8/28/2002 +0100, Dan Hardiker wrote:

>After finally getting Sablot to compile itself in (silly mistake), I find
>that the following code causes the line in /var/log/messages:
>
>   [..] /kernel: pid 15070 (httpd), uid 65534: exited on signal 11
>
>repeated numerous times. The script Im running is as follows:
>
>   $xslt = new stdClass;
>   $xslt->processor = xslt_create();
>   $xslt->xsl = implode("\n",file($xsl));
>   echo "Begin Processing";
>   $xslt->output = xslt_process($xslt->processor, $xslt->xsl, $xml, &$err);
>   echo "Processed Successfully";
>   xslt_free($xslt->processor);

$xslt->output = xslt_process($xslt->process, 'arg:/_xsl', 'arg:/_xml', 
&$err, array('/_xsl' => $xsl, '/_xml' => $xml);

>I have no clue how to debug this, Ive heard of doing a "backtrace" but am
>unsure of how to do this. Im running FreeBSD v4.6 with PHP v4.3.0-dev
>(from CVS) - a URL to info on how to provide more accurate bug information
>would help (or a set of instructions).

This bug has been fixed in >>Sablotron<< CVS.

Chregu has already proposed a new Sablotron release to include the patches
as well as this fix, no word on that yet.

Met vriendelijke groeten / With kind regards,

Webmaster IDG.nl
Melvyn Sopacua

<@Logan> I spent a minute looking at my own code by accident.
<@Logan> I was thinking "What the hell is this guy doing?"


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to