From owner-freebsd-threads@FreeBSD.ORG Tue Jun 8 17:07:20 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 8EFC416A4CE for ; Tue, 8 Jun 2004 17:07:20 +0000 (GMT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F68543D39 for ; Tue, 8 Jun 2004 17:07:20 +0000 (GMT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i58H70Pd006391; Tue, 8 Jun 2004 13:07:00 -0400 (EDT) Date: Tue, 8 Jun 2004 13:07:00 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Petri Helenius In-Reply-To: <40C5EF60.5040409@he.iki.fi> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE cc: freebsd-threads@freebsd.org Subject: Re: profiling applications with threads 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: Tue, 08 Jun 2004 17:07:20 -0000 On Tue, 8 Jun 2004, Petri Helenius wrote: >=20 > I=B4m wondering if anyone would offer me advice in between the symbol=20 > resolving + amd64 discussion if there is something inherently known to=20 > be broken with 5.2.1 so profiling threaded applications is not supported= =20 > and if there are patches that could solve the almost immediate coredumps? I don't know about 5.2.1, but there are bugs in libkse in that release. If you are having problems, I would first suggest -current. I built and ran simple applications with -pg using libpthread in current, but haven't tried analyzing them. --=20 Dan