From owner-freebsd-ports@FreeBSD.ORG Wed Apr 12 20:33:25 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D79616A401 for ; Wed, 12 Apr 2006 20:33:25 +0000 (UTC) (envelope-from regisr@pobox.com) Received: from proof.pobox.com (proof.pobox.com [207.106.133.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B9FD43D48 for ; Wed, 12 Apr 2006 20:33:24 +0000 (GMT) (envelope-from regisr@pobox.com) Received: from proof (localhost [127.0.0.1]) by proof.pobox.com (Postfix) with ESMTP id 19D90E3D35 for ; Wed, 12 Apr 2006 16:33:24 -0400 (EDT) Received: from crocoite.regix.info (regisr.net1.nerim.net [62.212.109.60]) by proof.sasl.smtp.pobox.com (Postfix) with ESMTP id 5017A37D26 for ; Wed, 12 Apr 2006 16:33:23 -0400 (EDT) Date: Wed, 12 Apr 2006 22:33:21 +0200 From: regisr To: freebsd-ports@freebsd.org Message-Id: <20060412223321.6ab0268f.regisr@pobox.com> In-Reply-To: <1143670400.52537.36.camel@ikaros.oook.cz> References: <20060329221131.4c2c2bb5.regisr@pobox.com> <17450.64039.71425.258171@jerusalem.litteratus.org> <1143670400.52537.36.camel@ikaros.oook.cz> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.16; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [net/boinc-client] build but crash... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Apr 2006 20:33:25 -0000 On Thu, 30 Mar 2006 00:13:20 +0200 Pav Lucistnik a =E9crit: > > > 2) when launching it: > > > SIGSEGV: segmentation violation > > > error > > Looking at the core dump (data available on request) and > > talking to the maintainer suggests a pthread issue. =20 Who is working about this if any? I find that the problems seems to be in the call to curl_global_init which is not thread-safe according the man page ... call is in the source file net_xfer_curl.C.