diff options
author | Timo Sirainen <cras@irssi.org> | 2001-09-06 14:44:40 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-09-06 14:44:40 +0000 |
commit | b4512842e5c9d1c13f33dadbf9977e937d330fef (patch) | |
tree | 94a4a9527df09714b8d5f2891f994cc27630a7e1 | |
parent | 1cb3f94eebc63492c9f1e042c944dbc0f14dce19 (diff) | |
download | irssi-b4512842e5c9d1c13f33dadbf9977e937d330fef.zip |
upated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1777 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | docs/crash.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/crash.txt b/docs/crash.txt index a7bcd8b1..d3100f57 100644 --- a/docs/crash.txt +++ b/docs/crash.txt @@ -10,10 +10,10 @@ randomly. If after crash you see text: "segmentation fault (core dumped)" -It writes a file named "core" to directory where you started irssi. If it -doesn't print the "(core dumped)" or you can't find the core file, you'll -have to raise the limit for max. core file size before running irssi. To -do this, say: +It writes a file named "core" or "irssi.core" depending on your OS to +directory where you started irssi. If it doesn't print the "(core dumped)" +or you can't find the core file, you'll have to raise the limit for max. +core file size before running irssi. To do this, say: ulimit -c unlimited |