Slashdot Mirror


Is Firefox 1.0 Less Stable than Firefox PR1.0?

An anonymous reader wonders: "I had Firefox 1.0PR running smoothly on three different machines and it hardly ever crashed. After upgrading to 1.0, I seem to have at least one annoying crash a day. On one of the machines, using the 'self update' feature caused Firefox to crash in middle of the upgrade and left it in a completely unusable state. Eventually, I had to uninstall it and resort to using IE to download the full installer, again. Is it just me, or are other heavy Firefox users noticing this sort of behavior?"

21 of 758 comments (clear)

  1. /. is not tech support by aws910 · · Score: 5, Informative

    Why don't you try posting on the Mozilla.org forums?

    1. Re:/. is not tech support by jesser · · Score: 4, Informative

      Don't label him as an enemy just because he claims to experience more crashes than you. It's entirely possible that he's telling the truth -- many crash bugs (not just system problems) affect some users more than others. Maybe his Firefox installation or Firefox profile somehow became corrupted. Maybe the sites he visits trigger crashes in Firefox more than the sites we visit. Maybe the extensions he uses are buggy (in which case he should blame the extension).

      It's ok to tell him that his experience doesn't match yours, but at least give him a FAQ item that might help him work around or report the crashes rather than attacking him.

      --
      The shareholder is always right.
  2. Uninstall first! by hazed · · Score: 5, Informative

    Make sure you uninstall any old versions before installing the new version. Its in the faq.. well hidden, but i've had no problems when uninstalling then re-installing. Make sure to back up, but your savings should be saved as they are not held in the same area as the executeables and whatnot. I have had problems just upgrading, but i've been problemless since i've done the above.

    --
    "We are eternal.. all this pain is an illusion." -Maynard James Kenan
  3. CNN will crash it by r00t · · Score: 4, Informative

    Go to CNN. View a few stories. **CRASH**

    This is:

    Linux 2.6, GNOME, 32-bit ppc, libswf installed,
    multiple windows open, Debian-unstable, the tab
    preferences extension installed so I can go back
    to the old pre-tab Mozilla ways...

    This really, really, sucks. I was one of those
    people that would keep a browser running for
    several weeks at a time. I'd let it sit on one
    virtual desktop with two dozen windows open.

    1. Re:CNN will crash it by prockcore · · Score: 5, Informative

      Linux 2.6, GNOME, 32-bit ppc, libswf installed,

      I have an idea on why your browser is crashing.

      You're trying to open flashMX movies in a flash3 library that was abandoned over 5 years ago.

      Try removing libswf and I bet CNN won't crash at all.

  4. Re:Probs before PR by bigberk · · Score: 4, Informative
    My PR Firefox version Firefox/0.9.3 has always had the annoying problem of causing the entire system to "lock up" if left running overnight.
    Without exception, a regular (userland) application that leads to global locking up is the operating system's fault, not the application's. The goal of a modern multi-user, multi-process, virtual memory OS (BSD, Linux, WinNT) is to keep each process separate on the system. A single application should crash, or run slowly but it should never crash the entire operating system or use up all the operating system's resources. Such a situation indicates the failure of the OS to manage resources, and maintain control over separate processes.
  5. Re:mod story -1 off-topic by bigberk · · Score: 4, Informative
    Isn't there some kind of firefox mailing list for this kind of stuff?
    Yes, and there is even a web based support forum
  6. Re:Basic Human Nature by dmaxwell · · Score: 4, Informative

    It is a well known bug. The fix is in the current gecko devel tree. The quick workaround is to hit ctrl- followed by ctrl+. The shrinks then expands the text on the screen. It also causes the text to reflow correctly.

  7. Re:Basic Human Nature by Feztaa · · Score: 5, Informative

    I much prefer to hold down CTRL and then scroll the mouse wheel up, then down. Does the exact same thing, just easier than taking my hand off the mouse ;)

  8. Re:Probs before PR by bigberk · · Score: 4, Informative

    Interpreting how much memory an application is using is somewhat difficult. Modern virtual memory operating systems page memory into both physical RAM and disk storage (swap, pagefile, whatever). Next, there are operating system features that try to preserve actual memory by not allocating real chunks of memory on an application's request, until that memory is really made use of. Finally, using some system GUI widgets etc can "increase" the amount of memory use as shown in Task Manager etc where really the memory use is within the OS, not the app.

    What this comes down to is: the figure you generally see for memory use of an app is not physical RAM use. It might not even reflect the actual amount of physical+disk memory in use! Finally, memory usage might be overstated due to transient external allocations (e.g. win32 API dialog boxes) that deceivingly appear as memory used by an application.

    What you have to look for is how that memory usage figure changes over time. In most cases, it grows until it hits a ceiling - even at that point, it is way overstated (a conservative measure, so to speak). What is bad is if it regularly grows by 50 MB per day, without limit. Then there is a leak :)

  9. Re:Cheesey Creezey!! by digitallife · · Score: 3, Informative

    I must agree. I have had many different identities and have been around since very close to the beginning (damn master passwords - always make me lose passwords!). As far back as I can remember people have been complaining about this very issue. Actually /. has stayed relatively the same over the years IMHO, other than a few joke evolutions :)

  10. Re:Stability Issues...? by Schreckgestalt · · Score: 4, Informative
    Same here, no issues... Except for the 'download flash player plugin' thingy that kept failing. But crashes? No.

    I've done several upgrades of Phoenix, Firebird and now Firefox on different machines, and I have grown accustomed to letting the new version create a new profile and then copy the stuff you still want back into it. I normally delete "C:\Docs and Settings\MYNAME\Application Data\Mozilla\Firefox", then copy the old bookmarks.html into my profile again.

    Did so with PR1 -> 1.0, and have had no issues on several machines.

  11. Re:Probs before PR by prockcore · · Score: 4, Informative

    it's been open for about 5 days straight, running on Win2KPro. It's using 104MB of RAM.

    Even worse, there's this System Idle process that's taking up 99% of my CPU time!

    Sheesh. It's called memory caching. That's why TOP differentiates between RSIZE, VSIZE and RSHRD.

    RSIZE is the amount of ram being actively used by a process. I doubt RSIZE is 104megs.

  12. I had opposite results by gad_zuki! · · Score: 5, Informative

    1.0PR had a javascript pop-up crash bug that drove me crazy. 1.0 fixed that.

    Some things to consider:

    1. How did you install 1.0? Did you do an overwrite? If so, do a clean install.

    2. What extensions are you using? Have you disabled the extension version check?

    >On one of the machines, using the 'self update' feature caused Firefox to crash in middle of the upgrade

    When was this? Do you have DNS/network/firewall issues which could be causing this?

    Lastly, to get some real answers from the experts people should asking here.

  13. Re:Basic Human Nature by cbiltcliffe · · Score: 4, Informative
    The quick workaround is to hit ctrl- followed by ctrl+.
    Or, you could install the slashfix extension:

    http://www.hardgrok.org/blog/item/slashfix-firefox -extension.html

    Isn't open source great?!
    --
    "City hall" in German is "Rathaus" Kinda explains a few things......
  14. maybe this explains your frame loss... by pikine · · Score: 4, Informative

    do you leave firefox in a page with flash animations? nowadays many of the animated figures in a web page are flash and not animated gifs anymore. a badly made flash can take up tons of CPU even when you leave it there. also, are you viewing web sites with automatic page refreshing? it will eat up the CPU everytime the page refreshes.

    if that bothers you, you can always use the task manager to set the process's priority to either "below normal" or "low".

    however, games are memory intensive. so as a browser, which uses memory caching to be fast. when real memory is used up, "thrashing" occurs (to swap some memory pages to the disk). even adjusting task priority won't help here, since thrashing is inherently slow. whenever a web page that you leave in the background refreshes itself, the OS has to swap out a few pages of game memory and swap in memory pages for the browser. as the game continues, it needs the memory back, and the OS has to juggle around memory pages again.

    if you see a periodic frame loss, then self-refreshing web pages are definitely the culprit.

    --
    I once had a signature.
  15. Re:Probs before PR by meanfriend · · Score: 4, Informative
    I'm currently using FireFox PR1.0, it's been open for about 5 days straight, running on Win2KPro. It's using 104MB of RAM. Why I don't know...I only have 4 tabs open at the moment and no flash or java running, and no third party plugins...

    I'm going to guess that over the five days, you have opened and closed a whole bunch of tabs (probably dozens). It's a known issue in Firefox that when you close tabs, it doesnt release the memory.

    See the bugzilla: bugzilla.mozilla.org/show_bug.cgi?id=131456

    I've had FF running for a week straight and using upwards of 200MB and only one tab open :). The only remedy is to restart FF. This has been an issue for over two years now. Dont expect it change anytime soon though, if it was a simple fix, I supppose it would have been done by now.

  16. Suggestion anyway by Corwyn_123 · · Score: 5, Informative

    Try uninstalling Firefox 1.0PR, don't worry the profile will be left intact, then install Firefox 1.0, this works just fine, and Firefox 1.0 is completely stable.

  17. Re:Basic Human Nature by jp10558 · · Score: 4, Informative

    Well, the validation works fine from Opera. I get 227 errors on that page, and something about it not being valid HTML 3.2.

    Some of the errors are:

    Line 8, column 14: there is no attribute "TYPE"

    Line 38, column 11: there is no attribute "TOPMARGIN"

    Line 38, column 26: there is no attribute "LEFTMARGIN"

    Line 39, column 13: there is no attribute "MARGINWIDTH"

    Line 39, column 30: there is no attribute "MARGINHEIGHT"

    Line 43, column 8: there is no attribute "BGCOLOR"

    It goes on...

    --
    Opera, Proxomitron-Grypen,GPG 0x0A1C6EE3
  18. Re:My experiance by AstroDrabb · · Score: 3, Informative
    The best Firefox so far for me has been 0.9
    So go to the Mozilla ftp server and download 0.9.3, (this is one of the Mozilla mirrors). When the next version/update to Firefox comes out, try that one to see if your problems are fixed. I personally have had no issues with Firefox 1.0 on 4 different computers I have (2 WinXP and 2 Linux-Fedora Core 3).
    --
    If Tyranny and Oppression come to this land,
    it will be in the guise of fighting a foreign enemy. -James Madison
  19. Re:Basic Human Nature by GoRK · · Score: 4, Informative

    Actually it's a synaptics touchpad hardware/driver feature. The touchpad normally emulates a PS2 mouse; however, there is a 'raw' mode that you can put the hardware into that basically returns the position of the user's finger on the pad. This allows you to do a lot of different things in software such as simulate a scroll wheel when the user tracks up and down the right edge, horizontally scroll when the user tracks on the bottom edge, perform browsing back/forward actions on the top edge, simulate extra mouse buttons with corner taps, etc.

    A really really good implementation of a raw-mode synaptics driver is available for MacOS as SideTrack. It used to be free while it was in beta. Now it is $15 and a heck of a good deal. It fixes the powerbooks' problem of lacking a right mousebutton and scroll wheel while giving all sorts of extra enhancements that really make that one button mouse a lot more usable.