emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs carbon crash, and beginner question...


From: Martin Fredriksson
Subject: Re: Emacs carbon crash, and beginner question...
Date: Fri, 11 Feb 2005 16:03:57 +0100

On 11 feb 2005, at 14.47, David Kastrup wrote:

You could try looking into the etc/DEBUG file.

Of course. And another "of course" is gdb. Don't know why I wasn't thinking....

I seem to be able to trigger is by doing outline operations. When it happened I used AUCTeX and LaTeX source. The backtrace (included below) seems to indicate internal problem? I'll start running tests using only distrib stuff and with emacs -q and try to get a better bug report together, but I enclose the trace here anyway in case anyone can say anything based on it?

Program received signal SIGABRT, Aborted.
0x900429ac in kill ()
(gdb) bt
#0  0x900429ac in kill ()
#1  0x9009eb1c in abort ()
#2 0x0002fe44 in find_first_unchanged_at_end_row (w=0x11653e0, delta=0x0, delta_bytes=0xbfffd934) at xdisp.c:13128
#3  0x0003079c in try_window_id (w=0xbfffd934) at xdisp.c:13559
#4 0x0002d758 in redisplay_window (window=18240484, just_this_one_p=1) at xdisp.c:12104
#5  0x0002ae60 in redisplay_window_1 (window=0) at xdisp.c:10826
#6 0x000e1c10 in internal_condition_case_1 (bfun=0x2ae24 <redisplay_window_1>, arg=18240484, handlers=5719349, hfun=0x2ad94 <redisplay_window_error>) at eval.c:1426 #7 0x0002a530 in redisplay_internal (preserve_echo_area=0) at xdisp.c:10448 #8 0x0007c1a0 in read_char (commandflag=1, nmaps=5, maps=0xbfffef10, prev_event=58721281, used_mouse_menu=0xbffff014) at keyboard.c:2540 #9 0x000848e0 in read_key_sequence (keybuf=0xbffff0e0, bufsize=30, prompt=58721281, dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1) at keyboard.c:8799
#10 0x00079eac in command_loop_1 () at keyboard.c:1534
#11 0x000e1aa4 in internal_condition_case (bfun=0x799f0 <command_loop_1>, handlers=58766425, hfun=0x79380 <cmd_error>) at eval.c:1385
#12 0x000797a8 in command_loop_2 () at keyboard.c:1315
#13 0x000e1500 in internal_catch (tag=0, func=0x79768 <command_loop_2>, arg=58721281) at eval.c:1144
#14 0x00079700 in command_loop () at keyboard.c:1294
#15 0x000790e8 in recursive_edit_1 () at keyboard.c:987
#16 0x00079280 in Frecursive_edit () at keyboard.c:1048
#17 0x00077d80 in main (argc=0, argv=0xbffffdc4) at emacs.c:1763
(gdb)

I have now triggered it using both Emacs/Carbon and Emacs/X11 (both running under Mac OS X).

/m





reply via email to

[Prev in Thread] Current Thread [Next in Thread]