From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpbMM-0006nV-1a for qemu-devel@nongnu.org; Sat, 06 Aug 2011 03:31:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpbMK-0006wp-KS for qemu-devel@nongnu.org; Sat, 06 Aug 2011 03:31:50 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:52385) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpbMK-0006va-Fg for qemu-devel@nongnu.org; Sat, 06 Aug 2011 03:31:48 -0400 Message-ID: <4E3CEDE0.5090209@mail.berlios.de> Date: Sat, 06 Aug 2011 09:31:44 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1312586260.21863.YahooMailClassic@web110414.mail.gq1.yahoo.com> In-Reply-To: <1312586260.21863.YahooMailClassic@web110414.mail.gq1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] 0.15.0-rc2 (any version past 0.14.1) having issues with SLIRP on Windows XP host List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kenneth Salerno Cc: Blue Swirl , Jan Kiszka , qemu-devel@nongnu.org Am 06.08.2011 01:17, schrieb Kenneth Salerno: > With this patch it gets caught up in tcg/tcg.c line 1646: > > if (ts->val_type == TEMP_VAL_REG) > ... > else if (ts->val_type == TEMP_VAL_MEM) > ... > else if (ts->val_type == TEMP_VAL_CONST) > .... > } else { <------- we get here by changing unsigned int to unsigned > character > tcg_abort(); > } > > > > Output from QEMU: > > /home/kens/cross-compile/qemu/testing/qemu/tcg/tcg.c:1646: tcg fatal error > > This application has requested the Runtime to terminate it in an > unusual way. > Please contact the application's support team for more information. > > Thanks, > Ken That's a different issue. Read more here: http://lists.nongnu.org/archive/html/qemu-devel/2011-08/msg00758.html http://lists.nongnu.org/archive/html/qemu-devel/2011-08/msg00797.html Regards, Stefan