I found the problem. Turning on debugging for TT (DEBUG => DEBUG_ALL) in TT.pm
showed that it hangs on the [% USE CGI %] directive. Apparently
[% USE CGI('-no_debug') %]
is needed. Got it from here:
https://bugzilla.mozilla.org/show_bug.cgi?id=137589
Seems CGI thinks that it is begin run from command line and prompts for data.
KR,
Gunnar
________________________________
From: Gunnar Strand <[email protected]>
To: The elegant MVC web framework <[email protected]>
Sent: Monday, June 29, 2009 6:39:41 AM
Subject: Re: [Catalyst] Hangs in RenderView in "end"
>> Is there any way of running the server in a debugger or to turn tracing on?
>> Can I send a signal to it to get it to >dump a stack trace somehow? Any
>> attempt I've made so far just results in nothing or segmentation faults.
>
>[...]
>
>I don't understand why you're seeing segfaults. What version of Catalyst are
>you using, what is your perl -V, and do you have the latest version of
>Variable::Magic installed? Also, if you could attach gdb and get the catalyst
>process to segfault, then a backtrace from c land could be useful.
The debugger works now(!). I've always had problems with it but hadn't tried it
for a while. Maybe a library got updated.
Thanks for the tips!
KR,
Gunnar
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/