From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3B5E813891B for ; Fri, 8 Feb 2013 20:08:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACD6321C03A; Fri, 8 Feb 2013 20:08:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF931E05E4 for ; Fri, 8 Feb 2013 20:08:06 +0000 (UTC) Received: from mail-ia0-f171.google.com (mail-ia0-f171.google.com [209.85.210.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id 282D833E223 for ; Fri, 8 Feb 2013 20:08:06 +0000 (UTC) Received: by mail-ia0-f171.google.com with SMTP id z13so4662450iaz.2 for ; Fri, 08 Feb 2013 12:07:44 -0800 (PST) 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 X-Received: by 10.50.187.169 with SMTP id ft9mr5112669igc.25.1360354064922; Fri, 08 Feb 2013 12:07:44 -0800 (PST) Received: by 10.64.102.66 with HTTP; Fri, 8 Feb 2013 12:07:44 -0800 (PST) In-Reply-To: <5115545D.1090109@gmail.com> References: <51153E3C.7030707@gmail.com> <51154A3D.5040704@gmail.com> <5115545D.1090109@gmail.com> Date: Fri, 8 Feb 2013 15:07:44 -0500 Message-ID: Subject: Re: [gentoo-user] KDE 4.10 and plasma crashing From: Mike Gilbert To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: fafd5f5a-e7de-4fcd-8461-2ea2dafc9794 X-Archives-Hash: 0517eb5da3c459a3d08cd87a2b3b228f On Fri, Feb 8, 2013 at 2:39 PM, Dale wrote: > Nilesh Govindrajan wrote: >> On Sat, Feb 9, 2013 at 12:25 AM, Dale wrote: >>> Nilesh Govindrajan wrote: >>>> On Fri, Feb 8, 2013 at 11:34 PM, Dale wrote: >>>>> Howdy, >>>>> >>>>> Well, KDE 4.10 has hit the tree. I added it and all its friends to the >>>>> keyword file and off it went updating. When I logged out and back in >>>>> again, I get a error that plasma has crashed. There is no wallpaper >>>>> like there used to be, no kicker/panel thingy at the bottom or >>>>> anything. Basically, it looks a lot like icewm or something or maybe >>>>> even less. >>>>> >>>>> Has anyone else upgraded and ran into this? I'm doing a emerge -e world >>>>> now, just for giggles, but will go back if that doesn't fix it. The >>>>> only package that failed to compile was kphoto or something. Shouldn't >>>>> matter on this I guess. >>>>> >>>>> Thanks. >>>>> >>>>> Dale >>>>> >>>>> :-) :-) >>>>> >>>>> -- >>>>> I am only responsible for what I said ... Not for what you understood or how you interpreted my words! >>>>> >>>>> >>>> Sounds like a segfault. Saw dmesg? >>>> >>> Now that you mention it, I found this line at the tail end of dmesg: >>> >>> [12006045.183173] plasma-desktop[12552]: segfault at 0 ip >>> 00007f2033f3279c sp 00007fff1d43be10 error 4 in >>> libQtDeclarative.so.4.8.4[7f2033d75000+3a2000] >>> >>> I think I see the problem. I bet KDE 4.10 needs a newer qt set. Going >>> to check on that now. >>> >>> Thanks. >>> >>> Dale >>> >>> :-) :-) >>> >>> -- >>> I am only responsible for what I said ... Not for what you understood or how you interpreted my words! >>> >>> >> Make sure that you're not using any variant of -O3. It messes up >> things like crazy :D >> > > Well, there was only one newer package with a -r1 on the end, qt-core. > I upgraded it and no change. As for my flags, I have the same flags I > have had since I built this rig. > > CFLAGS="-march=native -O2 -pipe" > > I want stability more than speed so I keep it real. No need trying > something silly and having problems. > > Well, when emerge -e world finishes and it still doesn't work, I'll go > back to KDE 4.9.* for a bit to see if it gets fixed. > > Open to ideas tho. If anyone has one. It's not like I have a really > nice simple error message to help things along. :/ > I had the same issue after upgrading, and was directed to bug 450818 in #gentoo-kde. I ended up downgrading to 4.9.5 again.