From owner-freebsd-openoffice Fri Aug 16 12:12:34 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A22BC37B400 for ; Fri, 16 Aug 2002 12:12:33 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF1D743E3B for ; Fri, 16 Aug 2002 12:12:32 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g7GJCUHB006033; Fri, 16 Aug 2002 21:12:31 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g7GJCUYW852372; Fri, 16 Aug 2002 21:12:30 +0200 (MES) Date: Fri, 16 Aug 2002 21:14:07 +0200 (CEST) From: Martin Blapp To: "Kevin B. Hendricks" Cc: , Subject: Re: [porting-dev] FreeBSD and webdav problems In-Reply-To: <200208151623.37127.kevin.hendricks@sympatico.ca> Message-ID: <20020816210929.B17516-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, > The question I have here is why this socket is set to be non-blocking. Is > this something port specific for FreeBSD? Where is the f cntl done on the > socket fd that makes it non-blocking? I know more now. The threaded library does return 0 as it should. If you trace the process, you will see connect() return EINPROGRESS of course, since we have a userland threads library :-/ So this works as exprected, and in GDB I see connect() return 0. My fault. I have now a debug neon/webdav output. Maybe someone else can tell me why this loops on the blank.gif picture ? Host was http://www.heise.de. Can you try this URL too in your OO.org ? http://people.freebsd.org/~mbr/logs/webdavdebug.out Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message