From owner-freebsd-stable@FreeBSD.ORG Fri Nov 27 07:48:52 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B96741065679 for ; Fri, 27 Nov 2009 07:48:52 +0000 (UTC) (envelope-from graham@menhennitt.com.au) Received: from mail01.syd.optusnet.com.au (mail01.syd.optusnet.com.au [211.29.132.182]) by mx1.freebsd.org (Postfix) with ESMTP id 50B548FC1F for ; Fri, 27 Nov 2009 07:48:51 +0000 (UTC) Received: from maxwell.mencon.com.au (c122-107-224-152.eburwd5.vic.optusnet.com.au [122.107.224.152]) by mail01.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id nAR7mdgk017594; Fri, 27 Nov 2009 18:48:40 +1100 Received: from [203.2.73.73] (chief.mencon.com.au [203.2.73.73]) by maxwell.mencon.com.au (Postfix) with ESMTP id F2CB25CFF; Fri, 27 Nov 2009 18:48:38 +1100 (EST) Message-ID: <4B0F845D.3000108@menhennitt.com.au> Date: Fri, 27 Nov 2009 18:48:45 +1100 From: Graham Menhennitt User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: "Mikhail T." References: <4B09D7BE.20602@aldan.algebra.com> In-Reply-To: <4B09D7BE.20602@aldan.algebra.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: openoffice stuck in _umtx_op X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2009 07:48:52 -0000 Mikhail T. wrote: > I'm trying to start OOo, and it hangs at start-up -- after popping up > its banner page. > > ktrace shows the following, slowly repeating, sequence of events: > > [...] > 32726 soffice.bin CALL > _umtx_op(0x805d09060,0x8,0x1,0x805d09040,0x7fffffbfeef0) > 32726 soffice.bin RET _umtx_op -1 errno 60 Operation timed out > 32726 soffice.bin CALL gettimeofday(0x7fffffbfef70,0) > 32726 soffice.bin RET gettimeofday 0 > 32726 soffice.bin CALL clock_gettime(0,0x7fffffbfef00) > 32726 soffice.bin RET clock_gettime 0 > 32726 soffice.bin CALL > _umtx_op(0x805d09060,0x8,0x1,0x805d09040,0x7fffffbfeef0) > 32726 soffice.bin RET _umtx_op -1 errno 60 Operation timed out > 32726 soffice.bin CALL gettimeofday(0x7fffffbfef70,0) > 32726 soffice.bin RET gettimeofday 0 > 32726 soffice.bin CALL clock_gettime(0,0x7fffffbfef00) > 32726 soffice.bin RET clock_gettime 0 > 32726 soffice.bin CALL > _umtx_op(0x805d09060,0x8,0x1,0x805d09040,0x7fffffbfeef0) > [...] > > what's happening? `ipcs -a' does not show anything extraordinary and > there is nothing in syslog either... > > The machine is running 7.2-STABLE/amd64 (as of Oct 25). Any ideas? Thanks! > Mikhail, I don't use OOo on FreeBSD, so I can't help you directly. However, I see similar behaviour on Kubuntu Linux. If I double click on some files that are associated with OOo, I see the splash screen and it hangs forever. If I start OOo from the command line without any parameters, it works correctly - I then open the file from the menu. Maybe that's a workaround for you for now. I haven't seen any bugs on the OOo site that seem to match this. I'll try to get a reproducable case and report it. Graham