Closed y closed 14 years ago
there were more errors, but github truncates issues at a certain length. had to kill it after this point since it got stuck at 100% cpu.
# Failed test '0015 got body'
# at t/07-graceful-shutdown.t line 74.
# got: undef
# expected: 'So graceful!
# '
t/07-graceful-shutdown.t .. 140/175 ^Cmake: *** [test_dynamic] Interrupt
I've been testing on 5.12.0 darwin-multi-2level (i.e. no threads). I'll try a perlbrew threaded build and see if that's the issue.
OK, i can confirm that it's the threaded perl that's causing the problem (i see the same errors under 5.12.1 darwin-thread-multi-2level). I should be able to fix this some time this week.
In the meantime, I'd recommend not using a threaded Perl with Feersum since omitting threads makes for a faster Perl interpreter (or at least that's true for 5.8.x, the last time I tried to do a comparison).
Thanks again for the bug report. ~stash
I've fixed this in master and have uploaded 0.961 to CPAN.
The fix is 8e8540fef2b5ecc6dd659f2b7f3239a624e7ce0e if you're interested.
Thanks for your patience, ~stash