<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>17179</bug_id>
          
          <creation_ts>2008-09-19 12:11:17 +0400</creation_ts>
          <short_desc>memory leak</short_desc>
          <delta_ts>2010-11-03 14:47:58 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>perl-SNMP</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>REOPENED</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Vladimir Lettiev">thecrux</reporter>
          <assigned_to name="Alexey Shabalin">shaba</assigned_to>
          <cc>crux</cc>
    
    <cc>dubrsl</cc>
    
    <cc>evg</cc>
    
    <cc>grenka</cc>
    
    <cc>shaba</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>78116</commentid>
    <comment_count>0</comment_count>
    <who name="Vladimir Lettiev">thecrux</who>
    <bug_when>2008-09-19 12:11:17 +0400</bug_when>
    <thetext>Hi.
Simple code to reproduce bug:

#!/usr/bin/perl
use SNMP;

# snmpd daemon running on localhost
my $s = new SNMP::Session(DestHost =&gt; &apos;localhost&apos;);
while(1) {
        $s-&gt;gettable(&apos;ifTable&apos;); # get interfaces table
}

Process quckly consume all availiable memory of host.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>91640</commentid>
    <comment_count>1</comment_count>
    <who name="Konstantin Pavlov">thresh</who>
    <bug_when>2009-05-22 14:29:26 +0400</bug_when>
    <thetext>perl-SNMP-5.4.2.1-alt1, уже не проявляется.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>91671</commentid>
    <comment_count>2</comment_count>
    <who name="Vladimir Lettiev">crux</who>
    <bug_when>2009-05-22 19:33:13 +0400</bug_when>
    <thetext>не могу подтвердить, по-прежнему медленно но верно память утекает.

у меня работает небольшой демон, который опрашивает с пару десятков маршрутизаторов по snmp. Работает в среднем месяц, пока не отъест всю память.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>105336</commentid>
    <comment_count>3</comment_count>
    <who name="Slava Dubrovskiy">dubrsl</who>
    <bug_when>2010-01-11 02:00:06 +0300</bug_when>
    <thetext>собрал 5.5 и там похоже тоже проявляется</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>