Subject: | hangs while global destruction |
Can you please take a look at test results for one of my modules: http://www.cpantesters.org/cpan/report/60c631ee-df79-11e5-bbca-77f3fcd2507e
In short, it looks like my tests hangs (because they've killed -9, and there are too large test wallclock time) while global destruction and they've output this just before hang:
destroying object while queue for resolver has 1 elements, <DATA> line 2125 during global destruction.
destroying object with 1 non-received or timed out results, <DATA> line 2125 during global destruction.
(My module tests use Mojo::UserAgent, which in turn use Net::DNS::Native.)
I believe Net::DNS::Native 0.15 was used (Mojo::IOLoop::Client require this version).