**** BEGIN LOGGING AT Sun Mar 09 02:59:58 2014 Mar 09 17:06:29 pb_: FWIW there are some patches on bitbake-devel which should improve the SIGTERM situation. It was a nice one to debug on the plane ;-) Mar 09 18:05:52 RP: nicely done Mar 09 18:06:22 though the raise KeyboardInterrupt is a bit ugly, I see why you did it, low impact on the rest of the code Mar 09 18:06:51 that said, it should probably be raise KeyboardInterrupt(), to raise the exception object, rather than the exception, I think? Never tried it, but seems likely Mar 09 18:07:01 s/exception,/exception class,/ Mar 09 19:07:43 kergoth: Ah, yes, could be Mar 09 19:08:01 kergoth: I decided this was better than what the code was currently doing, I agree its not perfect but it at least stops it hanging Mar 09 19:08:08 agreed Mar 09 19:09:49 perfect is the enemy of done :) **** ENDING LOGGING AT Mon Mar 10 02:59:58 2014