Hey,
Looks like a recursive thing here.... so I wonder if it's really a bug
in PHP, but perhaps an assumption in Horde that doesn't work with ZE2?
Derick
On Tue, 11 Feb 2003, Sebastian Bergmann wrote:
> wopr-mobile:/usr/local/apache2/bin # gdb httpd
> GNU gdb 5.3
> Copyright 2002 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB. Type "show warranty" for details.
> This GDB was configured as "i686-pc-linux-gnu"...
> (gdb) r -DONE_PROCESS
> Starting program: /usr/local/apache2/bin/httpd -DONE_PROCESS
> [New Thread 1024 (LWP 1775)]
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 1024 (LWP 1775)]
> 0x4036ff99 in php_add_var_hash (var_hash=0xbfff4eb0, var=0x40dfcf44,
> var_old=0xbfe011b8) at /usr/src/php5/ext/standard/var.c:385
> 385 {
> (gdb) bt
> #0 0x4036ff99 in php_add_var_hash (var_hash=0xbfff4eb0, var=0x40dfcf44,
> var_old=0xbfe011b8) at /usr/src/php5/ext/standard/var.c:385
> #1 0x4036f4cb in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40eeee2c,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:503
> #2 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee6590,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
> #3 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee5628,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
> #4 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40eeee88,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
> #5 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee6590,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
> #6 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee5628,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
> #7 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40eeee88,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
> #8 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee6590,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
> #9 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee5628,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
> #10 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40eeee88,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
> #11 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee6590,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
> #12 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee5628,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
> #13 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40eeee88,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
> #14 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee6590,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
> #15 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee5628,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
> #16 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40eeee88,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
> #17 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee6590,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
> #18 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee5628,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
> #19 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40eeee88,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
> #20 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee6590,
> var_hash=0xbfff4eb0) at /usr/src/php5/ext/standard/var.c:612
> #21 0x4036fa57 in php_var_serialize_intern (buf=0xbfff4ea0, struc=0x40ee5628,
> ---Type <return> to continue, or q <return> to quit---
>
> --
> Sebastian Bergmann
> http://sebastian-bergmann.de/ http://phpOpenTracker.de/
>
> Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
-------------------------------------------------------------------------
Derick Rethans http://derickrethans.nl/
PHP Magazine - PHP Magazine for Professionals http://php-mag.net/
-------------------------------------------------------------------------
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php