LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-09-2019, 11:01 AM   #1
chiendarret
Member
 
Registered: Mar 2007
Posts: 307

Rep: Reputation: 16
Firexox crashing on Debian amd64


Firefox crashes on Debain amd64
francesco@vaio64:~$ firefox
ExceptionHandler::GenerateDump cloned child ExceptionHandler::WaitForContinueSignal waiting for continue signal...
16588
ExceptionHandler::SendContinueSignalToChild sent continue signal to child
francesco@vaio64:~$ Failed to open curl lib from binary, use libcurl.so instead

I installer curl to no avail:
francesco@vaio64:~$ firefox
ExceptionHandler::GenerateDump cloned child ExceptionHandler::WaitForContinueSignal waiting for continue signal...
17588
ExceptionHandler::SendContinueSignalToChild sent continue signal to child
francesco@vaio64:~$

Firefox offered the possibility of writing emails on different languages by sim[ply calling the specific language. With chromium, language change for writing email requires changing everything to the new language. That may by acceptable foe Anglo-Americans, not for Europeans used at very different languages.

thanks for advice

chiendarret
 
Old 04-09-2019, 01:00 PM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Which version of Firefox are you running?
 
Old 04-14-2019, 05:26 AM   #3
chiendarret
Member
 
Registered: Mar 2007
Posts: 307

Original Poster
Rep: Reputation: 16
V 60.6.1esr-1 by the numbering used by Debian for buster (testing).
I see that Mozilla offers 66.0.3.tar.bz2. Worth trying? I use xfce, while people say that gnome (too heavy and too cumbersome for my taste) has no problems with firefox.
 
Old 04-14-2019, 05:31 AM   #4
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Yes, give v66 a go.

Is there anything unusual about your computer hardware setup? Do you experience the same errors with any other software? Has Firefox ever worked for you on that particular system?
 
Old 04-14-2019, 09:06 AM   #5
chiendarret
Member
 
Registered: Mar 2007
Posts: 307

Original Poster
Rep: Reputation: 16
It is curious that I took so long to remember that Debian is quite OK for managing CUDA/linux kerns for my workstations while it does not take care of important applications such as the browser (despite my requests to debian amd64). Yes, 66 downloaded, installed into /opt, set the $PATH and voila back to firefox after months without. Now I can deal with mail again in the languages of my peers, while not having to give a pass to chrome. Hope that unistalling chrome will not delete some important stuff. thanks
 
Old 04-14-2019, 09:29 AM   #6
Slackware_fan_Fred
Member
 
Registered: Oct 2018
Distribution: Slackware64-14.2 Multilib
Posts: 113

Rep: Reputation: 34
I have no idea whats wrong but as hydrurga said try the latest version.
just a suggestion but have you ever tried Opera it's just amazing.
https://www.opera.com
 
Old 04-14-2019, 10:29 AM   #7
chiendarret
Member
 
Registered: Mar 2007
Posts: 307

Original Poster
Rep: Reputation: 16
As far as I heard, opera has become a copy of chromius, while the old opera is being revived with vivaldi. Anyway, the latest firefox works perfectly for me, as I was used to it (I now changed from setting $PATH to a wider symlink to /usr...) in establishing remote visualization with the remote cluster tesla gpus.
 
Old 04-14-2019, 01:37 PM   #8
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,479

Rep: Reputation: Disabled
60.6.1esr has been playing up on my machines too, keeps locking up, after a minute or two of use, so I just close & restart it after a few seconds. It's a bit annoying, but I can live with it.
 
Old 04-16-2019, 11:33 PM   #9
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
What I do is first install a back up browser like Chromium, then remove the Debian version of Firefox using apt or synaptic. Download the Mozilla version: firefox-66.0.3.tar.bz2 and extract it. Then, from the directory that you extracted it:
Code:
su -
cp -r firefox /opt/firefox
chmod -R 777 /opt/firefox
ln -s /opt/firefox/firefox /usr/bin/firefox
After that, you can run the Mozilla version using the command "firefox". By making the /opt/firefox directory writable by anyone, firefox can update itself so that you always have the latest version from Mozilla.

You can also create a menu entry to start firefox using the command "firefox" and using one of the program icons found in /opt/firefox/browser/chrome/icons/default/.
 
Old 04-17-2019, 08:25 AM   #10
Slackware_fan_Fred
Member
 
Registered: Oct 2018
Distribution: Slackware64-14.2 Multilib
Posts: 113

Rep: Reputation: 34
Quote:
Originally Posted by m_yates View Post
firefox can update itself so that you always have the latest version from Mozilla.

You can also create a menu entry to start firefox using the command "firefox" and using one of the program icons found in /opt/firefox/browser/chrome/icons/default/.
That's the one thing I am a bit jealous of Ubuntu Whenever I want to update Opera I have to manually do it, not hard just a bit annoying that a person has to check to see if there is a updated version.
 
  


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] Solution for skype crashing in amd64 jdkaye Debian 1 10-26-2010 06:55 AM
X crashing when trying to load, NVIDIA and 2.6.29-2-amd64 jimdaworm Debian 12 05-18-2009 02:10 PM
Many complications after crashing first install and crashing and reinstalling several dong Linux - Newbie 1 10-06-2008 04:33 AM
Difference between amd64 generic and amd64 k8? halfpower Linux - General 6 09-07-2006 05:28 PM
Firexox / Mozilla Launching Problems. martynda Fedora 4 04-12-2004 03:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:22 PM.

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