"J" == J Duff <J> writes:

J> How do I convert the following information in the messages log to a line 
number in the source code?
>> BAD TRAP: type=e (#pf Page fault) rp=ffffff0008d0d610 addr=50 occurred in 
>> module "module" due to a NULL pointer dereference
>> .
>> .
>> .
>> Dec 11 14:27:31 machine genunix: [ID 655072 kern.notice] ffffff0008d0d800 
>> module:method+792 ()

J> In other words, how can I convert the 792 to a source code line
J> number? I know its in the method of module, but the 792 (assembler
J> line number) doesn't help me.

That's not a line number, it's a hex offset.

Is this x86/x64 (looks like it) or SPARC?
-- 
Dave Marquardt
Sun Microsystems, Inc.
Austin, TX
+1 512 401-1077 (SUN internal: x64077)
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to