anmar7889 / chromiumembedded

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

Sandboxing a CEF3 1750 or 1768 version will crash the renderer (Mac) #1204

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. code sign the CEF framework/cefclient and helper apps
2. launch cefclient
3. render crashes due to sandbox violation:

 Sandbox: cefclient Helper(30890) deny forbidden-sandbox-reinit

What is the expected output? What do you see instead?

with 1547 and 1650,  this is currently possible. I suspect that the helper was 
originally started with NSTask and this has been recently changed.

there is a good summary is stackoverflow:
http://stackoverflow.com/a/13903447

What version of the product are you using? On what operating system?

Mac OS X 10.9.1/XCode 5

tests with CEF 1547/1650/1750/1820

Please provide any additional information below.

Original issue reported on code.google.com by fernando...@gmail.com on 13 Feb 2014 at 10:58

GoogleCodeExporter commented 9 years ago
The sandbox was not supported prior to the 1750 branch. You can disable it by 
setting CefSettings.no_sandbox = true.

Original comment by magreenb...@gmail.com on 13 Feb 2014 at 11:31

GoogleCodeExporter commented 9 years ago
Duh! works perfectly now. thanks, you can close this

Original comment by fernando...@gmail.com on 13 Feb 2014 at 11:36

GoogleCodeExporter commented 9 years ago
CEF 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/cef/issue/1204

Original comment by magreenb...@gmail.com on 14 Mar 2015 at 3:30