I have confirmed that even a Event->timer will grow the 
stack on and on and on.

Here is the script.....

#!/usr/bin/perl -w

use strict;
use Event qw(loop unloop);

Event->timer(interval=>0, cb=>sub{print "Hello\n";});

Event::loop

### thats the script

The process grows and grows.  To me, this seems to 
confirm a problem with Event.pm or its interaction with 
perl.

Brad

Reply via email to