mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05: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:
parent
1bbd9f393c
commit
82702de047
@ -1192,6 +1192,7 @@ Client->{}
|
|||||||
Bugs and Limitations
|
Bugs and Limitations
|
||||||
--------------------
|
--------------------
|
||||||
* Calling die in 'script error' handler causes segfault (#101)
|
* 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
|
* Storing and later using any Irssi object may result in use-after-free related crash
|
||||||
- Workaround: always acquire fresh objects
|
- Workaround: always acquire fresh objects
|
||||||
* Calling $dcc->close from the "dcc created" signal will cause unstable behaviour and crashes (#386)
|
* Calling $dcc->close from the "dcc created" signal will cause unstable behaviour and crashes (#386)
|
||||||
|
Loading…
Reference in New Issue
Block a user