yueying0083 / javachromiumembedded

Automatically exported from code.google.com/p/javachromiumembedded
0 stars 0 forks source link

Keeps running after shutdown #152

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start the simple demo project with a more complex site which needs some time 
to load.
2. wait a moment an quit the app while its loading the site.
3. the browser closes but the process keeps running after shutdown complete

What is the expected output? What do you see instead?
It looks right but the shutdown process keeps running. The output looks as 
usually.

initialize on Thread[AWT-EventQueue-0,6,main] with library path natives/win64
  shutdown on Thread[AWT-EventQueue-0,6,main]
shutdown complete

sometimes it occures a warning: 
"0210/133328:WARNING:message_in_transit_queue.cc(18)] Destroying nonempty 
message queue"

What version of the product are you using? On what operating system?
i build from current source on win64 and win32.

Original issue reported on code.google.com by gerritkp...@gmail.com on 10 Feb 2015 at 12:47

GoogleCodeExporter commented 8 years ago
JCEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/java-cef/issue/152

Original comment by magreenb...@gmail.com on 18 Mar 2015 at 6:02