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=bsimsLPkAKRgzkSBDzZdGgEppu0nXbcZ2aZm4gEtsas BcWEGxr1lwmA789jwIE5+2mjfme0gKKDsRBAjOsNUyBGO6DPqBavaQ9/Z6jbVbrh S5qz3vZTrvVkcED18lA6dUsrf0U7273tzqF59WqJeeEqh5SSoEOJ0N0B2mUroDmA = 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=L7DrcgiUQEiCg3rTmeKjfN9nuyo=; b=IYKKaZjoSHxyBq5/I Ha+H2pIl/f19DAqBQwh3jCpp1ESr2NOoEIJ+VGk1MqIlq7dGIoyx1pA/0jjTQSYv rjW9/Yr8XvrM7ATN55uoEdeHjv1P8DMIvRT/Oqj/6vuwqN1UER4slmF3PX/5I5HY sjC4iQgWyn3sWWWVjp/Js1BOZg= 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=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: limerock03.mail.cornell.edu X-CornellRouted: This message has been Routed already. Message-ID: <543C1C13.7000907@cornell.edu> Date: Mon, 13 Oct 2014 14:38:11 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: cygwin Subject: Re: HEADSUP to Emacs users References: <54396A9E DOT 3070907 AT cornell DOT edu> <155DEC68569B714B86C2C7075F5EDA9892B4C4B3 AT DAKIYA1 DOT pegasus DOT local> In-Reply-To: <155DEC68569B714B86C2C7075F5EDA9892B4C4B3@DAKIYA1.pegasus.local> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 10/13/2014 12:21 PM, Doug Lewan wrote: >> -----Original Message----- >> From: ... On >> Behalf Of Ken Brown >> Sent: Saturday, 2014 October 11 13:37 >> To: cygwin >> Subject: HEADSUP to Emacs users >> >> In a continuing effort to track down the cause of the mysterious >> crashes >> that some Emacs users have reported, I'm now wondering if these are >> caused by the stack being too small. >> >> If you have been experiencing crashes, please issue the following >> command (as administrator, while emacs is not running): >> >> peflags -x0x80000 /usr/bin/emacs-*.exe >> >> This increases the stack size to 8MB. And please let me know if you >> see >> any improvement as a result. >> >> Thanks. >> >> Ken > > Can that command be run harmlessly while emacs happens to be running? No. It actually changes the executable. > (.bash_profile seems like a natural place to put it, There's no need. You just have to run it once, and then emacs will always use an 8MB stack after that. 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