본문 바로가기

Skills/System

RHEL6 on System Z10 의 abrt 내용 - 2

이번에는 어플리케이션 레벨 크래쉬 발생.

[root@linux04 ~]# abrt-cli --get-list
0.
    UID        : 0
    UUID       : de784294dea27f567470a83867ac5faf9c95dc30
    Package    : groff-1.18.1.4-19.el6
    Executable : /usr/bin/grotty
    Crash Time : Wed May 26 23:56:54 2010
    Crash Count: 1

[root@linux04 ~]# abrt-cli --report de784294dea27f567470a83867ac5faf9c95dc30

[New Thread 4700]
Core was generated by `grotty -c'.
Program terminated with signal 11, Segmentation fault.
\#0  0x0000000080005b9a in ?? ()

Thread 1 (Thread 4700):
\#0  0x0000000080005b9a in ?? ()
No symbol table info available.
\#1  0x00000000800020ce in ?? ()
No symbol table info available.
\#2  0x0000004c97126894 in __libc_start_main () from /lib64/libc.so.6
No symbol table info available.
\#3  0x0000000080001cc2 in ?? ()
No symbol table info available.
From                To                  Syms Read   Shared Object Library
0x0000004c9764e68c  0x0000004c976d7604  Yes (*)     /usr/lib64/libstdc++.so.6
0x0000004c972eb9c4  0x0000004c97336780  Yes (*)     /lib64/libm.so.6
0x0000004c9759b40c  0x0000004c975a678c  Yes (*)     /lib64/libgcc_s.so.1
0x0000004c971265a0  0x0000004c97265720  Yes (*)     /lib64/libc.so.6
0x0000004c970dcc30  0x0000004c970f6fc8  Yes (*)     /lib/ld64.so.1
0x000002000000a4dc  0x000002000000b268  Yes (*)     /usr/lib64/gconv/ISO8859-1.so
(*): Shared library is missing debugging information.
$1 = 0x0
No symbol table is loaded.  Use the "file" command.
r0             0x1      1
r1             0x200000001      8589934593
r2             0x6a8    1704
r3             0x4c00000000     326417514496
r4             0x80005b82       2147507074
r5             0x8002bfb0       2147663792
r6             0x1      1
r7             0x3fffff6d2e8    4398045909736
r8             0x3fffff6d2bc    4398045909692
r9             0x80016690       2147575440
r10            0x80014428       2147566632
r11            0x8002c870       2147666032
r12            0x80016688       2147575432
r13            0x8000f160       2147545440
r14            0x80005b82       2147507074
r15            0x3fffff6d1f0    4398045909488
pc             0x80005b9a       0x80005b9a
cc             0x2      2
No function contains program counter for selected frame.
Debuginfo absent: 158419a490e305a8ddabf2ce33236f8bed265d25
Debuginfo absent: 1e56dbdcd1da368cc506da6fd5491c81d82467db
Debuginfo absent: 2bacaa9b9da7c46647164b2443001be21bca87bf
Debuginfo absent: 4d07a20699ca445734708864b04dbef0e01ef1c0
Debuginfo absent: 825b439d8dafc782938c6093a2fb617b1163a180
Debuginfo absent: 88d0c4c627334edfe4b1a80efc5d6dd8354e8ef8
Debuginfo absent: e2bee819f0a836d0ee2bc1b2beac53413b5179f9


이건 debuginfo 를 가지고 코어덤프를 gdb 등으로 Trace 해야 할것 같은데 지금은 귀찮고...

일단 흥미로우니 책갈피식으로 꽂아놓는다...