From owner-freebsd-current Thu Aug 22 11:34:58 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB06937B42C for ; Thu, 22 Aug 2002 11:34:46 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 301C643E42 for ; Thu, 22 Aug 2002 11:34:46 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.5/8.12.5) with ESMTP id g7MIYJwr037750; Thu, 22 Aug 2002 11:34:23 -0700 (PDT) (envelope-from dl-freebsd@catspoiler.org) Message-Id: <200208221834.g7MIYJwr037750@gw.catspoiler.org> Date: Thu, 22 Aug 2002 11:34:19 -0700 (PDT) From: Don Lewis Subject: Re: Memory corruption in CURRENT To: tlambert2@mindspring.com Cc: mb@imp.ch, sos@freebsd.dk, marks@ripe.net, ktsin@acm.org, freebsd-current@FreeBSD.ORG, hackers@FreeBSD.ORG In-Reply-To: <200208221023.g7MANUwr036757@gw.catspoiler.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 22 Aug, Don Lewis wrote: > At the moment I'm running a set of buildworlds with an August 6th > kernel, just to verify the problem that I'm seeing isn't something new. > When I'm done with that, I'll reduce the RAM from 1G to 512M and try > again. I'll also try the DISABLE_PSE and DISABLE_PG_G options. No joy with the August 6th kernel. If anything, the results were worse (and the tests were run overnight when the room was even cooler). The first failure was in iteration #4, but was only a warning: /usr/src/contrib/ncurses/form/frm_driver.c:3280:1: warning: "/*" within commen t And the file looks like: /*---------------------------------------------------------------------------- Helper routines for Page Navigation ---------------------------^@-------^@-------^@-------\xc0-------^@-------^@-- ----*@ /*---^@----------------------------------------------------------------------- | Facility : libnform | Function : int _nc_Set_Form_Page(FORM * form, | int page, | FIELD * field) | In iteration #5, the same warning was present, and there was a new error: cc -O -pipe -I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/src -I/usr/src/ usr.sbin/sendmail/../../contrib/sendmail/include -I. -DNEWDB -DNIS -DMILTER -DNE TINET6 -DTCPWRAPPERS -DMAP_REGEX -DDNSMAP -DSTARTTLS -D_FFR_TLS_1 -c /usr/sr c/contrib/sendmail/src/conf.c /usr/src/contrib/sendmail/src/conf.c:190: syntax error before numeric constant /usr/src/contrib/sendmail/src/conf.c:191:11: warning: multi-line string literals are deprecated /usr/src/contrib/sendmail/src/conf.c:193: stray '\2' in program /usr/src/contrib/sendmail/src/conf.c:193: stray '\370' in program /usr/src/contrib/sendmail/src/conf.c:193: stray '\341' in program *** Error code 1 Stop in /usr/src/usr.sbin/sendmail. And the file looks like: { "errorheaderinunsafedirpath", DBS_ERRORHEADERINUNSAFEDIRPATH }, { "helpfileinunsafedirpath", DBS_HELPFILEINUNSAFEDIRPATH }0 { "fo\xbewardfil^]inunsaf dirpath^\afe", ^B DBS_\xf8ORWARDF\xe1LEINUNSAFEDIRPATHSAFE }, { "includefileinunsafedirpathsafe", DBS_INCLUDEFILEINUNSAFEDIRPATHSAFE }, { "runprograminunsafedirpath", DBS_RUNPROGRAMINUNSAFEDIRPATH }, { "runwritableprogram", DBS_RUNWRITABLEPROGRAM }, Iterations #6 through #10 were the same as #5. Now to try the kernel options ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message