[PHP-DEV] Bug #3400: PHP Crash on Test Script From: JaymzH69 <email protected>
Date: 02/03/00

From: JaymzH69 <email protected>
Operating system: RH Linux 6.0
PHP version: 3.0.12
PHP Bug Type: Reproduceable crash
Bug description: PHP Crash on Test Script

When running a simple test script in an HTML file (<?php echo "test"; ?>), the server returns a page that says "no input file selected"... when i run gdb I get:

Program received signal SIGINT, Interrupt
 0x4010fcf2 in __libc_accept ()
 #0 0x4010fcf2 in __libc_accpet ()
 #1 0x80701ae in strcpy ()
 #2 0x80705cc in strcpy ()
 #3 0x8070729 in strcpy ()
 #4 0x8070d56 in strcpy ()
 #5 0x80714d3 in strcpy ()
 #6 0x40079cb3 in __libc_start_main (main=0x807119c <strcpy+159240>,
 argc=4, argv=0xbffffd44, init=0x8049ab4, fini=0x80a511c <__udivdi3+460>,
 rtld_fini=0x4000a350<_dl_fini, stack_end=0xbffffd3c)
 at ../sysdeps/generic/libc-start.c:78

I'm running Apache 1.3.9, and I'm running PHP3 as a CGI script (i.e. no module). Any help would be appreciated.

-- 
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>