Date: 07/14/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #3749 Updated: if $info is set $HTTP_GET_VARS[info] will have value of $info php3 worked"
- Previous message: php4 <email protected>: "Re: [PHP-DEV] Question on foreach()?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, i have a problem with php4 (and php3 too), like on FAQ 10.1 (document
contains no data).
The resulting backtrace is:
(gdb) run -X -f/etc/httpd/conf/httpd.conf
Starting program: /usr/sbin/httpd -X -f/etc/httpd/conf/httpd.conf
Program received signal SIGSEGV, Segmentation fault.
0x40473191 in php_init_config ()
at /home/php/php4/php-4.0.1/main/configuration-parser.y:237
237 parsing_mode = PARSING_MODE_CFG;
(gdb) bt
#0 0x40473191 in php_init_config ()
at /home/php/php4/php-4.0.1/main/configuration-parser.y:237
#1 0x40524e0c in yy_state_buf () from /etc/httpd/modules/libphp4.so
#2 0x40473334 in php_if_parse_ini_file (ht=135784496, return_value=0x0,
this_ptr=0x817e830, return_value_used=134858704)
at /home/php/php4/php-4.0.1/main/configuration-parser.y:288
#3 0x80545c4 in ap_invoke_handler ()
Cannot access memory at address 0x1f4
And this is the tail of /var/log/httpd/error.log:
[Sat Jul 15 01:45:27 2000] [notice] child pid 10128 exit signal Segmentation fault (11)
[Sat Jul 15 01:46:37 2000] [notice] child pid 10127 exit signal Segmentation fault (11)
[Sat Jul 15 01:47:12 2000] [notice] child pid 10131 exit signal Segmentation fault (11)
So, what's going on here? What can I do?
Riccardo
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #3749 Updated: if $info is set $HTTP_GET_VARS[info] will have value of $info php3 worked"
- Previous message: php4 <email protected>: "Re: [PHP-DEV] Question on foreach()?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

