From owner-freebsd-java Fri Dec 15 7:33: 1 2000 From owner-freebsd-java@FreeBSD.ORG Fri Dec 15 07:32:59 2000 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id E66D337B400 for ; Fri, 15 Dec 2000 07:32:58 -0800 (PST) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id IAA25703; Fri, 15 Dec 2000 08:32:53 -0700 (MST) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id IAA17240; Fri, 15 Dec 2000 08:32:53 -0700 (MST) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14906.14757.74967.904867@nomad.yogotech.com> Date: Fri, 15 Dec 2000 08:32:53 -0700 (MST) To: "Koster, K.J." Cc: "'nate@yogotech.com'" , "'FreeBSD Java mailing list'" Subject: RE: Visual bugs in native JDK (Was: Linux jdk & multicast) In-Reply-To: <59063B5B4D98D311BC0D0001FA7E4522026D7ABC@l04.research.kpn.com> References: <59063B5B4D98D311BC0D0001FA7E4522026D7ABC@l04.research.kpn.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > If you are using multithreaded Swing apps, your app will > > > just freeze after a while. > > > > Does it blow chunks when it freezes, or just freeze? My > > multi-threaded app doesn't freeze, it just dies in the Swing thread > > with a NULL-pointer exception or something similar. > > > No chunks or exceptions in my case. *sigh* > What I see is that the app fails to repaint properly. [ SNIP ] Ahh, I don't have this kind of problem in my App, although we had a problem with Swing either repainting too often or not painting enough (a little of both), so we generated out our 'paint thread' that continually causes repaint to occur at least once/second. Eventually, it dies when it tries to repaint some box on the screen with a NULL pointer. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message