From owner-freebsd-threads@FreeBSD.ORG Wed Nov 19 07:21:51 2003 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 1A48816A4CE; Wed, 19 Nov 2003 07:21:51 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D51A44003; Wed, 19 Nov 2003 07:21:40 -0800 (PST) (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 hAJFLd1G027970; Wed, 19 Nov 2003 10:21:39 -0500 (EST) Date: Wed, 19 Nov 2003 10:21:39 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: "Jacques A. Vidrine" In-Reply-To: <20031119150838.GA63955@madman.celabo.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-threads@FreeBSD.org Subject: Re: threads and openssl 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, 19 Nov 2003 15:21:51 -0000 On Wed, 19 Nov 2003, Jacques A. Vidrine wrote: > On Wed, Nov 19, 2003 at 10:04:15AM -0500, Daniel Eischen wrote: > > $ ldd /usr/lib/libssl.so.3 # or wherever your libssl lies > > $ ldd ssl_application > > > > Are they using different thread libraries? I've never tried > > this, but just want to be sure you're not blowing up because > > different libraries are in use. > > At the time, they were both referencing libc_r. > Cheers, Can you guys try building with debugging enabled and get some more info (with libkse)? I'd like to see if it's openssl or the application, or our thread library. -- Dan Eischen