OpenPegasus Nightly Build & Regression Testing Status

Platform Report

Return to Index

Platform X86_64_RHEL5_valgrind
Branch MAIN
Options +CMPI,+CQL,+IPV6,+PRIVSEP,+SQLITE,+SSL,+WSMAN
Date 09-Aug-11 14:01
Contributor HP
Status FAILURE
Data Platform: X86_64 RHEL5 valgrind
Branch: MAIN
Contributor: HP
Date: 110809
Time: 1401
Options: +CMPI +CQL +IPv6 +PrivSep +SQLite +SSL +WSMan
Status: FAILURE

make[4]: Entering directory `/var/buildMAIN/pegasus/src/Executor/tests'
make[4]: Leaving directory `/var/buildMAIN/pegasus/src/Executor/tests'
make[3]: Leaving directory `/var/buildMAIN/pegasus/src'
make[3]: Entering directory `/var/buildMAIN/pegasus/test'
make[4]: Entering directory `/var/buildMAIN/pegasus/test/wetest'
make[5]: Entering directory `/var/buildMAIN/pegasus/test/wetest/cimv2'
make[5]: Leaving directory `/var/buildMAIN/pegasus/test/wetest/cimv2'
make[5]: Entering directory `/var/buildMAIN/pegasus/test/wetest/static'
make[5]: Leaving directory `/var/buildMAIN/pegasus/test/wetest/static'
make[5]: Entering directory `/var/buildMAIN/pegasus/test/wetest/wsman'
make[5]: Leaving directory `/var/buildMAIN/pegasus/test/wetest/wsman'
make[4]: Leaving directory `/var/buildMAIN/pegasus/test/wetest'
make[3]: Leaving directory `/var/buildMAIN/pegasus/test'
make[2]: Leaving directory `/var/buildMAIN/pegasus'
make[1]: Leaving directory `/var/buildMAIN/pegasus'
make[1]: Entering directory `/var/buildMAIN/pegasus'
make[1]: Nothing to be done for `check_core_search_results'.
make[1]: Leaving directory `/var/buildMAIN/pegasus'

************ Build and Test Successful *************
-------------------------------------------------------------------------------
Memory leak:

==17569== Memcheck, a memory error detector.
==17569== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==17569== Using LibVEX rev 1658, a library for dynamic binary translation.
==17569== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==17569== Using valgrind-3.2.1, a dynamic binary instrumentation framework.
==17569== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==17569== For more details, rerun with: -v
==17569==
==17569== My PID = 17569, parent PID = 17568. Prog and args are:
==17569== /var/buildMAIN/pegasus/build/bin_exe/cimservermain
==17569== --executor-socket
==17569== 5
==17569== sslCipherSuite='*gfh&'
==17569==
==17569==
==17569== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 8 from 1)
==17569== malloc/free: in use at exit: 7,065 bytes in 123 blocks.
==17569== malloc/free: 163,155 allocs, 163,032 frees, 31,616,423 bytes allocated.
==17569== For counts of detected errors, rerun with: -v
==17569== searching for pointers to 123 not-freed blocks.
==17569== checked 977,200 bytes.
==17569==
==17569== 2,416 (408 direct, 2,008 indirect) bytes in 1 blocks are definitely lost in loss record 11 of 12
==17569== at 0x4A05809: malloc (vg_replace_malloc.c:149)
==17569== by 0x94FC291: CRYPTO_malloc (in /usr/local/ssl/lib/libcrypto.so.0.9.8)
==17569== by 0x9282F64: SSL_CTX_new (in /usr/local/ssl/lib/libssl.so.0.9.8)
==17569== by 0x8F4BBD5: Pegasus::SSLContextRep::_makeSSLContext() (SSLContext.cpp:714)
==17569== by 0x8F4EBCB: Pegasus::SSLContextRep::SSLContextRep(Pegasus::String const&, Pegasus::String const&, Pegasus::String const&, Pegasus::String const&, bool (*)(Pegasus::SSLCertificateInfo&), Pegasus::String const&, Pegasus::String const&) (SSLContext.cpp:545)
==17569== by 0x8F4EE6B: Pegasus::SSLContext::SSLContext(Pegasus::String const&, Pegasus::String const&, Pegasus::String const&, Pegasus::String const&, bool (*)(Pegasus::SSLCertificateInfo&), Pegasus::String const&, Pegasus::String const&) (SSLContext.cpp:1326)
==17569== by 0x8BC5286: Pegasus::SSLContextManager::createSSLContext(Pegasus::String const&, Pegasus::String const&, Pegasus::String const&, Pegasus::String const&, bool, Pegasus::String const&, Pegasus::String const&) (SSLContextManager.cpp:124)
==17569== by 0x50B9C0C: Pegasus::CIMServer::_getSSLContext() (CIMServer.cpp:1126)
==17569== by 0x50BA59E: Pegasus::CIMServer::addAcceptor(unsigned short, unsigned, bool) (CIMServer.cpp:702)
==17569== by 0x4065B6: CIMServerProcess::cimserver_run(int, char**, bool, bool) (cimserver.cpp:1119)
==17569== by 0x4C0C9F6: Pegasus::ServerProcess::platform_run(int, char**, bool, bool) (ServerProcessUnix.cpp:187)
==17569== by 0x404E63: main (cimserver.cpp:672)
==17569==
==17569== LEAK SUMMARY:
==17569== definitely lost: 408 bytes in 1 blocks.
==17569== indirectly lost: 2,008 bytes in 16 blocks.
==17569== possibly lost: 0 bytes in 0 blocks.
==17569== still reachable: 4,649 bytes in 106 blocks.
==17569== suppressed: 0 bytes in 0 blocks.
==17569== Reachable blocks (those to which a pointer was found) are not shown.
==17569== To see them, rerun with: --show-reachable=yes