From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20080 invoked by alias); 10 Oct 2008 12:56:32 -0000 Received: (qmail 20072 invoked by uid 22791); 10 Oct 2008 12:56:32 -0000 X-Spam-Check-By: sourceware.org Received: from s200aog17.obsmtp.com (HELO s200aog17.obsmtp.com) (207.126.144.131) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 10 Oct 2008 12:55:47 +0000 Received: from source ([164.129.1.35]) (using TLSv1) by eu1sys200aob017.postini.com ([207.126.147.11]) with SMTP; Fri, 10 Oct 2008 12:55:35 UTC Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 37C77DAB4; Fri, 10 Oct 2008 12:55:33 +0000 (GMT) Received: from mail1.cro.st.com (mail1.cro.st.com [164.129.40.131]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 0B4F94C2BA; Fri, 10 Oct 2008 12:55:33 +0000 (GMT) Received: from crx595.cro.st.com (crx595.cro.st.com [164.129.44.95]) by mail1.cro.st.com (MOS 3.8.7a) with ESMTP id CQA75797 (AUTH "denis pilat"); Fri, 10 Oct 2008 14:56:31 +0200 (CEST) Message-ID: <48EF50C4.2070804@st.com> Date: Fri, 10 Oct 2008 12:56:00 -0000 From: Denis PILAT User-Agent: Thunderbird 2.0.0.17 (X11/20080914) MIME-Version: 1.0 To: Mark Kettenis Cc: teawater@gmail.com, gdb-patches@sourceware.org Subject: Re: random results with the gdb testsuite References: <48EDCCAD.3060502@st.com> <48EF10DA.9000701@st.com> <200810101137.m9ABbtHd024240@brahms.sibelius.xs4all.nl> In-Reply-To: <200810101137.m9ABbtHd024240@brahms.sibelius.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-10/txt/msg00317.txt.bz2 Mark Kettenis wrote: >> Date: Fri, 10 Oct 2008 10:22:50 +0200 >> From: Denis PILAT >> >> Here is part of the log file. At a specific time (p/f *(long long *)) >> it seems like the debugger hangs up, then all further test are UNRESOLVED. >> > > That almost certainly means GDB crashed, which means there is a bug in > our code. > > > I would say, in *my* code since I'm the only one who got this problem ... My problem is how to debug that.