[poky] Bitbake in a loop

Gary Thomas gary at mlbassoc.com
Tue Sep 27 08:48:55 PDT 2011


I typed ^C while bitbake was "preparing runqueue" for a job and it went nuts:

Traceback (most recent call last):
   File "/home/local/poky-multi/bitbake/lib/bb/server/process.py", line 122, in ProcessServer.idle_commands(delay=0.10000000000000001):
                  try:
     >                retval = function(self, data, False)
                      if retval is False:
   File "/home/local/poky-multi/bitbake/lib/bb/cooker.py", line 1069, in buildTargetsIdle(server=<ProcessServer(ProcessServer-1, started)>, rq=<bb.runqueue.RunQueue instance at 
0xda252ec>, abort=False):
                  if abort or self.state == state.stop:
     >                rq.finish_runqueue(True)
                  elif self.state == state.shutdown:
   File "/home/local/poky-multi/bitbake/lib/bb/runqueue.py", line 982, in RunQueue.finish_runqueue(now=True):
              if now:
     >            self.rqexe.finish_now()
              else:
AttributeError: RunQueue instance has no attribute 'rqexe'

This happened repeatedly until I pressed ^C a couple more times.
meta
meta-yocto        = "master:7a0cbe6b0e5185aebabedc515b427994bc2a15dc"

Should I file a bug?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



More information about the poky mailing list