Re: [PHP-DEV] 3.0.6 Sporadic ODBC Failures From: Rasmus Lerdorf (rasmus <email protected>)
Date: 12/28/98

> Program received signal SIGSEGV, Segmentation fault.
> _efree (ptr=0x0) at alloc.c:166
> 166 if ((p->size < MAX_CACHED_MEMORY) && (GLOBAL(cache_count[p->size]) <
> MAX_CACHED_ENTRIES)) {

This problem was fixed in CVS and should not have anything to do with your
earlier ODBC problems. That ODBC bug was found and fixed by Steve
Williams at Empress. The problem you are describing now is related some
regex optimization code that was added recently.

-Rasmus

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>