Re: [Catalyst] Hangs in RenderView in end

2009-07-16 Thread John Romkey
For what it's worth, I do my development under MacOS X 10.5 (currently 10.5.7) and use FF 3.0.x (currently 3.0.11) as my primary browser for development and haven't run into any problems. I'm up-to-date on all the Catalyst packages. I normally run the built-in server with '-r -d' but

Re: [Catalyst] Hangs in RenderView in end

2009-07-16 Thread Gordon Yeong
2009/7/16 John Romkey rom...@apocalypse.org For what it's worth, I do my development under MacOS X 10.5 (currently 10.5.7) and use FF 3.0.x (currently 3.0.11) as my primary browser for development and haven't run into any problems. I'm up-to-date on all the Catalyst packages. I normally run

Re: [Catalyst] Hangs in RenderView in end

2009-07-15 Thread Gordon Yeong
hi, gents:) any ideas? I have tried firefox 3.0 and 3.5 on my mac os X and it causes myapp_server.pl to hang (ie. cause the CPU server to go 100%). Running an strace just shows me write(6, =\http://www.myexample.com.;..., 2715) = -1 EAGAIN (Resource temporarily unavailable) write(6,

Re: [Catalyst] Hangs in RenderView in end

2009-07-15 Thread Tomas Doran
On 15 Jul 2009, at 09:31, Gordon Yeong wrote: hi, gents:) any ideas? I have tried firefox 3.0 and 3.5 on my mac os X and it causes myapp_server.pl to hang (ie. cause the CPU server to go 100%). Running an strace just shows me write(6, =\http://www.myexample.com.;..., 2715) = -1

Re: [Catalyst] Hangs in RenderView in end

2009-07-15 Thread kakimoto
hello, t0m, Good morning. 1)Does using the Prefork engine work, or does it exhibit the same behavior? I am sorry as I can't tell you. This is because I have not tried it yet. Been developing and noticed this strange problem. I m pretty stuck halfway now with a Catalyst application that

Re: [Catalyst] Hangs in RenderView in end

2009-07-15 Thread Gordon Yeong
hey K thanks for including the error logs for me. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site:

Re: [Catalyst] Hangs in RenderView in end

2009-07-15 Thread Gordon Yeong
hey K, try running myApp_server.pl with -k . I tried it on my mac and it works just fine! :D anyway, would be interesting to find out why FF 3/3.5 causes the problem it does on Mac. ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: [Catalyst] Hangs in RenderView in end

2009-07-13 Thread Gordon Yeong
I believe that firefox on mac OS X has a bug. I have tested with other browsers on both Mac Os X and windows platforms without any problems. Here's what I used: Mac Os X 10.5 1. Safari Windows XP 1. internet explorer 2. firefox 3 doesn't seem to have any issues. Any suggestions of

Re: [Catalyst] Hangs in RenderView in end

2009-07-11 Thread Tomas Doran
On 9 Jul 2009, at 07:45, Gunnar Strand wrote: Here's what I wrote, and I've attached a patch for Catalyst::View::TT.pm. I'm very inexperienced using patches, so let me know if you want it in any other way. I changed the wording slightly to be a little more affirmative and applied:

Re: [Catalyst] Hangs in RenderView in end

2009-07-09 Thread Gunnar Strand
Tomas Doran skrev: On 6 Jul 2009, at 05:33, Gunnar Strand wrote: Wow, that's a fairly unexpected gotcha. Any chance of a doc patch to make it easier for the next poor soul who gets stuck on this? Sure. Where would you like it? A 'NOTES' or 'CAVEATS' section in the POD for

Re: [Catalyst] Hangs in RenderView in end

2009-07-08 Thread Gordon Yeong
and prompts for data. KR, Gunnar -- *From:* Gunnar Strand gunnarstr...@yahoo.com *To:* The elegant MVC web framework catalyst@lists.scsys.co.uk *Sent:* Monday, June 29, 2009 6:39:41 AM *Subject:* Re: [Catalyst] Hangs in RenderView in end Is there any way of running

Re: [Catalyst] Hangs in RenderView in end

2009-07-08 Thread Gordon Yeong
: [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

Re: [Catalyst] Hangs in RenderView in end

2009-07-08 Thread Gunnar Strand
...@yahoo.com *To:* The elegant MVC web framework catalyst@lists.scsys.co.uk mailto:catalyst@lists.scsys.co.uk *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

Re: [Catalyst] Hangs in RenderView in end

2009-07-08 Thread Tomas Doran
Gordon Yeong wrote: hi there I am facing almost the same issue in that even clicking the stop button on firefox would see no difference in the debugging terminal or have a response from the webpage. When i have safari accesssing the same page, i can submit without a problem and the server

Re: [Catalyst] Hangs in RenderView in end

2009-07-06 Thread Tomas Doran
On 6 Jul 2009, at 05:33, Gunnar Strand wrote: Wow, that's a fairly unexpected gotcha. Any chance of a doc patch to make it easier for the next poor soul who gets stuck on this? Sure. Where would you like it? A 'NOTES' or 'CAVEATS' section in the POD for Catalyst::View::TT is the best

Re: [Catalyst] Hangs in RenderView in end

2009-07-02 Thread Gunnar Strand
command line and prompts for data. KR, Gunnar From: Gunnar Strand gunnarstr...@yahoo.com To: The elegant MVC web framework catalyst@lists.scsys.co.uk Sent: Monday, June 29, 2009 6:39:41 AM Subject: Re: [Catalyst] Hangs in RenderView in end Is there any way

Re: [Catalyst] Hangs in RenderView in end

2009-07-02 Thread Tomas Doran
On 2 Jul 2009, at 21:33, Gunnar Strand wrote: 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:

Re: [Catalyst] Hangs in RenderView in end

2009-06-28 Thread Gunnar Strand
On 28 Jun 2009, at 07:35, Gunnar Strand wrote: [debug] Rendering template users/create_form.tt2 [info] Request took 795.658106s (0.001/s) .+---. | Action | Time |

Re: [Catalyst] Hangs in RenderView in end

2009-06-28 Thread Tomas Doran
On 28 Jun 2009, at 16:50, Gunnar Strand wrote: Thanks for th tip! I'll see if I can nail it down - the template structure isn't just that one file - I am using the wrapper support in TT. Right. I'd start by blanking the actual template, which will at least tell you if it's the template

Re: [Catalyst] Hangs in RenderView in end

2009-06-28 Thread Gunnar Strand
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