GNU bug report logs - #18438
24.4.50; assertion failed in bidi.c

Previous Next

Package: emacs;

Reported by: aidalgol <at> amuri.net

Date: Tue, 9 Sep 2014 21:52:01 UTC

Severity: normal

Tags: moreinfo

Merged with 17817

Found in versions 24.3.91, 24.4.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ken Brown <kbrown <at> cornell.edu>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 18438 <at> debbugs.gnu.org, aidalgol <at> amuri.net
Subject: bug#18438: 24.4.50; assertion failed in bidi.c
Date: Sat, 11 Oct 2014 09:58:07 -0400
On 10/11/2014 3:11 AM, Eli Zaretskii wrote:
> But I think any idea is worth trying at this time, certainly including
> yours.  Thanks.

OK, here's one more.  I just remembered a thread on emacs-devel in 
August 2013 involving mysterious crashes on 64-bit Cygwin, and you 
finally diagnosed the problem: The stack was too small. 
(http://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00515.html)

Aidan, what happens if you give emacs a larger stack, say 8MB?  (The 
default on Cygwin is 2MB.)  You can do that at build time by adding

  LDFLAGS=-Wl,--stack,0x800000

to your 'configure' invocation.  Or you can do it after the build with 
the 'peflags' command:

   peflags -x0x800000 emacs.exe

Ken




This bug report was last modified 9 years and 153 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.