Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <000d01c06fb9$d7bb8ec0$8b0c4ea8@kepri.re.kr> From: "Jong B. Lee" To: "cygwin" Subject: info crashes Date: Wed, 27 Dec 2000 13:02:34 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="ks_c_5601-1987" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id XAA16867 This morning, I installed cygwin from the scratch. It comes with cygwin1.dll version 1.1.7-1, perl-5.6.1-1, gcc-2.95-6, and so on... After doing the following work, info crashes with stack dump error. bash$ cd /usr/info bash$ for f in *.info ; do install-info $f dir ; done I went back to cygwin1.dll version 1.1.6-1, and same thing occured. What did I do wrong?