Hi,

On Thu, 18 Feb 2010, Julien Danjou wrote:
> > If an exception occurs, such as "No such file or directory", the Job
> > will silently fail and get stuck in the "BUILDING" state.  To fix this,
> > I inserted code so that it looked like this:
> >
> >   try:
> >       proc = subprocess.Popen(cmd.split(), [.....])
> >   except Exception, error:
> >       build_log.write("Unable to execute command \"%s\": %s" %
> >           (cmd, error))
> >       with self.status_lock:
> >           self.status = failed_status
> >       state = 1
> >       break
> >   state = proc.poll()
> 
> Sounds like a mean bug indeed. I'll try to make a patch, if you don't
> send one by that time.

I have been beatean by this bug as well... can you just apply the fix?

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Pre-order a copy of the Debian Administrator's Handbook and help
liberate it: http://debian-handbook.info/liberation/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to