From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13271 invoked by alias); 18 Aug 2010 14:58:22 -0000 Received: (qmail 13253 invoked by uid 48); 18 Aug 2010 14:58:22 -0000 Date: Wed, 18 Aug 2010 14:58:00 -0000 Message-ID: <20100818145822.13252.qmail@sourceware.org> From: "sidneym at quicinc dot com" To: gdb-prs@sourceware.org In-Reply-To: <20100809182426.11896.sidneym@quicinc.com> References: <20100809182426.11896.sidneym@quicinc.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug gdb/11896] symbol-file command crashes gdb with an assertion failure X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q3/txt/msg00260.txt.bz2 ------- Additional Comments From sidneym at quicinc dot com 2010-08-18 14:58 ------- Created an attachment (id=4938) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4938&action=view) Simple testcase to demonstrate the issue. This is a simple testcase that shows the issue. I re-tested with today's gdb (NU gdb (GDB) 7.2.50.20100818-cvs) and still see the problem. I also tried, ./gdb gdb and didn't see the issue either, but when I did an "info breakpoints" after discarding the symbol file gdb seg-faulted. This is what I did: ./gdb gdb br main r symbol-file info breakpoints ----- This is my config: $ /prj/dsp/qdsp6/austin/users/sidneym/gnu/gdb/cvs/src/gdb/configure --cache-file=./config.cache --with-system-zlib --program-transform-name=s,y,y, --disable-option-checking --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=x86_64-unknown-linux-gnu --srcdir=../../src/gdb -- http://sourceware.org/bugzilla/show_bug.cgi?id=11896 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.