|
From: Sergi R. <sr...@ce...> - 2015-07-01 13:32:08
|
Many thanks for the effort!
Sergi
On 07/01/2015 02:45 PM, Carlos Pascual wrote:
>
> Reproduced on a debian 9 using:
>
> taurustrend 'eval://rand()' -r 1 -b 100 &
> export TTREND_PID=$!
> ps u -p$TTREND_PID | awk '{sum=sum+$6}; END{print sum}'
> ------------------------------------------------------------------------
>
> *[tickets:#171] <http://sourceforge.net/p/tauruslib/tickets/171>
> Memory leak in taurustrend*
>
> *Status:* waiting
> *Milestone:* Jul15
> *Created:* Wed Jul 01, 2015 11:04 AM UTC by marc
> *Last Updated:* Wed Jul 01, 2015 11:04 AM UTC
> *Owner:* nobody
>
> How to reproduce (it can be reproduced both using tango or using eval):
>
> For example launching:
> taurustrend 'eval://sin(rand())' -r 10 -b 1000
>
> or launching:
> taurustrend sys/tg_test/double_scalar -r 10 -b 1000
>
> and then monitoring the memory of the taurustrend process (use your
> own pid of the taurustrend process instead of 12000):
> ps u -p 12000 | awk '{sum=sum+$6}; END {print sum}'
>
> --
>
> The leak appears after some minutes (from 1 to 10 minutes).
>
> ------------------------------------------------------------------------
>
> To be noted:
> Bug appears in suse 11.1 and 12.1 (in 32 and 64 bits).
> Bug does NOT appear on suse 13.2
>
> ------------------------------------------------------------------------
>
> Sent from sourceforge.net because
> tau...@li... is subscribed to
> https://sourceforge.net/p/tauruslib/tickets/
> <https://sourceforge.net/p/tauruslib/tickets>
>
> To unsubscribe from further messages, a project admin can change
> settings at https://sourceforge.net/p/tauruslib/admin/tickets/options.
> Or, if this is a mailing list, you can unsubscribe from the mailing list.
>
>
>
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
>
>
> _______________________________________________
> Tauruslib-devel mailing list
> Tau...@li...
> https://lists.sourceforge.net/lists/listinfo/tauruslib-devel
|