On Sat, 2005-04-23 at 07:37 +0530, Joshua N Pritikin wrote:
> Is this memory leak in Event.pm or bad driver /dev/hands ?

It appears to be a memory leak.

I recompiled Event with EVENT_MEMORY_DEBUG.  However, that didn't turn
up anything.  Hence, it's probably a mistake in reference counting.

Confirmed with Event 1.00 & 1.04

Same behavior with:

use Event; 
my $ok;
Event->timer(interval=>.0001, cb=>sub { ++$ok });
Event::loop;

-- 
If you are an American then support http://fairtax.org
 (Permanently replace 50,000+ pages of tax law with about 200 pages.)

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to