Clan x86

Technical (Development, Security, etc.) => Unix / Linux Discussion => Topic started by: abc on January 22, 2010, 01:26:11 am

Title: KWin Crashes on startup.
Post by: abc on January 22, 2010, 01:26:11 am
I'm running Ubuntu 9.10, everytime I boot up Kwin immediately crashes and I have to use Metacity which I hate..haha. I would definitely consider myself a noob when it comes to linux.. so detail would be nice :)
..here is a crash report:
Code: [Select]
Application: KWin (kwin), signal: Aborted
[KCrash Handler]
#6  0x00cbd422 in __kernel_vsyscall ()
#7  0x003624d1 in raise () from /lib/tls/i686/cmov/libc.so.6
#8  0x00365932 in abort () from /lib/tls/i686/cmov/libc.so.6
#9  0x0035b648 in __assert_fail () from /lib/tls/i686/cmov/libc.so.6
#10 0x00bca91d in _XRead () from /usr/lib/libX11.so.6
#11 0x0025325d in ?? () from /usr/lib/libGL.so.1
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Any ideas anyone? Please and thank you. :)
Title: Re: KWin Crashes on startup.
Post by: Joe on January 22, 2010, 02:26:18 am
Can you post a uname -a?
Title: Re: KWin Crashes on startup.
Post by: abc on January 22, 2010, 02:47:46 am
Code: [Select]
Linux syph 2.6.31-15-generic #50-Ubuntu SMP Tue Nov 10 14:54:29 UTC 2009 i686 GNU/Linux
Title: Re: KWin Crashes on startup.
Post by: iago on January 22, 2010, 08:40:59 am
The error is in libGL, which makes me think graphics drivers.

I'd recommend going to the Ubuntu forums. I hear they're normally helpful.
Title: Re: KWin Crashes on startup.
Post by: abc on January 22, 2010, 12:59:56 pm
The error is in libGL, which makes me think graphics drivers.

I'd recommend going to the Ubuntu forums. I hear they're normally helpful.


Okay, thank you.
Title: Re: KWin Crashes on startup.
Post by: Joe on January 23, 2010, 02:12:58 am
The usual first step to diagnosing issues:

sudo apt-get update
sudo apt-get dist-upgrade

That'll install all newly updated packages off the repositories.