From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3846 invoked by alias); 15 Oct 2013 11:28:50 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 3830 invoked by uid 89); 15 Oct 2013 11:28:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 15 Oct 2013 11:28:49 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VW2nq-0002DX-2z for gcc-help@gcc.gnu.org; Tue, 15 Oct 2013 13:28:42 +0200 Received: from cm-84.208.110.57.getinternet.no ([84.208.110.57]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Oct 2013 13:28:42 +0200 Received: from larsbj by cm-84.208.110.57.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Oct 2013 13:28:42 +0200 To: gcc-help@gcc.gnu.org From: larsbj@gullik.org (Lars Gullik =?iso-8859-1?Q?Bj=F8nnes?=) Subject: Re: memory leak in regex - 4.9.0 Date: Tue, 15 Oct 2013 11:28:00 -0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00041.txt.bz2 Jonathan Wakely writes: | On 15 October 2013 10:47, Jonathan Wakely wrote: >> On 15 October 2013 10:42, Lars Gullik Bjønnes wrote: >>> >>> Hi, >>> >>> I have something that certainly looks like a memory leak. >> >> Thanks, I'm looking into it ... > | I can reproduce it but it isn't obvious where it's coming from, could | you please report it to Bugzilla? Sure. Bug 58737 -- Lgb