Date: 05/23/01
- Next message: Andi Gutmans: "Re: [PHP-DEV] 4.0.6RC2"
- Previous message: Andi Gutmans: "Re: [PHP-DEV] Latest CVS on Win32"
- In reply to: Shane Caraveo: "[PHP-DEV] output/threads aborting"
- Next in thread: Shane Caraveo: "Re: [PHP-DEV] output/threads aborting"
- Reply: Shane Caraveo: "Re: [PHP-DEV] output/threads aborting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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_startup() on line 783 accesses thread specific data,
>however the output module is not started (thus no thread data alocated)
>until php_startup_internal_extensions() is called on line 873. Simply
>moving the call to php_output_startup, but it looks like this might need to
>happen before that point in startup. I don't want to commit that change
>without somebody a bit more knowlegable on the output stuff looks into this.
>
>Shane
>
>
>
>--
>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>
-- 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: Andi Gutmans: "Re: [PHP-DEV] 4.0.6RC2"
- Previous message: Andi Gutmans: "Re: [PHP-DEV] Latest CVS on Win32"
- In reply to: Shane Caraveo: "[PHP-DEV] output/threads aborting"
- Next in thread: Shane Caraveo: "Re: [PHP-DEV] output/threads aborting"
- Reply: Shane Caraveo: "Re: [PHP-DEV] output/threads aborting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

