1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Add information about crash on unload to perl.txt

reported by urchlay: http://urchlay.naptime.net/repos/misc-scripts/tree/selfunload.pl
This commit is contained in:
ailin-nemui 2018-08-29 09:09:58 +02:00 committed by GitHub
parent 1bbd9f393c
commit 82702de047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)