Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1360)

Unified Diff: third_party/afl/src/docs/INSTALL

Issue 2238013002: Roll src/third_party/afl/src/ 2.14b..2.30b (16 versions). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Note in "Local Modifications" that we have removed dictionaries/. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/afl/src/docs/ChangeLog ('k') | third_party/afl/src/docs/QuickStartGuide.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/afl/src/docs/INSTALL
diff --git a/third_party/afl/src/docs/INSTALL b/third_party/afl/src/docs/INSTALL
index 6c44b922d47ceaa1b3a3268807f28e652dfa47a2..fa8a34c357480ae4bda13e8995ea8e95217c5733 100644
--- a/third_party/afl/src/docs/INSTALL
+++ b/third_party/afl/src/docs/INSTALL
@@ -140,11 +140,13 @@ $ sudo make install
Do *not* specify --with-as=/usr/gnu/bin/as - this will produce a GCC binary that
ignores the -B flag and you will be back to square one.
-If you have system-wide crash reporting enabled, you may run into problems
-similar to the gotchas for Linux and MacOS X, but I have not verified this.
-More information about AppCrash can be found here:
+Note that Solaris reportedly comes withe crash reporting enabled, which causes
+problems with crashes being misinterpreted as hangs, similarly to the gotchas
+for Linux and MacOS X. AFL does not auto-detect crash reporting on this
+particular platform, but you may need to run the following command:
- http://www.oracle.com/technetwork/server-storage/solaris10/app-crash-142906.html
+$ coreadm -d global -d global-setid -d process -d proc-setid \
+ -d kzone -d log
User emulation mode of QEMU is not available on Solaris, so black-box
instrumentation mode (-Q) will not work.
« no previous file with comments | « third_party/afl/src/docs/ChangeLog ('k') | third_party/afl/src/docs/QuickStartGuide.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698