From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31678 invoked by alias); 10 Jan 2007 14:18:16 -0000 Received: (qmail 31670 invoked by uid 22791); 10 Jan 2007 14:18:15 -0000 X-Spam-Check-By: sourceware.org Received: from brical.or.uni-bonn.de (HELO brical.or.uni-bonn.de) (131.220.141.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 10 Jan 2007 14:18:05 +0000 Received: from wse04.or.uni-bonn.de (bg-1.or.uni-bonn.de [131.220.141.100]) by brical.or.uni-bonn.de (Postfix) with ESMTP id 6460D3B7D0 for ; Wed, 10 Jan 2007 15:17:20 +0100 (CET) Received: from [131.220.143.130] (wse00.or.uni-bonn.de [131.220.143.130]) by wse04.or.uni-bonn.de (Postfix) with ESMTP id B7C2CE927 for ; Wed, 10 Jan 2007 15:20:50 +0100 (CET) From: Christoph Bartoschek To: gdb@sourceware.org Subject: Differences between program runs with and without gdb Date: Wed, 10 Jan 2007 14:18:00 -0000 User-Agent: KMail/1.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701101517.20024.bartoschek@or.uni-bonn.de> 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-01/txt/msg00167.txt.bz2 Hi, is there a list of things that could be different between to runs of a programm once with and once without running it under gdb? I have a programm that calls the custom memory allocator less often when run under gdb. Now I search for all possible causes for this behaviour. Christoph