Project

General

Profile

Actions

Bug #3947

closed

/sockclose * crashing adiirc

Added by westor (GR) almost 6 years ago. Updated almost 6 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
Category:
Scripting
Target version:
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

Also available in: Atom PDF