aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/runqueue.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 77b04c8f5d5..f09af18ff5c 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1131,6 +1131,24 @@ class RunQueueExecute:
os._exit(1)
try:
if not self.cooker.configuration.dry_run:
+ #import time
+ #import meliae
+ #from meliae import scanner
+ #time.sleep(10)
+
+ #bb.codeparser.pythonparsecache = {}
+ #bb.codeparser.shellparsecache = {}
+ #bb.providers.regexp_cache = {}
+ #bb.parse.parse_py.BBHandler.cached_statements = {}
+ #time.sleep(10)
+
+ #import gc
+ #gc.collect()
+ #time.sleep(10)
+
+ #bb.error(str(gc.garbage))
+
+ #scanner.dump_all_objects("/tmp/dump2")
ret = bb.build.exec_task(fn, taskname, the_data)
os._exit(ret)
except: