[Bug 531706] Re: apache2 crashed with SIGSEGV in sapi_getenv()

2010-03-15 Thread Stephan Hermann
The problem here is then if someone doesn't uncomment include_path in php.ini the zend-framework.ini The bug is known...and has nothing to do with zend-framework :) just uncomment include_path in php.ini and PHP5 doesn't crash anymore I wonder if upstream does know about this... Regards, \sh

[Bug 531706] Re: apache2 crashed with SIGSEGV in sapi_getenv()

2010-03-15 Thread Stephan Hermann
Additional information: The real bug is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497453 Regards, \sh ** Changed in: zend-framework (Ubuntu) Status: Confirmed = Won't Fix -- apache2 crashed with SIGSEGV in sapi_getenv() https://bugs.launchpad.net/bugs/531706 You received this

[Bug 531706] Re: apache2 crashed with SIGSEGV in sapi_getenv()

2010-03-15 Thread Stephan Hermann
Ok, and now in real english ;) The problem here is if someone doesn't uncomment include_path in php.ini then zend-framework.ini 's add to include path doesn't work and php5 is crashing The bug is known...and has nothing to do with zend-framework :) just uncomment include_path in php.ini and PHP5

[Bug 531706] Re: apache2 crashed with SIGSEGV in sapi_getenv()

2010-03-12 Thread Jayson Reis
Install zend-framework-bin and edit /etc/php5/conf.d/zend-framework.ini uncommenting the second line which changes the include path. After that, try to start apache in debug mode and you will find that crash. -- apache2 crashed with SIGSEGV in sapi_getenv()

[Bug 531706] Re: apache2 crashed with SIGSEGV in sapi_getenv()

2010-03-12 Thread Jayson Reis
** Changed in: apache2 (Ubuntu) Status: Incomplete = Confirmed -- apache2 crashed with SIGSEGV in sapi_getenv() https://bugs.launchpad.net/bugs/531706 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in ubuntu. --

[Bug 531706] Re: apache2 crashed with SIGSEGV in sapi_getenv()

2010-03-12 Thread Chuck Short
** Package changed: apache2 (Ubuntu) = zend-framework (Ubuntu) -- apache2 crashed with SIGSEGV in sapi_getenv() https://bugs.launchpad.net/bugs/531706 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in ubuntu. --

[Bug 531706] Re: apache2 crashed with SIGSEGV in sapi_getenv()

2010-03-12 Thread Jayson Reis
Install zend-framework-bin and edit /etc/php5/conf.d/zend-framework.ini uncommenting the second line which changes the include path. After that, try to start apache in debug mode and you will find that crash. -- apache2 crashed with SIGSEGV in sapi_getenv()

[Bug 531706] Re: apache2 crashed with SIGSEGV in sapi_getenv()

2010-03-12 Thread Jayson Reis
** Changed in: apache2 (Ubuntu) Status: Incomplete = Confirmed -- apache2 crashed with SIGSEGV in sapi_getenv() https://bugs.launchpad.net/bugs/531706 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 531706] Re: apache2 crashed with SIGSEGV in sapi_getenv()

2010-03-12 Thread Chuck Short
** Package changed: apache2 (Ubuntu) = zend-framework (Ubuntu) -- apache2 crashed with SIGSEGV in sapi_getenv() https://bugs.launchpad.net/bugs/531706 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 531706] Re: apache2 crashed with SIGSEGV in sapi_getenv()

2010-03-12 Thread Jayson Reis
I think that would be a php5 bug, because it's a libapache2-mod-php5 which is bugging. -- apache2 crashed with SIGSEGV in sapi_getenv() https://bugs.launchpad.net/bugs/531706 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 531706] Re: apache2 crashed with SIGSEGV in sapi_getenv()

2010-03-09 Thread Andreas Olsson
** Visibility changed to: Public -- apache2 crashed with SIGSEGV in sapi_getenv() https://bugs.launchpad.net/bugs/531706 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 531706] Re: apache2 crashed with SIGSEGV in sapi_getenv()

2010-03-09 Thread Andreas Olsson
Well, myself I do manage to do run php pages on Lucid, with apache2 2.2.14-5ubuntu2 as well as 5.3.1-5ubuntu1. Are you actively serving php pages when Apache crashes, or is it enough to have the php5 module loaded? If you are serving PHP, do you think you can provide a piece of PHP which triggers

[Bug 531706] Re: apache2 crashed with SIGSEGV in sapi_getenv()

2010-03-09 Thread Andreas Olsson
** Visibility changed to: Public -- apache2 crashed with SIGSEGV in sapi_getenv() https://bugs.launchpad.net/bugs/531706 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 531706] Re: apache2 crashed with SIGSEGV in sapi_getenv()

2010-03-09 Thread Andreas Olsson
Well, myself I do manage to do run php pages on Lucid, with apache2 2.2.14-5ubuntu2 as well as 5.3.1-5ubuntu1. Are you actively serving php pages when Apache crashes, or is it enough to have the php5 module loaded? If you are serving PHP, do you think you can provide a piece of PHP which triggers