X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Sat, 28 May 2011 20:38:59 +0300 From: Eli Zaretskii Subject: Re: Re. ANNOUNCE: DJGPP port of GNU Emacs 23.3 uploaded In-reply-to: <83ei3ibwgf.fsf@gnu.org> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Cc: juan DOT guerrero AT gmx DOT de Message-id: <83boymbu8c.fsf@gnu.org> References: <201105281650 DOT 25759 DOT juan DOT guerrero AT gmx DOT de> <83ei3ibwgf DOT fsf AT gnu DOT org> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sat, 28 May 2011 19:50:56 +0300 > From: Eli Zaretskii > Cc: djgpp AT delorie DOT com > > The tracebacks don't look good the second one is actually Make, not > Emacs, and the first one doesn't show the crashed program. Perhaps > try using an older build of Make (I use 3.79.2 myself) and also an > older GCC. One more thing to try: edit src/Makefile to stubedit temacs.exe with a larger stack. It's done here: emacs${EXEEXT}: temacs${EXEEXT} ${etc}DOC ${lisp} stubedit temacs.exe minstack=1024k <<<<<<<<<<<<<<<<<<<<<<< set LC_ALL=C; $(RUN_TEMACS) -batch -l loadup dump stubify emacs stubedit emacs.exe minstack=2048k -cp -pf emacs${EXEEXT} b-emacs${EXEEXT} -./emacs -q -batch -f list-load-path-shadows Try a larger number instead of 1024, e.g. 2048.