Bugzilla – Bug 13977
Mac::FSEvents does not work on Snow Leopard
Last modified: 2009-10-21 19:07:57 UTC
From Stephan Heuel <stephan at heuel.org> Hello Andy Thank you for developing and providing the Perl module Mac::FSEvents. I used it with Mac OS X 10.5 to keep an eye of a folder with lots of subfolders. I have now updated to 10.6 and tried to compile your module. Unforrtunately, some tests fail (see below). Do you have any plans for updating this module? Thanks again! Cheers Stephan ---------------------------------------------------------------- Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01use............ok t/02pod............skipped all skipped: set TEST_POD to enable this test t/03podcoverage....skipped all skipped: Test::Pod::Coverage 1.04 required t/04critic.........skipped all skipped: Critic test only for developers. t/05event..........ok 3/4perl(1542,0x7fff7026dbe0) malloc: *** error for object 0x6f727767572d3230: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug t/05event..........dubious Test returned status 0 (wstat 6, 0x6) after all the subtests completed successfully Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/05event.t 0 6 4 0 ?? 3 tests skipped. Failed 1/5 test scripts. 0/5 subtests failed. Files=5, Tests=5, 5 wallclock secs ( 0.22 cusr + 0.07 csys = 0.29 CPU) Failed 1/5 test programs. 0/5 subtests failed. make: *** [test_dynamic] Error 255 AGRUNDMA/Mac-FSEvents-0.02.tar.gz /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports AGRUNDMA/Mac-FSEvents-0.02.tar.gz Warning (usually harmless): 'YAML' not installed, will not store persistent state Failed during this command: AGRUNDMA/Mac-FSEvents-0.02.tar.gz : make_test NO
== Auto-comment from SVN commit #482 to the opensource repo by andy == == https://svn.slimdevices.com/opensource?view=revision&revision=482 == Fixed bug 13977, work around a DESTROY-time bug in Snow Leopard related to some pthreads/libdispatch weirdness