Date: 12/28/98
- Next message: Sascha Schumann: "Re: [PHP-DEV] Another latest CVS problem"
- Previous message: Bug Database: "[PHP-DEV] Bug #1010 Updated: safe mode default hates example/album"
- In reply to: Sascha Schumann: "Re: [PHP-DEV] Another latest CVS problem"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] Another latest CVS problem"
- Reply: Sascha Schumann: "Re: [PHP-DEV] Another latest CVS problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I just updated and only saw that the xml.c and Makefile.in had
changed. I rebuilt the daemon and got what looked like a very similar
backtrace to the second one I sent previously; it is below. Thanks
for the followup,
-- Michael
On Mon, 28 Dec 1998, Sascha Schumann wrote:
> On Mon, 28 Dec 1998, Michael Brennen wrote:
> > I just had done so and saw that many regex files had changed. I built
> > a new daemon, and it is much better. I still occasionally get a
> > document contains no data; two backtraces are below. Does the first
> > one make any sense????
>
> A quick look says me that it has already been fixed. Update your CVS ;)
Starting program: /usr/local/apache/src/httpd -X -d /usr/local/apache -f
conf/httpd.conf
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)) {
(gdb) bt
#0 _efree (ptr=0x0) at alloc.c:166
#1 0x8087989 in _php3_regcomp (ht=0x8232730, return_value=0x81be0b4,
list=0x81d382c, plist=0x81d3800, preg=0xbfffe720, pattern=0x82349f8 "+$",
cflags=1) at functions/reg.c:86
#2 0x8087f12 in __php3_regreplace (ht=0x8232730, return_value=0x81be0b4,
list=0x81d382c, plist=0x81d3800, pattern=0x82349f8 " +$",
replace=0x812827a "", string=0x8234a10 "US$", icase=0, extended=1)
at functions/reg.c:288
#3 0x808842c in _php3_eregreplace (ht=0x8232730, return_value=0x81be0b4,
list=0x81d382c, plist=0x81d3800, icase=0) at functions/reg.c:448
#4 0x8088543 in php3_eregreplace (ht=0x8232730, return_value=0x81be0b4,
list=0x81d382c, plist=0x81d3800) at functions/reg.c:464
#5 0x809afbc in phpparse () at control_structures_inline.h:930
#6 0x80604c8 in php3_parse (yyin=0x82150e8) at main.c:1471
#7 0x8060796 in apache_php3_module_main (r=0x82066bc, fd=22,
display_source_mode=0, preprocessed=0) at main.c:1851
#8 0x805e09b in send_php3 ()
#9 0x805e0f2 in send_parsed_php3 ()
#10 0x80a5a62 in ap_invoke_handler ()
#11 0x80b349b in process_request_internal ()
#12 0x80b34ec in ap_process_request ()
#13 0x80ad958 in child_main ()
#14 0x80ada8b in make_child ()
-- 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] Another latest CVS problem"
- Previous message: Bug Database: "[PHP-DEV] Bug #1010 Updated: safe mode default hates example/album"
- In reply to: Sascha Schumann: "Re: [PHP-DEV] Another latest CVS problem"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] Another latest CVS problem"
- Reply: Sascha Schumann: "Re: [PHP-DEV] Another latest CVS problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

