Seems mine is a different issue. In my case valgrind report memory leak at: ----------------- ==2992== at 0x4A069EE: malloc (vg_replace_malloc.c:270) ==2992== by 0x41CF74: cpsv_ckpt_node_decode (cpsv_evt.c:709) ==2992== by 0x41D065: cpsv_ckpt_data_decode (cpsv_evt.c:650) ==2992== by 0x41D1EB: cpsv_evt_dec_flat (cpsv_evt.c:1010) ==2992== by 0x40FFCA: cpnd_mds_callback (cpnd_mds.c:633) ==2992== by 0x4C4FAE4: mds_mcm_do_decode_full_or_flat (mds_c_sndrcv.c:4959) ==2992== by 0x4C52017: mds_mcm_process_recv_snd_msg_common (mds_c_sndrcv.c:4283) ==2992== by 0x4C5232A: mds_mcm_ll_data_rcv (mds_c_sndrcv.c:4487) ==2992== by 0x4C486B7: mdtm_process_recv_message_common (mds_dt_common.c:483) ==2992== by 0x4C48B2B: mdtm_process_recv_data (mds_dt_common.c:901) ==2992== by 0x4C65203: mdtm_process_recv_events (mds_dt_tipc.c:784) ==2992== by 0x36F30079D0: start_thread (in /lib64/libpthread-2.12.so) ---------------------------------------------------------------------------------------------------
Which seems the memory allocated not freed . Are they same issue? Thanks. Ted -----Original Message----- From: A V Mahesh [mailto:[email protected]] Sent: Tuesday, May 12, 2015 1:20 PM To: [email protected] Subject: Re: [users] ckptnd memory leak(very serious) Ted, Update the your finding/test-application (which creates 500,0000 sections) to ticket #1271 -AVM On 5/12/2015 10:43 AM, A V Mahesh wrote: > Hi , > > The smiler issue was already reported in #1271 > > Leap data type correction: > > https://sourceforge.net/p/opensaf/tickets/1271/ > > This issue may come in case of large number of section with higher > size in this case 500,0000 sections. > we are working on the patch . > > -AVM > > On 5/12/2015 10:34 AM, Ingvar Bergström wrote: >> Hi, >> I can create an OpenSAF ticket as a place holder for your findings. >> To make things easier for any person who want to dig into this: >> -Can you attach source code to the ckperf binary so it is possible to see >> the use case? >> also >> -Can you attach the source code for "I created 500,0000 sections >> first and then overwrite it with some data" use case, which I assume >> was the test case for the attached valgrind reports (or is this the >> ckperf binary used on two controllers started with "ckperf 1" and >> "ckperf 0"??) >> >> BR >> Ingvar >> >> -----Original Message----- >> From: Yao Cheng LIANG [mailto:[email protected]] >> Sent: den 12 maj 2015 03:43 >> To: Yao Cheng LIANG; [email protected] >> Subject: Re: [users] ckptnd memory leak(very serious) >> >> The issue is very easy to reproduce. I am running 4.6 with two controllers >> on RHEL 6.5 x86_64, and if you run the attached app on one node with command >> line "ckperf 1" on one node and "ckperf 0" on another. You will observe >> ckptnd memory increased very rapidly with cmd "top -p pid_of_ckptnd". >> >> BTW, I am running with TIPC. >> >> Ted >> >> -----Original Message----- >> From: Yao Cheng LIANG [mailto:[email protected]] >> Sent: Tuesday, May 12, 2015 5:47 AM >> To: [email protected] >> Subject: [users] Fwd: ckptnd memory leak(very serious) >> >> Resend >> >> >> Sent from Samsung Mobile >> >> >> -------- Original message -------- >> From: Yao Cheng LIANG >> Date:2015/05/11 5:48 PM (GMT+08:00) >> To: [email protected] >> Cc: Yao Cheng LIANG >> Subject: ckptnd memory leak(very serious) >> >> All, >> >> I did some tests recently on ckptnd. I created 500,0000 sections first and >> then overwrite it with some data. And found serious memory leak. Please see >> attached file for valgrind report. >> >> Thanks. >> >> Ted >> >> --------------------------------------------------------------------- >> --------- One dashboard for servers and applications across >> Physical-Virtual-Cloud Widest out-of-the-box monitoring support with >> 50+ applications Performance metrics, stats and reports that give you >> Actionable Insights Deep dive visibility with transaction tracing >> using APM Insight. >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >> _______________________________________________ >> Opensaf-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/opensaf-users > > ---------------------------------------------------------------------- > -------- One dashboard for servers and applications across > Physical-Virtual-Cloud Widest out-of-the-box monitoring support with > 50+ applications Performance metrics, stats and reports that give you > Actionable Insights Deep dive visibility with transaction tracing > using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Opensaf-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensaf-users ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Opensaf-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-users ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Opensaf-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-users
