Firefox

Discuss Applications

Firefox

Postby Tux » Sun Jul 11, 2004 3:02 pm

I have been having some problems with Mozilla Firefox segfaulting recently and so I decided to get my hands dirty and checkout todays CVS . I'm not a guru, but I think I found the offending code:

Code: Select all
 
#include <crap/sluggishness.h>

int main(void)
{
   while (browsing == 1)
      {
      perror("Oh noes eye is broken!");
      crash();
      }
}


:roll:
Tux
guru
guru
 
Posts: 689
Joined: Wed Jan 08, 2003 10:40 am

Postby Void Main » Sun Jul 11, 2004 3:15 pm

Heh heh, yeah it should have been:

Code: Select all
#include <crap/sluggishness.h>

int main(void)
{
   while (browsing == 1)
      {
      perror("Oh noes eye is broken!\n");
      perror("But at least eyes still not as broken as Internet Exploder!\n");
      crash();
      }
}
User avatar
Void Main
Site Admin
Site Admin
 
Posts: 5705
Joined: Wed Jan 08, 2003 5:24 am
Location: Tuxville, USA

Postby ZiaTioN » Wed Aug 11, 2004 9:21 pm

heh nice.

Actually FireFox has run great for me. I use it on my Windows system, of course my Linux boxes and even my iMAC running MAC OSX 10.2.5 (Jaguar). It has some trouble rendering (or interpreting) some java code on a few sites but that I believe is an issue with the author of the site and not the author of the browser.
ZiaTioN
administrator
administrator
 
Posts: 460
Joined: Tue Apr 08, 2003 3:28 pm


Return to Applications

Who is online

Users browsing this forum: No registered users and 0 guests

cron