Dan Korostelev <[EMAIL PROTECTED]> writes: > On Sun, 2004-06-20 at 23:38 -0700, Brian Nelson wrote: > >> > I have three mozilla-based browsers installed: Mozilla itself, Firefox >> > and Epiphany (my main browser), and each of them crash on some sites. >> > For example on http://incoming.debian.org/ or >> > http://people.debian.org/~mvo and other (non-debian too) >> So... Debug it! There's a good reason why all this software in Debian >> is free (as in speech). > Dunno how.
This may be somewhat helpful, though it would probably make more sense if you built mozilla from the upstream source. http://www.mozilla.org/unix/debugging-faq.html Aside from strace, you can also try: * Running mozilla through valgrind. It will be painfully slow though, and you may need to fiddle with the environment to get mozilla to run using the /usr/lib/mozilla/mozilla-bin instead of the /usr/bin/mozilla wrapper script. * Attaching gdb and get a backtrace at the segfault In addition, since Debian binaries are usually stripped, it can be helpful to rebuild the package to get unstripped binaries that contain more debugging information. For most packages, you can accomplish this with: $ DEB_BUILD_OPTIONS=nostrip dpkg-buildpackage Also, passing noopt may be useful too. > Here's a bzipped "strace mozilla http://incoming.debian.org > 2> mozilla-strace". Please look at it if you can. Hope it helps... Nope, I don't see anything interesting... -- You win again, gravity! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]