summaryrefslogtreecommitdiff
path: root/docs/perl.txt
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2016-01-29 05:33:14 +0100
committerailin-nemui <ailin-nemui@users.noreply.github.com>2016-03-23 00:08:35 +0100
commit025f08d5fc69d6e9c28004f8f7af26f613b0e0fb (patch)
tree0c7f31f1ca036f3ffb8339cb994952f8955aa180 /docs/perl.txt
parent22d772890e6f3b9622485fd83529f73891567e71 (diff)
downloadirssi-025f08d5fc69d6e9c28004f8f7af26f613b0e0fb.zip
Merge pull request #407 from irssi/ailin-nemui-perl-bugs
Mention known Perl Bugs in perl.txt
Diffstat (limited to 'docs/perl.txt')
-rw-r--r--docs/perl.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/perl.txt b/docs/perl.txt
index 9688341f..59f65462 100644
--- a/docs/perl.txt
+++ b/docs/perl.txt
@@ -1193,3 +1193,7 @@ Client->{}
--------------------
* Calling die in 'script error' handler causes segfault (#101)
* Storing and later using any Irssi object may result in use-after-free related crash
+ - Workaround: always acquire fresh objects
+* Calling $dcc->close from the "dcc created" signal will cause unstable behaviour and crashes (#386)
+ - Workaround: use "dcc request" signal instead AND call
+ &Irssi::signal_continue(@_); as the first thing