LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Iceweasel randomly crashes in wheezy (https://www.linuxquestions.org/questions/debian-26/iceweasel-randomly-crashes-in-wheezy-868728/)

StriDer999999999 03-30-2011 07:02 PM

Update
 
Well, seems NOT to be same issue as the posted one as it does not segfault, but crashes on gmail, youtube and some flash using sites.
gdk_xerror() function (showed up in error message) seems not existent.
I was going to report bug but found out that running "MOZILLA_DISABLE_PLUGINS=1 iceweasel" hides the problem. Disabling shockwave flash player r153 seems to make it stable again. Still, dunno what gmail and shockwave player have in common... but seems somewhat related to that plugin.
Running flashplugin-nonfree 1:2.8.3 and flashplugin-nonfree-extrasound 0.0.svn2431-3 from debian multimedia.
What can I do now to keep a nice (working) flash plugin?

eveningsky339 03-30-2011 09:14 PM

No luck here. A fresh reinstallation using the weekly "testing" snapshot fixed the problem, but obviously a full reinstall is a big deal.

StriDer999999999 04-26-2011 07:55 PM

...... Still having this problem on Iceweasel and Chromium, the strange thing is that with konqueror flash works fine....
I am sort of getting mad at this...

craigevil 04-26-2011 10:48 PM

If it doesn't crash in Safe-mode then it could be either bad extension/theme or a plugin like flash or java causing the problems.

Try installing iceweasel-dbg then run iceweasel from a terminal and post any errors you get when/if it crashes.

No issues here with Iceweasel 4.0-3, Firefox 4, Chrome 12.0.742.9-r82820 , Opera 11.10.2092, Midori or Konqueror 4:4.6.1-0r5.

Shockwave Flash

File: /usr/lib/flashplayer-mozilla/libflashplayer.so
Version:
Shockwave Flash 10.2 r159

StriDer999999999 04-27-2011 04:16 AM

Very strange: I get
Code:

$ iceweasel -g --sync
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/lib/iceweasel/firefox-bin...(no debugging symbols found)...done.

But I have installed iceweasel-dbg!!

Anyway I've tried it a couple of weeks ago, and i got:
Quote:

Originally Posted by StriDer999999999 (Post 4309002)
Same random crashes, after an update lately, but I can't figure which package has done it. Crashes also with gmail, which is really annoying. Konqueror runs well, but gmail is in simple-html mode.
Running Wheezy, Iceweasel 3.5.17-1. System up-to-date.
running iceweasel with debugging symbols (iceweasel -g --sync) I get
Code:

Starting program: /usr/lib/iceweasel/firefox-bin --sync
[Thread debugging using libthread_db enabled]
[New Thread 0xb5affb70 (LWP 10045)]
[New Thread 0xb52f7b70 (LWP 10046)]
[New Thread 0xb47ffb70 (LWP 10047)]
[New Thread 0xb3dffb70 (LWP 10051)]
[New Thread 0xb32ffb70 (LWP 10052)]
[New Thread 0xb2afeb70 (LWP 10053)]
[Thread 0xb32ffb70 (LWP 10052) exited]
[Thread 0xb2afeb70 (LWP 10053) exited]
[New Thread 0xb22fdb70 (LWP 10054)]
[New Thread 0xb1afcb70 (LWP 10055)]
[Thread 0xb1afcb70 (LWP 10055) exited]
[Thread 0xb22fdb70 (LWP 10054) exited]
[New Thread 0xb1afcb70 (LWP 10057)]
[New Thread 0xb22fdb70 (LWP 10058)]
[New Thread 0xb32ffb70 (LWP 10059)]
[Thread 0xb22fdb70 (LWP 10058) exited]
[Thread 0xb32ffb70 (LWP 10059) exited]
[New Thread 0xb22fdb70 (LWP 10060)]
[New Thread 0xb32ffb70 (LWP 10061)]
[New Thread 0xb2afeb70 (LWP 10062)]
[New Thread 0xa9abbb70 (LWP 10063)]
[Thread 0xb22fdb70 (LWP 10060) exited]
[New Thread 0xb22fdb70 (LWP 10065)]
[New Thread 0xa90ffb70 (LWP 10066)]
[Thread 0xa90ffb70 (LWP 10066) exited]
[New Thread 0xa90ffb70 (LWP 10068)]
[Thread 0xb3dffb70 (LWP 10051) exited]
The program 'firefox-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadRequest (invalid request code or no such operation)'.
  (Details: serial 66481 error_code 1 request_code 139 minor_code 39)
  (Note to programmers: normally, X errors are reported asynchronously;
  that is, you will receive the error a while after causing it.
  To debug your program, run it with the --sync command line
  option to change this behavior. You can then get a meaningful
  backtrace from your debugger if you break on the gdk_x_error() function.)
[Thread 0xb22fdb70 (LWP 10065) exited]
[Thread 0xa9abbb70 (LWP 10063) exited]
[Thread 0xb2afeb70 (LWP 10062) exited]
[Thread 0xb32ffb70 (LWP 10061) exited]
[Thread 0xb1afcb70 (LWP 10057) exited]
[Thread 0xb47ffb70 (LWP 10047) exited]
[Thread 0xb52f7b70 (LWP 10046) exited]
[Thread 0xb5affb70 (LWP 10045) exited]
[Thread 0xa90ffb70 (LWP 10068) exited]

Program exited with code 01.

Did anyone manage to fix it?

Only difference is that now I have Iceweasel 3.5.18-1 and flashplugin v10.2 r159.
Could it be an issue with hw acceleration and flash?

johnmurdoch 05-05-2011 12:33 PM

Hi,
having the same issues (random crashes) with iceweasel 3.5.18 and wheezy
Linux xxx 2.6.38-2-686 #1 SMP Thu Apr 7 05:24:21 UTC 2011 i686 GNU/Linux

Noticed that it often crashes when I log in into yahoo-mail.

widget 05-05-2011 05:13 PM

Quote:

Originally Posted by johnmurdoch (Post 4347579)
Hi,
having the same issues (random crashes) with iceweasel 3.5.18 and wheezy
Linux xxx 2.6.38-2-686 #1 SMP Thu Apr 7 05:24:21 UTC 2011 i686 GNU/Linux

Noticed that it often crashes when I log in into yahoo-mail.

First I don't use web mail at all so this may not help.

Are you update/upgrading your system regularly? My Iceweasel is 3.6.10 running on Debian testing, just what has come down from the repos.

k3lt01 05-05-2011 10:03 PM

My Iceweasel still hasn't caused any issues and it is the latest version available. Do you have any add-ons installed John? If yes what ones and did you use the Mozilla add-on or install them by Synaptic?

Chromium, the latest version available from Debian, is starting to be a little buggy.

StriDer999999999 05-06-2011 04:58 AM

As I posted before, I have this problem on a regularly updated Debian Testing (using also testing-proposed-updates.
I believe it's some issue of the flashplugin-nonfree (installed by Synaptic, plugin version 10.2 r159). When I disable that, does not crash. Also tryed with other browsers (opera chromium and other mozilla flavors) and all have the same issues, but Konqueror (netscape like) runs fine.
I tried to cancel cookies and no improvement. What's this all about? anybody has a clue?

@Widget Where did you get that Iceweasel version from? Testing version is at 3.5.18-1..

widget 05-06-2011 09:03 AM

Quote:

Originally Posted by StriDer999999999 (Post 4348193)
As I posted before, I have this problem on a regularly updated Debian Testing (using also testing-proposed-updates.
I believe it's some issue of the flashplugin-nonfree (installed by Synaptic, plugin version 10.2 r159). When I disable that, does not crash. Also tryed with other browsers (opera chromium and other mozilla flavors) and all have the same issues, but Konqueror (netscape like) runs fine.
I tried to cancel cookies and no improvement. What's this all about? anybody has a clue?

@Widget Where did you get that Iceweasel version from? Testing version is at 3.5.18-1..

Hmm. Had to check that out. You certainly appear to be correct. Indeed I find no use of this version mentioned in any Debian version.

I think I actually went ot the Iceweasel site some months ago and got it. Completely for got this until you pointed this out. I am sorry for misinformation.

The only excuse is geezerhood.

It does work quite well though. I have had some problems with BBC video on full screen refusing to let go.

johnmurdoch 05-07-2011 05:24 AM

Quote:

Originally Posted by widget (Post 4347794)
First I don't use web mail at all so this may not help.

Are you update/upgrading your system regularly? My Iceweasel is 3.6.10 running on Debian testing, just what has come down from the repos.

Yes, I update/upgrade daily (testing) and only using the repo-ice weasel.
Plus, my iceweasel version is also 3.5.18 (same situation as user Strider).

StriDer999999999 05-14-2011 10:11 AM

My problem seems to have vanished, after an update done yesterday.
I upgraded testing packages as usual, and noted nvidia-vdpau-driver to be installed, along with libgl1-nvidia-alternatives and libglx-nvidia-alternatives upgrade. I had to reinstall nvidia-glx-legacy-173xx as it was removed by the vdpau drive install. Was not removed after reinstalling, anyways my nvidia gpu (old one,geforce FX 5600) restarted to work normally...
So I tried to re-enable shockwave-flash plugin (I noticed before that disabling flash plugin prevented crash), as I always do with a display or iceweasel related update, testing if the flash related crashes were gone and ... Yes, Now i can run flash videos and swf websites without iceweasel crashing.
Hope this helps someone. Thread SOLVED for me


All times are GMT -5. The time now is 01:50 AM.