[olug] browsers

Nick Walter waltern at iivip.com
Mon Sep 30 15:03:19 UTC 2002


Have you run an strace to find out what Mozilla is trying to do when it
locks up?  I find that's a great way to find out if an application is
locking up on a system call.

If you've never run an strace, here's a quickie howto

1.)  Find the PID of the process you want to trace.  You can use 'ps
-efw' as root to see the names, PIDS, and a bunch of other stuff about
all running processes.  In regards to mozilla, the process name you are
looking for is mozilla-bin.

2.)  Once you know the PID, do an 'strace -p <pid>' where <pid> is the
PID of the program you want to strace.

3.)  If the strace just keeps scrolling nonstop, the process isn't
frozen, though it might be in an infinite loop or some other state that
keeps the process from behaving properly.  If the strace stops at some
point and doesn't continue, then note down the last few lines.  The last
line in specific is the system call the program is frozen on.  Usually
the name of the call or the name of a device being referenced will give
a good general idea of what the process is trying to do that freezes
it.  From that point more specific and focused troubleshooting is
possible.

 
Nick Walter


On Mon, 2002-09-30 at 09:58, Trent Melcher wrote:
> I've had the same problem, at first I thought it was Ximian too, but have
> been running Ximian using netscape as my browser flawlessly for 3 months
> now.  I haven't had time to pinpoint the problem, I also get lock-ups trying
> to run GAIM.  Im not sure if it uses any of the Mozilla or Java libraries,
> but if it does that might explain it.
> 
> Trent
> 
> 
> -----Original Message-----
> From: olug-admin at olug.org [mailto:olug-admin at olug.org]On Behalf Of Quinn
> Coldiron
> Sent: Monday, September 30, 2002 9:07 AM
> To: olug at olug.org
> Subject: Re: [olug] browsers
> 
> 
> Since this has come up, about a month ago I posted that I was having
> problems with Mozilla and Java.  I also stated that I had installed
> Zimian Desktop.  I formatted the drive and started over with RH 7.3
> WITHOUT Ximian.  I then installed the IBM JDK, but Mozilla still locks
> up with Java.  I've tried Blackdon, IBM and Sun's JRE's and JDK's.
> 
> I do have Opera running with Java, so I just use that.  When I'm in KDE
> Konq works with Java also (but I spend most of my time in Windowmaker).
> I've tried the Mozilla that comes with RH 7.3 and I've downloaded the
> nightly builds and the latest alpha of Mozilla...no luck.
> 
> Quinn
> 
> --
> -----------------------------
> 
> You don't "install" web pages; you simply visit them.
> Why should applications be any different?
> 
> -----------------------------
> Quinn P. Coldiron
> Cerner Technical Coordinator
> Nebraska Methodist Hospital
> 402-354-1619
> qcoldir at nmhs.org
> 
> _______________________________________________
> OLUG mailing list
> OLUG at olug.org
> http://lists.olug.org/mailman/listinfo/olug
> 
> 
> _______________________________________________
> OLUG mailing list
> OLUG at olug.org
> http://lists.olug.org/mailman/listinfo/olug
> 





More information about the OLUG mailing list