guix-commits
[Top][All Lists]
Advanced

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

branch master updated: remote: Enable core dump generation.


From: Mathieu Othacehe
Subject: branch master updated: remote: Enable core dump generation.
Date: Fri, 26 Feb 2021 08:48:13 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new a5346d6  remote: Enable core dump generation.
a5346d6 is described below

commit a5346d615eeaf18be6121bd3221f8e99bc390f96
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Feb 26 14:47:44 2021 +0100

    remote: Enable core dump generation.
    
    * src/cuirass/remote-server.scm (remote-server): Enable core dump 
generation.
---
 src/cuirass/remote-server.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/cuirass/remote-server.scm b/src/cuirass/remote-server.scm
index 4d9db15..4cd7f53 100644
--- a/src/cuirass/remote-server.scm
+++ b/src/cuirass/remote-server.scm
@@ -476,6 +476,10 @@ exiting."
                      (%package-database database)
                      (%public-key public-key)
                      (%private-key private-key))
+
+        ;; Enable core dump generation.
+        (setrlimit 'core #f #f)
+
         (when user
           (gather-user-privileges user))
 



reply via email to

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