[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:43925] Re: lcrashの動作について
こんにちは
On Tue, 28 Jun 2005 13:43:29 +0900
山内 修平 <yamama6@xxxxxxxxxxx> wrote:
> はじめまして。こんにちは。「木の葉」と申します。
>
> この度、debian(sarge)で、取得したdumpデータ解析について、質問したく
> メールさせていただきました。
>
> 質問内容なのですが、debian(sarge)環境にてLKCDを使用し、取得したdump
> データをlcrashコマンドにて解析しようとしたところ、lcrashコマンド投入後、エ
> ラーメッセージ
> が出力され正常にレポート情報が表示されないという現象が起きてしまいました。
> 実行したコマンドと、出力されたメッセージを以下に記載します。
>
> ※LKCDは正常に動作し、/var/log/dump/配下にdumpデータは格納されていました。
> 【実行コマンド】
> 1.cd /var/log/dump/0
> 2.ls
> dump.0 kerntypes.0 map.0
> 3.lcrash -n 0
>
> 【出力メッセージ】
> home:/var/log/dump/0# lcrash -n 0
> lcrash 0.10.2 (xlcrash) build at May 23 2005 20:49:14
> Lcrash is free software. It is covered by the GNU General Public License.
> You are welcome to change it and/or distribute copies of it under certain
> conditions. Type "help -C" to see the conditions. Absolutely no warranty
> is given for Lcrash. Type "help -W" for warranty details.
>
> map = map.0
> dump = dump.0
> kerntypes = kerntypes.0
>
>
> Please wait...
>
> Verifying filenames... Done.
> Initializing host information... Done.
> Initializing dump information... Done.
> Opening dump for access... Done.
> Reading in the dump header... Done.
> Determining dump architecture... Done.
> Loading kernel type information ... Done.
> Setting up for dump access... Failed.
>
> 上記出力メッセージ内の「Setting up for dump access」でFailedとなるため、
> 正常にレポート情報が出力されないのだと思っております。
dumpが最後まで保存できていない可能性があります。
まずはファイルのサイズと終端を確認しましょう。
LKCDはdumpが正常に取れないことが多いです。
湯浅