[mkgmap-dev] Random compiling failures
From Steve Ratcliffe steve at parabola.me.uk on Fri Nov 25 11:36:01 GMT 2016
Hi Gerd > and I can reproduce the problem with them. So I think the crash is not > related to I/O errors. It happens in the Java Integer class: > public static Integer valueOf(int i) { > if (i >= IntegerCache.low && i <= IntegerCache.high) > * return IntegerCache.cache[i + (-IntegerCache.low)];* > return new Integer(i); > } > I found two bugs with the same "impossible" exception in Integer.valueOf() https://netbeans.org/bugzilla/show_bug.cgi?id=267380 https://netbeans.org/bugzilla/show_bug.cgi?id=268301 Both are recent with java version 1.8.0_102-8u102. That was released in mid July which roughly fits with Carlos's observation of when it started happening. ..Steve
- Previous message: [mkgmap-dev] Random compiling failures
- Next message: [mkgmap-dev] Exit info now showing in mkgmap-r3701
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the mkgmap-dev mailing list