As per the Question title, What does each paramter stands for, in /var/log/syslog segfault messagae ?
For Example, I got the error message in /var/log/syslog file as :
Sep 17 03:57:23 localhost kernel: [ 99.032748] IAccessRemoteSc[1413]: segfault at 11 ip 0804ca94 sp bfaf6d90 error 4 in IAccessRemoteScreen[8048000+a000]
where :
Sep 17 03:57:23 ==> TimeStamp
localhost kernel ==> Log Host
ip ==> Instruction Pointer
sp ==> Stack Pointer
What does other parameter stands for ?
[ 99.032748] ==> ?
IAccessRemoteSc ==> ?
[1413] ==> ?
segfault ==>
11 ==>
0804ca94 ==>
bfaf6d90 ==>
error 4 ==>
IAccessRemoteScreen[8048000+a000] ==> ?
[8048000+a000] ==> ?
Is there any standard protocol for Syslog ?
I need a detail description for each paramter.
Can anyone suggest me any link or Manual to interpret details of above Message ?