Skip Menu |

This queue is for tickets about the CatalystX-Restarter-GTK CPAN distribution.

Report information
The Basics
Id: 76261
Status: resolved
Priority: 0/
Queue: CatalystX-Restarter-GTK

People
Owner: Nobody in particular
Requestors: tuco [...] pasteur.fr
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Error with Glib
Date: Tue, 03 Apr 2012 10:50:08 +0200
To: bug-CatalystX-Restarter-GTK [...] rt.cpan.org
From: Emmanuel Quevillon <tuco [...] pasteur.fr>
Hi, I just installed CatalystX::Restarter::GTK 0.05 and when I start my Catalyst Application setting CATALYST_RESTARTER=CatalystX::Restarter::GTK I get the following error : Glib does not support watching for all pids (pid == 0) as attempted at /usr/local/share/perl/5.10.1/CatalystX/Restarter/GTK.pm line 94. Could you explain what the problem is? My env is as follow : perl 5.10.1 Catalyst 5.90011 Distrib : 2.6.35-32-generic #66-Ubuntu SMP Mon Feb 13 21:04:32 UTC 2012 x86_64 GNU/Linux Thanks Regards -- ------------------------- Emmanuel Quevillon CIB, Centre Informatique pour la Biologie Institut Pasteur +33 1 44 38 95 98 tuco at_ pasteur dot fr -------------------------
On Tue Apr 03 04:50:21 2012, horkko wrote: Show quoted text
> Hi, > I just installed CatalystX::Restarter::GTK 0.05 and when I start my > Catalyst Application setting > CATALYST_RESTARTER=CatalystX::Restarter::GTK I get the following error : > > Glib does not support watching for all pids (pid == 0) as attempted > at /usr/local/share/perl/5.10.1/CatalystX/Restarter/GTK.pm line 94. > > Could you explain what the problem is? > > My env is as follow : > > perl 5.10.1 > Catalyst 5.90011 > Distrib : 2.6.35-32-generic #66-Ubuntu SMP Mon Feb 13 21:04:32 UTC > 2012 x86_64 GNU/Linux > > Thanks > > Regards
There are changes in Catalyst core recently that broke the module. The reason of bug is that tries to set child watcher on 0 pid. Pid should be non-zero but for some reason code gets executed before child fork. I have traced down the reason now and will provide fix as soon as possible.
On Tue Apr 03 04:50:21 2012, horkko wrote: Show quoted text
> Hi, > I just installed CatalystX::Restarter::GTK 0.05 and when I start my > Catalyst Application setting > CATALYST_RESTARTER=CatalystX::Restarter::GTK I get the following error : > > Glib does not support watching for all pids (pid == 0) as attempted > at /usr/local/share/perl/5.10.1/CatalystX/Restarter/GTK.pm line 94. > > Could you explain what the problem is? > > My env is as follow : > > perl 5.10.1 > Catalyst 5.90011 > Distrib : 2.6.35-32-generic #66-Ubuntu SMP Mon Feb 13 21:04:32 UTC > 2012 x86_64 GNU/Linux > > Thanks > > Regards
The bug has been fixed with version 0.06. thanks.