From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18835 invoked by alias); 14 Jul 2006 14:05:13 -0000 Received: (qmail 18827 invoked by uid 22791); 14 Jul 2006 14:05:13 -0000 X-Spam-Check-By: sourceware.org Received: from service.anykey.de (HELO service.anykey.de) (213.168.80.18) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 14 Jul 2006 14:05:08 +0000 Received: from eu.main.anykey (eu.main.anykey [192.168.200.17]) by service.anykey.de (anykey GmbH) with ESMTP id 02F8813A34 for ; Fri, 14 Jul 2006 16:05:05 +0200 (CEST) Received: by eu.main.anykey (Postfix, from userid 96) id C9A1FD4366; Fri, 14 Jul 2006 16:05:05 +0200 (CEST) Received: from eu.main.anykey (localhost [127.0.0.1]) by eu.main.anykey (Postfix) with ESMTP id 88E65D4366 for ; Fri, 14 Jul 2006 16:05:05 +0200 (CEST) Message-ID: <1834174.1152885905532.OPEN-XCHANGE.WebMail.wwwrun@eu.main.anykey> Date: Fri, 14 Jul 2006 14:33:00 -0000 From: Thomas Ackermann To: gdb@sourceware.org Subject: Re: Help with debugging LD_PRELOADed shared C libraries In-Reply-To: <44B6F1D8.7000209@netspace.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: OPEN-XCHANGE 0.8.0 - WebMail References: <6780801.1152809218081.OPEN-XCHANGE.WebMail.wwwrun@eu.main.anykey> <44B6F1D8.7000209@netspace.net.au> 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-07/txt/msg00090.txt.bz2 I found the bug :) The binary will is started by a framework of scripts - and somewhere between them, some tests with "ulimit" were made and "ulimit -c 2000" set! Now, i am waiting for a new core file - fullsized this time :) Sorry to have bugged you!