Menu

#67 [Perl]Perl memory leak

open
nobody
None
5
2012-01-14
2012-01-14
Jira Trac
No

Test Build:CUBRID 2008 R4.0 (8.4.0.2019) (64bit release build for linux_gnu)
OS: Linux 64
Tool: valgrind
Description: Perl memory leak

Repro Steps
valgrind --leak-check=full --log-file=valgrind.log.perlFile perl perlFile.pl

Information
{noformat}

==14121== 119 (16 direct, 103 indirect) bytes in 1 blocks are definitely lost in loss record 1,393 of 2,478
==14121== at 0x4A0610C: malloc (vg_replace_malloc.c:195)
==14121== by 0x943B299: qe_lob_new (cci_query_execute.c:3343)
==14121== by 0x9432F82: cci_lob_new (cas_cci.c:3421)
==14121== by 0x9220D25: _cubrid_lob_new (in /home/perl/opt/perl5/lib/site_perl/5.14.1/x86_64-linux/auto/DBD/cubrid/cubrid.so)
==14121== by 0x9220E72: cubrid_st_lob_import (in /home/perl/opt/perl5/lib/site_perl/5.14.1/x86_64-linux/auto/DBD/cubrid/cubrid.so)
==14121== by 0x921B675: XS_DBD__cubrid__st_cubrid_lob_import (in /home/perl/opt/perl5/lib/site_perl/5.14.1/x86_64-linux/auto/DBD/cubrid/cubrid.so)
==14121== by 0x860A504: XS_DBI_dispatch (in /home/perl/opt/perl5/lib/site_perl/5.14.1/x86_64-linux/auto/DBI/DBI.so)
==14121== by 0x48C0DB: Perl_pp_entersub (in /home/perl/opt/perl5/bin/perl)
==14121== by 0x48A872: Perl_runops_standard (in /home/perl/opt/perl5/bin/perl)
==14121== by 0x42FA25: perl_run (in /home/perl/opt/perl5/bin/perl)
==14121== by 0x41BFE4: main (in /home/perl/opt/perl5/bin/perl)

{noformat}

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.