From b229138b2ef6efc4ab91504801e27e9922b766b4 Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Tue, 26 Jan 2016 09:33:46 +0100 Subject: [PATCH] Update perl.txt Mention known Perl Bugs (#386) --- docs/perl.txt | 4 ++++ 1 file changed, 4 insertions(+) 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