From owner-freebsd-threads@FreeBSD.ORG Fri Jun 4 05:09:51 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 3EC5F16A4CE for ; Fri, 4 Jun 2004 05:09:51 -0700 (PDT) Received: from rms04.rommon.net (rms04.rommon.net [212.54.2.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FF1B43D54 for ; Fri, 4 Jun 2004 05:09:50 -0700 (PDT) (envelope-from pete@he.iki.fi) Received: from he.iki.fi (h86.vuokselantie10.fi [193.64.42.134]) by rms04.rommon.net (8.12.10/8.12.9) with ESMTP id i54C9j3v085650 for ; Fri, 4 Jun 2004 15:09:48 +0300 (EEST) (envelope-from pete@he.iki.fi) Message-ID: <40C06689.1030407@he.iki.fi> Date: Fri, 04 Jun 2004 15:09:45 +0300 From: Petri Helenius User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-threads@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: profiled kse app 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: Fri, 04 Jun 2004 12:09:51 -0000 Is there a specific reason why -pg compiler / linker option would be incompatible with libkse on 5.2.1? I´ve an application which runs fine without profiling but when profiling is activated, it gets signal 11 in a few seconds after start. Pete