ksymoops 0.7c on i586 2.2.15. Options used -V (default) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/modules/2.2.15/ (default) -m /usr/src/linux/System.map (default) Warning: You did not tell me where to find symbol information. I will assume that the log matches the kernel and modules that are running right now and I'll use the default options above for symbol resolution. If the current kernel and/or modules do not match the log, you can get more accurate output by telling me the kernel version and where to find map, modules, ksyms etc. ksymoops -h explains the options. Apr 15 04:03:15 h0mer kernel: Unable to handle kernel paging request at virtual address 409fd00c Apr 15 04:03:15 h0mer kernel: current->tss.cr3 = 019b0000, %cr3 = 019b0000 Apr 15 04:03:15 h0mer kernel: *pde = 00000000 Apr 15 04:03:15 h0mer kernel: Oops: 0000 Apr 15 04:03:15 h0mer kernel: CPU: 0 Apr 15 04:03:15 h0mer kernel: EIP: 0010:[fifo_open+130/752] Apr 15 04:03:15 h0mer kernel: EFLAGS: 00010206 Apr 15 04:03:15 h0mer kernel: eax: c19fd000 ebx: c4199f80 ecx: c19fd000 edx: c4199f98 Apr 15 04:03:15 h0mer kernel: esi: c4199f60 edi: 409fcff0 ebp: 00000634 esp: c238fe9c Apr 15 04:03:15 h0mer kernel: ds: 0018 es: 0018 ss: 0018 Apr 15 04:03:15 h0mer kernel: Process slocate (pid: 2320, process nr: 14, stackpage=c238f000) Apr 15 04:03:15 h0mer kernel: Stack: c01f5b04 00000906 c238fedc 00000000 00000906 c013113f fffffd2e 00000906 Apr 15 04:03:15 h0mer kernel: 00000000 c0220078 c01f5b04 c0220078 00000002 c238ff08 00000000 00000002 Apr 15 04:03:15 h0mer kernel: c238fedc c238fedc c01311a2 00000906 00000000 c0220078 c01f5b04 c0220078 Apr 15 04:03:16 h0mer kernel: Call Trace: [posix_lock_file+267/828] [posix_lock_file+366/828] [lock_get_status+89/284] [get_locks_status+132/416] [ext2_new_inode+1016/1728] [copy_strings+27/448] [setup_arg_pages+88/264] Apr 15 04:03:16 h0mer kernel: Code: 83 7f 1c 01 0f 94 c0 31 c9 88 c1 89 4c 24 14 8b 46 50 85 c0 Using defaults from ksymoops -t elf32-i386 -a i386 Code; 00000000 Before first symbol 00000000 <_EIP>: Code; 00000000 Before first symbol 0: 83 7f 1c 01 cmpl $0x1,0x1c(%edi) Code; 00000004 Before first symbol 4: 0f 94 c0 sete %al Code; 00000007 Before first symbol 7: 31 c9 xor %ecx,%ecx Code; 00000009 Before first symbol 9: 88 c1 mov %al,%cl Code; 0000000b Before first symbol b: 89 4c 24 14 mov %ecx,0x14(%esp,1) Code; 0000000f Before first symbol f: 8b 46 50 mov 0x50(%esi),%eax Code; 00000012 Before first symbol 12: 85 c0 test %eax,%eax 1 warning issued. Results may not be reliable.