From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3170 invoked by alias); 22 Apr 2010 02:41:05 -0000 Received: (qmail 3153 invoked by uid 22791); 22 Apr 2010 02:41:04 -0000 X-SWARE-Spam-Status: No, hits=2.1 required=5.0 tests=BAYES_00,CHARSET_FARAWAY_HEADER,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_MSGID_LONG45,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-qy0-f180.google.com (HELO mail-qy0-f180.google.com) (209.85.221.180) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Apr 2010 02:40:59 +0000 Received: by qyk10 with SMTP id 10so10267279qyk.25 for ; Wed, 21 Apr 2010 19:40:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.94.204 with HTTP; Wed, 21 Apr 2010 19:40:57 -0700 (PDT) Date: Thu, 22 Apr 2010 02:41:00 -0000 Received: by 10.229.227.5 with SMTP id iy5mr1516922qcb.29.1271904057320; Wed, 21 Apr 2010 19:40:57 -0700 (PDT) Message-ID: Subject: No useful backtrace in core dump. From: =?GB2312?B?tPq2+9DA?= To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2010-04/txt/msg00068.txt.bz2 Hi list, I'm new with gdb. Really need your help. I run gdb with my program on ARM platform. I compiled the codes with -g option. After the codes crash, in core dump file, I only see something like: Raise() Abort() ?? () Why no the last function called in my program? How to make this work, Please help. Thanks!