Hello David,

  it'd be useful to see the stack traces for the rest of the threads.
  It looks like some kind of deadlock.

  Anyway this seems like an AWT problem, not Swing.

  Thanks,
    Dmitri


On Thu, Jan 12, 2006 at 03:46:33PM -0500, Rosenstrauch, David wrote:
 > > I'm not sure of the best alias or forum (but I'm pretty sure
 > > that they listen
 > > in on at least [EMAIL PROTECTED] and that some of the forums
 > > end up in their email).
 > >
 > > But if you're having a machine-specific issue, it could also be
 > > a 2D issue, related to graphics drivers.
 > >
 > > Can you send us the info on the problem and machine specifics?
 > >
 > > Thanks,
 > > Chet.
 >
 >
 > Thanks for the info and the quick response, Chet!  I'll send more details as 
 > I get them.  So far all I know is:
 >
 > * it's a Windows 2000 machine (I don't have any details about the H/W 
 > though) running:  Java HotSpot(TM) Client VM (1.4.2_05-b04 mixed mode)
 > * the app is getting stuck when we start up and try to display the splash 
 > screen (a combination of text and images).  It looks like the code is 
 > getting stuck here:
 >
 > "main" prio=5 tid=0x00235c90 nid=0x630 waiting for monitor entry 
 > [6f000..6fc3c]
 >         at java.awt.Dialog.addNotify(Dialog.java:382)
 >         - waiting to lock <0x107b1770> (a java.awt.Component$AWTTreeLock)
 >         at java.awt.Window.pack(Window.java:436)
 >         at 
 > com.csfb.holt.ui.app.SplashScreen.showSplash(SplashScreen.java:158)
 >         at 
 > com.csfb.holt.ui.app.SplashScreen.showSplash(SplashScreen.java:148)
 >         at com.csfb.holt.ui.app.StartUp.<clinit>(StartUp.java:35)
 >
 >
 > So far, I've recommend that the support team upgrade to JDK 1.4.2-10 (so I 
 > can know that this isn't because of an already-fixed bug).  We'll see if 
 > that has any effect.
 >
 > Will follow up as I know more.
 >
 > Thanks again,
 >
 > DR
 >
 > ==============================================================================
 > This message is for the named person's use only.  It may contain 
 > confidential,
 > proprietary or legally privileged information.  No confidentiality or
 > privilege is waived or lost by any transmission errors. If you receive
 > this message in error, please immediately delete it and all copies of it from
 > your system, destroy any hard copies of it and notify the sender.  You must
 > not, directly or indirectly, use, disclose, distribute, print, or copy any
 > part of this message if you are not the intended recipient.
 > CREDIT SUISSE GROUP and each of its subsidiaries each reserve the right to
 > intercept and monitor all e-mail communications through its networks if
 > legally allowed. Message transmission is not guaranteed to be secure.
 > ==============================================================================
 >
 > ===========================================================================
 > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
 > of the message "signoff JAVA2D-INTEREST".  For general help, send email to
 > [EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to