[Catalyst] Upgraded to Catalyst 5.80016,
restarting dev server with HUP crashes
Tomas Doran
bobtfish at bobtfish.net
Sat Jan 9 16:46:40 GMT 2010
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
> this a bug? The script used to restart okay when HUPed before I
> upgraded.
It's a bug.
In fact, the thing you fixed is a bug, and the fact $options->{argv}
isn't being passed is also a bug.
Fixed: http://dev.catalystframework.org/svnweb/Catalyst/revision?rev=12557
Cheers
t0m
More information about the Catalyst
mailing list