From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QCGn1-0008T9-Qt for garchives@archives.gentoo.org; Tue, 19 Apr 2011 19:40:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B14C31C011; Tue, 19 Apr 2011 19:39:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6695E1C011 for ; Tue, 19 Apr 2011 19:39:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id D90991BC016 for ; Tue, 19 Apr 2011 19:39:10 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.869 X-Spam-Level: X-Spam-Status: No, score=-2.869 required=5.5 tests=[AWL=-0.270, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oeE5kHRJcplY for ; Tue, 19 Apr 2011 19:39:04 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 7F35F1B409C for ; Tue, 19 Apr 2011 19:39:04 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QCGlF-0007Wj-Sr for gentoo-user@gentoo.org; Tue, 19 Apr 2011 21:38:57 +0200 Received: from adsl-69-234-196-86.dsl.irvnca.pacbell.net ([69.234.196.86]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Apr 2011 21:38:57 +0200 Received: from w41ter by adsl-69-234-196-86.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Apr 2011 21:38:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: LibreOffice + GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed Date: Tue, 19 Apr 2011 12:38:39 -0700 Message-ID: References: <20110412042336.GA3927@ca.inter.net> <5FF2FBC1-5AD0-47FC-B416-73FA03ADD43C@stellar.eclipse.co.uk> <20110415230831.76317234@digimed.co.uk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-196-86.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0b13pre) Gecko/20110401 Thunderbird/3.3a3 In-Reply-To: X-Archives-Salt: X-Archives-Hash: 072b2875be6fd6d9f7217f42866480d9 On 04/17/2011 05:32 PM, Carlos Sura wrote: > > > On 17 April 2011 16:14, walt > wrote: > > On 04/17/2011 11:38 AM, Carlos Sura wrote: > > > But, trying as a normal user, isn't working and I dont have any clue > about what is making this problem, there is no log or error to > trace. > > So, I've unistalled libreoffice, and installed again, but... Isn't > working yet... I'm not really sure what's this problem, since I don't > have any clue or any idea to trace this error. > > > Try strace this way (as normal user): > > $strace -f -o outputfile /usr/bin/libreoffice > > The -f flag allows strace to follow as the shell-script starts the real > binary executable. Look through 'outputfile' for messages that look > fatal :) > > > > > > Hello Walt, thank you for your answer > > This is the paste: http://tinypaste.com/dde0e1 The trace clearly shows a segfault, which is what you would expect given how the program behaves -- but I can't tell what's causing it. Maybe someone else can tell us. I can suggest a few things to check, though. I'd try moving or deleting your ~/.libreoffice directory to see if something in there is corrupted. If LO wants to import old settings from OO try saying no. I notice you're using iced-tea for java. Have you used java-config-2 to make sure it's all set up correctly? Note that the java settings in LO need to be edited by hand if you change java versions :(Dumb, but doesn't cause a segfault for me.) Are you running python-3 instead of python-2? Do you get the same segfault by running /usr/lib64/libreoffice/program/soffice.bin directly? Good idea to create a new (ordinary) user account so you can try failing programs with a completely fresh environment -- not at all the same as running something as root, of course, and very safe if you use a strong password for the new user. Out of ideas for the moment.