|
Bugzilla – Full Text Bug Listing |
| Summary: | Bad things happen in test.py when logging is enabled | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Josh Pelkey <jpelkey> |
| Component: | regression | Assignee: | Craig Dowell <craigdo> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P4 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
changeset a4a7ded174dc |
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.