Re: [Cppcms-users] memory leaks in hello_world
Brought to you by:
artyom-beilis
|
From: Karsten A. <kar...@go...> - 2013-06-24 19:46:32
|
Ok, thanks for explanation and sorry for the noise. On 06/24/2013 09:23 PM, Artyom Beilis wrote: > I recall that issue was discussed before. > > It is not "leak" it is reachable code - there are some global object > using locale that destroyed after main. > > So they are not actual leak. > > See: http://comments.gmane.org/gmane.comp.lib.boost.devel/239199 > > Artyom Beilis > -------------- > CppCMS - C++ Web Framework: http://cppcms.com/ > CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ > > ------------------------------------------------------------------------ > *From:* Karsten Ahnert <kar...@go...> > *To:* cpp...@li... > *Sent:* Thursday, June 20, 2013 11:49 AM > *Subject:* [Cppcms-users] memory leaks in hello_world > > Hi, > > I run the Hello World application of the current cppcms with valgrind. > After stopping the application with sending SIGTERM valgrind reports > that 18k have not been correctly destroyed. Most of these blocks are > related to ICU. Is there anything I can do to cleanup memory correctly? > > Best regards, > > Karsten > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > <mailto:Cpp...@li...> > https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > > > > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |