From 82702de047237550d1299cb9b7461a952e6cc74d Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Wed, 29 Aug 2018 09:09:58 +0200 Subject: [PATCH] Add information about crash on unload to perl.txt reported by urchlay: http://urchlay.naptime.net/repos/misc-scripts/tree/selfunload.pl --- docs/perl.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/perl.txt b/docs/perl.txt index 59f654625..4f875c971 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)