X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Wed, 15 May 2002 15:41:29 +0100 From: Laurynas Biveinis X-Mailer: The Bat! (v1.60h) UNREG / CD5BF9353B3B7091 X-Priority: 3 (Normal) Message-ID: <2225079923.20020515154129@softhome.net> To: djgpp-workers AT delorie DOT com CC: "Eli Zaretskii" Subject: Re[3]: emacs under w2k In-Reply-To: <18721621770.20020514230156@softhome.net> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 15 May 2002 13:41:33.0123 (UTC) FILETIME=[39BCA930:01C1FC16] 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 Well I've hit something interesting - it aborts in malloc() after all... Any hints are welcome and stay tuned... -------8<------- M-x tetris Breakpoint 2, append_key (key_sequence=1076051632, key=210) at keymap.c:1109 1109 args[0] = key_sequence; (gdb) s 1111 args[1] = Fcons (key, Qnil); (gdb) s Fcons (car=210, cdr=270752772) at alloc.c:2064 2064 if (cons_free_list) (gdb) n 2073 if (cons_block_index == CONS_BLOCK_SIZE) (gdb) 2076 new = (struct cons_block *) lisp_malloc (sizeof *new, (gdb) s lisp_malloc (nbytes=1020, type=MEM_TYPE_CONS) at alloc.c:588 588 BLOCK_INPUT; (gdb) n 594 val = (void *) malloc (nbytes); (gdb) n D:\devel\djgpp\gnu\emacs\src> -------8<------- Laurynas