Bug 114723
Summary: | WebProcess: Couldn't initialize sandbox profile | ||
---|---|---|---|
Product: | WebKit | Reporter: | Benjamin Poulain <benjamin> |
Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.8 |
Benjamin Poulain
When running trunk at home, I get the following error message on startup:
WebProcess: Couldn't initialize sandbox profile [/Users/benjamin/opensource/WebKit.git/WebKitBuild/Release/WebKit2.framework/Resources/com.apple.WebProcess.sb], error 'line 1: unbound variable: // '
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
That's horrible. Can you check what's inside this file? Did it get a C++ comment somehow?
Benjamin Poulain
Yes indeed:
// Some platforms provide UI for suggesting autocorrection.
// Some platforms use spelling and autocorrection markers to provide visual cue.
// On such platform, if word with marker is edited, we need to remove the marker.(version 1)
(deny default (with partial-symbolication))
(allow ipc-posix-shm system-audit system-socket file-read-metadata)
Those strings are defined in Platform.h, I don't know how they ended up in here...
Benjamin Poulain
*** This bug has been marked as a duplicate of bug 114752 ***