Bug 1322 - example main-random-variable.cc sometimes causes test failures
example main-random-variable.cc sometimes causes test failures
Status: RESOLVED DUPLICATE of bug 1927
Product: ns-3
Classification: Unclassified
Component: core
pre-release
All All
: P5 normal
Assigned To: Mathieu Lacage
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-12-23 14:16 EST by Tom Henderson
Modified: 2019-11-04 17:32 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2011-12-23 14:16:11 EST
src/core/examples/main-random-variable.cc sometimes causes buildbot failures.  These transient failures were observed during 3.13-RC2 testing.  

On 32-bit Ubuntu 11.10 system, 
/waf --run "main-random-variable" &>a.txt

can cause 200MB-400MB of (gnuplot) output occasionally.  This can cause buildbots to time out due to unresponsiveness.  John Abraham observed this twice but after ./waf distclean, was not able to reproduce it.

For now, have disabled its automated testing in ns-3.13.  We should keep in ns-3-dev and pay more attention to this if it occurs again during the development cycle.
Comment 1 Peter Barnes 2014-09-12 18:45:04 EDT
Possibly related to 1927?
Comment 2 Tom Henderson 2014-09-12 19:41:23 EDT
(In reply to Peter Barnes from comment #1)
> Possibly related to 1927?

The symptoms of this were different, and seem to have disappeared (also we have changed RV implementations since this bug was filed).

I propose to close this resolved/worksforme (OBE).
Comment 3 Peter Barnes 2019-11-04 17:32:26 EST
While not strictly a duplicate, based on Tom's comment on symptoms, we have changed the random variable implementation, so this is certainly OBE.

Resolving as suggested by Tom.

*** This bug has been marked as a duplicate of bug 1927 ***