From owner-freebsd-hackers@FreeBSD.ORG Wed Apr 25 03:27:38 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59A4116A401 for ; Wed, 25 Apr 2007 03:27:38 +0000 (UTC) (envelope-from artifact.one@googlemail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.227]) by mx1.freebsd.org (Postfix) with ESMTP id 1A84B13C458 for ; Wed, 25 Apr 2007 03:27:37 +0000 (UTC) (envelope-from artifact.one@googlemail.com) Received: by wr-out-0506.google.com with SMTP id 70so76899wra for ; Tue, 24 Apr 2007 20:27:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZdX3PYovu4/BZj0Z92SxQo3Z8LwhkAW+iW8Xv0GYWCU1CfGn3f2yGQ48klFi6bTuTxBusYinzSGa6CaayE4+/GqTA/wUcfnr/ROpGMlJI8qy97JEefL8McPfHIyKffR5QtMX50+5bKcj+8jSwJis0OmHApVwu2h3+qrchJ0rQBk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=O8aHi1vCN5ui9zMh/q51mu11WcUI+xftZYZqTLAHg7zjSciEY0iIQYQNdc+s1JoBaMmFxFvsfcKQ8MV952YJEQkof3iXaZ8mpZaKrMMfm9qPCtIyfrMRqN3oDC6MJKZCtWWRRyjQgIa7Y6sX5yyenLM49Y6ntMuyeeCcICZqiAo= Received: by 10.90.54.4 with SMTP id c4mr125710aga.1177470105482; Tue, 24 Apr 2007 20:01:45 -0700 (PDT) Received: by 10.90.79.16 with HTTP; Tue, 24 Apr 2007 20:01:45 -0700 (PDT) Message-ID: <8e96a0b90704242001g28a32eav592d0a8576f1297a@mail.gmail.com> Date: Wed, 25 Apr 2007 04:01:45 +0100 From: "mal content" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: SIGFPE with libthr and gdb X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2007 03:27:38 -0000 Hello. When using this libmap.conf: libpthread.so.2 libthr.so.2 libpthread.so libthr.so libc_r.so.6 libthr.so.2 libc_r.so libthr.so ...nearly every program receives SIGFPE when calling various functions, when running under gdb. strtol() is one example. Is this a well known problem, before I file a bug report? I'm on FreeBSD 6.2-RELEASE. MC