LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 05-24-2012, 09:42 PM   #16
budman85
LQ Newbie
 
Registered: Sep 2005
Location: Montreal Canada
Distribution: Slackware
Posts: 23

Rep: Reputation: 0

Quote:
Originally Posted by TL_CLD View Post
When I start google-chrome with strace, it dies with this:

Code:
write(43, "\0", 1)                      = 1
write(43, "\0", 1)                      = 1
write(33, "\0", 1)                      = 1
write(43, "\0", 1)                      = 1
write(43, "\0", 1)                      = 1
write(43, "\0", 1)                      = 1
write(33, "\0", 1)                      = 1
write(43, "\0", 1)                      = 1
+++ killed by SIGSEGV +++
Segmentation fault
Without strace I simply get:

Code:
[2:2:952748919:ERROR:nacl_fork_delegate_linux.cc(106)] Bad NaCl helper startup ack (0 bytes)
Segmentation fault
The WM used does not appear to matter. I've tried KDE, XFCE and xmonad.

This happens consistently on two different systems: A Lenovo T420 laptop and a Sun Ultra27 workstation.

It is driving me nuts.

I've tried deleting .config/google-chrome, to no avail. I'm currently running the latest google-chrome 19.something.



I saw a thread under ArchLinux. They found it was because the nscd daemon is no longer running. The quick work around is to run the daemon again, remember to create the dirs /var/run/nscd and /var/db/nscd before starting.

The real problem has been fixed in glibc 2.15.5 - current is using 2.15.2. I sent Patrick a note about this.

here is a link to the article https://bbs.archlinux.org/viewtopic.php?id=133021
 
Old 05-25-2012, 12:21 AM   #17
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761
@TL_CLD: You have installed the other dependencies from /extra right (google-chrome-pam-solibs, GConf and ORBit2)?
 
Old 05-25-2012, 02:21 AM   #18
TL_CLD
Member
 
Registered: Sep 2006
Posts: 366

Original Poster
Rep: Reputation: 45
Quote:
Originally Posted by ruario View Post
@TL_CLD: You have installed the other dependencies from /extra right (google-chrome-pam-solibs, GConf and ORBit2)?
Yes. I've got all three. Note that Google Chrome is working, it just takes 10-15 crashes during startup before it finally stays alive. Once it is running, it is rock solid.
 
Old 05-25-2012, 02:35 AM   #19
TL_CLD
Member
 
Registered: Sep 2006
Posts: 366

Original Poster
Rep: Reputation: 45
Quote:
Originally Posted by budman85 View Post
I saw a thread under ArchLinux. They found it was because the nscd daemon is no longer running. The quick work around is to run the daemon again, remember to create the dirs /var/run/nscd and /var/db/nscd before starting.

The real problem has been fixed in glibc 2.15.5 - current is using 2.15.2. I sent Patrick a note about this.

here is a link to the article https://bbs.archlinux.org/viewtopic.php?id=133021
So if/when Pat updates glibc to 2.15.5 the problem will hopefully go away. That is good to know.

I've no scripts for nscd in /etc/rc.d/ so I'll just leave that as is and hope for the glibc fix. I don't want to muck around too much with -current.
 
Old 05-25-2012, 07:26 AM   #20
budman85
LQ Newbie
 
Registered: Sep 2005
Location: Montreal Canada
Distribution: Slackware
Posts: 23

Rep: Reputation: 0
Quote:
Originally Posted by ruario View Post
@TL_CLD: You have installed the other dependencies from /extra right (google-chrome-pam-solibs, GConf and ORBit2)?
I checked when the packages were installed, the glibc upgrade was in April.
I was using Chrome 16.0.912 without issue.
When I upgraded to Chrome 18.0.1025, the segfaults were continuous.
I saw some notes on Google Chrome dev forums about them making glib 2.18 the minimum version.
Maybe this has some residuals. glib2 2.28.6 was recently added.

When I check ldd /opt/google/chrome/chrome I only see one lib that is not from lib64 dir
linux-vdso.so.1 (0x00007fff287ff000)

I will try downgrading to version 16 to see if that segfaults on startup.
 
Old 05-25-2012, 10:25 AM   #21
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,504

Rep: Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461Reputation: 8461
Hello, glibc-2.15 is the latest, and there is no such thing as glibc-2.15.5. The Arch bug report refers to their patched package, glibc-2.15-5.

This is the actual location to get the patch:

http://sourceware.org/bugzilla/show_bug.cgi?id=13594
 
Old 05-26-2012, 12:59 AM   #22
budman85
LQ Newbie
 
Registered: Sep 2005
Location: Montreal Canada
Distribution: Slackware
Posts: 23

Rep: Reputation: 0
Quote:
Originally Posted by volkerdi View Post
Hello, glibc-2.15 is the latest, and there is no such thing as glibc-2.15.5. The Arch bug report refers to their patched package, glibc-2.15-5.

This is the actual location to get the patch:

http://sourceware.org/bugzilla/show_bug.cgi?id=13594
Thanks.

I rebooted the system today, same segfault.
This time strace showed it trying to read the cache dir.

~/.cache/google-chrome

I renamed the dir and it loaded with no segfault.
 
Old 05-26-2012, 02:14 AM   #23
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Pat has updated glibc with the patch mentioned above
can you confirmed that the patch work or does not work?
 
Old 05-26-2012, 06:07 PM   #24
budman85
LQ Newbie
 
Registered: Sep 2005
Location: Montreal Canada
Distribution: Slackware
Posts: 23

Rep: Reputation: 0
Quote:
Originally Posted by willysr View Post
Pat has updated glibc with the patch mentioned above
can you confirmed that the patch work or does not work?
downloading now - will try in a few - thanks

Nice! No more segfault!

I rebooted, chrome loaded right up.

The reoccurring issue was:
Reboot
start - segfault
restart - runs fine, close it
restart - segfault
restart - runs fine, close it
restart - segfault
and so on..

After update, I tried the same steps:
Reboot
start - ran fine, close it
restart - ran fine, close it
and so on...

Looks like the patch worked.

Tell Pat thanks!

Also, tell him thanks for upgrading xscreensaver to 5.15, that fixes a hard crash bug for newer Nvidia cards and prop. divers.


Rich

Last edited by budman85; 05-26-2012 at 06:42 PM.
 
Old 05-27-2012, 02:24 AM   #25
TL_CLD
Member
 
Registered: Sep 2006
Posts: 366

Original Poster
Rep: Reputation: 45
The latest glibc -current update fixes it completely. It works flawlessly on both my computers now. Thank you!
 
Old 05-27-2012, 04:22 AM   #26
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Quote:
Originally Posted by budman85 View Post

Tell Pat thanks!

Also, tell him thanks for upgrading xscreensaver to 5.15, that fixes a hard crash bug for newer Nvidia cards and prop. divers.
Rich
You can thank him directly via his email
 
Old 05-27-2012, 10:13 AM   #27
TL_CLD
Member
 
Registered: Sep 2006
Posts: 366

Original Poster
Rep: Reputation: 45
He's also on Google+

https://plus.google.com/u/0/114480574919795916970/posts
 
  


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
[SOLVED] Google Talk Plugin, Slackware64-Current, Google Chrome (Latest) and Multilib - Error Gavin Harper Slackware 3 01-04-2011 07:45 AM
[SOLVED] Google Chrome (Latest) - No sync, No HTML5 Youtube (Slackware64-current) Gavin Harper Slackware 17 12-15-2010 01:41 AM
Mutt Segfaults on Slackware64 13.1 tpreitzel Slackware 4 08-28-2010 06:41 AM
[SOLVED] 32 bit google-chrome on multilib current system..........no SSL? damgar Slackware 6 06-13-2010 09:20 PM
Slackware64-current: Creation of LUKS encrypted partition segfaults titopoquito Slackware 16 08-16-2009 04:02 AM

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

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