Re: [Catalyst] Upgraded to Catalyst 5.80016, restarting dev server with HUP crashes

2010-01-09 Thread Tomas Doran
On 6 Jan 2010, at 06:13, Jim Dread wrote: I tried getting some argv in there by giving arguments to the server script, but it didn't fix it. So I edited HTTP.pm to this: #exec $^X, $0, @{ $options->{argv} || [] }; And now it restarts okay when HUPed. Did I do something wrong or is

Re: [Catalyst] Upgraded to Catalyst 5.80016, restarting dev server with HUP crashes

2010-01-06 Thread J. Shirley
On Wed, Jan 6, 2010 at 5:34 PM, Jim Dread wrote: > > Here are steps to make the server crash. Can anybody > reproduce this problem please? > > > # on linux > catalyst.pl TestApp > cd TestApp/ > perl Makefile.PL > ./script/testapp_server.pl & > kill -HUP %1 > > # and then: > Restarting server on SI

RE: [Catalyst] Upgraded to Catalyst 5.80016, restarting dev server with HUP crashes

2010-01-06 Thread Jim Dread
Here are steps to make the server crash. Can anybody reproduce this problem please? # on linux catalyst.pl TestApp cd TestApp/ perl Makefile.PL ./script/testapp_server.pl & kill -HUP %1 # and then: Restarting server on SIGHUP... Can't use an undefined value as an ARRAY reference at /usr/loca

[Catalyst] Upgraded to Catalyst 5.80016, restarting dev server with HUP crashes

2010-01-05 Thread Jim Dread
I upgraded Catalyst to 5.80016, and now restarting the dev server script with HUP makes it crash with this error: Restarting server on SIGHUP... Can't use an undefined value as an ARRAY reference at /usr/local/share/perl/5.10.0/Catalyst/Engine/HTTP.pm line 342. Here is Catalyst::Engine::HTTP l