On 11/2/06, Dan Nicholson <[EMAIL PROTECTED]> wrote:
On 11/1/06, Ken Moffat <[EMAIL PROTECTED]> wrote:
>
> Does anybody have any
> useful pointers or HOWTOs for debugging this pile of^H^H^H^H^H^H^H
> truly wonderful package ?

The other thing you can do is run "firefox -g" and it will run it
through a debugger. I think it will automatically pick gdb as the
default, but you might have to add "-d gdb". After that, you're trying
to decipher a backtrace, so good luck with that.

One other thing is that you don't need to install it to run it. It
will be in $builddir/dist/bin/firefox. Through the magical abuse of
LD_LIBRARY_PATH, everything will work from there.

Also, I was reading /usr/lib/firefox/run-mozilla.sh (you may want to
look at it), and it points to this page:

http://www.mozilla.org/unix/debugging-faq.html

That's kind of old, but may help.

--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to