From: Andreas Schultz <Andreas.Schultz@eastlink.de>
To: linux-kernel@vger.kernel.org
Subject: 2.4.4/2.4.5-pre2 process semi stuck in n_tty.c:write_chan
Date: Wed, 16 May 2001 15:30:12 +0200 [thread overview]
Message-ID: <3B0280E4.5070600@eastlink.de> (raw)
Hi,
I just installed a new system using 2.4.4 and later tried 2.4.5pre2 and
2.4.4ac6 and ac9. All versions show the same behaivior.
When doing a "cat /var/log/messages", the output slows down after the
first 30 lines and comes to an almost complete stop, with a few lines
showing up every 10sec or so.
A "ps -eo pid,tt,user,fname,tmout,f,nwchan,wchan" shows the process
sitting in write_chan in n_tty.c line 1198.
I realize that this information is probably not enough to find out whats
going on, could you please advise me on what further information is
needed and how to get it.
Thanks
Andreas
---- snip ----
if (!nr)
break;
if (file->f_flags & O_NONBLOCK) {
retval = -EAGAIN;
break;
}
here ===> schedule();
}
break_out:
current->state = TASK_RUNNING;
remove_wait_queue(&tty->write_wait, &wait);
return (b - buf) ? b - buf : retval;
}
---- snip ----
reply other threads:[~2001-05-16 13:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3B0280E4.5070600@eastlink.de \
--to=andreas.schultz@eastlink.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox