Re: instability in Frame disposing - sbb Linux_JDK_1.1.5_v7

1998-07-17 Thread Nathan Meyers
Nelson Minar wrote: > >The closest thing I've found to relevant information is in the > >documentation for Swing -- which states explicitly that Swing is not > >thread-safe, and that all GUI access, after the GUI is instantiated, > >needs to happen from the AWT Event thread. > > This is certainly

Re: instability in Frame disposing - sbb Linux_JDK_1.1.5_v7

1998-07-17 Thread Nelson Minar
>>My workaround, which has been generally successful, was to subclass >>JFrame. In the subclass I override dispose (and also setVisible()) >>with a method that forks off Thread with a lower priority than the >>current thread. That's a clever workaround, but ugh! >Is Nelson's application multi-th

Re: instability in Frame disposing - sbb Linux_JDK_1.1.5_v7

1998-07-17 Thread Nathan Meyers
Norm Shapiro wrote: > [EMAIL PROTECTED] (Nelson Minar) writes: > >I'm still getting some occasional instability when disposing of Frames > >in the Linux JDK - I get IOT trap/Abort. My application is crashing > >randomly and it's driving me nuts. > I have had similar problems with JFrame. My wor

Re: instability in Frame disposing - sbb Linux_JDK_1.1.5_v7

1998-07-17 Thread Steve Bankes
I am forwarding the following message for my colleague Norm Shapiro. Steven C. Bankes, Ph.D. Managing Partner Evolving Logic Associates 3542 Greenfield Ave. Los Angeles CA 90034 310-836-0958 [EMAIL PROTECTED] [EMAIL PROTECTED] (Nelson Minar) writes: >I'm still getting some occasional instab

instability in Frame disposing - sbb Linux_JDK_1.1.5_v7

1998-07-16 Thread Nelson Minar
I'm still getting some occasional instability when disposing of Frames in the Linux JDK - I get IOT trap/Abort. My application is crashing randomly and it's driving me nuts. Is there anything I can do to help find this bug (I can send complete class files and instructions that crash the system fai