projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c62c08a
)
doc: gnunet-c-tutorial: done?
author
ng0
<ng0@infotropique.org>
Wed, 6 Sep 2017 08:11:56 +0000
(08:11 +0000)
committer
ng0
<ng0@infotropique.org>
Wed, 6 Sep 2017 08:11:56 +0000
(08:11 +0000)
doc/gnunet-c-tutorial.texi
patch
|
blob
|
history
diff --git
a/doc/gnunet-c-tutorial.texi
b/doc/gnunet-c-tutorial.texi
index 46ad98480c8a6780e6d7029e5a49c51c505fe7b6..880364444431c62b4362dc0ab917ba9e4bf00f16 100644
(file)
--- a/
doc/gnunet-c-tutorial.texi
+++ b/
doc/gnunet-c-tutorial.texi
@@
-1122,7
+1122,7
@@
running @command{configure}. More details about logging can be found under
@uref{https://gnunet.org/logging}.
You should also probably enable the creation of core files, by setting
-@code{ulimit}, and echo'ing
1
into @file{/proc/sys/kernel/core\_uses\_pid}.
+@code{ulimit}, and echo'ing
@code{1}
into @file{/proc/sys/kernel/core\_uses\_pid}.
Then you can investigate the core dumps with @command{gdb}, which is often
the fastest method to find simple errors.