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 06-29-2018, 09:21 AM   #1
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
seamonkey segfaults


am I the only one for which seamonkey segfaults without any other message?
 
Old 06-29-2018, 09:28 AM   #2
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
I'm running slackware64-current. I just launched seamonkey, it ran as expected.
 
Old 06-29-2018, 01:09 PM   #3
rmartins
LQ Newbie
 
Registered: Jun 2018
Posts: 2

Rep: Reputation: Disabled
Seamonkey running OK here on current as well.
 
Old 06-29-2018, 01:41 PM   #4
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
It works here, but I have certainly seen that behavior in the past. There are two bits in the SlackBuild to help prevent that problem - using -O1 as the optimization (more aggressive optimization seems to increase the odds of a crash), and -fno-delete-null-pointer-checks.

In case you were using a version of Seamonkey that was compiled with gcc-8.1.1, I recompiled it here. The resulting packages were still stable for me.

BTW, the site I use to test Seamonkey stability is onet.pl which was recommended to me by one of the people reporting Seamonkey crash issues. If that site won't crash it within 30 seconds, nothing will.
 
2 members found this post helpful.
Old 06-29-2018, 02:29 PM   #5
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Original Poster
Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
It's the official version, not the one I compiled in SFS.
 
Old 06-29-2018, 09:30 PM   #6
ljb643
Member
 
Registered: Nov 2003
Posts: 526

Rep: Reputation: Disabled
Seamonkey 2.49.3 (Slackware 14.2 latest update) does crash for me, occasionally. There might be a message but you have to look in your session log file or someplace like that. For me, the crash message always contains "ABORT: X_GLXDestroyContext: GLXBadContext". The crashes are not very frequent, and not repeatable, except for one particular web site I use, a mapping site hosted at arcgis.com, that always crashes Seamonkey when it first loads. (I use Firefox for that site...)
 
Old 06-30-2018, 07:10 AM   #7
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Original Poster
Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
I tested this:
- fresh install of slackware64 on a new partition: crash
- rebuild seamonkey with gcc-8.1.1 on my slackware64-current system: crash
- test on slackware-current (x86): crash
 
Old 07-06-2018, 10:04 AM   #8
the_pooch
LQ Newbie
 
Registered: Jun 2018
Distribution: Slackware 14.2
Posts: 15

Rep: Reputation: Disabled
Quote:
Originally Posted by nobodino View Post
I tested this:
- fresh install of slackware64 on a new partition: crash
- rebuild seamonkey with gcc-8.1.1 on my slackware64-current system: crash
- test on slackware-current (x86): crash
Can you rebuild SeaMonkey in debug mode then run it with GDB (GNU Debugger)? Simply by running it in the debugger it should tell you more information why it crashes.

Here's a quick GDB tutorial in case you need it:
http://unknownroad.com/rtfm/gdbtut/gdbtoc.html
 
Old 07-07-2018, 05:54 AM   #9
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Original Poster
Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
rebuilt on Slackware From Scratch it works, but not on my current systems.
 
Old 07-31-2018, 04:15 PM   #10
ljb643
Member
 
Registered: Nov 2003
Posts: 526

Rep: Reputation: Disabled
There is now a Slackware-14.2 update (patch) with Seamonkey 2.49.4.

This new Seamonkey is built with Gtk+3, where as previous Slackware versions were built with Gtk+2. It doesn't look very different to me, which is good. Other applications that moved from Gtk+2 to Gtk+3 got some weird features like auto-hiding scrollbars, which I don't like.

There was one website that Seamonkey-2.49.3 would always crash on for me, and the new 2.49.4 does NOT crash. That's very good news, although I just updated and haven't tested it that much.
 
Old 08-01-2018, 02:21 PM   #11
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled
Should've read that post before I wasted bandwidth on useless package. Anyway, thanks for letting us know.
 
Old 08-07-2018, 05:26 AM   #12
nobodino
Senior Member
 
Registered: Jul 2010
Location: Near Bordeaux in France
Distribution: slackware, slackware from scratch, LFS, slackware [arm], linux Mint...
Posts: 1,564

Original Poster
Rep: Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892Reputation: 892
Finally I got it working by removing under ./mozilla directory the sub-directory seamonkey.
 
  


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] Slackware-current : seamonkey 2.48 "mail" segfaults KewlCat Slackware 6 08-02-2017 06:36 AM
[SOLVED] New Seamonkey (2.46) segfaults reliably on 14.1 STDOUBT Slackware 3 01-10-2017 02:28 PM
[BUG] in seamonkey 2.9 slackbuild; does not create usr/include/seamonkey-2.9/nss -> . zerouno Slackware 5 05-02-2012 03:21 AM
Seamonkey and Seamonkey libs update for Slackware 13.1? Lufbery Slackware 7 08-05-2011 03:00 AM
LXer: SeaMonkey 1.0.6 and SeaMonkey 1.1 Beta Released LXer Syndicated Linux News 0 11-09-2006 02:33 PM

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

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