Firefoxは時々フリーズしています。その理由を知りたいです。
-g
オプションを使用してFirefoxを起動することでデバッグ出力を取得できると考えましたが、何らかのプロンプトが表示されてから停止します。
どうすればFirefoxの問題を診断できるようにデバッグ出力を取得できますか?
私が現在得ているものは次のとおりです。
$ firefox -g
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /usr/lib/firefox-7.0.1/firefox...(no debugging symbols found)...done.
(gdb)
(gdb)
に到達すると停止し、firefoxは起動しません。
run
プロンプトでgdb
と入力して、firefox
の実行を継続し、クラッシュ時に残されたメッセージを確認する必要があります。