Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!akgua!sdcsvax!sdcrdcf!hplabs!hpda!fortune!wdl1!jbn From: jbn@wdl1.UUCP (John B. Nagle) Newsgroups: net.unix-wizards Subject: "syscall" crash Message-ID: <236@wdl1.UUCP> Date: Thu, 10-May-84 22:19:10 EDT Article-I.D.: wdl1.236 Posted: Thu May 10 22:19:10 1984 Date-Received: Sun, 13-May-84 08:23:52 EDT Lines: 9 We aregetting "syscall" panics about once a day, caused somehow by the pty driver in original 4.1BSD, as modified by 3COM and us. We have modified "init" to force hangup at logout by setting the line speed to zero for two seconds, and we have modified the pty driver so that network connections get hung up too. But if the control side of the pty is rapidly opened and closed, after a few hundred tries, there is a "syscall" panic. When the panic occurs, an instance of "init" is always the active process. We aren't able to tell what system call was made last, unfortunately. Any ideas?