From owner-freebsd-openoffice Mon Aug 26 4:34: 6 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 D92E137B400; Mon, 26 Aug 2002 04:34:04 -0700 (PDT) Received: from tomts21-srv.bellnexxia.net (tomts21.bellnexxia.net [209.226.175.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD4AC43E65; Mon, 26 Aug 2002 04:34:03 -0700 (PDT) (envelope-from kevin.hendricks@sympatico.ca) Received: from localhost.localdomain ([65.93.135.151]) by tomts21-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020826113252.JBGC7776.tomts21-srv.bellnexxia.net@localhost.localdomain>; Mon, 26 Aug 2002 07:32:52 -0400 Content-Type: text/plain; charset="iso-8859-1" From: "Kevin B. Hendricks" To: Martin Blapp Subject: Re: [porting-dev] FreeBSD: 3 different crashes in OO.1.0.1 Date: Mon, 26 Aug 2002 07:34:58 -0400 X-Mailer: KMail [version 1.4] Cc: , , References: <20020826102020.U59651-100000@levais.imp.ch> In-Reply-To: <20020826102020.U59651-100000@levais.imp.ch> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200208260734.58186.kevin.hendricks@sympatico.ca> 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 Martin, On August 26, 2002 04:47, Martin Blapp wrote: > Hi, > > > I have put a breakpoint at Frame 5 right on the throw statement (see > > your frame 5 source below) and then tried to open the url > > file:///junk.txt which does not exist. And happily received the dialog > > box that says the file does not exist BUT the breakpoint was never > > hit! > > I note that you use three ///, I always used two slashes. I thought your use file:// as the protocoal and the next slash implied looking at localhost /junk.html as a full path to a non-existent root junk.html. But I am no url expert. Okay I tried with // and still no errors and that throw is never hit. So we seem to differ on the eError. Please keep to using 3 slashes so we are doing the same thing. Then: Please put breakpoints after IsStorage and other key places in "detect" to try and track down which call out of detect results in the eError getting set. Then we can both follow that path down to the point where the exact eError condition is determined first and try to figure out how we differ. Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message