Bugzilla – Bug 820
Bad things happen in test.py when logging is enabled
Last modified: 2010-02-26 12:36:03 UTC
specifically when the examples start getting tested. For example, I got this once: PASS: Example csma/csma-ping PASS: Example csma/csma-raw-ip-socket Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner self.run() File "./test.py", line 869, in run job.cwd, options.valgrind) File "./test.py", line 684, in run_job_synchronously stdout_results, stderr_results = proc.communicate() File "/usr/lib/python2.6/subprocess.py", line 689, in communicate return self._communicate(input) File "/usr/lib/python2.6/subprocess.py", line 1221, in _communicate stderr = ''.join(stderr) MemoryErKilled I removed logging, and everything passed.
changeset a4a7ded174dc