Date: 12/28/98
- Next message: Sascha Schumann: "Re: [PHP-DEV] regcache still fails for me (purify dump included...)"
- Previous message: Thies C. Arntzen: "[PHP-DEV] regcache still fails for me (purify dump included...)"
- In reply to: Michael Brennen: "[PHP-DEV] 3.0.6 Sporadic ODBC Failures"
- Next in thread: Michael Brennen: "Re: [PHP-DEV] 3.0.6 Sporadic ODBC Failures"
- Reply: Michael Brennen: "Re: [PHP-DEV] 3.0.6 Sporadic ODBC Failures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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>
- Next message: Sascha Schumann: "Re: [PHP-DEV] regcache still fails for me (purify dump included...)"
- Previous message: Thies C. Arntzen: "[PHP-DEV] regcache still fails for me (purify dump included...)"
- In reply to: Michael Brennen: "[PHP-DEV] 3.0.6 Sporadic ODBC Failures"
- Next in thread: Michael Brennen: "Re: [PHP-DEV] 3.0.6 Sporadic ODBC Failures"
- Reply: Michael Brennen: "Re: [PHP-DEV] 3.0.6 Sporadic ODBC Failures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

