From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20769 invoked by alias); 28 Jul 2009 21:51:22 -0000 Received: (qmail 20757 invoked by uid 22791); 28 Jul 2009 21:51:21 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from rv-out-0708.google.com (HELO rv-out-0708.google.com) (209.85.198.249) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 28 Jul 2009 21:51:15 +0000 Received: by rv-out-0708.google.com with SMTP id b17so86104rvf.48 for ; Tue, 28 Jul 2009 14:51:13 -0700 (PDT) Received: by 10.140.126.19 with SMTP id y19mr5595482rvc.59.1248817873366; Tue, 28 Jul 2009 14:51:13 -0700 (PDT) Received: from hydrogen.gmail.com (207-172-203-39.c3-0.upd-ubr7.trpr-upd.pa.cable.rcn.com [207.172.203.39]) by mx.google.com with ESMTPS id b39sm1885554rvf.23.2009.07.28.14.51.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 28 Jul 2009 14:51:12 -0700 (PDT) Date: Tue, 28 Jul 2009 21:51:00 -0000 Message-ID: <87vdlcqxwy.wl%naesten@gmail.com> From: Samuel Bronson To: Pavel Shevaev Cc: Paul Pluzhnikov , gdb@sourceware.org Subject: Re: Trying to spot memory corruption with core dump In-Reply-To: References: <8ac60eac0907272358n7cd27407va0a9982ea4d466bc@mail.gmail.com> <8ac60eac0907280642h4700d7d5m95204a6e201281da@mail.gmail.com> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII 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: 2009-07/txt/msg00223.txt.bz2 At Tue, 28 Jul 2009 20:55:40 +0400, Pavel Shevaev wrote: > > Is the application multithreaded? > > Yes. And yes, I tried using helgrind as well and it discovered nothing... Have you also tried DRD ? I'm not sure how likely that is to help, but...