Date: 09/05/00
- Next message: Ron Chmara: "Re: [PHP-DEV] PHP File Upload Security Hole - Still No Fix?"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] Removing track_vars?"
- In reply to: Zeev Suraski: "[PHP-DEV] Re: [PHP-CVS] cvs: php4 / php.ini-dist php.ini-optimized /ext/sessionsession.c /main main.c network.c php_globals.h php_network.hphp_variables.c rfc1867.c /win32 php4dllts.dsp"
- Next in thread: Sebastian Bergmann: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / php.ini-dist php.ini-optimized/ext/sessionsession.c /main main.c network.c php_globals.hphp_network.hphp_variables.c rfc1867.c /win32 php4dllts.dsp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Sep 05, 2000 at 11:11:38PM +0300, Zeev Suraski wrote:
> Hrm,
>
> As soon as my slow beyond belief CVS update finishes, I'll check it out
>
> At 22:51 05/09/2000, Sebastian Bergmann wrote:
> >Zeev Suraski wrote:
> > > - Fix Win32 build and warnings
> >
> > It fixed the build but my php.exe crashes on startup.
For me it crashes at the end of the execution whatever file I feed it,
doing just "php a.html" on a normal html file without any PHP code
is enough to make it fail. Here's what I get:
</body>
Program received signal SIGSEGV, Segmentation fault.
0x80c2425 in _zval_ptr_dtor (zval_ptr=0x816f5a8) at zend_execute_API.c:259
259 (*zval_ptr)->refcount--;
(gdb) backtrace
#0 0x80c2425 in _zval_ptr_dtor (zval_ptr=0x816f5a8) at zend_execute_API.c:259
#1 0x80cb4a2 in zend_hash_destroy (ht=0x816c7ec) at zend_hash.c:564
#2 0x80c22ba in shutdown_executor () at zend_execute_API.c:165
#3 0x80c80ef in zend_deactivate () at zend.c:513
#4 0x805ed4d in php_request_shutdown (dummy=0x0) at main.c:653
#5 0x805e13e in main (argc=2, argv=0xbffffcc4) at cgi_main.c:747
#6 0x400af606 in __libc_start_main (main=0x805daf4 <main>, argc=2,
argv=0xbffffcc4, init=0x805c830 <_init>, fini=0x80f6d90 <_fini>,
rtld_fini=0x4000a814 <_dl_fini>, stack_end=0xbffffcbc)
at ../sysdeps/generic/libc-start.c:90
(gdb)
It worked fine with what was in CVS a couple of hours ago.
Stig
-- 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: Ron Chmara: "Re: [PHP-DEV] PHP File Upload Security Hole - Still No Fix?"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] Removing track_vars?"
- In reply to: Zeev Suraski: "[PHP-DEV] Re: [PHP-CVS] cvs: php4 / php.ini-dist php.ini-optimized /ext/sessionsession.c /main main.c network.c php_globals.h php_network.hphp_variables.c rfc1867.c /win32 php4dllts.dsp"
- Next in thread: Sebastian Bergmann: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / php.ini-dist php.ini-optimized/ext/sessionsession.c /main main.c network.c php_globals.hphp_network.hphp_variables.c rfc1867.c /win32 php4dllts.dsp"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

