lkml.org 
[lkml]   [1999]   [Jul]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectSIGKILL in select - ERESTARTNOHAND
Hi,
I have a problem with small program that connects a pty with a modem
accessed through TCP/IP.
The program dies with a SIGKILL in select() . An strace shows

select(16, [5 7], [], [], NULL) = 1 (in [5])
read(5, "A^H ^H", 512) = 6
select(16, [7], [7], [], NULL) = 1 (out [7])
write(7, "A^H ^H", 6) = 6
select(16, [5 7], [], [], NULL) = ? ERESTARTNOHAND (To be
restarted)
+++ killed by SIGKILL +++

My kernel is 2.2.5
Can anyone give me a hint on what is going on here ?

Stefan Meisner Larsen

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:52    [W:0.018 / U:1.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site