Re: [PHP-DEV] output/threads aborting

2001-05-23 Thread Shane Caraveo
Oh, sorry for the last email, didn't see this one yet. Thanks! Shane - Original Message - From: "Andi Gutmans" <[EMAIL PROTECTED]> To: "Shane Caraveo" <[EMAIL PROTECTED]>; "php-dev mailinglist" <[EMAIL PROTECTED]> Sent: Wednesda

Re: [PHP-DEV] output/threads aborting

2001-05-23 Thread Shane Caraveo
> >With the current CVS debug_ts build I'm getting an abort in the TSRM > >library. I've tracked this down to php_module_startup() in main.c. The > > This is probably due to my patch yesterday of moving the output > initialization from GINIT to MINIT. > In php_module_startup() can you try moving

Re: [PHP-DEV] output/threads aborting

2001-05-23 Thread Andi Gutmans
Shane, Please try the latest CVS. I commited a patch. Andi At 03:48 PM 5/22/2001 -0700, Shane Caraveo wrote: >Hello everyone, > >With the current CVS debug_ts build I'm getting an abort in the TSRM >library. I've tracked this down to php_module_startup() in main.c. The >call to php_output_sta

Re: [PHP-DEV] output/threads aborting

2001-05-22 Thread Andi Gutmans
At 03:48 PM 5/22/2001 -0700, Shane Caraveo wrote: >Hello everyone, > >With the current CVS debug_ts build I'm getting an abort in the TSRM >library. I've tracked this down to php_module_startup() in main.c. The >call to php_output_startup() on line 783 accesses thread specific data, >however the

[PHP-DEV] output/threads aborting

2001-05-22 Thread Shane Caraveo
Hello everyone, With the current CVS debug_ts build I'm getting an abort in the TSRM library. I've tracked this down to php_module_startup() in main.c. The call to php_output_startup() on line 783 accesses thread specific data, however the output module is not started (thus no thread data aloca