Re: [PHP-DEV] Re: Moved virtual cwd stuff to TSRM From: Andi Gutmans (andi <email protected>)
Date: 09/04/00

It might be a broken build. Can you please rebuild PHP from scratch.
cd php4/
./cvsclean
./buildconf
./configure ....

If this still happens please send a backtrace? Type bt after the crash.

Thanks,

Andi

At 20:33 04/09/00 +0000, olivier cahagne wrote:
>Hi Andi,
>
>Here's my report with snapshot php4-200009040845 compiled on NetBSD
>1.3.3 with gcc 2.7.2.2 with the following configure:
>
>./configure --with-config-file-path=/space/www/etc/httpd/conf/php_cgi \
> --enable-discard-path \
> --with-gd=/u/guest/www/mbin/i386-NetBSD \
> --with-mysql \
> --with-dbase \
> --with-zlib=/u/guest/www/mbin/i386-NetBSD \
> --with-mcrypt=/u/guest/www/mbin/i386-NetBSD \
> --with-mhash=/u/guest/www/mbin/i386-NetBSD \
> --enable-ftp \
> --enable-inline-optimization \
> --with-jpeg-dir=/u/guest/www/mbin/i386-NetBSD \
> --with-imap=/u/guest/www/mbin/i386-NetBSD/lib
>
>It works fine with PHP 4.0.2 and snsphots from yesterday but it now crashes
>as you expected glitches with the new code.
>
>Here's the backtrace:
>
>www <email protected> ~/compil/php4-200009040845>gdb php
>GDB is free software and you are welcome to 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.
>GDB 4.16 (i386-netbsd), Copyright 1996 Free Software Foundation, Inc...
>(gdb) run -v
>Starting program:
>/nfs/s5/space/users/guest/www/compil/php4-200009040845/php -v
>
>Program received signal SIGSEGV, Segmentation fault.
>0x7edfc in virtual_file_ex (state=0x0,
> path=0xefbfcea0 "/usr/space/www/etc/httpd/conf/php_cgi/php.ini",
> verify_path=0) at tsrm_virtual_cwd.c:332
>332 CWD_STATE_COPY(old_state, state);
>(gdb)
>--
>Olivier.Cahagne <email protected>
>
>--
>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>

---
Andi Gutmans <andi <email protected>>
http://www.zend.com/

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