From 85320f106c325b50e402d13a00d9636e047ebe13 Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Tue, 4 Sep 2018 09:35:32 +0200 Subject: [PATCH] Merge pull request #920 from irssi/ailin-nemui-urchlay Add information about crash on unload to perl.txt (cherry picked from commit 735730299385c6e9173f1f46e7f8d529634dd1fa) --- docs/perl.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/perl.txt b/docs/perl.txt index 59f65462..4f875c97 100644 --- a/docs/perl.txt +++ b/docs/perl.txt @@ -1192,6 +1192,7 @@ Client->{} Bugs and Limitations -------------------- * Calling die in 'script error' handler causes segfault (#101) +* Calling "script unload" from your own script causes segfault * 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)