Debian :: Iceweasel Crashes More Or Less Randomly
Feb 10, 2016
I have Iceweasel 38.6.0 on Jessie 8.3, and it seems to crash more or less randomly. It just suddenly disappears, and when restarted, it gives that "embarrasing"- thing. The pages reopen fine and it may take a day between crashes, or about an hour.
Where should I look for the reason of the crashing? Is there a log file or something somewhere?
My machine is old StinkBad T400. I'm using Cinnamon.
View 2 Replies
ADVERTISEMENT
Mar 15, 2011
I've upgraded from stable to testing.In stable, iceweasel performed flawlessly as I expected. Now it crashes at random times at an alarming rate.It does seem that I can recreate the crash to an extent on ....., where crashes are the most prevalent.I haven't located any bug reports regarding this issue with wheezy iceweasel.
View 14 Replies
View Related
Dec 20, 2015
in terminal, here is some different outputs after crashes:
Custom widget with id loop-button does not return a valid node
[NPAPI 8829] ###!!! ABORT: Aborting on channel error.: file /tmp/buildd/iceweasel-38.5.0esr/ipc/glue/MessageChannel.cpp, line 1584
[NPAPI 8829] ###!!! ABORT: Aborting on channel error.: file /tmp/buildd/iceweasel-38.5.0esr/ipc/glue/MessageChannel.cpp, line 1584
Falha de segmentação
[Code].....
View 10 Replies
View Related
Jun 3, 2011
Iceweasel now crashes (closes altogether) if I try to play embedded flash video (64bit Debian testing).My wife runs stable Debian so I copied her cached iceweasel (iceweasel_3.5.16-7_amd64.deb) and downgraded my own and put it on hold and the video all works again.Are others having this problem?I have just tried embedded video on Archlinux Firefox 4.0.1 and it works fine...now I'm really confused!
View 5 Replies
View Related
Feb 25, 2011
I installed Squeeze on an eeepc 900.Everything seems to work well, except for one thing: iceweasel, when drawing certain windows, likes to crash the entire KDE session. This is 100% replicable simply by right-clicking on a bookmark put on the bookmarks menu toolbar, and trying to go to "properites" on that item. It only does this, however, on my wife's eeepc 900, it does not happen on my 900A (different gpu and cpu though...). the two systems have the same packages installed.
The most frustrating thing is that there is no error output whatsoever. I have looked through all the logs in /var/log, and I couldn't find anything. I have run iceweasel from the command line and redirected its output to a file, but the whole system hard-locked, and when I rebooted, there was no log file. I have started X using "startx" instead of using kdm, and I cannot see any output to the VT that kicked it off because the system hard-locks.
As far as I can see, it only happens in iceweasel. If I disable compositing, it becomes stable again -- but I don't want to have to do this, as it interferes with features she is accustomed to.Oh yes, I should also add that this netbook worked fine under eeebuntu and compiz -- never an issue.
View 8 Replies
View Related
Aug 19, 2011
A recent update to Iceweasel 5 (version 5.0-6 ) on my debian (Linux xxxxx 3.0.0-1-amd64 #1 SMP Sun Jul 24 02:24:44 UTC 2011 x86_64 GNU/Linux) led to a rather odd an annoying behavior. Each time I try to open an external file (pdf, odt) or to save a file on the hard drive, then Iceweasel crashes systematically. Does anyone experience the same? Any idea of how to fix this?
View 5 Replies
View Related
Dec 1, 2010
Using Debian Lenny Ice Weasel was crashing when I try to use the full screen in you tube videos, and sometimes I get logged out of Debian. And now when I try to watch a video it tells me I need to update flashplayer. How do I update flashplayer in Lenny. I tried this and I don't have the program installed. Do I need to add the backports to my sources.list first. Appreciate help in fixing this problem.
View 14 Replies
View Related
Nov 21, 2015
my Iceweasel always crashes when I attempt to open any file (usually pdfs, but I tried with .odt too). I only found this thread [URL] .... and commented out as told by MekkaGodzilla in /etc/gnome-vfs-2.0/modules/default-modules.conf Coment out this line : file:file
View 14 Replies
View Related
Apr 16, 2016
My supposedly stable system was crashing. The problem was one or more specific screensavers--xscreensaver, the display manager (lightDM), and X itself are innocent as far as I can tell.
I'm on a Thinkpad T400 with Debian Jessie (8.4)/MATE/lightDM. I have libreboot and not proprietary BIOS. I like variety, so in addition to installing xscreensaver itself (the unofficial patched jessie version without the "out of date" nag, which I got from https://angband.pl/debian/pool/main/x/xscreensaver/), I also installed some extras from the official repository (xscreensaver-gl-extra, xscreensaver-data-extra, xscreensaver-screensaver-bsod). I enabled all the installed screensavers and asked xscreensaver to randomly cycle through them.
To my dismay, after variable lengths of time (usually within 20-60 minutes), when a random screensaver has been on for a little while (I'm guessing as it's about to go to the next random one), X crashes to a black screen. The only way to make the black screen go away is to kill X (which I mapped to Control + Alt + Backspace) then log back in. There are no useful logs anywhere except some cryptic IO error 11 entry in ~/.xsessionerros.
Now for the troubleshooting:
1) First I tried installing a more up-to-date version of xscreensaver (5.34-2), which I grabbed from the sid repository. This didn't work--same problem as described above. Therefore, I went back to the patched version for jessie (5.30-1 from angband.pl).
2) To exclude that the lightDM middleman was the problem, I disabled it and was logging in with startx. Problem did not go away. (I then rigged systemd to log me in automatically and for startx to run automatically once I'm logged in--who needs middlemen?)
3) To exclude screensavers butting heads, I uninstalled mate-screensaver and disabled anything from X that could be interfering (by running these commands in a startup script: xset -dpms; xset s 0 0; xset s noblank; xset s off). Problem did not go away. I kept this startup script nevertheless.
4) Finally, to exclude individual xscreensaver module(s) being the problem, I unchecked them all. Then I wrote down the names of my 20 favorite modules (which include some from gl-extra, some from data-extra, and bsod) and tested them in small batches, running xscreensaver with only 5 favorites checked at a time. After testing four batches of 5 and witnessing all 20 favorites both display and load without any X crashes, I went ahead and selected all 20 favorites. I left the laptop on overnight and in the morning (about 12 hours later) it's still going strong.
One or more particular xscreensaver modules are crashing X, probably at the time they are being loaded to be the next one to show. I think I already spent enough time on this, so don't really care to identify +/- troubleshoot the offending modules.
View 0 Replies
View Related
Jun 7, 2010
I have an old PC in my basement that I decided to load Ubuntu onto a few months ago. I ran version 9 for a while and then recently upgraded to10.04.Unfortunately, I've been having issues with intermittent system crashes using both versions. Sometimes the computer will work fine for hours and other times it will crash 20 seconds after startup. I'll be able to provide much more information tonight when I get home but for now I wanted to plant the seed in the forum and see if anyone has any ideas.The computer will be working fine and then all of a sudden the screen will go black and then start blinking, switching between a blank screen and a blank screen with a bunch of tiny white squares/lines. When I restart, things seem okay again.
View 6 Replies
View Related
Nov 22, 2010
I upgraded 10.04 to 10.10 (32bit), the upgrade process didn't go that well because first it didn't boot beyond GRUB. Solved this by unplugging my keyboard (my ubuntu is a server machine without keyboard or mouse, I like to use the desktop version through vnc). After that is booted to shell, which was not so nice either. This time it was the legendary nouveau driver which sorry for my language I will never install again (caused major problem twice already). Installed nvidia drivers and got a display for X this time and it booted nicely to login screen.
My problems have arised since the upgrade, the system will randomly "crash" and go straight to login screen, ending my current session. Sometimes my mouse cursor even changes to the X-mark. I can't see anything in gdm, x11, syslog etc. that would explain the crash. So far I've found best log from .xsession-errors which is here:
[Code]...
I got a lot IPv6 errors on the same log too, but those were caused by utorrent+too old wine. Didn't remember that upgrade deletes/disables extra-repos and I was running the stable wine (1.2.1) instead of the latest one (1.3.7). Upgrading wine solved the error from utorrent IPv6 connections.
So any ideas what I could do to fix these crashes? I'm not so much into clean re-install because of all the configuration I'll need to do then. I do have home on a separate partition but there's lots of software to install and configure.
View 2 Replies
View Related
Feb 3, 2011
When I opened Banshee today and tried to play a certain song, the player crashed. When I opened the player again, it continued to crash for only the same songs.
Here's the output:
Code:
[Info 11:19:22.275] Running Banshee 1.8.0: [Ubuntu 10.10 (linux-gnu, i686) @ 2010-11-26 13:53:04 UTC]
[Info 11:19:22.620] Starting collection of anonymous usage data
[Info 11:19:23.353] Updating web proxy from GConf
[Info 11:19:23.397] All services are started 0.900266
[Warn 11:19:23.553] Forcefully breaking out of RCS loop b/c change in total_width less than 1.0
[Info 11:19:24.110] nereid Client Started
[Warn 11:19:24.252] Caught an exception - System.ArgumentNullException: Argument cannot be null .....
Native stacktrace:
banshee-1() [0x80d4d0b]
banshee-1() [0x810ffeb]
[0xb789140c]
Debug info from gdb:
Could not attach to process. If your uid matches the uid of the target process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operation not permitted.
Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application.
Aborted
I temporarily fixed this by disabling all extensions, reenabling them, then restarting Banshee, but the problem came back a few minutes later.
View 3 Replies
View Related
Jun 17, 2011
Installed today on a toshiba satellite. Everything works great but it randomly takes me to a black screen. Sometimes looping music playing in the background sometimes just freezing all together. I dont know what error logs to post and there isnt anything specific going on everytime it does this. Music isnt always playing , once I was even logging out.It has happened with and without unity.
View 3 Replies
View Related
Jan 21, 2010
I managed to actually get Xubuntu to install, the previous time!Here is what happened. Installation went smooth. Restart.Log on, start Firefox, close it, wait a few seconds, crash.Restarted, it's now in a higher res. Ok, used an xterm to install LXDE. Reboot.Log into LXDE, play around, crash.Restart, repeat, use Firefox, after a while of browsing, crash.The mouse still responds to movement though....The person this was intended for uninstalled it afterwards. (it was with Wubi) I'd like to fix this.
View 6 Replies
View Related
Aug 27, 2010
Firefox crashes randomly. Frequency: few minutes to hours. It is not website-specific. Happens on both flash and non-flash sites. Seems to happen more often when I'm doing something complicated, like editing a photo album on facebook,or using a javascript-heavy page. Safe mode does not help.It used to work perfectly. I don't remember when the crashes began, possibly a month or two ago... So I don't know if they are caused by an update or by something I installed.
Most solutions I found were for problems with the Firebug extension (which I don' have) or for problems with fullscreen flash (which is not the case).Firefox 3.6.8, fully updated Lucid 64bit When started from terminal, it sometimes outputs an exception at startup, then nothing, then "Killed" before crashing. As below:
Code:
[Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIXPCComponents_Utils.import]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: file:///home/viktor/.mozilla/firefox/y4yoxvhi.default/extensions
[code]....
View 3 Replies
View Related
Jan 14, 2011
My network crashes randomly under regular traffic and more rapidly under high traffic (i.e. running Transmission) and I have to reboot to get it to start working again.
About system:
Toshiba Satellite A105-S2021
512MB RAM
BIOS V2.30 (Latest)
Ubuntu 10.04LTS (Fresh install, not an upgrade) (Only OS on this machine)
2.6.32-27-generic #49-Ubuntu SMP
[Code]....
View 2 Replies
View Related
Feb 11, 2011
I'm running ubuntu 10.10 and firefox crashes randomly. I t doesn't appear to be connetcted to flash or anything in particular. I attached a screenshot of the crash report abd here is what it said when I clicked the details button:
Add-ons: langpack-en-AU@firefox-3.6.ubuntu.co... pushnote.com:0.6.18,{972ce4c6-7e08-4474-a285-3208198ce6fd}:3.6.13
BuildID: 20101206121845
[code]...
View 2 Replies
View Related
Dec 12, 2010
I am using samba to share some folders from a Ubuntu server (10.04) onto Windows XP. This works fine, but once in a while (once/twice a day), samba crashes and leaves a dead.letter in the folder I was accessing. Here are mode details:
lsb_release -a
Code:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.1 LTS
[Code]...
View 9 Replies
View Related
Feb 22, 2010
I've got the latest version of Flash installed,and it works most of the time,t occasionally a video or game will stop working and the area it was in will just turn into a grey box. Usually it only does this if I leave the page the video's on, but it keeps doing it when I'm playing Robot Unicorn Attack on Adult Swim's site, too
View 14 Replies
View Related
Nov 5, 2010
When I download a file, lets say text file I want it to open straight away in iceweseal.So in the "open With" dialog box if I choose iceweseal it is not opening the file in it. It just downloads the text file.
View 6 Replies
View Related
Jul 31, 2011
I am running Debian testing on my box and iceweasel 5 with several addons. My question is the following: is there a way to export above all my addons settings to a file? I would like to be able to install on another debian machine the same iceweasel 5 and have the same addons installed (if I could have even the same toolbar it would be dream) automatically.
View 1 Replies
View Related
Jul 13, 2010
I've been wondering what's the advantages and disadvantages of installing an iceweasel extension from the debian repositories vs the addons.mozilla.org website. I can thus far see that extensions installed from the repositories can't be uninstalled from inside iceweasel. Is there any difference? Are they installed in different places? Are they always accessible to all users? Any difference at all?
View 5 Replies
View Related
Dec 6, 2015
Until recently I had no trouble reading PDF files in Iceweasel. Acrobat Reader would open without prompting. Now, after a recent re-install of Jessie, that does not happen. The browser just freezes when I point it to a PDF file. Reader is installed and shows up among Iceweasel's add-ons.
View 7 Replies
View Related
Feb 25, 2016
I just installed Debian on a new computer yesterday, it's more or less a fresh install. This morning I launched Iceweasel and it brought my computer to it's knees. I ran top, and found out that there was a process called "Web Content" using up 30 gigs of memory! Further experimentation shows that Iceweasel is fine until I open up a tab or two, and then it quickly begins consuming all my memory (I have 24 gigs) and swap space. I'm currently using Chrome, which is working fine, but I'd really prefer Iceweasel.
View 6 Replies
View Related
Mar 25, 2011
I mean, I followed the http://mozilla.debian.net/ wizard, but I have a problem about I don't have xulrunner-2.0, but I need libcairo2, but I have at the last version(saying apt-get install libcairo2).So is there a way to install Iceweasel 4?Sorry for my not perfect english, and if you want more info, just ask me [URL]
View 14 Replies
View Related
Aug 29, 2011
A few days ago, I noticed that flash wasn't working. I don't use flash often and have Flashblock guarding the gates so not quite sure when that happened. In the process of getting it running again I noticed a lot of Iceweasel add-ons are available in the Debian repos. In fact, deleting Flashblock from Firefox and switching to the one from the repos may be what fixed the problem (or it could have been the latest Iceweasel update which I reinstalled).
Anyway, my question is . . . just how do add-ons available via Synaptic and those from Firefox differ? And is it preferable and advisable to use the ones in Synaptic? Since I imported my old profile from Firefox to Iceweasel, I have a lot of standard add-ons rather than the Debian version.
View 14 Replies
View Related
Jul 7, 2015
I have Inceweasel 31.8.0 installed on LXDE Debian Wheezy and I am trying to make AdBlock Plus work. The thing is that I get pop-ups from any site, Youtube ad videos, etc. all the time, just like I have nothing installed to prevent that.
I tried:
- Installing AdBlock from Iceweasel add-ons, with a suscription to easylist ;
- installing xul-ext-adblock-plus (also with the same suscription).
With each configuration or even with none of them, I get the same results as described above. Is there anything I can do ?
By the way, I don't get Youtube ad videos on Chromium with Adblock installed through the Chrome webstore.
View 2 Replies
View Related
Mar 19, 2016
The following url streams nicely in Chromium but Iceweasel complains that FlashPlayer needs to be installed!
[URL] ...
############------- EDIT -------############
This URL is a live stream of a news channel... NOT a fixed length/size video.
############------- EDIT -------############
I can't remember facing this problem with any other YouTube videos, just this one!
Searching around a bit I found an article from 2010 : [URL] ....
First interesting bit: If you're running Chrome or Safari as your main browser, Google's now offering up YouTube videos without Flash.
That's right—fewer system hangs, browser crashes, and other issues, and just straight-up video through HTML5 standards.
View 14 Replies
View Related
Feb 8, 2010
When I try to open two times Iceweasel I get this:Iceweasel is already running, but is not responding. To open a new window, you must first close the existing Iceweasel process, or restart your system.I am very suprprised, because in Windows xp I can open mozilla firefox 2,3 or more times.
View 4 Replies
View Related
Mar 11, 2010
After installing 3.5.6 from backports, applets stopped working. I installed the java-6-sun package but it's still not making it. Searched google but haven't found anything but some bug fixes. Also saw something about ipv6, but not sure if that's related. That seemed to affect java programs. I use jedit and that is working fine. I downloaded the latest SDK from Sun and created a link from /usr/lib/mozilla/plugins and /usr/lib/iceweasel/plugins and /usr/lib/mozilla-firefox/plugins to /opt/SDK/jdk/jre/plugin/i386/ns7-gcc29/libjavaplugin_oji.so. Prior to the update to 3.5.6, the plugins were working and I could get the ..... stuff etc.
View 8 Replies
View Related