[bootlin/training-materials updates] master: core dumping: minor improvement (25def081)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Mar 16 10:33:04 CET 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/25def081f16e6f2a36212ae26af4d13db7cdb89e

>---------------------------------------------------------------

commit 25def081f16e6f2a36212ae26af4d13db7cdb89e
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Mar 16 10:33:04 2021 +0100

    core dumping: minor improvement
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

25def081f16e6f2a36212ae26af4d13db7cdb89e
 .../sysdev-application-development.tex                               | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-application-development/sysdev-application-development.tex b/slides/sysdev-application-development/sysdev-application-development.tex
index ab761fe5..a2837a2b 100644
--- a/slides/sysdev-application-development/sysdev-application-development.tex
+++ b/slides/sysdev-application-development/sysdev-application-development.tex
@@ -424,8 +424,9 @@
     state of the crashed application
   \item On the target
     \begin{itemize}
-    \item Use \code{ulimit -c unlimited} to enable the generation of a
-      {\em core} file when a crash occurs
+    \item Use \code{ulimit -c unlimited} in the shell starting the
+    application, to enable the generation of a {\em core} file
+    when a crash occurs
     \end{itemize}
   \item On the host
     \begin{itemize}




More information about the training-materials-updates mailing list