Menu

#554 Hang immediately after starting the program

open
None
5
2007-09-27
2007-09-27
Trejkaz
No

Under Windows (Vista, although I doubt it's relevant, probably more related to threading than anything), more than 50% of the time starting the application results in an unresponsive application. Either the main window comes up and then it hangs, or the main window and the help come up and then it hangs.

The rest of the time it comes up as expected, but there must be a pretty serious threading bug somewhere. Perhaps setVisible() for one or both of the windows is being done outside the event dispatch thread?

Discussion

  • Rob Manning

    Rob Manning - 2007-09-27
    • assigned_to: nobody --> manningr
     
  • Rob Manning

    Rob Manning - 2007-09-27

    Logged In: YES
    user_id=1287991
    Originator: NO

    I've never seen this behavior before. I don't have access to a machine (virtual or real) running Vista. Are you using the latest stable JVM from Sun (1.6_02)?

    Rob

     
  • Trejkaz

    Trejkaz - 2007-09-27

    Logged In: YES
    user_id=639492
    Originator: YES

    Yep, I'm using 6.0 Update 2.

     
  • Nobody/Anonymous

    Logged In: NO

    I am using Ubuntu Gutsy Gibbon with Sun JDK 1.5.0 and I have tried the zip version (no installer). I see the Splash Screen, but afterwards there is only a Window without content, so I assume it also crashes. The first time I think I saw the help, but since I closed it, it never reappeared.

     
  • Rob Manning

    Rob Manning - 2007-10-19

    Logged In: YES
    user_id=1287991
    Originator: NO

    Perhaps it's a desktop effects issue as documented here:

    http://www.squirrelsql.org/index.php?page=faq#faq9

    On Ubuntu, can you disable desktop effects and try it again?

    Rob

     

Log in to post a comment.