1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00

Update perl.txt

Mention known Perl Bugs (#386)
This commit is contained in:
ailin-nemui 2016-01-26 09:33:46 +01:00
parent dc03baa0d3
commit b229138b2e

View File

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