]> code.ossystems Code Review - openembedded-core.git/commit
Kill the uncaught exception handler
authorChris Larson <chris_larson@mentor.com>
Fri, 10 Dec 2010 15:51:47 +0000 (10:51 -0500)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:48 +0000 (14:46 +0000)
commit3d3af810fa5c049b23bba1069f1653aef5fe361f
tree34ea720b2a41e39974fc826aca84810cc2d5ebf5
parent6f80455777c9d26c3af250904f455cb2bb1fc75a
Kill the uncaught exception handler

We now wrap the main() in a try/except, ensuring that both the main portion of
bin/bitbake and the UI raising an exception will be shown to the user.  For
the server and workers, we can ensure in the server itself that exceptions are
handled correctly.

(Bitbake rev: 240d4a7ae80a6636c302ae84266ddfed7a7fcedd)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/bin/bitbake