> I was wondering if anyone has experienced this and come up with a
> solution.
Unfortunately, there is not much that can be done with the data in the
format it is currently in. There are a few things you should try to do to
make the data helpful.
1. Compile the oops-generator:
# cd /usr/src/linux/scripts
# g++ -o ksymoops ksymoops.cc
2. Use your oops data to generate a useful report. Be sure to not to
include the unecessary information. I've cut out all the uncessary
information for you:
general protection: 0000
CPU: 0
EIP: 0010:[locks_remove_locks+12/56]
EFLAGS: 00013286
eax: f000ff47 ebx: 03875414 ecx: 000000f0 edx: 00000000
esi: 000000f0 edi: f000ff47 ebp: 00000000 esp: 03811ea8
ds: 0018 es: 0018 fs: 002b gs: 002b ss: 0018
Process X (pid: 293, process nr: 20, stackpage=03811000)
Stack: 0000001f 001228ff 03875414 000000f0 0000001f 00000103 00000000 0013b7bd
000000f0 00000000 02a44ec0 0832222c 000002b4 00ec59f0 0013bfaf 02a44ecc
00000000 00001000 030f8900 08321f78 030f8990 00000000 00000000 00000000
Call Trace: [close_fp+55/92] [unix_detach_fds+129/200] [unix_recvmsg+795/1044]
[sock_read+171/192]
Code: 8b 50 50 85 d2 74 22 f6 42 20 01 74 0f 53 83 c0 50 50 e8 15
Copy this data to a file, say oops-data, and be sure to honor the correct
line breaks. (you can also create this output by using:
# cat oops | cut -f6- -d" "
where 'oops' is the name of the original text file you posted. Then run
it thru ksymoops:
# cd /usr/src/linux/scripts
# ksymoops /boot/System.map < ooops-file
and send the output to [EMAIL PROTECTED], explaining anything
you think might be useful, like kernel version, computer info,
circumstances, etc.. Its important to be sure and use the System.map file
that corresponds to the same kernel that crashed, as that contains the
proper symbol information that the oops references.
Let me know if you need help.
Dave
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.