Re: Analyzing Kernel call traces.

2013-05-17 Thread Peter Teoh
On Wed, May 8, 2013 at 3:16 PM, Shraddha Kamat wrote: > Any good tutorial for analyzing kernel call traces ? I want to > know what is the meaning of everything that appears in the call > trace and get to the exact cause of the problem. > sorry , u mean "backtrace" call trace? or kernel oops?

Re: select call takes more time than the given timeout

2013-05-17 Thread Victor Buciuc
On Fri, May 17, 2013 at 2:59 PM, devendra.aaru wrote: > Hello, > > > The Select system call has given the timeout of 100 msec and but its > expired after 115 msecs. > > I have no fds to read, and just wanted to use select as the timer to > timeout and so some stuff after the timeout happen. > > co

select call takes more time than the given timeout

2013-05-17 Thread devendra.aaru
Hello, The Select system call has given the timeout of 100 msec and but its expired after 115 msecs. I have no fds to read, and just wanted to use select as the timer to timeout and so some stuff after the timeout happen. code: #include #include #include #include main() { int ret