From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVovp-00070E-5E for qemu-devel@nongnu.org; Thu, 03 Jun 2004 05:54:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVovn-0006zj-EC for qemu-devel@nongnu.org; Thu, 03 Jun 2004 05:54:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVovn-0006zg-Bm for qemu-devel@nongnu.org; Thu, 03 Jun 2004 05:54:39 -0400 Received: from [151.189.21.44] (helo=mail-in-04.arcor-online.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BVovM-0001vu-HZ for qemu-devel@nongnu.org; Thu, 03 Jun 2004 05:54:12 -0400 Date: Wed, 2 Jun 2004 20:27:03 +0200 From: Richard Zidlicky Subject: Re: [Qemu-devel] QEmu 0.5.5 still freezes my Mandrake Linux Message-ID: <20040602182702.GA2457@linux-m68k.org> References: <200405262308.12058.j.windmeisser@elogix.info> <200406011351.58475.j.windmeisser@elogix.info> <20040602100745.GA1834@linux-m68k.org> <200406021941.43427.j.windmeisser@elogix.info> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <200406021941.43427.j.windmeisser@elogix.info> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: info@elogix.info Cc: qemu-devel@nongnu.org On Wed, Jun 02, 2004 at 07:41:43PM +0200, Jorge wrote: > Am Mittwoch, 2. Juni 2004 12.07 schrieben Sie: > > On Tue, Jun 01, 2004 at 01:51:58PM +0200, Jorge wrote: > > > Am Freitag, 28. Mai 2004 11.56 schrieben Sie: > > > > > The kernel is 2.4.22-26mdk with a lot of patches by Mandrake, like > > > > > supermount, etc... > > > > > > > > Exactly the same as the one giving me panics every day. Download 2.4.26 > > > > from kernel.org and build it yourself without any patches. That's easy, > > > > and you don't really have to recompile anything else. The kernel README > > > > file is very good. > > > > > > I've done it, with 2.6.6 from Kernel.org, QEmu still freezes the whole > > > box. > > > > can you run qemu in strace? > > strace -f -o qemu.str qemu .... > > > > possibly this will show some clue at which point it freezes the box. > > > > Richard > > Hi Richard, > > here are the last lines of the trace (the file is huge > 64 Mbytes) this doesn't show anything suspicious but quite possible the most important part of the strace didn't make it to disk anymore before the freeze. You may want to try the same in a big xterm without redirecting strace output to file. May take a while ;) Richard