burakcakmak / javachromiumembedded

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

Deadlock if createClient() is called on AWT-dispatcher thread #101

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Call CefApp.getInstance().createClient() on the AWT-dispatcher thread

What is the expected output? What do you see instead?
Expected to get an instance of CefClient. Instead of that the initial call 
causes a deadlock

What version of the product are you using? On what operating system?
Latest SVN-Trunk (r94)

Please provide any additional information below.
Attached you'll find a simple patch file, which resolves that problem.

Original issue reported on code.google.com by k...@censhare.de on 3 Jul 2014 at 7:02

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks, added in revision 99.

Original comment by magreenb...@gmail.com on 10 Jul 2014 at 5:04