LinuxQuestions.org
Review your favorite Linux distribution.
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 09-20-2017, 11:57 AM   #1
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,680
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
Pale Moon crashes when I try to log in to Yahoo


I installed Pale Moon-27.4.2 in LFS 8.1 and, on the whole, I'm very pleased with it. It looks like Firefox used to look and it runs very fast. But there is one annoying thing it does: every time I try to log in to Yahoo, it crashes with a segmentation fault immediately after sending my name.

I can log in here. I can log into ODF Authors. I can even log into Google, which is a complicated site with loads of scripts and ads, just like Yahoo. But not into Yahoo itself.

It can't be an extension problem because I am not using any extensions.

It's not the end of the world because I have FF on Crux and on Debian (and on my old LFS for that matter) and I can read my Yahoo mail from there. But it's annoying all the same. If there is anyone here who uses Pale Moon and logs into Yahoo, I'd like to compare notes.
 
Old 09-20-2017, 02:30 PM   #2
xamaco
Member
 
Registered: Sep 2009
Location: Bastelicaccia, Corsica
Distribution: Crux
Posts: 48

Rep: Reputation: 7
I use Pale Moon 27.4.2 on Crux 3.3 and I have no problem to log in Yahoo. As I use it for testing, I didn't bother compiling it, I used the installer for linux. I discovered there is a Crux Pkgfile for Pale Moon 27.4.0 in this repository...

So far I like Pale Moon as well.
 
Old 09-20-2017, 04:40 PM   #3
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,665

Rep: Reputation: Disabled
You are paying the price using a binary. Build it locally and it won't crash.
 
Old 09-21-2017, 01:17 AM   #4
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,680

Original Poster
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
Had no luck with building it either. I think I may have to bite the bullet and build FF after all with all the ghastly train of dependencies it carries. Or just use graphical links. There are a few sites though that won't work with that, so my new LFS would be a crippled system. But then admittedly I never put libreoffice on LFS either and that never bothered me; I use Crux or Debian when I need LO.

This morning palemoon crashed repeatedly trying to get into LQ. Had no problems yesterday. I don't think I want software that behaves so unreliably, even though I love the user interface.

Last edited by hazel; 09-21-2017 at 02:05 AM.
 
Old 09-21-2017, 02:04 AM   #5
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,680

Original Poster
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
Just before the crash, I always get this message:
ATTENTION: default value of option force_s3tc_enable overridden by environment.

A quick google showed that this is a warning, not an error, so it can't be the actual cause of the crashes. But the warning and the crash must have a common cause as they always occur together. The warning comes from javascript apparently, and I noticed this morning that it happened on LQ while advertisements were downloading. Of course once I'm logged in, I don't get any ads, so the browser becomes stable. I bet the Yahoo problem is also due to javascript. That language is a curse on the web!
 
Old 09-21-2017, 08:47 PM   #6
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,380
Blog Entries: 28

Rep: Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163Reputation: 6163
Have you tried starting the browser from the terminal in hopes that it will throw a useful error message?

It's a long shot, because, when an application crashes, it often doesn't get a change to throw an error, but it might be worth a shot.
 
Old 09-21-2017, 10:22 PM   #7
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,665

Rep: Reputation: Disabled
Let me have your .mozconfig and I'll build a package for you. Just for fun, to see if it works better. My glibc is 2.25-r5, if yours is older then it won't work.
 
Old 09-22-2017, 01:09 AM   #8
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,680

Original Poster
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
Quote:
Originally Posted by frankbell View Post
Have you tried starting the browser from the terminal in hopes that it will throw a useful error message?

It's a long shot, because, when an application crashes, it often doesn't get a chance to throw an error, but it might be worth a shot.
Yes, of course! That was the first thing I thought of. And the post above your one was the result. Where do you think that message came from?

@emerson: My glibc is 2.26. I'm attaching the mozconfig which is basically the recommended LFS one. The build crashed while compiling the battery manager, whatever that is. And I don't even use a battery in this machine, it's on the mains. Unfortunately there doesn't seem to be an option for disabling it.
Attached Files
File Type: txt mozconfig.txt (2.9 KB, 16 views)

Last edited by hazel; 09-22-2017 at 01:13 AM.
 
Old 09-22-2017, 09:28 AM   #9
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,665

Rep: Reputation: Disabled
OK, I did build and package, the result is (temporary link removed). I noticed there was no -march option in your mozconfig, does LFS not take advantage of CPU specific optimizations?

Last edited by Emerson; 09-23-2017 at 11:26 AM. Reason: Removing dead link
 
Old 09-22-2017, 11:29 AM   #10
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,680

Original Poster
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
Quote:
Originally Posted by Emerson View Post
OK, I did build and package, the result is here. I noticed there was no -march option in your mozconfig, does LFS not take advantage of CPU specific optimizations?
Standard LFS doesn't. I gather from the mailing list that more experienced users use optimised builds, especially for gmp, but I don't know enough about hardware to do such a thing. I always do a vanilla build.

Thanks for your tarball. I'm going to shut down now and reinstall.
 
Old 09-22-2017, 11:42 AM   #11
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,665

Rep: Reputation: Disabled
You do not need any hardware knowledge, GCC since version 4.<something> does it for you. Just use -march=native. Of course, you cannot build for another host with native - unless it has the same CPU. You can see what -march=native turns on with
Code:
gcc -march=native -E -v - </dev/null 2>&1 | grep cc1
 
Old 09-22-2017, 11:48 AM   #12
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,665

Rep: Reputation: Disabled
I just noticed this:
Code:
ac_add_options --enable-system-ffi 
ac_add_options --enable-system-pixman
ac_add_options --with-system-bz2 
ac_add_options --with-system-jpeg 
ac_add_options --with-system-png 
ac_add_options --with-system-zlib
Everything was linked to my versions of those libraries. I'm starting to wonder if this was a mistake.
 
Old 09-22-2017, 11:53 AM   #13
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,680

Original Poster
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
Oops! Your binary needs libjpeg.so.62, which I don't have. I tried to fool it by putting
in a symlink to libjpeg.so.8, but that doesn't work because it actually checks the
version internally. All the other libraries link in correctly.

/usr/lib/libjpeg.so.62: version `LIBJPEG_6.2' not found (required by /opt/palemoon/libxul.so)

The odd thing is that when I googled it, all the references I found were for a 32-bit version. I'm posting this using links.
 
Old 09-22-2017, 11:59 AM   #14
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,665

Rep: Reputation: Disabled
Hmh ... I'll attempt without system jpeg ... will see ... Having fun with this one.
 
Old 09-22-2017, 01:43 PM   #15
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,665

Rep: Reputation: Disabled
Alright, I replaced the tarball with new build, jpeg is bundled. I wonder if anything else needs to be bundled.
 
  


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
Pale Moon 27.3.0 and GCC-7.1 3rensho Slackware 5 06-01-2017 03:14 AM
How to get up and down arrows in Pale Moon rstuff Linux - Newbie 4 01-20-2017 02:51 AM
[SOLVED] Pale Moon vs Firefox storkus Slackware 35 09-07-2015 01:47 PM
Pale Moon browser JWJones Linux - Software 4 04-02-2015 12:06 PM
Pale Moon Browser TigerLinux General 10 12-28-2011 10:59 AM

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

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