From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "B. Anyos" Newsgroups: gmane.emacs.devel Subject: Re: emacs crash Date: Wed, 03 Nov 2004 11:50:16 +0100 Message-ID: <4188B7E8.2080703@freemail.hu> References: <4188AB08.2000206@freemail.hu> <4188B2DB.9050005@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1099480059 9884 80.91.229.6 (3 Nov 2004 11:07:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Nov 2004 11:07:39 +0000 (UTC) Cc: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 03 12:07:32 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CPIzE-00020b-00 for ; Wed, 03 Nov 2004 12:07:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPJ6f-0000F1-Qu for ged-emacs-devel@m.gmane.org; Wed, 03 Nov 2004 06:15:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CPJ4l-0000DV-M1 for emacs-devel@gnu.org; Wed, 03 Nov 2004 06:13:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CPJ4j-0000CH-PL for emacs-devel@gnu.org; Wed, 03 Nov 2004 06:13:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CPJ4j-0000Bx-1T for emacs-devel@gnu.org; Wed, 03 Nov 2004 06:13:13 -0500 Original-Received: from [81.0.70.197] (helo=evo2.evosoft.hu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CPIwT-0002zq-IQ; Wed, 03 Nov 2004 06:04:42 -0500 Original-Received: from evosoft.hu (griff.evosoft.hu [172.16.110.26]) by evo2.evosoft.hu (8.12.9p2/8.12.9) with ESMTP id iA3AoLIv089357; Wed, 3 Nov 2004 11:50:21 +0100 (CET) (envelope-from banyos@freemail.hu) Original-Received: from [172.16.111.121] (banyos2.evosoft.hu [172.16.111.121]) by evosoft.hu (8.12.3/8.12.3) with ESMTP id iA3AoGLS012646; Wed, 3 Nov 2004 11:50:16 +0100 (CET) (envelope-from banyos@freemail.hu) User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org In-Reply-To: <4188B2DB.9050005@gnu.org> X-Enigmail-Version: 0.86.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-evosoft-evo2-MailScanner-Information: Please contact the ISP for more information X-evosoft-evo2-MailScanner: Found to be clean X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29371 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29371 Jason Rumney said the following on 11/3/2004 11:28 AM: > B. Anyos wrote: > >> When I try to exeucte emacs it crashed with a message box: >> >> ================== >> Emacs Abort Dialog >> ================== >> "A fatal error occured!" >> "Select Abort to exit, Retry to debug, Ignore to continue" >> > Did you try pressing Retry? If you have a just-in-time debugger > installed, that should show where the program is crashing. > Sure in the meantime I did. It crashed in emacs\src\eval.c at line 409. DEFUN ("progn", Fprogn, Sprogn, 0, UNEVALLED, 0, doc: /* Eval BODY forms sequentially and return value of last one. usage: (progn BODY ...) */) (args) Lisp_Object args; { register Lisp_Object val = Qnil; struct gcpro gcpro1; GCPRO1 (args); while (CONSP (args)) { val = Feval (XCAR (args)); -> args = XCDR (args); } UNGCPRO; return val; } Here is the stack trace: NTDLL! 77f75a58() Fprogn(int -1592181732) line 409 unbind_to(int 656, int 556594176) line 3124 Fbyte_code(int 18430916, int -2129052740, int 7) line 716 + 17 bytes funcall_lambda(int -2129052976, int 3, int * 0x0082f188) line 2946 + 17 bytes Ffuncall(int -2147483648, int * 0x0082f188) line 2814 + 12 bytes Fbyte_code(int 19015816, int -2128467840, int 4) line 688 funcall_lambda(int -2128467916, int 1, int * 0x0082f244) line 2946 + 17 bytes Ffuncall(int -2147483648, int * 0x0082f244) line 2814 + 12 bytes Fbyte_code(int 19018312, int -2128465344, int 5) line 688 funcall_lambda(int -2128465448, int 2, int * 0x0082f304) line 2946 + 17 bytes Ffuncall(int -2147483648, int * 0x0082f304) line 2814 + 12 bytes call2(int 556627832, int 1633770048, int -2127346688) line 2569 + 11 bytes tty_lookup_color() line 1320 tty_defined_color() line 1385 + 18 bytes load_face_colors(frame * 0x01334400, face * 0x015ce500, int * 0x61724310) line 1680 + 45 bytes realize_x_face(face_cache * 0x01334400, int * 0x0082f3f8, int 0, face * 0x00000000) line 7144 realize_face(face_cache * 0x01710080, int * 0x0082f3f8, int 0, face * 0x00000000, int 0) line 7040 + 15 bytes realize_default_face(frame * 0x812ca600) line 6967 + 17 bytes realize_basic_faces(frame * 0x01334400) line 6834 + 9 bytes Fdisplay_supports_face_attributes_p(int -1590125944, int -2127346688) line 6132 + 6 bytes Ffuncall(int -2147483648, int * 0x0082f508) line 2761 + 8 bytes Fbyte_code(int 18628360, int -2128855296, int 5) line 688 funcall_lambda(int -2128855556, int 2, int * 0x0082f5c8) line 2946 + 17 bytes Ffuncall(int -2147483648, int * 0x0082f5c8) line 2814 + 12 bytes Fbyte_code(int 18628728, int -2128854928, int 4) line 688 funcall_lambda(int -2128855088, int 2, int * 0x0082f684) line 2946 + 17 bytes Ffuncall(int -2147483648, int * 0x0082f684) line 2814 + 12 bytes Fbyte_code(int 18629200, int -2128854456, int 6) line 688 funcall_lambda(int -2128854656, int 3, int * 0x0082f748) line 2946 + 17 bytes Ffuncall(int -2147483648, int * 0x0082f748) line 2814 + 12 bytes Fbyte_code(int 18634476, int -2128849180, int 5) line 688 Feval(int 8583088) line 2120 Fcondition_case(int -1589005424) line 1314 + 62 bytes Fbyte_code(int 18634264, int -2128849392, int 9) line 864 + 17 bytes funcall_lambda(int -2128849612, int 1, int * 0x0082f980) line 2946 + 17 bytes Ffuncall(int -2147483648, int * 0x0082f980) line 2814 + 12 bytes call1(int 556794192, int -2127346688) line 2547 + 11 bytes Fx_create_frame(int 0) line 4355 Ffuncall(int -2147483648, int * 0x0082fa0c) line 2758 Fbyte_code(int 18633764, int -2128849892, int 5) line 688 funcall_lambda(int -2128850016, int 1, int * 0x0082fac4) line 2946 + 17 bytes Ffuncall(int -2147483648, int * 0x0082fac4) line 2814 + 12 bytes Fbyte_code(int 19004120, int -2128479536, int 3) line 688 funcall_lambda(int -2128479620, int 1, int * 0x0082fb7c) line 2946 + 17 bytes Ffuncall(int -2147483648, int * 0x0082fb7c) line 2814 + 12 bytes Fbyte_code(int 19000176, int -2128483480, int 4) line 688 funcall_lambda(int -2128483612, int 0, int * 0x0082fc38) line 2946 + 17 bytes Ffuncall(int -2147483648, int * 0x0082fc38) line 2814 + 12 bytes Fbyte_code(int 19140348, int -2128343308, int 6) line 688 funcall_lambda(int -2128344604, int 0, int * 0x0082fcfc) line 2946 + 17 bytes Ffuncall(int -2147483648, int * 0x0082fcfc) line 2814 + 12 bytes Fbyte_code(int 19134352, int -2128349304, int 7) line 688 funcall_lambda(int -2128349488, int 0, int * 0x0082fd8c) line 2946 + 17 bytes apply_lambda(int -2128349488, int 556594176, int 1) line 2869 Feval(int -2147483648) line 2170 + 11 bytes top_level_2() line 1317 + 11 bytes internal_condition_case(int (void)* 0x0100e695 top_level_2(void), int 556679768, int (void)* 0x0100e3fd cmd_error(void)) line 1368 top_level_1() line 1326 + 21 bytes internal_catch(int 556676056, int (void)* 0x0100e6a2 top_level_1(void), int 556594176) line 1128 + 6 bytes command_loop() line 1288 recursive_edit_1() line 981 + 5 bytes Frecursive_edit() line 1043 main() line 1738 + 5 bytes EMACS! mainCRTStartup + 180 bytes KERNEL32! 77e8141a()