by Anonymous (not verified) on 7/11/08 at 3:43 am |reply
I'm not sure about BSD, but
I'm not sure about BSD, but what is it they say about Windows? For every bug fixed two more are created. So it would not really matter if a bug takes 33 years to fix.
by Anonymous (not verified) on 7/11/08 at 9:38 am |reply
Fixing a bug with origins
Fixing a bug with origins that old is very cool. But this is not a UNIX bug, it is a bug in yacc. Calling it a UNIX bug is misleading and factually incorrect. There are many (most?) UNIX systems that don't ever run yacc. And most modern versions, or even LINUX distributions, don't install it by default anymore.
by Adam Tauno Williams (not verified) on 7/11/08 at 10:02 am |reply
It is in fact correct to
It is in fact correct to call this a Unix bug, because yacc is part of the toolchain that is used to build Unix.
Linux doesn't use yacc, but rather a compatible workalike called GNU Bison.
Bison is necessary for building many of the packages that go into a Linux distribution. So even if bison is not actually installed in the filesystem generated by that build process, it does generate C code which is part of that system's run time.
So, conceivably, a Linux distribution could have a bug due to a flaw in Bison, and people would call this a Linux bug.
Obviously, some problem in OpenBSD (a kind of Unix) was traced to a 1975 version of Yacc (a code-generator used as part of the Unix toolchain). So it's a Unix bug.
by Anonymous (not verified) on 7/16/08 at 4:08 pm |reply
Even if yacc is not bundled
Even if yacc is not bundled with current distributions, how much of their content is derived from yacc-generated matter?
Nobody likes a bug. But as the author of Yacc, I'm torn between amazement that Yacc is still in use and still being debugged, and rue that my ancient bugs get such publicity. I'm amazed that Yacc runs at all on machines where pointers are bigger than ints, since this was undreamed of in 1973 when the first version appeared.
As to Yacc being part of Unix, I think part of the confusion is that Unix is often used with two meanings--the operating system and the distribution. I'm not aware of any Yacc-generated code in the operating system proper (although on many platforms Yacc code is used in the C compiler). But many Unix applications (awk, eqn, etc.) are built around Yacc-generated parsers.
by Steve Johnson (not verified) on 7/18/08 at 8:11 am |reply
Sidekick: The Good News & the Bad News Either way you look at it Microsoft Data Center management did not follow standards or best practices in this failure. In which case it makes me wonder more about the outsourcing of corporate data much less personal data.
- mburton325
Surviving Windows is easier than you think… MKS offers the power of an integrated all-in-one environment and provides you with the Power of UNIX on Windows Learn More
Brought to you by:
Free books
We have 5 copies of these two new books to give to some lucky readers. The deadline for entries is November 30, 2009.
AISO founders envisioned a Web hosting company that was environmentally friendly. While the company employed energy-efficient innovations like solar panels, its infrastructure produced unacceptable power and cooling requirements. Find out how AISO leveraged AMD technology to overcome their challenge in this case study white paper.
In this whitepaper, Scalar explores the opportunity to change the landscape with respect to mission critical databases
built around Oracle. Leveraging technologies such as Linux, high-end commodity processing power and Oracle RAC
technology to architect, design, build and maintain database infrastructure that delivers maximum availability, reliability
and performance at a fraction of traditional cost.
On a typical day, weather.com, the Web site for The Weather Channel in Atlanta, serves up between 15 million and 20 million page views. But in September 2004, when back-to-back hurricanes ransacked Florida, the peak traffic on one day more than tripled: over 70 million page views by more than 7 million unique visitors. Read the full success story now.
great developer!
great developer!I'm not sure about BSD, but
I'm not sure about BSD, but what is it they say about Windows? For every bug fixed two more are created. So it would not really matter if a bug takes 33 years to fix.Fixing a bug with origins
Fixing a bug with origins that old is very cool. But this is not a UNIX bug, it is a bug in yacc. Calling it a UNIX bug is misleading and factually incorrect. There are many (most?) UNIX systems that don't ever run yacc. And most modern versions, or even LINUX distributions, don't install it by default anymore.It is in fact correct to
It is in fact correct to call this a Unix bug, because yacc is part of the toolchain that is used to build Unix.Linux doesn't use yacc, but rather a compatible workalike called GNU Bison.
Bison is necessary for building many of the packages that go into a Linux distribution. So even if bison is not actually installed in the filesystem generated by that build process, it does generate C code which is part of that system's run time.
So, conceivably, a Linux distribution could have a bug due to a flaw in Bison, and people would call this a Linux bug.
Obviously, some problem in OpenBSD (a kind of Unix) was traced to a 1975 version of Yacc (a code-generator used as part of the Unix toolchain). So it's a Unix bug.
Even if yacc is not bundled
Even if yacc is not bundled with current distributions, how much of their content is derived from yacc-generated matter?Nobody likes a bug. But as
Nobody likes a bug. But as the author of Yacc, I'm torn between amazement that Yacc is still in use and still being debugged, and rue that my ancient bugs get such publicity. I'm amazed that Yacc runs at all on machines where pointers are bigger than ints, since this was undreamed of in 1973 when the first version appeared.As to Yacc being part of Unix, I think part of the confusion is that Unix is often used with two meanings--the operating system and the distribution. I'm not aware of any Yacc-generated code in the operating system proper (although on many platforms Yacc code is used in the C compiler). But many Unix applications (awk, eqn, etc.) are built around Yacc-generated parsers.