[Bug 725812] Re: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown

2011-04-01 Thread Chuck Short
This should be fixed in natty now. Thanks for the bug report. chuck ** Changed in: php5 (Ubuntu) Status: Incomplete = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu.

[Bug 725812] Re: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown

2011-04-01 Thread J Queiroz
What about Lucid? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/725812 Title: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown -- Ubuntu-server-bugs mailing list

[Bug 725812] Re: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown

2011-04-01 Thread Ondřej Surý
What about Lucid? https://launchpad.net/~ondrej/+archive/php5 (Not guaranteed to work, but will (almost) always include the latest what Debian pkg team has cooked in their kitchen.) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 725812] Re: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown

2011-04-01 Thread J Queiroz
Shouldn't Lucid be under official support? A PPA doesn't counts as official support. As you said, it's not guaranteed to work. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/725812

[Bug 725812] Re: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown

2011-04-01 Thread Ondřej Surý
The PPA is my personal effort... See https://wiki.ubuntu.com/StableReleaseUpdates -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/725812 Title: PHP5.3.2 throws SEGV on

[Bug 725812] Re: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown

2011-04-01 Thread J Queiroz
I understand, and appreciate your effort. But, this situation involves a production server. I just cannot depend on personal projects on it. So, a fix on natty doesn't solves it here, as I will not move my system to natty. If the decision is just don't solve the problem on Lucid, OK, it's a

[Bug 725812] Re: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown

2011-04-01 Thread Ondřej Surý
Well, if you use safe deployment schema (aka have a staging server) it would be quite safe to use my PPA. I cannot speak for Ubuntu - the Ubuntu PHP5 maintainer has a say here. Anyway it is not as much personal project - I am on the Debian php pkg team - the only personal thingie here is a

Re: [Bug 725812] Re: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown

2011-04-01 Thread Clint Byrum
Excerpts from J Queiroz's message of Fri Apr 01 19:29:23 UTC 2011: I understand, and appreciate your effort. But, this situation involves a production server. I just cannot depend on personal projects on it. So, a fix on natty doesn't solves it here, as I will not move my system to natty.

[Bug 725812] Re: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown

2011-04-01 Thread J Queiroz
Thank you very much for your attention. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/725812 Title: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown --

[Bug 725812] Re: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown

2011-03-22 Thread Guillaume ZITTA
this patch from fedora correct the first problem http://remi.fedorapeople.org/php-5.3.2-gc.patch but, egroupware still crash later in zend_gc.c ggrrr ** Bug watch added: bugs.php.net/ #49192 http://bugs.php.net/bug.php?id=49192 ** Changed in: php Remote watch: bugs.php.net/ #53976 =

[Bug 725812] Re: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown

2011-03-22 Thread J Queiroz
Seems that php5-5.3.3 is the real solution, but it would need a backport. https://bugs.launchpad.net/lucid-backports/+bug/739121 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/725812

[Bug 725812] Re: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown

2011-03-14 Thread Chuck Short
** Bug watch added: bugs.php.net/ #53976 http://bugs.php.net/bug.php?id=53976 ** Also affects: php via http://bugs.php.net/bug.php?id=53976 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 725812] Re: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown

2011-03-03 Thread Clint Byrum
Hello J Queiroz, thanks for taking the time to file this bug report and help us make Ubuntu better. We'll need a full core dump or a complete backtrace on your core dump to figure out what the issue is and/or send it upstream to php. If you install php5-dbg and re-run your backtrace we can use

[Bug 725812] Re: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown

2011-03-03 Thread J Queiroz
I'll install php5-dbg and rerun the tests. By the way I couldn't manage to make the system generate core dumps. Where can I find better information on that? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu.

[Bug 725812] Re: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown

2011-03-03 Thread J Queiroz
This is the backtrace on a 64bit machine, Kubuntu Desktop. (gdb) r -X Starting program: /usr/sbin/apache2 -X

Re: [Bug 725812] Re: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown

2011-03-03 Thread Clint Byrum
You'll need to run this in /etc/init.d/apache2 before the daemon is run (it might already have a similar ulimit command so make sure you run after that): ulimit -c unlimited On Thu, 2011-03-03 at 13:21 +, J Queiroz wrote: I'll install php5-dbg and rerun the tests. By the way I couldn't

[Bug 725812] Re: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown

2011-03-03 Thread J Queiroz
Got the backtrace from the original server. GNU gdb (GDB) 7.1-ubuntu Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent

[Bug 725812] Re: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown

2011-02-26 Thread J Queiroz
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. https://bugs.launchpad.net/bugs/725812 Title: PHP5.3.2 throws SEGV on gc_collect_cycles() on script shutdown -- Ubuntu-server-bugs mailing list