From owner-freebsd-threads@FreeBSD.ORG Tue Nov 22 13:53:59 2005 Return-Path: X-Original-To: freebsd-threads@freebsd.org 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 B3F3416A41F for ; Tue, 22 Nov 2005 13:53:59 +0000 (GMT) (envelope-from kilogramo@clarinmail.com) Received: from smtp-01.arnet.com.ar (smtp-01.arnet.com.ar [200.45.191.24]) by mx1.FreeBSD.org (Postfix) with SMTP id 9FB0643D5E for ; Tue, 22 Nov 2005 13:53:48 +0000 (GMT) (envelope-from kilogramo@clarinmail.com) Received: (qmail 7819 invoked from network); 22 Nov 2005 10:52:54 -0000 Received: from unknown (HELO casa) (201.252.71.190) by smtp-01.arnet.com.ar with SMTP; 22 Nov 2005 10:52:54 -0000 Message-ID: <001401c5ef6c$28d548a0$6901a8c0@casa> From: "pablo" To: Date: Tue, 22 Nov 2005 10:53:46 -0300 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: connection closed X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 13:53:59 -0000 Hello, a friend and me had a project but we are having some trouble. We = built an eggdrop module which uses libxml2 http client and lpthreads. = This works fine in linux, but while tasting it on freebsd (we actually = have 5.4 stable) the connection closes down. It seems that on freebsd = the eggdrop lpthreads and libxml2 alltogether have a trouble, and i = wanted to know if ant of you knows what could be happening. Those things = used in twos work fine but the three together dont. Thanks