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: <001601c0706b$b0c53660$8b0c4ea8@kepri.re.kr> From: "Jong B. Lee" To: "cygwin" References: <000d01c06fb9$d7bb8ec0$8b0c4ea8 AT kepri DOT re DOT kr> <3A49FFE5 DOT D855031B AT yahoo DOT com> Subject: Re: info crashes -- with gcc-2.95.2-6 Date: Thu, 28 Dec 2000 10:15:39 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" 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 UAA12271 > Do you have more than one cygwin1.dll in your PATH? Absolutely not! > Do other commands work? Yes, sir. > Output of `cygcheck -s -r -v' sent to the list and not to me would be appreciated. > > Cheers, > Earnie I don't think that is necessary. I just removed all the files and installed all stuffs. (default) The problem is related to the new gcc-2.95.2-6. It has dir.info file in /usr/info directory and it conflicts with dir. (gcc-2.95.2-5 does not have dir.info) What I have tested is to install gcc-2.95.2-5, and do the normal thing > bash$ cd /usr/info > bash$ for f in *.info ; do install-info $f dir ; done to create a dir file. Everything is fine at this step. (info works well, too.) Then, upgrade gcc to gcc-2.95.2-6. Now, I have dir and dir.info in the /usr/info directory, and info crashes with this message : $ info 0 [main] info 711029 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1720 [main] info 711029 stackdump: Dumping stack trace to INFO.EXE.stackdump Segmentation fault (core dumped) The simplest way to solve this problem is to remove dir.info in /usr/info, I think. If you install gcc-2.95.2-6 from the beginning, then you still have dir.info. And you will have the same problem. My solution is to remove dir.info and to generate a new dir (Top of the INFO tree). Is this just for my PC? Does anyone have this problem? jbl