DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24483>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24483 It vomits core... Summary: It vomits core... Product: Apache httpd-2.0 Version: 2.0.48 Platform: PC OS/Version: FreeBSD Status: NEW Severity: Critical Priority: Other Component: Core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Core will be vomited if the Web page to which Apache2.0.48 is working is perused by IE or Netscape. However, if it is performed as follows, a Web page can be seen for the time being. $ telnet server 80 Trying 123.456.789.012 Connected to server. Escape character is '^]'. GET / <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-2022-JP"> <title>Apache install-ji no test page</title> ^^ in japanese title ...more The test page of Apache also vomits core. In a httpd-2.0.47, it did not this problem. [Fri Nov 07 09:34:19 2003] [notice] Apache/2.0.48 (Unix) configured -- resuming normal operations [Fri Nov 07 09:34:19 2003] [info] Server built: Nov 7 2003 09:13:42 [Fri Nov 07 09:34:19 2003] [debug] prefork.c(1037): AcceptMutex: flock (default: flock) [Fri Nov 07 09:34:30 2003] [notice] child pid 13178 exit signal Segmentation fau lt (11) [Fri Nov 07 09:34:30 2003] [notice] child pid 13177 exit signal Segmentation fau lt (11) The environment here is as follows. The kernel and library of FreeBSD 4.9-RELEASE are using custom-made. (Compile option : -O3 -mcpu=k6 -march=k6 -malign-functions=4 -malign-jumps=4 - malign-loops=4) httpd.conf is adjusted so that Japanese may be indicated by priority. The virtual host of IP base and the virtual host of a NOIP base are intermingled. The build script of Apache is as follows. #!/bin/sh OPTIM="-D_REENTRANT -D_THREAD_SAFE -O9 -mcpu=k6 -march=k6 -malign-loops=4 -malig n-jumps=4 -malign-functions=4" COPTFLAGS="$OPTIM" \ CFLAGS="$OPTIM" \ CC="cc $CFLAGS" \ ./configure --with-port=80 \ --enable-mods-shared=info --enable-info \ --enable-mods-shared=status --enable-status \ --enable-mods-shared=imap --enable-imap \ --enable-so \ --enable-rewrite \ --enable-deflate \ --enable-expires \ --enable-headers \ --enable-usertrack CC="cc" \ OPTIM="$OPTIM" \ CFLAGS="$CFLAGS" \ COPTFLAGS="$COPTFLAGS" \ make #make install --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
