From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23531 invoked by alias); 2 Oct 2008 06:58:10 -0000 Received: (qmail 23420 invoked by uid 22791); 2 Oct 2008 06:58:09 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 02 Oct 2008 06:57:34 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id m926vTiw020650; Thu, 2 Oct 2008 08:57:29 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id m926vShq008166; Thu, 2 Oct 2008 08:57:28 +0200 (CEST) Date: Thu, 02 Oct 2008 06:58:00 -0000 Message-Id: <200810020657.m926vShq008166@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: rdtorres@gmail.com CC: gdb@sourceware.org In-reply-to: (rdtorres@gmail.com) Subject: Re: CoreDump -- Cannot access memory References: 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: 2008-10/txt/msg00015.txt.bz2 > Date: Wed, 1 Oct 2008 18:32:14 -0300 > From: rdtorres@gmail.com > > Do you have any idea why the stack of my core-dump is broken ? Probably because the core dump was truncated. Usually that happens because you're running with ulimit -c set to a value that's too small.