emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 58f9e15: A minor addition to etc/DEBUG


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 58f9e15: A minor addition to etc/DEBUG
Date: Fri, 4 May 2018 10:44:33 -0400 (EDT)

branch: emacs-26
commit 58f9e15a49efc3148359ad4c889b8105183d27bc
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    A minor addition to etc/DEBUG
    
    * etc/DEBUG: Add a note for macOS users who get error messages
    when trying to run GDB.
---
 etc/DEBUG | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/etc/DEBUG b/etc/DEBUG
index ac95c7c..bd6ea74 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -78,6 +78,14 @@ described in the node "Auto-loading safe path" in the GDB 
user manual.
 If nothing else helps, type "source /path/to/.gdbinit RET" at the GDB
 prompt, to unconditionally load the GDB init file.
 
+Running GDB on macOS sometimes brings an error message like this:
+
+  Unable to find Mach task port for process-id NNN: (os/kern) failure (0x5).
+
+To overcome this, search the Internet for the phrase "Unable to find
+Mach task port for process-id", and you will find detailed
+instructions to follow.
+
 *** Use the Emacs GDB UI front-end
 
 We recommend using the GUI front-end for GDB provided by Emacs.  With



reply via email to

[Prev in Thread] Current Thread [Next in Thread]