aports/testing/chromium/chromium-breakpad.patch

12 lines
382 B
Diff

--- chromium-17.0.942.0.orig/breakpad/src/client/linux/handler/exception_handler.cc
+++ chromium-17.0.942.0/breakpad/src/client/linux/handler/exception_handler.cc
@@ -474,7 +474,7 @@
}
bool ExceptionHandler::WriteMinidump() {
-#if !defined(__ARM_EABI__)
+#if !defined(__ARM_EABI__) && !defined(__UCLIBC__)
// Allow ourselves to be dumped.
sys_prctl(PR_SET_DUMPABLE, 1);