memory leak in concurrent task interface
Bug #380279 reported by
Dennis Schön
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Gearman::XS |
Fix Released
|
Medium
|
Dennis Schön |
Bug Description
after $client-
memory leak.
run the included sample client and watch the process size. On
my system is grows roughly by 1MB every second.
example:
use Gearman::XS qw(:constants);
use Gearman:
my $client = new Gearman:
$client-
while (1) {
$client-
$client-
}
Related branches
Changed in gearmanxs: | |
assignee: | nobody → Dennis Schön (roccoblues) |
importance: | Undecided → Medium |
milestone: | none → 0.2 |
status: | New → Confirmed |
Changed in gearmanxs: | |
status: | Confirmed → Fix Committed |
Changed in gearmanxs: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.