toxtli / cefpython

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

Python crash in Shutdown() on Windows #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
See issue. 1037 in the CEF Issue Tracker:
https://code.google.com/p/chromiumembedded/issues/detail?id=1037

Until it is fixed we could introduce "ignoreErrors" parameter to the 
cefpythpon.Shutdown()
function, when set to True it would call WinAPI function to suppress error 
dialog box:

     SetErrorMode(SEM_NOGPFAULTERRORBOX)

Should we call it by default?

Original issue reported on code.google.com by czarek.t...@gmail.com on 15 Sep 2013 at 7:09

GoogleCodeExporter commented 8 years ago
This was fixed in CEF branch 1453 revision. 1447:
https://code.google.com/p/chromiumembedded/source/detail?r=1447

Original comment by czarek.t...@gmail.com on 17 Sep 2013 at 8:30

GoogleCodeExporter commented 8 years ago
CEF Python was recently updated to Chrome 29 with the fix from issue 1037 
applied. It shouldn't crash anymore.

Original comment by czarek.t...@gmail.com on 13 Nov 2013 at 12:11

GoogleCodeExporter commented 8 years ago
Project will move to Github. Find this issue at the new address (soon): 
https://github.com/cztomczak/cefpython/issues/85

Original comment by czarek.t...@gmail.com on 24 Aug 2015 at 6:33