From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23737 invoked by alias); 12 Mar 2007 14:48:05 -0000 Received: (qmail 23698 invoked by uid 22791); 12 Mar 2007 14:48:01 -0000 X-Spam-Check-By: sourceware.org Received: from wr-out-0506.google.com (HELO wr-out-0506.google.com) (64.233.184.230) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 12 Mar 2007 14:47:56 +0000 Received: by wr-out-0506.google.com with SMTP id l58so1136820wrl for ; Mon, 12 Mar 2007 07:47:54 -0700 (PDT) Received: by 10.90.55.19 with SMTP id d19mr4498918aga.1173710874511; Mon, 12 Mar 2007 07:47:54 -0700 (PDT) Received: by 10.100.14.9 with HTTP; Mon, 12 Mar 2007 07:47:54 -0700 (PDT) Message-ID: <3187bd480703120747h332fbf12gab39d77719c910f9@mail.gmail.com> Date: Mon, 12 Mar 2007 14:48:00 -0000 From: "Rich Rattanni" To: gdb@sourceware.org Subject: Cause of the ?? in backtrace MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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-03/txt/msg00166.txt.bz2 Why would one get the following when trying to do a backtrace in GDB... (gdb) bt #0 0x403cdcb4 in _int_malloc () from /lib/libc.so.6 #1 0x403cedfc in malloc () from /lib/libc.so.6 #2 0x401c4418 in sqlite3MallocRaw () from /usr/lib/libsqlite3.so.0 #3 0x401c450c in sqlite3StrNDup () from /usr/lib/libsqlite3.so.0 #4 0x401cc070 in sqlite3VdbeChangeP3 () from /usr/lib/libsqlite3.so.0 #5 0x401cc0ac in sqlite3VdbeOp3 () from /usr/lib/libsqlite3.so.0 #6 0x401ac010 in sqlite3CodeSubselect () from /usr/lib/libsqlite3.so.0 #7 0x401ab4b0 in sqlite3ExprCode () from /usr/lib/libsqlite3.so.0 #8 0x401abd00 in sqlite3ExprIfFalse () from /usr/lib/libsqlite3.so.0 #9 0x401d02cc in sqlite3WhereBegin () from /usr/lib/libsqlite3.so.0 #10 0x401bf13c in sqlite3Select () from /usr/lib/libsqlite3.so.0 #11 0x401b6978 in sqlite3Parser () from /usr/lib/libsqlite3.so.0 #12 0x401c12e0 in sqlite3RunParser () from /usr/lib/libsqlite3.so.0 #13 0x47de97e0 in ?? () <------------------------------- This is my problem Cannot access memory at address 0x30 <------------| (gdb)