LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-03-2010, 03:27 PM   #1
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Xorg segmentation fault


HI,

I am using Slackware 13.1 and recently Xorg server
caused segmentation fault under KDE 4.4.3 twice. Here are listings from
Xorg.log files

Code:
 Backtrace:
0: X (xorg_backtrace+0x3b) [0x80a1e6b]
1: X (0x8048000+0x57b75) [0x809fb75]
2: (vdso) (__kernel_rt_sigreturn+0x0) [0xffffe40c]
3: X (0x8048000+0xa7d28) [0x80efd28]
4: X (0x8048000+0xa7d28) [0x80efd28]
5: X (0x8048000+0xa671f) [0x80ee71f]
6: X (BlockHandler+0x58) [0x80638e8]
7: X (WaitForSomething+0x10c) [0x80a039c]
8: X (0x8048000+0x39bf0) [0x8081bf0]
9: X (0x8048000+0x1b3b5) [0x80633b5]
10: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb7303b86]
11: X (0x8048000+0x1afa1) [0x8062fa1]
Segmentation fault at address 0x29db906c

Fatal server error:
Caught signal 11 (Segmentation fault). Server aborting
and

Code:
Backtrace:
0: X (xorg_backtrace+0x3b) [0x80a1e6b]
1: X (0x8048000+0x57b75) [0x809fb75]
2: (vdso) (__kernel_rt_sigreturn+0x0) [0xffffe40c]
3: X (xf86PostMotionEventP+0xcc) [0x80bc62c]
4: /usr/lib/xorg/modules/input/evdev_drv.so (0xb7305000+0x4781) [0xb7309781]
5: /usr/lib/xorg/modules/input/evdev_drv.so (0xb7305000+0x4a76) [0xb7309a76]
6: X (0x8048000+0x6d06f) [0x80b506f]
7: X (0x8048000+0x117774) [0x815f774]
8: (vdso) (__kernel_sigreturn+0x0) [0xffffe400]
9: X (0x8048000+0x39bf0) [0x8081bf0]
10: X (0x8048000+0x1b3b5) [0x80633b5]
11: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb740bb86]
12: X (0x8048000+0x1afa1) [0x8062fa1]
Segmentation fault at address 0xd5

Fatal server error:
Caught signal 11 (Segmentation fault). Server aborting
I hope it maybe usefull for someone. I tried the Bugzilla to find if these problems are known, but honestly I don't understand much what
is the Bugzilla all about. Is it for developers?
 
Old 07-03-2010, 04:54 PM   #2
Karl Godt
Member
 
Registered: Mar 2010
Location: Kiel , Germany
Distribution: once:SuSE6.2,Debian3.1, aurox9.2+3,Mandrake?,DSL? then:W7st,WVHB, #!8.10.02,PUPPY4.3.1 now:Macpup
Posts: 314

Rep: Reputation: 45
segmentation fault == stack overflow (if the programmer isnīt sure what to echo) (sometimes)
K-4-Desktop seems to need huge resources (ram ?)
I also had got the hint that permission denied is uttered by seg fault.
What does tty /dev/tty1 at runlevel 2 3 (promt/nox-terminal) say when login (root,password/sudo/su root) startx ?
 
Old 07-03-2010, 05:44 PM   #3
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,176

Rep: Reputation: 233Reputation: 233Reputation: 233
How to reproduce this problem? Does it happen randomly?
 
Old 07-03-2010, 07:24 PM   #4
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717

Original Poster
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Quote:
Originally Posted by guanx View Post
How to reproduce this problem? Does it happen randomly?
I used KDE 4.4.3 earlier without such problems. Sometimes dolphin crashed.
But Xorg the first time crashed today about 30 sec after KDE started.
The second restart also caused this error. The third restart of KDE
made X Server deaf for keyboard and mouse - I restarted the system remotely form the other computer (to avoid hard reset).

At this moment I am using fluxbox. I will try KDE again later.


I have P4 processor with 1GB RAM, nvidia fx 5500 card. I suppose it is
enough for KDE 4.4.x. But maybe I am wrong.
 
Old 07-03-2010, 07:40 PM   #5
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717

Original Poster
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Quote:
Originally Posted by Karl Godt View Post
What does tty /dev/tty1 at runlevel 2 3 (promt/nox-terminal) say when login (root,password/sudo/su root) startx ?
I am not sure I understand well your question. I started KDE with xinit
(the system is in runlevel 3). After the crash I saw only a full list of
messages from KDE: about nepomukservices and unregistering the keys.

Seem like KDE complains that client (guess Xorg client) was killed and tries to make a clean up. Next time I copy the screen into a file or will run KDE under twm (there will be a heluva lot messages).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
C++ segmentation fault Asuralm Programming 5 12-05-2007 05:09 PM
yast segmentation fault, system freezing - nvidia driver at fault? BaltikaTroika SUSE / openSUSE 2 12-02-2005 09:34 AM
Segmentation fault? JiggaJerry Fedora 10 01-16-2005 04:01 PM
segmentation fault for everything gsv Linux - Newbie 1 08-23-2004 06:19 PM
segmentation fault... perdesiz Linux - Software 1 08-18-2003 01:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration