X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=lzEgIBaraMVEoIQr5DRDD3Nrx/EY47agXep5TKHrU89 I/S2F60tekcOJ6yuNB26DKvTkFjjx7Thu/NkmQg73ZB1L94c15hcw0oWMq+wBIuE +x6CSLwqkOyD3R0qAck0lVXO6YkJ7CEcu819u3EZ8xdYM/3w9nwfJkQtaE03naqY = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=ppCRAxKKbzoKqZdO0g0ej6bZa4k=; b=KD99fcWCIuq60PtgC KbeGdiuAwk/aLUe/NInER5XfS9RmfzNfFzLimLfYO15MRFf4DxMrqou0uvHngoF8 orVvpCzhJtUNi9B7+C+YT9bz+ZdzyW8PchQINEHCf65YrT3X9H75z+UgoZx4gb04 1nobVSZ6hdIT/epd7IwWN1k5Ow= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: limerock04.mail.cornell.edu X-CornellRouted: This message has been Routed already. Message-ID: <52AA369B.7020406@cornell.edu> Date: Thu, 12 Dec 2013 17:20:11 -0500 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Fwd: Fwd: emacs-X11 memory problem after Windows update References: <52A9DE77 DOT 3080507 AT cornell DOT edu> <877gba9g3d DOT fsf AT Rainer DOT invalid> <52A9EEBE DOT 3050100 AT cornell DOT edu> <20131212182522 DOT GA2863 AT ednor DOT casa DOT cgf DOT cx> <52AA1257 DOT 60806 AT cornell DOT edu> <20131212195418 DOT GA1722 AT ednor DOT casa DOT cgf DOT cx> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 12/12/2013 3:42 PM, William M. (Mike) Miller wrote: > On Thu, Dec 12, 2013 at 2:54 PM, Christopher Faylor wrote: >> On Thu, Dec 12, 2013 at 02:45:27PM -0500, Ken Brown wrote: >>> On 12/12/2013 1:25 PM, Christopher Faylor wrote: >>>> On Thu, Dec 12, 2013 at 12:13:34PM -0500, Ken Brown wrote: >>>>> On 12/12/2013 11:41 AM, Achim Gratz wrote: >>>>>> Ken Brown writes: >>>>>>>> ***MEMORY-ERROR***: emacs[2924]: GSlice: failed to allocate 2040 bytes >>>>>>>> (alignment: 2048): Cannot allocate memory >>>>>> >>>>>> I'm seeing the same thing on Win7/64 Pro, both for 64bit and 32bit >>>>>> Cygwin. Since I don't normally use the X11 Emacs, unfortunately I don't >>>>>> know which update was introducing this, it used to worked OK a few weeks >>>>>> ago. >>>>> >>>>> And do you also use Windows Defender? >>>>> >>>>> If this isn't BLODA, I'm completely stumped. >>>> >>>> Would running under strace help? >>> >>> It might. Achim or Mike (or anyone who can reproduce this problem), >>> could you run "strace -o strace.out emacs-X11 -Q" and post strace.out >>> somewhere? >> >> Btw, posting it somewhere is a good suggestion since strace output seems >> to be giving spamassassin some problems lately, making it hard to send >> here. > > Okay, here it is: > > https://drive.google.com/file/d/0B5QasYpFDUHeWGdsQ0RlWkk5Wm8/edit?usp=sharing There's something weird going on with fonts. I'm not very good at interpreting strace output, but it looks like emacs is trying to read all the fonts on your system and running out of memory. I suggest that you delete the directories ~/.fontconfig and ~/.cache/fontconfig. Then run (as administrator) "fc-cache -fsv". See if that helps. Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple