Received: with ECARTIS (v1.0.0; list gopher); Sat, 15 Feb 2003 00:22:23 -0600 (CST) Return-Path: Delivered-To: gopher@complete.org Received: from serio.al.rim.or.jp (serio.al.rim.or.jp [202.247.191.123]) by gesundheit.complete.org (Postfix) with ESMTP id ABE3164DD2 for ; Sat, 15 Feb 2003 00:22:18 -0600 (CST) Received: from mail5.rim.or.jp by serio.al.rim.or.jp (3.7W/HMX-13) id PAA29948 for ; Sat, 15 Feb 2003 15:22:17 +0900 (JST) Received: from tyamamot2w (flets2179.t3.rim.or.jp [202.247.154.179]) by mail5.rim.or.jp (8.9.3/3.7W) id PAA14333 for ; Sat, 15 Feb 2003 15:22:11 +0900 (JST) Message-ID: <004e01c2d4ba$fd95be50$01000001@tyamamot2w> From: "Taro Yamamoto" To: References: <008701c2d1ca$43452880$01000001@tyamamot2w> <20030211221952.GA17086@wile.excelhustler.com> <000801c2d22a$4da2ced0$01000001@tyamamot2w> <20030212033048.GA80668@gesundheit.complete.org> <003b01c2d2b0$c8bd4740$01000001@tyamamot2w> Subject: [gopher] Re: Gopher novice question Date: Sat, 15 Feb 2003 15:25:02 +0900 MIME-Version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-archive-position: 723 X-ecartis-version: Ecartis v1.0.0 Sender: gopher-bounce@complete.org Errors-to: gopher-bounce@complete.org X-original-sender: tyamamot@kt.rim.or.jp Precedence: bulk Reply-to: gopher@complete.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-ID: Gopher X-List-ID: Gopher List-subscribe: List-owner: List-post: List-archive: X-list: gopher I ran gdb to see what's happening. I found a very simple fact: connect() didn't return, when accessing an inaccessible server. For example, I could not reach the ip address: 128.101.103.43 (found for " gopher.tc.umn.edu") at least from my machine. I confirmed it by trying it with telnet. It didn't return. To stop accessing the server, I input Control-c, as I could not imagine anything else. Then, it seemed to be caught on the system level, and it damaged the terminal and it began beeping, and the cpu started running at full speed. As other processes became very slow, I had to kill the process. I didn't know why the Control-c interrupt made the disaster. I'm going to test it further... Regards, --Taro