Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert of Stack trace symbolization for Chrome sandbox processes. (ht…
…tps://codereview.chromium.org/184273012/) Reason for revert: I believe this has broken ProcMapsTest.ParseProcMapsInvalidParameter test in base_unittests, see http://build.chromium.org/p/chromium.webkit/builders/Android%20Tests%20%28dbg%29/builds/18196 Original issue's description: > Stack trace symbolization for Chrome sandbox processes. > > Patching the POSIX implementation of base::debug::StackTrace to properly > symbolize stack traces when used in Chrome sandbox processes. The main > reason symbolization doesn't work today is because sandboxed processes > cannot open proc/self/maps and the object files that contain the symbols. > > The proposed solution is to open all necessary files before enabling the > sandbox and then keep their file descriptors around for the duration of > the sandboxed process. This cannot be done in shipping/retail builds > because it has security implications so for the time being this code will > run only in DEBUG builds of Chrome. > > Originally, the code review was started under a different account. For > more information take a look at: https://codereview.chromium.org/156043003/ > > BUG=341966 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258548 TBR=jamesr@chromium.org,jln@chromium.org,ajwong@chromium.org,rsesek@chromium.org,ivanpe@google.com NOTREECHECKS=true NOTRY=true BUG=341966 Review URL: https://codereview.chromium.org/208363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258587 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information