View Single Post

   
  #1 (permalink)  
Old 01-04-2008, 09:04 PM
Joerg Richter
 
Posts: n/a
Default kdb lke command (Struct proc paged out.)

Hi,

After reading "Using the AIX kernel debugger to investigate module
dependencies" I wanted to use the lke command to list the modules
belongig to a process.

But trying:
lke -p <pid>

gives only:
Struct proc paged out.

The only pid that works is the on of init:

(0)> lke -p 1
ADDRESS FILE FILESIZE FLAGS MODULE NAME

1 2FF3C584 D0047000 0002B4D5 00021740
shr_xpg5.o/usr/lib/libpthreads.a
2 2FF3C524 D0043000 000038B1 00001740
shr_comm.o/usr/lib/libpthreads.a
3 2FF3C4C4 D00730F8 0000086E 00001740 shr.o/usr/lib/libcrypt.a
4 2FF3C424 D01CE780 001F2092 00001740 shr.o/usr/lib/libc.a
5 2FF3C3C4 10000000 00008B91 00005242 init

So what must I do to page struct proc of a process in?


Joerg
Reply With Quote