OpenPegasus Nightly Build & Regression Testing Status

Platform Report

Return to Index

Platform X86_64_RHEL5_valgrind
Branch MAIN
Options  
Date 21-Aug-08 01:14
Contributor HP
Status FAILURE
Data Platform: X86_64 RHEL5 valgrind
Branch: MAIN
Contributor: HP
Date: 080821
Time: 0114
Status: FAILURE

make[3]: Entering directory `/var/buildValgrind/pegasus/src/Pegasus/Client/tests/IdleConnectionTimeout'
TestIdleConnectionTimeout 10
Testing connectLocal()
Test 1 of 2: Begin 10 second idle period...
Test 1 success.
Test 2 of 2: Begin 10 second idle period...
Expected error: Connection closed by CIM Server.
Skipping connect() test, PEGASUS_TEST_USER_ID and PEGASUS_TEST_USER_PASS not defined.
+++++ passed all tests
make[3]: Leaving directory `/var/buildValgrind/pegasus/src/Pegasus/Client/tests/IdleConnectionTimeout'
cimserver -s
CIM Server stopped.
echo "(CMPIR_STOP_DAEMON command ignored)"
(CMPIR_STOP_DAEMON command ignored)
make[2]: Leaving directory `/var/buildValgrind/pegasus'
make[1]: Leaving directory `/var/buildValgrind/pegasus'
+++++ TestMakefile servertests suites complete
+++++ TestMakefile alltests Complete

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

==13038== Memcheck, a memory error detector.
==13038== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==13038== Using LibVEX rev 1658, a library for dynamic binary translation.
==13038== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==13038== Using valgrind-3.2.1, a dynamic binary instrumentation framework.
==13038== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==13038== For more details, rerun with: -v
==13038==
==13038== My PID = 13038, parent PID = 13037. Prog and args are:
==13038== /var/buildValgrind/pegasus/build/bin_exe/TestSnmpHandler
==13038== run
==13038== 4
==13038== 2
==13038==
==13038==
==13038== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 5 from 1)
==13038== malloc/free: in use at exit: 27,321 bytes in 209 blocks.
==13038== malloc/free: 2,334 allocs, 2,125 frees, 1,805,738 bytes allocated.
==13038== For counts of detected errors, rerun with: -v
==13038== searching for pointers to 209 not-freed blocks.
==13038== checked 699,560 bytes.
==13038==
==13038== 576 (528 direct, 48 indirect) bytes in 2 blocks are definitely lost in loss record 24 of 27
==13038== at 0x4A06019: operator new(unsigned long) (vg_replace_malloc.c:167)
==13038== by 0x403ED9: _runTestThreads(Pegasus::CIMClient*, unsigned, unsigned) (testSnmpHandler.cpp:602)
==13038== by 0x4041C6: _receiveExpectedTraps(Pegasus::CIMClient&, unsigned, unsigned, Pegasus::String const&) (testSnmpHandler.cpp:805)
==13038== by 0x4045CC: _beginTest(Pegasus::CIMClient&, unsigned, unsigned, Pegasus::String const&, Pegasus::String const&) (testSnmpHandler.cpp:956)
==13038== by 0x408E8F: main (testSnmpHandler.cpp:1043)
==13038==
==13038== LEAK SUMMARY:
==13038== definitely lost: 528 bytes in 2 blocks.
==13038== indirectly lost: 48 bytes in 2 blocks.
==13038== possibly lost: 0 bytes in 0 blocks.
==13038== still reachable: 26,745 bytes in 205 blocks.
==13038== suppressed: 0 bytes in 0 blocks.
==13038== Reachable blocks (those to which a pointer was found) are not shown.
==13038== To see them, rerun with: --show-reachable=yes
-------------------------------------------------------------------------------
Memory leak:

==23226== Memcheck, a memory error detector.
==23226== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==23226== Using LibVEX rev 1658, a library for dynamic binary translation.
==23226== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==23226== Using valgrind-3.2.1, a dynamic binary instrumentation framework.
==23226== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==23226== For more details, rerun with: -v
==23226==
==23226== My PID = 23226, parent PID = 23225. Prog and args are:
==23226== /var/buildValgrind/pegasus/build/bin_exe/TestSnmpHandler
==23226== run
==23226== 4
==23226== 2
==23226==
==23226==
==23226== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 5 from 1)
==23226== malloc/free: in use at exit: 27,321 bytes in 209 blocks.
==23226== malloc/free: 2,339 allocs, 2,130 frees, 1,806,012 bytes allocated.
==23226== For counts of detected errors, rerun with: -v
==23226== searching for pointers to 209 not-freed blocks.
==23226== checked 699,752 bytes.
==23226==
==23226== 576 (528 direct, 48 indirect) bytes in 2 blocks are definitely lost in loss record 24 of 27
==23226== at 0x4A06019: operator new(unsigned long) (vg_replace_malloc.c:167)
==23226== by 0x403ED9: _runTestThreads(Pegasus::CIMClient*, unsigned, unsigned) (testSnmpHandler.cpp:602)
==23226== by 0x4041C6: _receiveExpectedTraps(Pegasus::CIMClient&, unsigned, unsigned, Pegasus::String const&) (testSnmpHandler.cpp:805)
==23226== by 0x4045CC: _beginTest(Pegasus::CIMClient&, unsigned, unsigned, Pegasus::String const&, Pegasus::String const&) (testSnmpHandler.cpp:956)
==23226== by 0x408E8F: main (testSnmpHandler.cpp:1043)
==23226==
==23226== LEAK SUMMARY:
==23226== definitely lost: 528 bytes in 2 blocks.
==23226== indirectly lost: 48 bytes in 2 blocks.
==23226== possibly lost: 0 bytes in 0 blocks.
==23226== still reachable: 26,745 bytes in 205 blocks.
==23226== suppressed: 0 bytes in 0 blocks.
==23226== Reachable blocks (those to which a pointer was found) are not shown.
==23226== To see them, rerun with: --show-reachable=yes
-------------------------------------------------------------------------------
Memory leak:

==3115== Memcheck, a memory error detector.
==3115== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==3115== Using LibVEX rev 1658, a library for dynamic binary translation.
==3115== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==3115== Using valgrind-3.2.1, a dynamic binary instrumentation framework.
==3115== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==3115== For more details, rerun with: -v
==3115==
==3115== My PID = 3115, parent PID = 3114. Prog and args are:
==3115== /var/buildValgrind/pegasus/build/bin_exe/TestSnmpHandler
==3115== run
==3115== 4
==3115== 2
==3115==
==3115==
==3115== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 5 from 1)
==3115== malloc/free: in use at exit: 27,321 bytes in 209 blocks.
==3115== malloc/free: 2,329 allocs, 2,120 frees, 1,805,308 bytes allocated.
==3115== For counts of detected errors, rerun with: -v
==3115== searching for pointers to 209 not-freed blocks.
==3115== checked 699,384 bytes.
==3115==
==3115== 576 (528 direct, 48 indirect) bytes in 2 blocks are definitely lost in loss record 24 of 27
==3115== at 0x4A06019: operator new(unsigned long) (vg_replace_malloc.c:167)
==3115== by 0x403ED9: _runTestThreads(Pegasus::CIMClient*, unsigned, unsigned) (testSnmpHandler.cpp:602)
==3115== by 0x4041C6: _receiveExpectedTraps(Pegasus::CIMClient&, unsigned, unsigned, Pegasus::String const&) (testSnmpHandler.cpp:805)
==3115== by 0x4045CC: _beginTest(Pegasus::CIMClient&, unsigned, unsigned, Pegasus::String const&, Pegasus::String const&) (testSnmpHandler.cpp:956)
==3115== by 0x408E8F: main (testSnmpHandler.cpp:1043)
==3115==
==3115== LEAK SUMMARY:
==3115== definitely lost: 528 bytes in 2 blocks.
==3115== indirectly lost: 48 bytes in 2 blocks.
==3115== possibly lost: 0 bytes in 0 blocks.
==3115== still reachable: 26,745 bytes in 205 blocks.
==3115== suppressed: 0 bytes in 0 blocks.
==3115== Reachable blocks (those to which a pointer was found) are not shown.
==3115== To see them, rerun with: --show-reachable=yes
-------------------------------------------------------------------------------
Memory leak:

==30128== Memcheck, a memory error detector.
==30128== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==30128== Using LibVEX rev 1658, a library for dynamic binary translation.
==30128== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==30128== Using valgrind-3.2.1, a dynamic binary instrumentation framework.
==30128== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==30128== For more details, rerun with: -v
==30128==
==30128== My PID = 30128, parent PID = 30127. Prog and args are:
==30128== /var/buildValgrind/pegasus/build/bin_exe/TestSnmpHandlerException
==30128==
==30128==
==30128== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 20 from 1)
==30128== malloc/free: in use at exit: 919 bytes in 13 blocks.
==30128== malloc/free: 6,011 allocs, 5,998 frees, 1,085,153 bytes allocated.
==30128== For counts of detected errors, rerun with: -v
==30128== searching for pointers to 13 not-freed blocks.
==30128== checked 698,808 bytes.
==30128==
==30128== 8 bytes in 1 blocks are definitely lost in loss record 4 of 13
==30128== at 0x4A05809: malloc (vg_replace_malloc.c:149)
==30128== by 0x3ABAA067F6: _dl_map_object_from_fd (in /lib64/ld-2.5.so)
==30128== by 0x3ABAA07CB2: _dl_map_object (in /lib64/ld-2.5.so)
==30128== by 0x3ABAA0B01C: openaux (in /lib64/ld-2.5.so)
==30128== by 0x3ABAA0CCE5: _dl_catch_error (in /lib64/ld-2.5.so)
==30128== by 0x3ABAA0B6E5: _dl_map_object_deps (in /lib64/ld-2.5.so)
==30128== by 0x3ABAA10AFC: dl_open_worker (in /lib64/ld-2.5.so)
==30128== by 0x3ABAA0CCE5: _dl_catch_error (in /lib64/ld-2.5.so)
==30128== by 0x3ABAA1048B: _dl_open (in /lib64/ld-2.5.so)
==30128== by 0x3ABB600F79: dlopen_doit (in /lib64/libdl-2.5.so)
==30128== by 0x3ABAA0CCE5: _dl_catch_error (in /lib64/ld-2.5.so)
==30128== by 0x3ABB6014EC: _dlerror_run (in /lib64/libdl-2.5.so)
==30128== by 0x3ABB600EF0: dlopen@@GLIBC_2.2.5 (in /lib64/libdl-2.5.so)
==30128== by 0x53B3E49: Pegasus::DynamicLibrary::_load() (DynamicLibraryPOSIX.cpp:61)
==30128== by 0x53B3F1B: Pegasus::DynamicLibrary::load() (DynamicLibrary.cpp:130)
==30128== by 0x5089BF5: Pegasus::HandlerTable::_loadHandler(Pegasus::String const&) (HandlerTable.cpp:102)
==30128== by 0x5089F76: Pegasus::HandlerTable::getHandler(Pegasus::String const&, Pegasus::CIMRepository*) (HandlerTable.cpp:69)
==30128== by 0x40CA33: main (TestSnmpHandlerException.cpp:486)
==30128==
==30128==
==30128== 33 bytes in 1 blocks are definitely lost in loss record 6 of 13
==30128== at 0x4A05809: malloc (vg_replace_malloc.c:149)
==30128== by 0x5FB2F3C: ???
==30128== by 0x5FB36AE: ???
==30128== by 0x5FAFC3C: ???
==30128== by 0x405BE3: TestException(Pegasus::CIMHandler*, Pegasus::CIMInstance, Pegasus::CIMInstance, Pegasus::CIMStatusCode) (TestSnmpHandlerException.cpp:87)
==30128== by 0x408110: TestExceptionHandling(Pegasus::CIMHandler*) (TestSnmpHandlerException.cpp:328)
==30128== by 0x40CA69: main (TestSnmpHandlerException.cpp:489)
==30128==
==30128==
==30128== 71 (64 direct, 7 indirect) bytes in 1 blocks are definitely lost in loss record 10 of 13
==30128== at 0x4A04B32: calloc (vg_replace_malloc.c:279)
==30128== by 0x3ABCA51838: ???
==30128== by 0x3ABCA522B4: ???
==30128== by 0x3ABCA52369: ???
==30128== by 0x3ABCA524BA: ???
==30128== by 0x3ABCA52587: ???
==30128== by 0x3ABCA3837E: ???
==30128== by 0x3ABCA3A1A2: ???
==30128== by 0x5FB3920: ???
==30128== by 0x5FAFC3C: ???
==30128== by 0x405BE3: TestException(Pegasus::CIMHandler*, Pegasus::CIMInstance, Pegasus::CIMInstance, Pegasus::CIMStatusCode) (TestSnmpHandlerException.cpp:87)
==30128== by 0x40A05C: TestExceptionHandling(Pegasus::CIMHandler*) (TestSnmpHandlerException.cpp:384)
==30128== by 0x40CA69: main (TestSnmpHandlerException.cpp:489)
==30128==
==30128==
==30128== 353 (272 direct, 81 indirect) bytes in 1 blocks are definitely lost in loss record 13 of 13
==30128== at 0x4A04B32: calloc (vg_replace_malloc.c:279)
==30128== by 0x3ABCA169D6: ???
==30128== by 0x5FB2447: ???
==30128== by 0x5FB36DC: ???
==30128== by 0x5FAFC3C: ???
==30128== by 0x405BE3: TestException(Pegasus::CIMHandler*, Pegasus::CIMInstance, Pegasus::CIMInstance, Pegasus::CIMStatusCode) (TestSnmpHandlerException.cpp:87)
==30128== by 0x40A05C: TestExceptionHandling(Pegasus::CIMHandler*) (TestSnmpHandlerException.cpp:384)
==30128== by 0x40CA69: main (TestSnmpHandlerException.cpp:489)
==30128==
==30128== LEAK SUMMARY:
==30128== definitely lost: 377 bytes in 4 blocks.
==30128== indirectly lost: 88 bytes in 3 blocks.
==30128== possibly lost: 0 bytes in 0 blocks.
==30128== still reachable: 454 bytes in 6 blocks.
==30128== suppressed: 0 bytes in 0 blocks.
==30128== Reachable blocks (those to which a pointer was found) are not shown.
==30128== To see them, rerun with: --show-reachable=yes
-------------------------------------------------------------------------------
Memory leak:

==10646== Memcheck, a memory error detector.
==10646== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==10646== Using LibVEX rev 1658, a library for dynamic binary translation.
==10646== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==10646== Using valgrind-3.2.1, a dynamic binary instrumentation framework.
==10646== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==10646== For more details, rerun with: -v
==10646==
==10646== My PID = 10646, parent PID = 10645. Prog and args are:
==10646== /var/buildValgrind/pegasus/build/bin_exe/cimservermain
==10646== --executor-socket
==10646== 5
==10646== enableBinaryRepository=true
==10646== repositoryDir=/var/buildValgrind/pegasus/build/repository_bin
==10646==
==10646==
==10646== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 26 from 1)
==10646== malloc/free: in use at exit: 169,942 bytes in 1,999 blocks.
==10646== malloc/free: 14,520,783 allocs, 14,518,784 frees, 2,319,775,689 bytes allocated.
==10646== For counts of detected errors, rerun with: -v
==10646== searching for pointers to 1,999 not-freed blocks.
==10646== checked 1,038,808 bytes.
==10646==
==10646== 8 bytes in 1 blocks are definitely lost in loss record 3 of 41
==10646== at 0x4A05809: malloc (vg_replace_malloc.c:149)
==10646== by 0x3ABAA067F6: _dl_map_object_from_fd (in /lib64/ld-2.5.so)
==10646== by 0x3ABAA07CB2: _dl_map_object (in /lib64/ld-2.5.so)
==10646== by 0x3ABAA0B01C: openaux (in /lib64/ld-2.5.so)
==10646== by 0x3ABAA0CCE5: _dl_catch_error (in /lib64/ld-2.5.so)
==10646== by 0x3ABAA0B6E5: _dl_map_object_deps (in /lib64/ld-2.5.so)
==10646== by 0x3ABAA10AFC: dl_open_worker (in /lib64/ld-2.5.so)
==10646== by 0x3ABAA0CCE5: _dl_catch_error (in /lib64/ld-2.5.so)
==10646== by 0x3ABAA1048B: _dl_open (in /lib64/ld-2.5.so)
==10646== by 0x3ABB600F79: dlopen_doit (in /lib64/libdl-2.5.so)
==10646== by 0x3ABAA0CCE5: _dl_catch_error (in /lib64/ld-2.5.so)
==10646== by 0x3ABB6014EC: _dlerror_run (in /lib64/libdl-2.5.so)
==10646== by 0x3ABB600EF0: dlopen@@GLIBC_2.2.5 (in /lib64/libdl-2.5.so)
==10646== by 0x89E1E49: Pegasus::DynamicLibrary::_load() (DynamicLibraryPOSIX.cpp:61)
==10646== by 0x89E1F1B: Pegasus::DynamicLibrary::load() (DynamicLibrary.cpp:130)
==10646== by 0x5BADBF5: Pegasus::HandlerTable::_loadHandler(Pegasus::String const&) (HandlerTable.cpp:102)
==10646== by 0x5BADF76: Pegasus::HandlerTable::getHandler(Pegasus::String const&, Pegasus::CIMRepository*) (HandlerTable.cpp:69)
==10646== by 0x5BAA09D: Pegasus::IndicationHandlerService::_lookupHandlerForClass(Pegasus::CIMName const&) (IndicationHandlerService.cpp:408)
==10646== by 0x5BAA1A5: Pegasus::IndicationHandlerService::_loadHandler(Pegasus::CIMHandleIndicationRequestMessage*, Pegasus::CIMException&) (IndicationHandlerService.cpp:339)
==10646== by 0x5BABBF2: Pegasus::IndicationHandlerService::_handleIndication(Pegasus::CIMHandleIndicationRequestMessage*) (IndicationHandlerService.cpp:295)
==10646== by 0x5BAC196: Pegasus::IndicationHandlerService::_handle_async_request(Pegasus::AsyncRequest*) (IndicationHandlerService.cpp:73)
==10646== by 0x8A08F13: Pegasus::MessageQueueService::_handle_incoming_operation(Pegasus::AsyncOpNode*) (MessageQueueService.cpp:514)
==10646== by 0x8A0A84B: Pegasus::MessageQueueService::_req_proc(void*) (MessageQueueService.cpp:377)
==10646== by 0x8A3F254: Pegasus::ThreadPool::_loop(void*) (ThreadPool.cpp:224)
==10646== by 0x8A3D22D: _start_wrapper (Thread.cpp:71)
==10646==
==10646==
==10646== 71 (64 direct, 7 indirect) bytes in 1 blocks are definitely lost in loss record 11 of 41
==10646== at 0x4A04B32: calloc (vg_replace_malloc.c:279)
==10646== by 0x3ABCA51838: ???
==10646== by 0x3ABCA522B4: ???
==10646== by 0x3ABCA52369: ???
==10646== by 0x3ABCA524BA: ???
==10646== by 0x3ABCA52587: ???
==10646== by 0x3ABCA4C7D4: ???
==10646== by 0x3ABCA4EF96: ???
==10646== by 0x3ABCA31C10: ???
==10646== by 0x3ABCA33898: ???
==10646== by 0xE112BB5: ???
==10646== by 0xE10BEA9: ???
==10646== by 0x5BAD884: Pegasus::HandlerTable::~HandlerTable() (HandlerTable.cpp:146)
==10646== by 0x5BACB5A: Pegasus::IndicationHandlerService::~IndicationHandlerService() (IndicationHandlerService.h:64)
==10646== by 0x50BE383: Pegasus::CIMServer::~CIMServer() (CIMServer.cpp:591)
==10646== by 0x403D5A: deleteCIMServer() (cimserver.cpp:336)
==10646== by 0x4067D7: CIMServerProcess::cimserver_run(int, char**, bool, bool) (cimserver.cpp:1241)
==10646== by 0x4C0C986: Pegasus::ServerProcess::platform_run(int, char**, bool, bool) (ServerProcessUnix.cpp:189)
==10646== by 0x4047DF: main (cimserver.cpp:637)
==10646==
==10646== LEAK SUMMARY:
==10646== definitely lost: 72 bytes in 2 blocks.
==10646== indirectly lost: 7 bytes in 1 blocks.
==10646== possibly lost: 0 bytes in 0 blocks.
==10646== still reachable: 169,863 bytes in 1,996 blocks.
==10646== suppressed: 0 bytes in 0 blocks.
==10646== Reachable blocks (those to which a pointer was found) are not shown.
==10646== To see them, rerun with: --show-reachable=yes
-------------------------------------------------------------------------------
Memory leak:

==20339== Memcheck, a memory error detector.
==20339== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==20339== Using LibVEX rev 1658, a library for dynamic binary translation.
==20339== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==20339== Using valgrind-3.2.1, a dynamic binary instrumentation framework.
==20339== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==20339== For more details, rerun with: -v
==20339==
==20339== My PID = 20339, parent PID = 20338. Prog and args are:
==20339== /var/buildValgrind/pegasus/build/bin_exe/cimservermain
==20339== --executor-socket
==20339== 5
==20339== forceProviderProcesses=false
==20339==
==20339==
==20339== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 29 from 1)
==20339== malloc/free: in use at exit: 169,720 bytes in 1,999 blocks.
==20339== malloc/free: 15,724,984 allocs, 15,722,985 frees, 2,538,159,521 bytes allocated.
==20339== For counts of detected errors, rerun with: -v
==20339== searching for pointers to 1,999 not-freed blocks.
==20339== checked 1,038,080 bytes.
==20339==
==20339== 8 bytes in 1 blocks are definitely lost in loss record 3 of 43
==20339== at 0x4A05809: malloc (vg_replace_malloc.c:149)
==20339== by 0x3ABAA067F6: _dl_map_object_from_fd (in /lib64/ld-2.5.so)
==20339== by 0x3ABAA07CB2: _dl_map_object (in /lib64/ld-2.5.so)
==20339== by 0x3ABAA0B01C: openaux (in /lib64/ld-2.5.so)
==20339== by 0x3ABAA0CCE5: _dl_catch_error (in /lib64/ld-2.5.so)
==20339== by 0x3ABAA0B6E5: _dl_map_object_deps (in /lib64/ld-2.5.so)
==20339== by 0x3ABAA10AFC: dl_open_worker (in /lib64/ld-2.5.so)
==20339== by 0x3ABAA0CCE5: _dl_catch_error (in /lib64/ld-2.5.so)
==20339== by 0x3ABAA1048B: _dl_open (in /lib64/ld-2.5.so)
==20339== by 0x3ABB600F79: dlopen_doit (in /lib64/libdl-2.5.so)
==20339== by 0x3ABAA0CCE5: _dl_catch_error (in /lib64/ld-2.5.so)
==20339== by 0x3ABB6014EC: _dlerror_run (in /lib64/libdl-2.5.so)
==20339== by 0x3ABB600EF0: dlopen@@GLIBC_2.2.5 (in /lib64/libdl-2.5.so)
==20339== by 0x89E1E49: Pegasus::DynamicLibrary::_load() (DynamicLibraryPOSIX.cpp:61)
==20339== by 0x89E1F1B: Pegasus::DynamicLibrary::load() (DynamicLibrary.cpp:130)
==20339== by 0x5BADBF5: Pegasus::HandlerTable::_loadHandler(Pegasus::String const&) (HandlerTable.cpp:102)
==20339== by 0x5BADF76: Pegasus::HandlerTable::getHandler(Pegasus::String const&, Pegasus::CIMRepository*) (HandlerTable.cpp:69)
==20339== by 0x5BAA09D: Pegasus::IndicationHandlerService::_lookupHandlerForClass(Pegasus::CIMName const&) (IndicationHandlerService.cpp:408)
==20339== by 0x5BAA1A5: Pegasus::IndicationHandlerService::_loadHandler(Pegasus::CIMHandleIndicationRequestMessage*, Pegasus::CIMException&) (IndicationHandlerService.cpp:339)
==20339== by 0x5BABBF2: Pegasus::IndicationHandlerService::_handleIndication(Pegasus::CIMHandleIndicationRequestMessage*) (IndicationHandlerService.cpp:295)
==20339== by 0x5BAC196: Pegasus::IndicationHandlerService::_handle_async_request(Pegasus::AsyncRequest*) (IndicationHandlerService.cpp:73)
==20339== by 0x8A08F13: Pegasus::MessageQueueService::_handle_incoming_operation(Pegasus::AsyncOpNode*) (MessageQueueService.cpp:514)
==20339== by 0x8A0A84B: Pegasus::MessageQueueService::_req_proc(void*) (MessageQueueService.cpp:377)
==20339== by 0x8A3F254: Pegasus::ThreadPool::_loop(void*) (ThreadPool.cpp:224)
==20339== by 0x8A3D22D: _start_wrapper (Thread.cpp:71)
==20339==
==20339==
==20339== 71 (64 direct, 7 indirect) bytes in 1 blocks are definitely lost in loss record 11 of 43
==20339== at 0x4A04B32: calloc (vg_replace_malloc.c:279)
==20339== by 0x3ABCA51838: ???
==20339== by 0x3ABCA522B4: ???
==20339== by 0x3ABCA52369: ???
==20339== by 0x3ABCA524BA: ???
==20339== by 0x3ABCA52587: ???
==20339== by 0x3ABCA4C7D4: ???
==20339== by 0x3ABCA4EF96: ???
==20339== by 0x3ABCA31C10: ???
==20339== by 0x3ABCA33898: ???
==20339== by 0xE334BB5: ???
==20339== by 0xE32DEA9: ???
==20339== by 0x5BAD884: Pegasus::HandlerTable::~HandlerTable() (HandlerTable.cpp:146)
==20339== by 0x5BACB5A: Pegasus::IndicationHandlerService::~IndicationHandlerService() (IndicationHandlerService.h:64)
==20339== by 0x50BE383: Pegasus::CIMServer::~CIMServer() (CIMServer.cpp:591)
==20339== by 0x403D5A: deleteCIMServer() (cimserver.cpp:336)
==20339== by 0x4067D7: CIMServerProcess::cimserver_run(int, char**, bool, bool) (cimserver.cpp:1241)
==20339== by 0x4C0C986: Pegasus::ServerProcess::platform_run(int, char**, bool, bool) (ServerProcessUnix.cpp:189)
==20339== by 0x4047DF: main (cimserver.cpp:637)
==20339==
==20339== LEAK SUMMARY:
==20339== definitely lost: 72 bytes in 2 blocks.
==20339== indirectly lost: 7 bytes in 1 blocks.
==20339== possibly lost: 0 bytes in 0 blocks.
==20339== still reachable: 169,641 bytes in 1,996 blocks.
==20339== suppressed: 0 bytes in 0 blocks.
==20339== Reachable blocks (those to which a pointer was found) are not shown.
==20339== To see them, rerun with: --show-reachable=yes
-------------------------------------------------------------------------------
Memory leak:

==606== Memcheck, a memory error detector.
==606== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==606== Using LibVEX rev 1658, a library for dynamic binary translation.
==606== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==606== Using valgrind-3.2.1, a dynamic binary instrumentation framework.
==606== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==606== For more details, rerun with: -v
==606==
==606== My PID = 606, parent PID = 605. Prog and args are:
==606== /var/buildValgrind/pegasus/build/bin_exe/cimservermain
==606== --executor-socket
==606== 5
==606==
==606==
==606== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 26 from 1)
==606== malloc/free: in use at exit: 170,639 bytes in 2,002 blocks.
==606== malloc/free: 15,333,907 allocs, 15,331,905 frees, 2,547,954,989 bytes allocated.
==606== For counts of detected errors, rerun with: -v
==606== searching for pointers to 2,002 not-freed blocks.
==606== checked 1,038,280 bytes.
==606==
==606== 8 bytes in 1 blocks are definitely lost in loss record 3 of 43
==606== at 0x4A05809: malloc (vg_replace_malloc.c:149)
==606== by 0x3ABAA067F6: _dl_map_object_from_fd (in /lib64/ld-2.5.so)
==606== by 0x3ABAA07CB2: _dl_map_object (in /lib64/ld-2.5.so)
==606== by 0x3ABAA0B01C: openaux (in /lib64/ld-2.5.so)
==606== by 0x3ABAA0CCE5: _dl_catch_error (in /lib64/ld-2.5.so)
==606== by 0x3ABAA0B6E5: _dl_map_object_deps (in /lib64/ld-2.5.so)
==606== by 0x3ABAA10AFC: dl_open_worker (in /lib64/ld-2.5.so)
==606== by 0x3ABAA0CCE5: _dl_catch_error (in /lib64/ld-2.5.so)
==606== by 0x3ABAA1048B: _dl_open (in /lib64/ld-2.5.so)
==606== by 0x3ABB600F79: dlopen_doit (in /lib64/libdl-2.5.so)
==606== by 0x3ABAA0CCE5: _dl_catch_error (in /lib64/ld-2.5.so)
==606== by 0x3ABB6014EC: _dlerror_run (in /lib64/libdl-2.5.so)
==606== by 0x3ABB600EF0: dlopen@@GLIBC_2.2.5 (in /lib64/libdl-2.5.so)
==606== by 0x89E1E49: Pegasus::DynamicLibrary::_load() (DynamicLibraryPOSIX.cpp:61)
==606== by 0x89E1F1B: Pegasus::DynamicLibrary::load() (DynamicLibrary.cpp:130)
==606== by 0x5BADBF5: Pegasus::HandlerTable::_loadHandler(Pegasus::String const&) (HandlerTable.cpp:102)
==606== by 0x5BADF76: Pegasus::HandlerTable::getHandler(Pegasus::String const&, Pegasus::CIMRepository*) (HandlerTable.cpp:69)
==606== by 0x5BAA09D: Pegasus::IndicationHandlerService::_lookupHandlerForClass(Pegasus::CIMName const&) (IndicationHandlerService.cpp:408)
==606== by 0x5BAA1A5: Pegasus::IndicationHandlerService::_loadHandler(Pegasus::CIMHandleIndicationRequestMessage*, Pegasus::CIMException&) (IndicationHandlerService.cpp:339)
==606== by 0x5BABBF2: Pegasus::IndicationHandlerService::_handleIndication(Pegasus::CIMHandleIndicationRequestMessage*) (IndicationHandlerService.cpp:295)
==606== by 0x5BAC196: Pegasus::IndicationHandlerService::_handle_async_request(Pegasus::AsyncRequest*) (IndicationHandlerService.cpp:73)
==606== by 0x8A08F13: Pegasus::MessageQueueService::_handle_incoming_operation(Pegasus::AsyncOpNode*) (MessageQueueService.cpp:514)
==606== by 0x8A0A84B: Pegasus::MessageQueueService::_req_proc(void*) (MessageQueueService.cpp:377)
==606== by 0x8A3F254: Pegasus::ThreadPool::_loop(void*) (ThreadPool.cpp:224)
==606== by 0x8A3D22D: _start_wrapper (Thread.cpp:71)
==606==
==606==
==606== 71 (64 direct, 7 indirect) bytes in 1 blocks are definitely lost in loss record 11 of 43
==606== at 0x4A04B32: calloc (vg_replace_malloc.c:279)
==606== by 0x3ABCA51838: ???
==606== by 0x3ABCA522B4: ???
==606== by 0x3ABCA52369: ???
==606== by 0x3ABCA524BA: ???
==606== by 0x3ABCA52587: ???
==606== by 0x3ABCA4C7D4: ???
==606== by 0x3ABCA4EF96: ???
==606== by 0x3ABCA31C10: ???
==606== by 0x3ABCA33898: ???
==606== by 0xE420BB5: ???
==606== by 0xE419EA9: ???
==606== by 0x5BAD884: Pegasus::HandlerTable::~HandlerTable() (HandlerTable.cpp:146)
==606== by 0x5BACB5A: Pegasus::IndicationHandlerService::~IndicationHandlerService() (IndicationHandlerService.h:64)
==606== by 0x50BE383: Pegasus::CIMServer::~CIMServer() (CIMServer.cpp:591)
==606== by 0x403D5A: deleteCIMServer() (cimserver.cpp:336)
==606== by 0x4067D7: CIMServerProcess::cimserver_run(int, char**, bool, bool) (cimserver.cpp:1241)
==606== by 0x4C0C986: Pegasus::ServerProcess::platform_run(int, char**, bool, bool) (ServerProcessUnix.cpp:189)
==606== by 0x4047DF: main (cimserver.cpp:637)
==606==
==606== LEAK SUMMARY:
==606== definitely lost: 72 bytes in 2 blocks.
==606== indirectly lost: 7 bytes in 1 blocks.
==606== possibly lost: 0 bytes in 0 blocks.
==606== still reachable: 170,560 bytes in 1,999 blocks.
==606== suppressed: 0 bytes in 0 blocks.
==606== Reachable blocks (those to which a pointer was found) are not shown.
==606== To see them, rerun with: --show-reachable=yes