#26249 [Fbk->Opn]: snmpget doesn't free memory

2003-11-20 Thread dacol dot jeremy at caramail dot com
 ID:   26249
 User updated by:  dacol dot jeremy at caramail dot com
 Reported By:  dacol dot jeremy at caramail dot com
-Status:   Feedback
+Status:   Open
 Bug Type: SNMP related
 Operating System: linux
-PHP Version:  4.3.2
+PHP Version:  4.3.3
 New Comment:

i have :
rpm files installed openssl-0.9.6-3 and devel one too
with files in /usr/include/openssl
- installed net-snmp 5.1 
configure: ./configure --with-opennssl=/usr
make && make install 
- installed php4-stable of 2003/11/19 06h30
configure --with-snmp=/usr/local --with-openssl=/usr
--with-apache=../apache 
and during the make && make install i have many errors with :
"undefined reference to all SSL_.
i don't understand...
what i have to do?


Previous Comments:


[2003-11-19 18:28:20] [EMAIL PROTECTED]

You download that package, configure and install it on your test server
to see if the 'bug' still happens with the most recent PHP version.

You have to update PHP to make sure you really are using the latest
net-snmp version you installed..


--------

[2003-11-19 02:42:53] dacol dot jeremy at caramail dot com

excuse me but do you read all the comments

the bug is:

when i use a lot of snmpget (the PHP function ), the memory used grow
but never fall.
it use 0.1% each 100 snmpget (the PHP function ), and it is a lot when
you want that your script run "at vitaem".

and i explain when i use the system function of PHP with snmpget, like
in my last comment, PHP use 2% and snmpget use 1%.

so i think it is a PHP problem...

and one more time could you explian me what to do with the
http://snaps.php.net/php4-STABLE-latest.tar.gz file please.



[2003-11-18 15:11:12] [EMAIL PROTECTED]

PHP uses memory, there's no bug here. (0.7% is nothing)



----------------

[2003-11-18 09:58:16] dacol dot jeremy at caramail dot com

i test a script with:
while(true)
{
system("snmpget.");
}
and see with "top" command the memory used : 0.7% all time.
it doesn't depend on the number of snmpget so i think it's a php
problem.

------------------------

[2003-11-18 06:58:02] dacol dot jeremy at caramail dot com

hi,

i don't know how upgrad my php files with the latest version...

i up my old ucd-snmp version to net-snmp 5.1 and my bug still
happened.

please tell me exactly what to do with php4-STABLE-latest.tar.gz

the command, all things tou can

i am really sorry but i search on web and i find nothing on it.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26249

-- 
Edit this bug report at http://bugs.php.net/?id=26249&edit=1


#26249 [Bgs->Opn]: snmpget doesn't free memory

2003-11-19 Thread dacol dot jeremy at caramail dot com
 ID:   26249
 User updated by:  dacol dot jeremy at caramail dot com
 Reported By:  dacol dot jeremy at caramail dot com
-Status:   Bogus
+Status:   Open
 Bug Type: SNMP related
 Operating System: linux
 PHP Version:  4.3.2
 New Comment:

excuse me but do you read all the comments

the bug is:

when i use a lot of snmpget (the PHP function ), the memory used grow
but never fall.
it use 0.1% each 100 snmpget (the PHP function ), and it is a lot when
you want that your script run "at vitaem".

and i explain when i use the system function of PHP with snmpget, like
in my last comment, PHP use 2% and snmpget use 1%.

so i think it is a PHP problem...

and one more time could you explian me what to do with the
http://snaps.php.net/php4-STABLE-latest.tar.gz file please.


Previous Comments:


[2003-11-18 15:11:12] [EMAIL PROTECTED]

PHP uses memory, there's no bug here. (0.7% is nothing)





[2003-11-18 09:58:16] dacol dot jeremy at caramail dot com

i test a script with:
while(true)
{
system("snmpget.");
}
and see with "top" command the memory used : 0.7% all time.
it doesn't depend on the number of snmpget so i think it's a php
problem.

----------------

[2003-11-18 06:58:02] dacol dot jeremy at caramail dot com

hi,

i don't know how upgrad my php files with the latest version...

i up my old ucd-snmp version to net-snmp 5.1 and my bug still
happened.

please tell me exactly what to do with php4-STABLE-latest.tar.gz

the command, all things tou can

i am really sorry but i search on web and i find nothing on it.



[2003-11-17 17:52:10] [EMAIL PROTECTED]

Update your über-old ucd-snmp to the latest net-snmp version.
Then reopen if you still experience leaks which you can trace to happen
in PHP code (not in the net-snmp)


----------------

[2003-11-17 05:40:55] dacol dot jeremy at caramail dot com

hi 
i have copied the CVS on my php files and replace it.
but it doesn't work each time i use snmpget function it takes memory
which it doesn't free after a response.
in fact each 100 snmpget use 0.1% of my memory.
it's really the snmpget function which doesn't work.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26249

-- 
Edit this bug report at http://bugs.php.net/?id=26249&edit=1


#26249 [Opn]: snmpget doesn't free memory

2003-11-18 Thread dacol dot jeremy at caramail dot com
 ID:   26249
 User updated by:  dacol dot jeremy at caramail dot com
 Reported By:  dacol dot jeremy at caramail dot com
 Status:   Open
 Bug Type: SNMP related
 Operating System: linux
 PHP Version:  4.3.2
 New Comment:

i test a script with:
while(true)
{
system("snmpget.");
}
and see with "top" command the memory used : 0.7% all time.
it doesn't depend on the number of snmpget so i think it's a php
problem.


Previous Comments:
----

[2003-11-18 06:58:02] dacol dot jeremy at caramail dot com

hi,

i don't know how upgrad my php files with the latest version...

i up my old ucd-snmp version to net-snmp 5.1 and my bug still
happened.

please tell me exactly what to do with php4-STABLE-latest.tar.gz

the command, all things tou can

i am really sorry but i search on web and i find nothing on it.



[2003-11-17 17:52:10] [EMAIL PROTECTED]

Update your über-old ucd-snmp to the latest net-snmp version.
Then reopen if you still experience leaks which you can trace to happen
in PHP code (not in the net-snmp)


--------

[2003-11-17 05:40:55] dacol dot jeremy at caramail dot com

hi 
i have copied the CVS on my php files and replace it.
but it doesn't work each time i use snmpget function it takes memory
which it doesn't free after a response.
in fact each 100 snmpget use 0.1% of my memory.
it's really the snmpget function which doesn't work.



[2003-11-17 03:06:59] response dot sorry at notremember dot pass

hi,

thank you for your answer.

can i only copy this on my existing php files or do i have to recompile
all?
in fact what i have to do with this file?

and sorry for the mistake i work with:
apache 1.3.28
php 4.3.3
ucd-snmp 4.2.2
on linux RH 7.1



[2003-11-14 10:36:16] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip





The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/26249

-- 
Edit this bug report at http://bugs.php.net/?id=26249&edit=1


#26249 [Bgs->Opn]: snmpget doesn't free memory

2003-11-18 Thread dacol dot jeremy at caramail dot com
 ID:   26249
 User updated by:  dacol dot jeremy at caramail dot com
 Reported By:  dacol dot jeremy at caramail dot com
-Status:   Bogus
+Status:   Open
 Bug Type: SNMP related
 Operating System: linux
 PHP Version:  4.3.2
 New Comment:

hi,

i don't know how upgrad my php files with the latest version...

i up my old ucd-snmp version to net-snmp 5.1 and my bug still
happened.

please tell me exactly what to do with php4-STABLE-latest.tar.gz

the command, all things tou can

i am really sorry but i search on web and i find nothing on it.


Previous Comments:


[2003-11-17 17:52:10] [EMAIL PROTECTED]

Update your über-old ucd-snmp to the latest net-snmp version.
Then reopen if you still experience leaks which you can trace to happen
in PHP code (not in the net-snmp)




[2003-11-17 05:40:55] dacol dot jeremy at caramail dot com

hi 
i have copied the CVS on my php files and replace it.
but it doesn't work each time i use snmpget function it takes memory
which it doesn't free after a response.
in fact each 100 snmpget use 0.1% of my memory.
it's really the snmpget function which doesn't work.



[2003-11-17 03:06:59] response dot sorry at notremember dot pass

hi,

thank you for your answer.

can i only copy this on my existing php files or do i have to recompile
all?
in fact what i have to do with this file?

and sorry for the mistake i work with:
apache 1.3.28
php 4.3.3
ucd-snmp 4.2.2
on linux RH 7.1



[2003-11-14 10:36:16] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



----

[2003-11-14 04:58:57] dacol dot jeremy at caramail dot com

Description:

hello,

I use a lot of snmpget (more then 300) each 5 minutes.
snmpget works, it closes session. ( i read all bug reports on snmpget)
but it use memory which it doesn't free.

i look, with the "top" command, the ressources used by my script and
every 5 minutes it uses 0.3% more...

i don't understand why
maybe a bug in my snmp.c but.

i use ucd-snmp package with php 4.3.2 and i use my script with php
command.






-- 
Edit this bug report at http://bugs.php.net/?id=26249&edit=1


#26249 [Fbk->Opn]: snmpget doesn't free memory

2003-11-17 Thread dacol dot jeremy at caramail dot com
 ID:   26249
 User updated by:  dacol dot jeremy at caramail dot com
 Reported By:  dacol dot jeremy at caramail dot com
-Status:   Feedback
+Status:   Open
 Bug Type: SNMP related
 Operating System: linux
 PHP Version:  4.3.2
 New Comment:

hi 
i have copied the CVS on my php files and replace it.
but it doesn't work each time i use snmpget function it takes memory
which it doesn't free after a response.
in fact each 100 snmpget use 0.1% of my memory.
it's really the snmpget function which doesn't work.


Previous Comments:


[2003-11-17 03:06:59] response dot sorry at notremember dot pass

hi,

thank you for your answer.

can i only copy this on my existing php files or do i have to recompile
all?
in fact what i have to do with this file?

and sorry for the mistake i work with:
apache 1.3.28
php 4.3.3
ucd-snmp 4.2.2
on linux RH 7.1



[2003-11-14 10:36:16] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip





[2003-11-14 04:58:57] dacol dot jeremy at caramail dot com

Description:

hello,

I use a lot of snmpget (more then 300) each 5 minutes.
snmpget works, it closes session. ( i read all bug reports on snmpget)
but it use memory which it doesn't free.

i look, with the "top" command, the ressources used by my script and
every 5 minutes it uses 0.3% more...

i don't understand why
maybe a bug in my snmp.c but.

i use ucd-snmp package with php 4.3.2 and i use my script with php
command.






-- 
Edit this bug report at http://bugs.php.net/?id=26249&edit=1


#26249 [NEW]: snmpget doesn't free memory

2003-11-14 Thread dacol dot jeremy at caramail dot com
From: dacol dot jeremy at caramail dot com
Operating system: linux
PHP version:  4.3.2
PHP Bug Type: SNMP related
Bug description:  snmpget doesn't free memory

Description:

hello,

I use a lot of snmpget (more then 300) each 5 minutes.
snmpget works, it closes session. ( i read all bug reports on snmpget) but
it use memory which it doesn't free.

i look, with the "top" command, the ressources used by my script and every
5 minutes it uses 0.3% more...

i don't understand why
maybe a bug in my snmp.c but.

i use ucd-snmp package with php 4.3.2 and i use my script with php
command.


-- 
Edit bug report at http://bugs.php.net/?id=26249&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26249&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26249&r=trysnapshot5
Fixed in CVS:   http://bugs.php.net/fix.php?id=26249&r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=26249&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=26249&r=needtrace
Try newer version:  http://bugs.php.net/fix.php?id=26249&r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=26249&r=support
Expected behavior:  http://bugs.php.net/fix.php?id=26249&r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=26249&r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=26249&r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=26249&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26249&r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=26249&r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=26249&r=isapi
Install GNU Sed:http://bugs.php.net/fix.php?id=26249&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26249&r=float