From owner-freebsd-ports@FreeBSD.ORG Tue Aug 30 22:19:54 2005 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 6FBF316A41F for ; Tue, 30 Aug 2005 22:19:54 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam.ru (gw.ipt.ru [80.253.10.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D33843D48 for ; Tue, 30 Aug 2005 22:19:54 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam by bsam.ru with local (Exim 4.30; FreeBSD) id 1EAEQj-000Etm-46; Wed, 31 Aug 2005 02:18:09 +0400 To: freebsd-ports@FreeBSD.org References: <85395114@srv.sem.ipt.ru> From: Boris Samorodov Date: Wed, 31 Aug 2005 02:18:09 +0400 In-Reply-To: <85395114@srv.sem.ipt.ru> (Boris Samorodov's message of "Wed, 31 Aug 2005 01:57:57 +0400") Message-ID: <19313902@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" Cc: shoesoft@gmx.net Subject: treading, devel/ice and ssl 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: Tue, 30 Aug 2005 22:19:54 -0000 On Wed, 31 Aug 2005 01:57:57 +0400 Boris Samorodov wrote: > I'm testing devel/ice with FreeBSD-5.4 and 6.0-BETA3. On both hosts > all tests went good without ssl. But if I use protocol = "ssl", tests > on both hosts hang when shutting down some server prosesses. Openssl > is from the base system. Actually, the problem is with devel/ice, ssl _and_ threading. When I use "threadPerConnection = 1" both hosts pass many tests, but processes hang: ----- *** running tests in ./test/IcePack/simple starting icepack registry... ok starting server... ok starting client... ok testing checked cast... ok pinging server... ok shutting down server... ok shutting down icepack registry... IcePackRegistry: icepackregistry: error: exception in `IcePack.Registry.Internal.ThreadPool': IcePackRegistry: Network.cpp:263: Ice::SocketException: IcePackRegistry: socket exception: Invalid argument IcePackRegistry: icepackregistry: error: exception in `IcePack.Registry.Internal.ThreadPool': IcePackRegistry: Network.cpp:263: Ice::SocketException: IcePackRegistry: socket exception: Invalid argument IcePackRegistry: icepackregistry: error: exception in `IcePack.Registry.Internal.ThreadPool': IcePackRegistry: Network.cpp:263: Ice::SocketException: IcePackRegistry: socket exception: Invalid argument IcePackRegistry: icepackregistry: error: exception in `IcePack.Registry.Internal.ThreadPool': IcePackRegistry: Network.cpp:263: Ice::SocketException: IcePackRegistry: socket exception: Invalid argument ok ----- -C did nothing. But killing the process helps. > Did somebody succeed in testing devel/ice with ssl? ... and threading? WBR -- bsam