X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Thu, 16 May 2002 18:57:04 +0100 From: Laurynas Biveinis X-Mailer: The Bat! (v1.60h) UNREG / CD5BF9353B3B7091 X-Priority: 3 (Normal) Message-ID: <857491702.20020516185704@softhome.net> To: "Eli Zaretskii" CC: djgpp-workers AT delorie DOT com Subject: Re[2]: emacs under w2k In-Reply-To: <3028-Wed15May2002192132+0300-eliz@is.elta.co.il> References: <1997943472 DOT 20020514191357 AT softhome DOT net> <6480-Tue14May2002211843+0300-eliz AT is DOT elta DOT co DOT il> <18721621770 DOT 20020514230156 AT softhome DOT net> <2225079923 DOT 20020515154129 AT softhome DOT net> <3028-Wed15May2002192132+0300-eliz AT is DOT elta DOT co DOT il> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 May 2002 16:57:07.0861 (UTC) FILETIME=[B6995450:01C1FCFA] Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > So I think the next thing to find out is whether it explodes inside > sbrk (which would mean it's our fault) or in the gmalloc/ralloc code. Seems like sbrk(): -------8<----- --DD\---F1 *scratch* (Lisp Interaction)--L5--All----------------------- M-x tetris Breakpoint 2, __default_morecore (increment=122880) at gmalloc.c:1575 1575 __ptr_t result = (__ptr_t) __sbrk (increment); (gdb) s D:\devel\djgpp\gnu\emacs\src> -------8<----- Uhm... what now? Laurynas