-
-
Notifications
You must be signed in to change notification settings - Fork 473
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
CefInitialize fails intermittently on Linux during launch of a subprocess #131
Comments
CEF initialization failures can be resolved by offloading CPU after
Stress test for launching app was commited in revision 6e60d78. About 5000 Other CEF examples (wxpython, pygtk) should be updated with the sleep code on Original comment by |
A corresponding issue in CEF tracker: Original comment by |
0.5 sec may not be enough in some scenarios, see: Original comment by |
It might be worth trying to pass the --disable-gpu and --disable-gpu-sandbox Original comment by |
According to this comment by Aaron Original comment by |
There are two things that can be done now in regards to this issue:
Original comment by |
Check if this is still an issue after update to Chrome 47. |
I haven't noticed this issue anymore with CEF Python 51/53. |
Observed in branch 1650 when running the wx.chromectrl sample2.py example.
Reported here:
http://www.magpcss.org/ceforum/viewtopic.php?p=22227#p22227
It might be an edge case, as there is something wrong with the sample2.py
example. The wx controls eat 100% CPU all the time. The crash wasn't yet
observed in any of the other examples.
There is an issue in the CEF Issue Tracker for stress testing application
launching to detech and fix such problems:
https://code.google.com/p/chromiumembedded/issues/detail?id=1207
Similar problem occured in CEF2go on Linux and OSX:
cztomczak/cef2go#8
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 1 Aug 2014 at 2:38The text was updated successfully, but these errors were encountered: