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> <1014102518 DOT 79366 AT queeg DOT ludd DOT luth DOT se> User-Agent: tin/pre-1.4-981225 ("Volcane") (UNIX) (SunOS/4.1.4 (sun4m)) Message-ID: <1014143370.688947@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 18:29:30 GMT Lines: 27 NNTP-Posting-Date: 19 Feb 2002 18:29:30 GMT NNTP-Posting-Host: queeg.ludd.luth.se X-Trace: 1014143370 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 Martin Str|mberg wrote: : 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. Ok. Now I've tested with bison 1.28 removed and 1.32 installed. "-d" -> crash. : I also tried "bison -y expr.y" and was rewarded an exciting different : crash, so there's some problem there too. This one disappeared, so ignore this one. Right, MartinS