From owner-freebsd-current@FreeBSD.ORG Mon May 14 03:11:04 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE5D816A400 for ; Mon, 14 May 2007 03:11:04 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id 98B7213C46E for ; Mon, 14 May 2007 03:11:04 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so1294920pyh for ; Sun, 13 May 2007 20:11:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=h7GOfp8PWWI75t7KcnMPY2Sd5dzF4pmifaIjO83VqWoKkFkNNxNI75XdpA+9E/ZGIud2WLDlZ+1FPui6olzuz+GAUcsxryZ5R0YEooWL+6IOMClc61Ry+QulMcWzcvB9honXPfByq4yAXZuX1XUu4VwZWoO+WfhWHEtgPptjt0M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Cr78MuFcz6f/P0sYtW/JVUXEhbYZnHoSejFMduUf7wyRABypClf4KV+7oFkkGiHKFJYuuVekrmpNNlIsHE4qMA8cByq+yuDHizK80/qWYSSpQnpTPZB9URPkq2n0LTxH7Xw/uI3+BborCAgVdVUFtcDW16LGQF7qKiBCqYA2KGo= Received: by 10.65.240.17 with SMTP id s17mr9329761qbr.1179112263878; Sun, 13 May 2007 20:11:03 -0700 (PDT) Received: by 10.64.193.16 with HTTP; Sun, 13 May 2007 20:11:03 -0700 (PDT) Message-ID: <6eb82e0705132011r6bad8de6qb38eb6e6bcb4beb0@mail.gmail.com> Date: Mon, 14 May 2007 11:11:03 +0800 From: "Rong-en Fan" To: "Steve Kargl" In-Reply-To: <20070514025129.GB197@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070513175425.GA64710@troutmask.apl.washington.edu> <864pmg1t1s.fsf@dwp.des.no> <20070513183009.GA96018@troutmask.apl.washington.edu> <86646wzfv0.fsf@dwp.des.no> <20070513192836.GA94258@troutmask.apl.washington.edu> <46478626.9060301@FreeBSD.org> <20070513225255.GA96773@troutmask.apl.washington.edu> <20070513230634.GA96931@troutmask.apl.washington.edu> <6eb82e0705131931j4274046ew588ba5f28c0930e2@mail.gmail.com> <20070514025129.GB197@troutmask.apl.washington.edu> Cc: freebsd-current@freebsd.org Subject: Re: Process for requesting reverting patch? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2007 03:11:05 -0000 On 5/14/07, Steve Kargl wrote: > On Mon, May 14, 2007 at 10:31:40AM +0800, Rong-en Fan wrote: > > >grep -v ^# /etc/csh.* .cshrc > > .cshrc: > > .cshrc:setenv MAIL /var/mail/`whoami` > > >cat a.c > > #include > > > > int main(void) { > > printf("hello world\n"); > > return 0; > > } > > >gcc -o a -g a.c > > >gdb a > > GNU gdb 6.1.1 [FreeBSD] > > Copyright 2004 Free Software Foundation, Inc. > > GDB is free software, covered by the GNU General Public License, and you are > > welcome to change it and/or distribute copies of it under certain > > conditions. > > Type "show copying" to see the conditions. > > There is absolutely no warranty for GDB. Type "show warranty" for details. > > This GDB was configured as "i386-marcel-freebsd"... > > (gdb) run > > Starting program: /home/rafan/a > > hello world > > > > Program exited normally. > > (gdb) > > > Did you trying running it multiple times within gdb? just tried. it works well (I run it at least 20 times). > > It's an i386 current as of May 6. You need to tell us more about > > your configuration (like kernel conf, sysctl, hardware, ... etc.) > > mobile:kargl[217] uname -a > FreeBSD mobile.kargl.org 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Sun Apr 29 10:49:22 PDT 2007 root@mobile.kargl.org:/usr/obj/usr/src/sys/MOBILE i386 also kernel config file :-) On my current box, it basically a GENERIC w/o any debug options. Also, my malloc.conf is ajz. Regards, Rong-En Fan