From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MM6VE-0002s6-Py for qemu-devel@nongnu.org; Wed, 01 Jul 2009 16:34:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MM6VD-0002rs-A1 for qemu-devel@nongnu.org; Wed, 01 Jul 2009 16:34:00 -0400 Received: from [199.232.76.173] (port=54831 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MM6VD-0002rp-5H for qemu-devel@nongnu.org; Wed, 01 Jul 2009 16:33:59 -0400 Received: from lechat.rtp-net.org ([88.191.19.38]:37807) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MM6VD-0005HM-3v for qemu-devel@nongnu.org; Wed, 01 Jul 2009 16:33:59 -0400 From: Arnaud Patard (Rtp) Subject: Re: [Qemu-devel] [PATCH 3/5] linux-user: do not avoid dumping of qemu itself References: <14dcb210bb69620dd6a6912c66827da3aba4784c.1246370192.git.riku.voipio@iki.fi> <200906301552.12732.paul@codesourcery.com> <20090630170145.GA7830@kos.to> In-Reply-To: <20090630170145.GA7830@kos.to> (Riku Voipio's message of "Tue\, 30 Jun 2009 20\:01\:45 +0300") Date: Wed, 01 Jul 2009 22:34:49 +0200 Message-ID: <87r5x03zx2.fsf@lechat.rtp-net.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku Voipio Cc: Paul Brook , qemu-devel@nongnu.org Riku Voipio writes: Hi, >> It sounds like WCOREDUMP is one of those things that just isn't going to work. >> i.e. we have to just accept the limitation and xfail the test. > > If this how people feel, I'll be glad to drop this patch. well, as I said either we fix it or we accept that the emulation is not perfect and judge that this feature is worth it. Feel free to choose what you feel is best, I don't care that much about it. What I care is to know if what looks like a bug (here some failures in ltp syscall tests) is a bug or a feature :) Arnaud