Hello all-- I've rewritten my video scheduling system to make it more testable. I'm having trouble getting POE to shut down when I send my sessions a shutdown message. My shutdown handlers:
* Clean out their heaps * Unalias themselves * Send 'shutdown' messages to child sessions Somehow, one of my test scripts just won't shut down. Can anyone have a look and see what's going on? The module in question is here: http://stephen.perlmonk.org/Video-PlaybackMachine-0.01.tar.gz You can run the test in question by typing: perl Makefile.PL; make; perl -Iblib/lib t/scheduler.t It depends on this module: http://stephen.perlmonk.org/POE-Component-MockSession-0.01.tar.gz It's possible that the install process might demand the Xine_simple module. It shouldn't, but I haven't tested it. I can supply Xine_simple if it does, or (better yet) fix things so that Xine_simple isn't needed to run this test. I've run a trace, and attach the trace file. Thanks very much for any help.
trace_log.txt.gz
Description: GNU Zip compressed data
