GNU bug report logs -
#18438
24.4.50; assertion failed in bidi.c
Previous Next
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
> Date: Sat, 11 Oct 2014 09:58:07 -0400
> From: Ken Brown <kbrown <at> cornell.edu>
> CC: aidalgol <at> amuri.net, 18438 <at> debbugs.gnu.org
>
> 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
Thanks, this is indeed worth pursuing. The MinGW build already
specifies a 8MB stack at link time, see configure.ac.
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.