[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: validation tests



On Tue, 21 Jul 1998 16:44:22 EDT, Hala ElAarag wrote: 
>Hi,
>I installed ns-2.1b3 on Solaris. I ran the validation tests and I had some
>tests failed in:
>test-all-simple, test-all-tcp, test-all-full,test-all-red, test-all-sack,
>test-all-schedule, test-all-cbq, test-all-red-v1, test-all-cbq-v1,
>test-all-sack-v1, test-all-v1, vegas-v1, rbp, tcpinit-win, tcpVariants,
>ecn, manual riuting, session.
>I tried ./test-all-simple and ./test-all-tcp seperately and got the
>following at the end:
>
>    (_o1 instvar line 1)
>    invoked from within
>"$self instvar z2"
>    (procedure "_o1" line 3)
>    (RNG init line 3)
>    invoked from within
>"_o1 init "
>    (Class create line 1)
>    invoked from within
>"RNG create _o1 "
>    invoked from within
>"catch "$className create $o $args" msg"
>    (procedure "new" line 3)
>    invoked from within
>"new RNG"
>Some test failed.
>
>Can anybody help me solving this problem?


I've never seen this kind of problem before.
It looks like your system failed to compile rng.cc correctly.
I'll bet this goes away with a clean build.

   -John Heidemann