[Pkg-owncloud-commits] [owncloud-client] 54/70: Documented core dump catching

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat May 17 20:01:30 UTC 2014


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

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 943f9f60e3c04bb737dd5ebc234e8cc99cb97582
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Thu May 15 11:11:13 2014 +0200

    Documented core dump catching
---
 doc/troubleshooting.rst | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/doc/troubleshooting.rst b/doc/troubleshooting.rst
index 7d10740..b1dc39f 100644
--- a/doc/troubleshooting.rst
+++ b/doc/troubleshooting.rst
@@ -134,3 +134,25 @@ log line contains a lot of information of every request and it's result.
 More information about the apache logging can be found at
 ``http://httpd.apache.org/docs/current/logs.html``.
 
+Core Dumps
+----------
+
+In case of crashes of the client software, having a core dump helps to
+debug the issue tremendously. 
+
+The client is able to write a core dump in case of crashing on Linux and 
+MacOSX. To enable that, the environment variable ``OWNCLOUD_CORE_DUMP`` has
+to be defined.
+
+For example
+
+```
+OWNCLOUD_CORE_DUMP=1 owncloud
+```
+
+starts the client with core dumping enabled. Core dumps appear in the 
+current working directory, and since they can be fairly large, it is 
+important to have plenty of disk space when running with dumps enabled.
+
+If a core dump file should be transfered back to the developers it 
+should be compressed properly before.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list