X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Authenticated: #27081556 X-Provags-ID: V01U2FsdGVkX1//O2lzzFb/nyDhYHEz2kYT1A8ijxPViW+J2ZilTv /m0hURLWe2txCy From: Juan Manuel Guerrero To: Eli Zaretskii Subject: Re: Re. ANNOUNCE: DJGPP port of GNU Emacs 23.3 uploaded Date: Mon, 30 May 2011 00:12:00 +0200 User-Agent: KMail/1.9.10 Cc: djgpp AT delorie DOT com References: <201105281650 DOT 25759 DOT juan DOT guerrero AT gmx DOT de> <83ei3ibwgf DOT fsf AT gnu DOT org> <83boymbu8c DOT fsf AT gnu DOT org> In-Reply-To: <83boymbu8c.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201105300012.01012.juan.guerrero@gmx.de> X-Y-GMX-Trusted: 0 Am Samstag, 28. Mai 2011 schrieb Eli Zaretskii: > > 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. I have incremented the stack to 4096 but did not work.