Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 98A7C200C2B for ; Thu, 2 Mar 2017 23:36:58 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 97461160B6F; Thu, 2 Mar 2017 22:36:58 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DF4B9160B6A for ; Thu, 2 Mar 2017 23:36:57 +0100 (CET) Received: (qmail 46747 invoked by uid 500); 2 Mar 2017 22:36:57 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 46735 invoked by uid 99); 2 Mar 2017 22:36:56 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2017 22:36:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 26433C023B for ; Thu, 2 Mar 2017 22:36:56 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id BW6Ff_BRSzKO for ; Thu, 2 Mar 2017 22:36:54 +0000 (UTC) Received: from smtp65.ord1c.emailsrvr.com (smtp65.ord1c.emailsrvr.com [108.166.43.65]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id B383E5F257 for ; Thu, 2 Mar 2017 22:36:48 +0000 (UTC) Received: from smtp17.relay.ord1c.emailsrvr.com (localhost [127.0.0.1]) by smtp17.relay.ord1c.emailsrvr.com (SMTP Server) with ESMTP id 4C6BA60407 for ; Thu, 2 Mar 2017 17:36:37 -0500 (EST) Received: from smtp192.mex05.mlsrvr.com (unknown [184.106.31.85]) by smtp17.relay.ord1c.emailsrvr.com (SMTP Server) with ESMTPS id 42AD9603A3 for ; Thu, 2 Mar 2017 17:36:37 -0500 (EST) X-Sender-Id: jason@dedoose.com Received: from smtp192.mex05.mlsrvr.com ([UNAVAILABLE]. [184.106.31.85]) (using TLSv1 with cipher AES256-SHA) by 0.0.0.0:25 (trex/5.7.12); Thu, 02 Mar 2017 17:36:37 -0500 Received: from ORD2MBX01D.mex05.mlsrvr.com ([fe80::75cf:4044:ec74:dde9]) by ORD2HUB22.mex05.mlsrvr.com ([fe80::be30:5bff:feee:1a6c%15]) with mapi id 14.03.0279.002; Thu, 2 Mar 2017 16:36:36 -0600 From: Jason Taylor To: "dev@flex.apache.org" Subject: massive memory leak in Flex Thread-Topic: massive memory leak in Flex Thread-Index: AdKTpM4zouYw3W6nQ+uZF+rhpCeljg== Date: Thu, 2 Mar 2017 22:36:36 +0000 Message-ID: <3B3852E122320F4CA9F2A2688F34E361AED33ED9@ORD2MBX01D.mex05.mlsrvr.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [76.9.89.207] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 archived-at: Thu, 02 Mar 2017 22:36:58 -0000 I believe I have finally identified the cause of a huge memory leak in our = application, and it appears to be s:label I have tested this on many different framework versions. Please try the following: if you make a custom itemrender and don't use = the s:label it goes away, note disabiling TextLineReycler has no effect. =20 Using task manager, scout, and IntelliJ Idea Flex profiler all confirm the = memory leak. This seems like a massive issue and has been causing a lot of= slowdown and crashes in our app. I'm guessing I must have messed something= up somewhere as I don't see how sucha massive issue could have been in th= e framework for soo long (Tested 4.13, 4.14, and 4.15). Please Advise. ~ JT