The real story behind the Java 7 GA bugs affecting Apache Lucene / Solr
1–10 of 12 posts
Re: The real story behind the Java 7 GA bugs affecting Apache Lucene / Solr
#2Update: Earlier report of this bug on June 20th: http://osdir.com/ml/solr-user.lucene.apache.org/2011-06/msg0... Another report of AggressiveOpts crashing PorterStemFilter in Jan: http://elasticsearch-users.115913.n3.nabble.com/Java-6u23-an...
Re: The real story behind the Java 7 GA bugs affecting Apache Lucene / Solr
#3Re: The real story behind the Java 7 GA bugs affecting Apache Lucene / Solr
#4I'm actually flabbergasted that neither the Lucene project nor Oracle tested and found this bug long ago. Java 7 builds have been available for years. Makes me wonder how many developers tried an early Java 7 build, got this error and then didn't report it because they assumed someone else was going to find it and report / fix it. Update: Earlier report of this bug on June 20th: http://osdir.com/ml/solr-user.lucene.a…
Re: The real story behind the Java 7 GA bugs affecting Apache Lucene / Solr
#5Re: The real story behind the Java 7 GA bugs affecting Apache Lucene / Solr
#6I'm actually flabbergasted that neither the Lucene project nor Oracle tested and found this bug long ago. Java 7 builds have been available for years. Makes me wonder how many developers tried an early Java 7 build, got this error and then didn't report it because they assumed someone else was going to find it and report / fix it. Update: Earlier report of this bug on June 20th: http://osdir.com/ml/solr-user.lucene.a…
If you see something, say something!
Re: The real story behind the Java 7 GA bugs affecting Apache Lucene / Solr
#7I'm actually flabbergasted that neither the Lucene project nor Oracle tested and found this bug long ago. Java 7 builds have been available for years. Makes me wonder how many developers tried an early Java 7 build, got this error and then didn't report it because they assumed someone else was going to find it and report / fix it. Update: Earlier report of this bug on June 20th: http://osdir.com/ml/solr-user.lucene.a…
If you see something, say something!
We're talking core classes here. So I don't have a lot of faith in the bug reporting process.
Re: The real story behind the Java 7 GA bugs affecting Apache Lucene / Solr
#8Earlier quoted context omitted.
If you see something, say something!
There are serious fifteen year old reported errors in java.util.Random which have never been fixed and have finally been declared WONTFIX. Ten years ago I reported that ArrayList's get(), set(), and add() methods were non-inlineable (!) and could be trivially repaired with a single line of code: this was never fixed until recent versions of HotSpot which finally obviated the issue. We're talking core classes here. So…
My personal bugbear: java.lang.Object depends on hundreds of classes including, among other absurdities, the Turkish locale (IIRC). This was about 13 years ago. Of course, the bug was eventually marked WONTFIX.
14 years ago, I adopted Java because it was a beautiful escape from the warty giant that C++ was becoming. Sun sat on it's laurels and, like many others, I moved on to Python.
Now Java is the new C++: unpleasant and to be avoided when possible.
Re: The real story behind the Java 7 GA bugs affecting Apache Lucene / Solr
#9Earlier quoted context omitted.
If you see something, say something!
There are serious fifteen year old reported errors in java.util.Random which have never been fixed and have finally been declared WONTFIX. Ten years ago I reported that ArrayList's get(), set(), and add() methods were non-inlineable (!) and could be trivially repaired with a single line of code: this was never fixed until recent versions of HotSpot which finally obviated the issue. We're talking core classes here. So…
I liked how minor-update 6u23 finally 'fixed' a ~10-year old bug in GZIP member handling, in a manner that significantly changed behavior (breaking workarounds for the prior bug), and introduced new bugs in GZIP header handling. (I'd supply the bug number, but their bug database is in another one of its many-minute lulls where login and search are impossible.)
My favorite popular, decade-languishing feature request is this one for verbatim multi-line string literals:
http://bugs.sun.com/view_bug.do?bug_id=4472509
This 'syntactic sugar' casually dismissed by Mr. xxxxx@xxxxx could by now have saved thousands (maybe tens of thousands) of hours of developer time, futzing with concatenation and escaping and related bugs.
Re: The real story behind the Java 7 GA bugs affecting Apache Lucene / Solr
#10Earlier quoted context omitted.
There are serious fifteen year old reported errors in java.util.Random which have never been fixed and have finally been declared WONTFIX. Ten years ago I reported that ArrayList's get(), set(), and add() methods were non-inlineable (!) and could be trivially repaired with a single line of code: this was never fixed until recent versions of HotSpot which finally obviated the issue. We're talking core classes here. So…
I hear you, brother. I liked how minor-update 6u23 finally 'fixed' a ~10-year old bug in GZIP member handling, in a manner that significantly changed behavior (breaking workarounds for the prior bug), and introduced new bugs in GZIP header handling. (I'd supply the bug number, but their bug database is in another one of its many-minute lulls where login and search are impossible.) My favorite popular, decade-languish…
String.substring() leaks memory