PHP redirect fails when XSLT is used

Hi all,

I have a site that is using php, and xslt transformations. PHP-FPM is
responsible for dealing with php, and its response is then parsed with
XSLT. This setup works fine (currently running phpBB and Plone in
harmony), but when I use header(“Location: http://mysite.com”) redirect
in a php file, the worker process dies with signal 11. The debug log for
this: http://pastie.org/1527636

Is this a bug in nginx or I’m doing something wrong?

I’m using a branch of 0.7 version from:
http://html-xslt.googlecode.com/files/nginx-0.7.67-html-xslt-4.tar.gz

Regards,
Vilmos

Posted at Nginx Forum:

Hello!

On Fri, Feb 04, 2011 at 04:34:24AM -0500, vilmoss wrote:

I’m using a branch of 0.7 version from:
http://html-xslt.googlecode.com/files/nginx-0.7.67-html-xslt-4.tar.gz

Are you able to reproduce the problem with official nginx, without
third party modules and patches? If yes, please provide backtrace
and config, see here for instructions:

Maxim D.