Path: csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Fred Greer Newsgroups: comp.lang.java.programmer Subject: Re: ImageIO/BufferedImage behaving inconsistently from one day to the next. Date: Wed, 20 Jun 2012 04:08:03 +0000 (UTC) Organization: A noiseless patient Spider Lines: 19 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 20 Jun 2012 04:08:03 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="VCVQ51H5cIpUVjyIeCvePw"; logging-data="16381"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ib71PMCKJlLJ4KyQQryfPqYuuEqU5uxo=" X-Mailer: MicroPlanet-Gravity/3.0.4 Cancel-Lock: sha1:dpPmFzPM4RNiIzt0/VMQLshdbfo= Xref: csiph.com comp.lang.java.programmer:15445 On Tue, 19 Jun 2012 20:38:40 -0700, Patricia Shanahan wrote: > On 6/19/2012 7:31 PM, Fred Greer wrote: ... >> Neither of these makes much sense, because standard library code is not >> supposed to magically change its behavior like that, and it's certainly >> not supposed to make something that used to work no longer work by >> magically changing its behavior overnight. > > Is your code multi-threaded? > > I'm asking because things that transition "magically" between working > and not working are often timing dependent, and transition because of a > change that affects relative speeds, such as file placement and cache > history. > > Patricia It's single-threaded.