The Hub

Chrome

Rate this Entry
Y U HAVE TO CRASH EVERY TIME I TRY TO PLAY A FLASH GAME???
Categories
Uncategorized

Comments

  1. Stryker's Avatar
    That's when Firefox comes in.
  2. Rokki's Avatar
    i cant watch youtube on chrome -.-
  3. aaaaaa123456789's Avatar
    Just use Firefox. Sure, it has more memory leaks than your average browser, but it seems to work fine... (I would also tell you to try IE, but you're in Linux, so that won't do).
  4. Agravaine's Avatar
    I know, I hate Chrome, I'm only using it because there's a bug in my version of FF that when you open any new page it crashes. I think I'm on the Nightly, though; I'll have to go to the regular version.

    Ah, and FF having memory leaks? It would be far more fitting to say that about Chrome...
  5. aaaaaa123456789's Avatar
    They both do. The latest Firefox has many of them patched, though.

    (Seriously, those programmers should use languages with automated garbage collection if they can't handle a simple free().)
  6. Agravaine's Avatar
    [QUOTE=aaaaaa123456789;bt292640]They both do. The latest Firefox has many of them patched, though.

    (Seriously, those programmers should use languages with automated garbage collection if they can't handle a simple free().)[/QUOTE]

    You mean the languages that the browsers are coded in or the languages that are run through the browser?
  7. Jerevand's Avatar
    I never have ANY problems with Chrome. Chrome FTW.
  8. aaaaaa123456789's Avatar
    Quote Originally Posted by Captain_Jack
    You mean the languages that the browsers are coded in or the languages that are run through the browser?
    The languages used to write the browsers themselves.
  9. Agravaine's Avatar
    [QUOTE=aaaaaa123456789;bt292650]The languages used to write the browsers themselves.[/QUOTE]

    Ah okay. I always have been amazed at just how many memory leaks lots of software has, due just to the programmer's laziness.
  10. aaaaaa123456789's Avatar
    Quote Originally Posted by Captain_Jack
    Ah okay. I always have been amazed at just how many memory leaks lots of software has, due just to the programmer's laziness.
    Sometimes, it's just a mistake. I've seen mistakes that make programs claim all the available RAM -- fortunately, that's easy to spot...