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 09-23-2013, 03:10 PM   #1
lukkon
LQ Newbie
 
Registered: Dec 2011
Distribution: Slackware/Debian
Posts: 27

Rep: Reputation: Disabled
Chrome/Chromium crash X.org on Slackware-Current


Hi! I have a Slackware current system (upgraded from 14.0 few days ago) with Chromium installed (chromium-29.0.1547.57-x86_64-1sl from slacky repository). Unfortunately every time I search something (for example "slackware") on Google and click a link to image below "Images for slackware" X.org crash immediately X.org crash also when I do other things using Chromium but this one is the simplest to describe. This problem also exist when I use Google Chrome.

Log from chromium:
Code:
[10:10:0923/214734:VERBOSE1:dispatcher.cc(1169)] Num tracked contexts: 4
[19521:19536:0923/214737:VERBOSE1:chrome_browser_main_posix.cc(221)] Handling shutdown for signal 1.
[19521:19521:0923/214737:ERROR:chrome_browser_main_x11.cc(62)] X IO error received (X server probably went away)
[19521:19521:0923/214737:ERROR:zygote_host_impl_linux.cc(472)] Failed to send GetTerminationStatus message to zygote
[19521:19521:0923/214737:WARNING:zygote_host_impl_linux.cc(480)] Socket closed prematurely.
[19521:19521:0923/214737:ERROR:zygote_host_impl_linux.cc(472)] Failed to send GetTerminationStatus message to zygote
[19521:19521:0923/214737:WARNING:zygote_host_impl_linux.cc(480)] Socket closed prematurely.
[19521:19521:0923/214738:VERBOSE1:pref_proxy_config_tracker_impl.cc(145)] 0x1a1a5bf0f180: set chrome proxy config service to 0
and from X.org:
Code:
[ 22365.218] (EE) 
[ 22365.218] (EE) Backtrace:
[ 22365.218] (EE) 0: /usr/bin/X (xorg_backtrace+0x3d) [0x57b11d]
[ 22365.218] (EE) 1: /usr/bin/X (0x400000+0x17eb29) [0x57eb29]
[ 22365.218] (EE) 2: /lib64/libpthread.so.0 (0x7f53940f0000+0xf670) [0x7f53940ff670]
[ 22365.218] (EE) 
[ 22365.218] (EE) Segmentation fault at address 0x0
[ 22365.218] (EE) 
Fatal server error:
[ 22365.218] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 22365.218] (EE) 
[ 22365.218] (EE) 
Please consult the The X.Org Foundation support 
         at http://wiki.x.org
 for help. 
[ 22365.218] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 22365.218] (EE) 
[ 22368.148] (EE) Server terminated with error (1). Closing log file.
My GPU is 9600M GS and I use Nvidia driver 319.49 installed using binary file from nvidia.com

Anyone with similar problem? Or can you give me some tips how to debug this issue?
 
Old 09-23-2013, 03:26 PM   #2
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Does it happen with FireFox?

Did you try and remove and rebuild Chrome or Chromium?
 
Old 09-23-2013, 03:32 PM   #3
bosth
Member
 
Registered: Apr 2011
Location: British Columbia, Canada
Posts: 304

Rep: Reputation: 127Reputation: 127
This kind of crash happens when you update your kernel or Xorg but don't rebuild your NVidia drivers afterwards.
 
Old 09-23-2013, 03:33 PM   #4
lukkon
LQ Newbie
 
Registered: Dec 2011
Distribution: Slackware/Debian
Posts: 27

Original Poster
Rep: Reputation: Disabled
No problem with Opera and Firefox. I only tried packages from slacky repository. I will try build chromium usign slackbuilds.
 
Old 09-23-2013, 03:37 PM   #5
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,376

Rep: Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756Reputation: 2756
Quote:
chromium-29.0.1547.57-x86_64-1sl from slacky repository)
That package is for Slackware64 14.0 and was built with Xorg 1.12.3. The version of Xorg in Slackware64-current is 1.14.3.
There is a Slackbuild for google-chrome in /extra for Slackware64-current.
 
Old 09-23-2013, 03:53 PM   #6
lukkon
LQ Newbie
 
Registered: Dec 2011
Distribution: Slackware/Debian
Posts: 27

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by bosth View Post
This kind of crash happens when you update your kernel or Xorg but don't rebuild your NVidia drivers afterwards.
Of course I did it. Without rebuilding NVidia drivers I can't start X.



Quote:
Originally Posted by allend View Post
That package is for Slackware64 14.0 and was built with Xorg 1.12.3. The version of Xorg in Slackware64-current is 1.14.3.
There is a Slackbuild for google-chrome in /extra for Slackware64-current.
I downloaded the Slackbuild, installed google-chrome-pam-solibs-1.1.3-x86_64-1.txz and built new package using slackbuild and google-chrome-stable_current_amd64.deb and still same problem;/
 
Old 09-23-2013, 03:54 PM   #7
bosth
Member
 
Registered: Apr 2011
Location: British Columbia, Canada
Posts: 304

Rep: Reputation: 127Reputation: 127
Quote:
Originally Posted by lukkon View Post
Of course I did it. Without rebuilding NVidia drivers I can't start X.
Did you rebuild both nvidia-driver and nvidia-kernel?
 
Old 09-23-2013, 04:03 PM   #8
lukkon
LQ Newbie
 
Registered: Dec 2011
Distribution: Slackware/Debian
Posts: 27

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by bosth View Post
Did you rebuild both nvidia-driver and nvidia-kernel?
I don't have this packages. I installed driver using command ./NVIDIA-Linux-x86_64-319.49.run after upgrade to new kernel. It always work and now I haven't any problem with other applicatons and KDE wih KWin and some effects works fine.
 
Old 09-23-2013, 04:08 PM   #9
bosth
Member
 
Registered: Apr 2011
Location: British Columbia, Canada
Posts: 304

Rep: Reputation: 127Reputation: 127
Quote:
Originally Posted by lukkon View Post
I don't have this packages. I installed driver using command ./NVIDIA-Linux-x86_64-319.49.run after upgrade to new kernel. It always work and now I haven't any problem with other applicatons and KDE wih KWin and some effects works fine.
I have the same X crashes with Chromium after updates and it requires reinstalling packages. Personally, I don't run the NVidia installer outside of the SlackBuild, so I can't say how you should go about fixing it in your case.
 
1 members found this post helpful.
Old 09-23-2013, 04:38 PM   #10
lukkon
LQ Newbie
 
Registered: Dec 2011
Distribution: Slackware/Debian
Posts: 27

Original Poster
Rep: Reputation: Disabled
I removed NVidia driver and try Nouveau - no problem, then I installed NVidia driver and now Chromium works fine.

I think I have mess with Nvidia driver and some libraries, I installed Slackware more then 2 years ago and upgrade NVidia driver several times.

Thanks a lot!
 
  


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
Font rendering in Chromium 21, slackware 64-current fogpipe Slackware 3 04-22-2013 02:43 PM
[SOLVED] Installing Google Chrome or Chromium on Slackware 13.37 64 Bit Jdogzz Slackware 20 10-03-2012 06:09 AM
google-chrome/chromium causing crash on Mint9 32/64 rahulkya Linux - Newbie 2 02-05-2012 11:46 AM
LXer: Google Chrome/Chromium crashy Flash problems (and a solution for Chromium in Linux) LXer Syndicated Linux News 0 03-06-2011 03:40 AM
[SOLVED] This there a Slackware version of Google Chromium Browser? (not Google Chrome) Robert.Thompson Slackware 6 01-13-2011 05:27 AM

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

All times are GMT -5. The time now is 02:21 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