X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Martin Str|mberg Subject: Re: bison 1.32 crashing Newsgroups: comp.os.msdos.djgpp References: <2485DB55388 AT HRZ1 DOT hrz DOT tu-darmstadt DOT de> User-Agent: tin/pre-1.4-981225 ("Volcane") (UNIX) (SunOS/4.1.4 (sun4m)) Message-ID: <1014102518.79366@queeg.ludd.luth.se> Cache-Post-Path: queeg.ludd.luth.se!unknown AT father DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: 19 Feb 2002 07:08:38 GMT Lines: 33 NNTP-Posting-Date: 19 Feb 2002 07:08:38 GMT NNTP-Posting-Host: queeg.ludd.luth.se X-Trace: 1014102518 news.luth.se 56971 130.240.16.109 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Juan Manuel Guerrero wrote: : On Sat, 16 Feb 2002 10:50:58 -0600, JT Williams wrote: :> Bison 1.32 wordlessly crashes on startup with the following trace; this ... :> % bison -d -y hoc.y :> Exiting due to signal SIGSEGV :> Page fault at eip=000f34e9, error=0004 ... : Sorry, but I can not reproduce this difficulty at all. You did try running "bison -d -y expr.y", didn't you. As my post pointed out it's a NULL pointer dereference while analysing the "-d" option. So you must use "-d" and plain DOZE. I also tried "bison -y expr.y" and was rewarded an exciting different crash, so there's some problem there too. : Please check the timestamp of some of the products: : bison.exe (2002-01-30 02:03:10) : bison.info (2002-01-30 20:14:58) I haven't checked and can't right now, but I seriously doubt I have the wrong versions as I update my mirror weekly. : Anyway, I would seriously suggest to deinstall the existing bison : on your installation and to install a fresh downloaded one. Yes. I'll do that when I have time. Right, MartinS