From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22086 invoked by alias); 11 Nov 2006 22:28:28 -0000 Received: (qmail 22034 invoked by uid 22791); 11 Nov 2006 22:28:27 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-vbr5.xs4all.nl (HELO smtp-vbr5.xs4all.nl) (194.109.24.25) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 11 Nov 2006 22:28:22 +0000 Received: from webmail.xs4all.nl (dovemail2.xs4all.nl [194.109.26.4]) by smtp-vbr5.xs4all.nl (8.13.8/8.13.8) with ESMTP id kABMSDA3058146; Sat, 11 Nov 2006 23:28:18 +0100 (CET) (envelope-from mark.kettenis@xs4all.nl) Received: from 82.92.89.47 (SquirrelMail authenticated user sibelius) by webmail.xs4all.nl with HTTP; Sat, 11 Nov 2006 23:28:18 +0100 (CET) Message-ID: <15035.82.92.89.47.1163284098.squirrel@webmail.xs4all.nl> In-Reply-To: <455649D4.6050706@jguk.org> References: <454578F3.9030703@jguk.org> <455649D4.6050706@jguk.org> Date: Sat, 11 Nov 2006 22:28:00 -0000 Subject: Re: Two gdb 6.4 usage queries From: "Mark Kettenis" To: "Jon Grant" Cc: gdb@sourceware.org User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00078.txt.bz2 > Hello, > > Don't think I missed any reply.. I wonder if anyone could help me with > some info on how solve the problems? For one thing, those backtraces do not correspond to the same state. I don't know what the kde crash handler is doing, but it might be worth trying to disable it, such that your program just crashes. The resulting core dump should be easier to interpret. And if it isn't, you probably need to install the appropriote debug info packages for your system. > > Attaching to program: /usr/bin/ark, process 6582 > > (no debugging symbols found) Do yourself a favour, and compile your code (all of it) with -g. > > 0xffffe410 in __kernel_vsyscall () > > (gdb) bt > > #0 0xffffe410 in __kernel_vsyscall () > > #1 0xb7d09110 in ?? () > > #2 0xb7d08f3c in ?? () > > #3 0xbfc11bb4 in ?? () > > #4 0xbfc11bb4 in ?? () > > #5 0x00000000 in ?? () Make sure you install at least the debug info packages for glibc.