From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14186 invoked by alias); 30 Jul 2008 12:11:38 -0000 Received: (qmail 14177 invoked by uid 22791); 30 Jul 2008 12:11:38 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 30 Jul 2008 12:11:18 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 6AF0F9839B; Wed, 30 Jul 2008 12:11:16 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 3D8889839A; Wed, 30 Jul 2008 12:11:16 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KOAWR-0004D4-4D; Wed, 30 Jul 2008 08:11:15 -0400 Date: Wed, 30 Jul 2008 12:13:00 -0000 From: Daniel Jacobowitz To: Burlen Loring Cc: gdb@sourceware.org Subject: Re: SIGTRAP Message-ID: <20080730121114.GA15867@caradoc.them.org> Mail-Followup-To: Burlen Loring , gdb@sourceware.org References: <488F6A0E.9060605@kitware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <488F6A0E.9060605@kitware.com> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00318.txt.bz2 On Tue, Jul 29, 2008 at 03:05:50PM -0400, Burlen Loring wrote: > Hi, > > gdb seems to be having issues when I try to look inside stl vectors. I > see this message > > > Program received signal SIGTRAP, Trace/breakpoint trap. > > Then I end up inside operator[] code. Then the debugger becomes useless > every next results in a SIGTRAP. I think this is new, but it could be > that I am using vectors more lately but either way it's annoying. is this > a known issue? is there a work around? This was a bug in the IA-32 kernel for several releases. See if an upgrade is available? I can't find the exact versions that were affected. > -- Daniel Jacobowitz CodeSourcery