LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 12-18-2011, 04:21 PM   #1
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Can't start Firefox in Current


Today I decided to play a little with Current (32-bit, no multilibs). Everything is updated. I'm running insided VirtualBox.

I can't start Firefox 8.0.1. Running from a terminal window reveals a segmentation fault.

Running from within gdb reveals a possible connection to libgio:

Program received signal SIGSEGV, Segmentation fault.
0xb5b9715e in ?? () from /usr/lib/libgio-2.0.so.0

8.0.1 runs fine in 13.37 in VirtualBox.

Same results with safe mode.

Any ideas?

Last edited by Woodsman; 12-18-2011 at 04:39 PM.
 
Old 12-19-2011, 01:33 PM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,286

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Here's an idea: run
Quote:
ldd /path/to/firefox-bin |grep found
there should be no output. To save hassle, I usually put the firefox dir in /etc/ld.so.conf and rerun ldconfig.
 
Old 12-19-2011, 02:08 PM   #3
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Original Poster
Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Yes, no output.

Running ldd in 13.37 and Current show the same results. Same version of glib2 is used in both versions.
 
Old 12-20-2011, 03:24 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,286

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
have you firefox's path in ld.so.conf?

That ldd is actually a forked thing, btw. if you run
cd /usr/lib64/firefox*
ldd firefox-bin

It may pass, because the libs are in the same directory. But if you run
cd ~/
ldd /usr/lib/64/firefox-bin
it should show you any problems. Thak off the |grep found just to be sure - it should be shopwing you a pile of libs. check that at least some are from the firefox dir.
 
Old 12-20-2011, 11:57 AM   #5
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Original Poster
Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Quote:
have you firefox's path in ld.so.conf?
Not there in 13.37 --- so why is that needed in Current?

Made no difference anyway. Same segmentation fault.

Quote:
That ldd is actually a forked thing, btw....
Same results regardless of where I run ldd and same results as in 13.37.
 
Old 12-20-2011, 12:05 PM   #6
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
If you did an upgrade vs an new installation did you run slackpkg install-new
 
Old 12-20-2011, 02:55 PM   #7
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Original Poster
Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Quote:
If you did an upgrade vs an new installation did you run slackpkg install-new
Yes.
 
Old 02-04-2012, 11:28 PM   #8
miklosvh
LQ Newbie
 
Registered: Mar 2007
Posts: 2

Rep: Reputation: 0
I'm having the same issue with FF 8, and also just tried the brand new FF 10.. going back to FF 4 works fine... Is there perhaps another package that needs to be upgraded as well?
 
Old 02-05-2012, 01:43 AM   #9
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
basically if you upgraded to -Current, then all packages should be upgraded to -Current since there has been a basic toolchain that gets upgraded in the latest batch of update
 
Old 02-05-2012, 08:32 AM   #10
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
You might had a bad upgrade. I did and end up reinstalling a,d,k,l,x,xap to fix several issues even though I was able to boot to the console. I probably didn't have to reinstall everything in each section but i did anyways.

Last edited by colorpurple21859; 02-05-2012 at 08:35 AM.
 
Old 02-05-2012, 11:05 AM   #11
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware, VMs
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
As colorpurple21859 stated perhaps you had a bad -current upgrade. I am running slackware-current (32 bit) and FF 8.x ran just fine on it. Upgraded my -current boxes to FF 10.0 and all is well.
 
Old 02-13-2012, 11:56 AM   #12
shubb
Member
 
Registered: Oct 2003
Location: San Francisco
Distribution: Slackware 13.37
Posts: 150

Rep: Reputation: 16
I was having the same problems trying to upgrade to FF10 on my Slackware 13.37 install. I took a hint from colorpurple, and used slackpkg. I ran the command "slackpkg search firefox" (after doing slackpkg update) and it told me there was what looked like a patch named mozilla-firefox-10.0.1-x86_64-1_slack13.37. I ran the command "slackpkg upgrade mozilla-firefox-10.0.1-x86_64-1_slack13.37", and it upgraded firefox, and apparently whatever other libs were missing, and now Firefox 10.0.1 is working for me.

Hope this helps someone.
 
Old 02-14-2012, 06:24 AM   #13
miklosvh
LQ Newbie
 
Registered: Mar 2007
Posts: 2

Rep: Reputation: 0
Thanks, yeah, upgrading everything to current via slackpkg worked...
 
  


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
a few questions about -current + firefox sycamorex Slackware 4 02-25-2010 06:03 PM
Slack-Current Firefox 3.0.4 slackass Slackware 8 12-08-2008 12:47 PM
when i try to start firefox it acts like its going to start but then stops loading. krrish Red Hat 3 08-22-2007 07:32 AM
Firefox filing to start on slackware-current jam222 Slackware 5 02-22-2006 02:46 AM
Firefox is in current!!! AxeZ Slackware 21 03-09-2005 07:50 PM

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

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