Hello all,
I am debugging the linux kernel (2.6.36) for a networking issue and I have added some printk in the source files.
I am seeing the printouts of the printks in /proc/kmsg but every now and again, I see them in some sort of giberish!!! Some of the letters are missing and then it goes back to normal.
For example, check this out :
Code:
<4>[71171.011752] PANOS : in xfrm6_input (xfrm_input.c)
<4>[71171.011852]
<4>[71171.011854] PANOS : after ipprot->handler in ip6_input_finish
<4>[71171.065501]
<4>[71171.065506] PANOS : in ip6_inpu_fns
4[17.652 <>711051]PNS:bfr prt>ade ni6iptfns
4[17.657 <>711051]PNS:i fm_c eoecligxr6rvsi(fm_nu.)<>711052]
4[17.654 AO nxr6rvsi(fm_nu.)<>711052]
4[17.659 AO nxr6rv-bfr aln fm_nu xr6iptc
4[17.653 <>711053]PNS:i fm_nu xr_nu.)<>711051]
4[17.667 AO fe prt>ade ni6iptfns
<>711100]
4[17.121 AO ni6iptfns
4[17.128 <>711101]PNS:bfr prt>ade ni6iptfns
4[17.123 <>711102]PNS:i fm_c eoecligxr6rvsi(fm_nu.)<>711102]
4[17.120 AO nxr6rvsi(fm_nu.)<>711103]
4[17.125 AO nxr6rv-bfr aln fm_nu xr6iptc
4[17.129 <>711104]PNS:i fm_nu xr_nu.)<>711101]
4[17.137 AO fe prt>ade ni6iptfns
<4>[71171.559452]
<4>[71171.559455] PANOS : in ip6_input_finish
<4>[71171.559477]
<4>[71171.559478] PANOS : before ipprot->handler in ip6_input_finish
<4>[71171.559499]
<4>[71171.559501] PANOS : after ipprot->handler in ip6_input_finish
<4>[71172.481406]
<4>[71172.481409] PANOS : in ip6_input_finish
Any idea why this is happening? Any help is really appreciated!
Thanks a lot!