Actions
Bug #3947
closed
W(
PA
/sockclose * crashing adiirc
Bug #3947:
/sockclose * crashing adiirc
Start date:
06/14/2018
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
There is a crash on /sockclose *, when you open a lot of connections like 1000+ and then executing that command then it crashing.
Example Code:
alias crash_adi {
var %t = 1000
var %i = 1
while (%i <= %t) {
sockopen test_ $+ %i google.com 80
inc %i
}
sockclose *
}
- Thanks!
Actions