From owner-freebsd-threads@FreeBSD.ORG Wed Dec 15 18:54:38 2004 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9955316A4CE for ; Wed, 15 Dec 2004 18:54:38 +0000 (GMT) Received: from silver.he.iki.fi (helenius.fi [193.64.42.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BA1643D39 for ; Wed, 15 Dec 2004 18:54:37 +0000 (GMT) (envelope-from pete@he.iki.fi) Received: from [193.64.42.134] (h86.vuokselantie10.fi [193.64.42.134]) by silver.he.iki.fi (8.13.1/8.11.4) with ESMTP id iBFIsZDo038951 for ; Wed, 15 Dec 2004 20:54:35 +0200 (EET) (envelope-from pete@he.iki.fi) Message-ID: <41C0886C.7040704@he.iki.fi> Date: Wed, 15 Dec 2004 20:54:36 +0200 From: Petri Helenius User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-threads@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: malloc / free and profiling X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 18:54:38 -0000 Is it a known problem that libpthread with -pg (gprof stuff) does not work properly but gets random hangs in malloc / free routines? (5.3-RELEASE) Same code with gcov or no profiling at all works fine. Pete