From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Schultz Subject: gdbstub: packet reply is too long Date: Sat, 20 Dec 2008 13:42:32 +0100 Message-ID: <1229776952.22890.2.camel@ws-aschultz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT To: kvm@vger.kernel.org Return-path: Received: from mail.tpip.net ([213.187.84.201]:39803 "EHLO mail.tpip.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752423AbYLTNCo convert rfc822-to-8bit (ORCPT ); Sat, 20 Dec 2008 08:02:44 -0500 Received: from localhost (office-old.tpip.net [213.187.84.201]) by mail.tpip.net (Postfix) with ESMTP id 45C45FF49C for ; Sat, 20 Dec 2008 13:42:37 +0100 (CET) Received: from mail.tpip.net ([213.187.84.201]) by localhost (office.tpip.net [213.187.84.201]) (amavisd-new, port 10024) with ESMTP id uMBzXQj0vpPV for ; Sat, 20 Dec 2008 13:42:34 +0100 (CET) Received: from [192.168.2.24] (port-87-193-170-219.static.qsc.de [87.193.170.219]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tpip.net (Postfix) with ESMTP id DDB054EF0C for ; Sat, 20 Dec 2008 13:42:33 +0100 (CET) Sender: kvm-owner@vger.kernel.org List-ID: Hi, I'm trying to debug a 32bit (i386) kernel on a 64bit host under kvm, but gdb always refuses it with: Remote 'g' packet reply is too long: 0000000000000000000000000000000000000000000000002306000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f0ff0000000000000230020000f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007f0300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 I tried kvm-79 and kvm-git from today. gdb is v6.8 (ubuntu intrepid) Any hints? Regards Andreas