3. OS이야기

HP에서 SIGHUP( kill -6 )이 안될경우

OSSW(Open Source System SoftWare 2010. 3. 24. 09:38


1) tusc data
# tusc -flp  -T “”  -o tusc.out  1234
20초후 control+C로 중단.

2) glance data

s -> 1234 -> G   로 cpu를 많이 소모하는 thread id  기록

3) gdb output
#  gdb /opt/java1.4.2.20/bin/PA_RISC2.0W/java  1234 | tee gdb.out    <-helpweb 서버의 경우

(gdb) thread apply all bt
(gdb) dumpcore
(gdb) quit