Re: [PHP-DEV] seg fault in recode.c on line 80

2002-04-20 Thread Magnus Määttä
On Sat, 20 Apr 2002 20:32:22 +0200 (CEST) [EMAIL PROTECTED] wrote: > Hello again, > > I comitted a patch to the CVS, can you retest? It worked now.. > Derick > > On Sat, 20 Apr 2002, Magnus Määttä wrote: > > > With Apache 2.0.36-dev, newest PHP cvs.. > > > > Starting program: /usr/local/www

Re: [PHP-DEV] seg fault in recode.c on line 80

2002-04-20 Thread Magnus Määttä
On Sat, 20 Apr 2002 20:32:22 +0200 (CEST) [EMAIL PROTECTED] wrote: Yes, ill test it now.. > Hello again, > > I comitted a patch to the CVS, can you retest? > > Derick > > On Sat, 20 Apr 2002, Magnus Määttä wrote: > > > With Apache 2.0.36-dev, newest PHP cvs.. > > > > Starting program: /usr/

Re: [PHP-DEV] seg fault in recode.c on line 80

2002-04-20 Thread derick
Hello again, I comitted a patch to the CVS, can you retest? Derick On Sat, 20 Apr 2002, Magnus Määttä wrote: > With Apache 2.0.36-dev, newest PHP cvs.. > > Starting program: /usr/local/www/httpd2/bin/httpd > [New Thread 1024 (LWP 9606)] > > Program received signal SIGSEGV, Segmentation fault

Re: [PHP-DEV] seg fault in recode.c on line 80

2002-04-20 Thread derick
Hello, I can make a quick patch, but not test it. Are you waillin to try my patch? Derick On Sat, 20 Apr 2002 [EMAIL PROTECTED] wrote: > Hello, > > it's clear why this crashes... the globals are not initialized. And from: > php_recode.h: > > /* Checking for thread safety and issue warning

Re: [PHP-DEV] seg fault in recode.c on line 80

2002-04-20 Thread derick
Hello, it's clear why this crashes... the globals are not initialized. And from: php_recode.h: /* Checking for thread safety and issue warning if necessary. */ #ifdef ZTS #warning Recode module has not been tested for thread-safety. #endif It looks as it just needs some work (but not that much

[PHP-DEV] seg fault in recode.c on line 80

2002-04-20 Thread Magnus Määttä
With Apache 2.0.36-dev, newest PHP cvs.. Starting program: /usr/local/www/httpd2/bin/httpd [New Thread 1024 (LWP 9606)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 9606)] 0x40406e41 in zm_startup_recode (type=1, module_number=9, tsrm_ls=0x8196898) at /mnt