<br><br><div class="gmail_quote">On Tue, Nov 22, 2011 at 12:10 AM, Pradeep Kumar <span dir="ltr">&lt;<a href="mailto:pradeepkernel@gmail.com" target="_blank">pradeepkernel@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">Hi All,<div>I am working on a mobile development platform and performing some stress warm boot tests using UART debug console(which is using serial 8250 driver for console). </div><div><br></div><div>I am getting device debug console UART RX hang after iterations &gt; 1500. after this issue am not* able to issue any command. Able to see logs though.  </div>

</div></blockquote><div><br></div><div>I suspect the buffer has reached it limits....</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">


<div><br></div><div>Later I kept some debug prints in isr and able to see that device is able to generate interrupts when some data is received. So I came to conclusion that some malfunctioning is happening  in upper layer not sure which layer has this problem. Can some one give some ideas at which layer I can check?</div>



<div><br></div><div>One more observation is when I perform a open and close calls on debug UART port(in my case ttyS0) while device is in UART RX hang state, then I notice the UART console RX again below active and able issue commands from UART console itself.      </div>



<div><div><br></div></div></div></blockquote><div>Open and close perhaps clear the buffer, and so the communication can restart again?   I am not sure if the buffer at the host or client side is the culprit, or both.   What ever it is, it could be that the round robbin clearing of buffer is not working.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div></div></div></div>
<br>_______________________________________________<br>
Kernelnewbies mailing list<br>
<a href="mailto:Kernelnewbies@kernelnewbies.org" target="_blank">Kernelnewbies@kernelnewbies.org</a><br>
<a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Regards,<br>Peter Teoh<br>