Skip Menu |

This queue is for tickets about the UNIVERSAL-isa CPAN distribution.

Report information
The Basics
Id: 47326
Status: resolved
Priority: 0/
Queue: UNIVERSAL-isa

People
Owner: Nobody in particular
Requestors: felix.ostmann [...] thewar.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 1.03
  • 1.02
Fixed in: (no value)



Subject: deep recursion while installing other modules
installing HTML::FormFu::Model::DBIC failes in deep recursion t/options_from_model/has_many_repeatable_select.t ........................ Deep recursion on subroutine "HTML::FormFu::base::render" at /home/websuche/perl5lib/lib/site_perl/5.10.0/HTML/FormFu/Element.pm line 34. Deep recursion on subroutine "UNIVERSAL::can::can" at /home/websuche/perl5lib/lib/site_perl/5.10.0/UNIVERSAL/isa.pm line 60. Deep recursion on subroutine "UNIVERSAL::isa" at /home/websuche/perl5lib/lib/site_perl/5.10.0/UNIVERSAL/can.pm line 43. Deep recursion on subroutine "UNIVERSAL::can::can" at /home/websuche/perl5lib/lib/site_perl/5.10.0/HTML/FormFu/Element/_Field.pm line 158. Deep recursion on subroutine "UNIVERSAL::isa" at /home/websuche/perl5lib/lib/site_perl/5.10.0/UNIVERSAL/can.pm line 43. Deep recursion on subroutine "HTML::FormFu::Element::Block::string" at /home/websuche/perl5lib/lib/site_perl/5.10.0/HTML/FormFu/base.pm line 15. Deep recursion on subroutine "HTML::FormFu::Element::Hidden::string" at /home/websuche/perl5lib/lib/site_perl/5.10.0/HTML/FormFu/base.pm line 15. Deep recursion on subroutine "HTML::FormFu::Element::render_data" at /home/websuche/perl5lib/lib/site_perl/5.10.0/HTML/FormFu/Element/Hidden.pm line 21. Deep recursion on subroutine "HTML::FormFu::Element::_Input::render_data_non_recursive" at /home/websuche/perl5lib/lib/site_perl/5.10.0/HTML/FormFu/Element.pm line 190. Deep recursion on subroutine "HTML::FormFu::Element::_Field::render_data_non_recursive" at /home/websuche/perl5lib/lib/5.10.0/mro.pm line 27. Deep recursion on subroutine "HTML::FormFu::Element::_Field::nested_name" at /home/websuche/perl5lib/lib/site_perl/5.10.0/HTML/FormFu/Element/_Field.pm line 606. Deep recursion on subroutine "HTML::FormFu::Element::_Field::nested_names" at /home/websuche/perl5lib/lib/site_perl/5.10.0/HTML/FormFu/Element/_Field.pm line 130. Deep recursion on anonymous subroutine at /home/websuche/perl5lib/lib/site_perl/5.10.0/UNIVERSAL/isa.pm line 35. make: *** wait: Keine Kind-Prozesse. Schluss. make: *** Warte auf noch nicht beendete Prozesse... make: *** wait: Keine Kind-Prozesse. Schluss. CFRANKS/HTML-FormFu-Model-DBIC-0.05000.tar.gz /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports CFRANKS/HTML-FormFu-Model-DBIC-0.05000.tar.gz Running make install make test had returned bad status, won't install without force Failed during this command: CFRANKS/HTML-FormFu-Model-DBIC-0.05000.tar.gz: make_test NO after a short debug, $type containes every time the same coderef. sub UNIVERSAL::isa { goto &$orig if $recursing; my $type = invocant_type(@_); $type->(@_); }
Recent versions have fixed several recursion bugs. I can't reproduce this as of UNIVERSAL::can 1.20110613. Please reopen this ticket if the problem reoccurs.