Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't terminate application normally #44

Open
doubleshow opened this issue Jun 13, 2013 · 0 comments
Open

Can't terminate application normally #44

doubleshow opened this issue Jun 13, 2013 · 0 comments

Comments

@doubleshow
Copy link
Member

Original author: [email protected] (April 02, 2013 22:58:34)

Rum application using Sikuli Jaava API and let the main thread terminate.

What is the expected output? What do you see instead?
The application should terminate, but since Sikuli uses AWT there is pending AWT thread. This thread won't finish unless all AWT component.

See this for more details: http://docs.oracle.com/javase/7/docs/api/java/awt/doc-files/AWTThreadIssues.html

sikuli-api-1.0.2 in 64-bit JVM under Win7

Sikuli API should provide way to dispose() any AWT components it creates so that application can finish normally and not by calling System.exit.

Ales

Original issue: http://code.google.com/p/sikuli-api/issues/detail?id=44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant