From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17402 invoked by alias); 17 Oct 2007 23:38:07 -0000 Received: (qmail 17393 invoked by uid 22791); 17 Oct 2007 23:38:07 -0000 X-Spam-Check-By: sourceware.org Received: from mail1.thewrittenword.com (HELO mail1.thewrittenword.com) (67.95.107.114) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 17 Oct 2007 23:38:04 +0000 Received: by mail1.thewrittenword.com (Postfix, from userid 1000) id D4FD493B; Wed, 17 Oct 2007 18:38:02 -0500 (CDT) Date: Wed, 17 Oct 2007 23:38:00 -0000 From: Albert Chin To: gdb@sourceware.org Subject: SEGV running gdb-6.7 on Tru64 UNIX 5.1 Message-ID: <20071017233802.GA74638@mail1.thewrittenword.com> Reply-To: gdb@sourceware.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i 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: 2007-10/txt/msg00127.txt.bz2 Anyone running 6.7 successfully on Tru64 UNIX 5.1? gdb-6.6 Worked ok. % cat a.c #include int main (void) { puts ("a"); } % cc -g a.c % gdb-6.6 a.out gdb> list ... % gdb-6.7 a.out gdb> list Memory fault - core dumped % ladebug gdb-6.7 a.out ladebug> where >0 0x120125920 in symbol_found(funfirstline=1, canonical=0x0, copy=0x1401778d0="main", sym=0x14014d7c0, file_symtab=0x0, sym_symtab=0x0) "linespec.c":1786 #1 0x120125744 in decode_variable(copy=0x1401778d0="main", funfirstline=1, canonical=0x0, file_symtab=0x0, not_found_ptr=0x0) "linespec.c":1737 #2 0x120123a80 in decode_line_1(argptr=0x11fffb7a8, funfirstline=1, default_symtab=0x0, default_line=0, canonical=0x0, not_found_ptr=0x0) "linespec.c":859 #3 0x1200beb94 in decode_line_spec(string=0x1401260a4="", funfirstline=1) "symtab.c":4095 #4 0x120081a64 in select_source_symtab(s=0x0) "source.c":244 #5 0x1200818d4 in set_default_source_symtab_and_line() "source.c":180 #6 0x12008a008 in list_command(arg=0x0, from_tty=1) ".././gdb/cli/cli-cmds.c":735 #7 0x1200a1cd0 in do_cfunc(c=0x14013ee00, args=0x0, from_tty=1) ".././gdb/cli/cli-decode.c":60 #8 0x1200a5118 in cmd_func(cmd=0x14013ee00, args=0x0, from_tty=1) ".././gdb/cli/cli-decode.c":1663 #9 0x120085e00 in execute_command(p=0x1400e0484="", from_tty=1) "top.c":449 #10 0x1200a0560 in command_handler(command=0x1400e0480="list") "event-top.c":518 #11 0x1200a10dc in command_line_handler(rl=0x140177820="") "event-top.c":804 #12 0x3ffbffefe20 in rl_callback_read_char(...) in /opt/fsw/readline52/lib/libreadline.so.7 Any ideas? -- albert chin (china@thewrittenword.com)