From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXqL1-0005pg-9R for qemu-devel@nongnu.org; Fri, 04 Sep 2015 08:43:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXqKy-0001Kb-1T for qemu-devel@nongnu.org; Fri, 04 Sep 2015 08:43:27 -0400 Received: from 5751f4a1.skybroadband.com ([87.81.244.161]:62622 helo=dan.rpsys.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXqKx-0001KS-Mp for qemu-devel@nongnu.org; Fri, 04 Sep 2015 08:43:23 -0400 Message-ID: <1441370585.24871.166.camel@linuxfoundation.org> From: Richard Purdie Date: Fri, 04 Sep 2015 13:43:05 +0100 In-Reply-To: References: <1441362357.24871.155.camel@linuxfoundation.org> <1441365880.24871.164.camel@linuxfoundation.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Segfault using qemu-system-arm in smc91c111 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel On Fri, 2015-09-04 at 12:31 +0100, Peter Maydell wrote: > On 4 September 2015 at 12:24, Richard Purdie > wrote: > > So just based on that, yes, seems that the rx_fifo looks to be > > overrunning. I can add the asserts but I think it would just confirm > > this. > > Yes, the point of adding assertions is to confirm a hypothesis. I've now confirmed that it does indeed trigger the assert in smc91c111_receive(). > >> Also, do you have a more specific reproduce case so I can try > >> to replicate the problem here? > > > > Not sure how familiar you are with the yocto project? > > I don't really know about the Yocto project, no. What I need > is a set of instructions I can follow ("download this, run this > command line", etc) so I can reproduce it on my machine. I'm running some tests at the moment to see which environments this is reproducible in and will try and distil reproduction steps based on that. Cheers, Richard