unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Dmitry Gutov <dgutov@yandex.ru>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: MS-Windows build using Posix configury
Date: Fri, 17 May 2013 18:03:12 +0400	[thread overview]
Message-ID: <519638A0.7080709@yandex.ru> (raw)
In-Reply-To: <83d2spsqa1.fsf@gnu.org>

On 17.05.2013 17:13, Eli Zaretskii wrote:
> Exit code 03 means it called 'abort'.  Suggest to set a breakpoint on
> 'abort' and on 'exit', and see who calls them.

That caught it. Apparently, 'abort' is called by some background thread, 
there are a few 'exit' calls before that. See the bottom of this email 
for the full backtrace.

Breakpoint 1 at 0x10a5e03: file emacs.c, line 316.
Temporary breakpoint 2 at 0x10c2d4d: file sysdep.c, line 881.
(gdb) b abort
Breakpoint 3 at 0x11f38e8
(gdb) b exit
Breakpoint 4 at 0x11f37a0
(gdb) run
Starting program: c:\Users\gutov\vc\emacs-bzr\trunk\src\emacs.exe
[New Thread 5132.0x12c0]
[New Thread 5132.0x474]
Warning: Lisp directory 
`c:/Users/gutov/vc/emacs-bzr/trunk/../site-lisp': No such fil
directory
[New Thread 5132.0x1540]
[New Thread 5132.0x1754]
[New Thread 5132.0x1698]
[New Thread 5132.0x5d8]
[New Thread 5132.0x1704]
[New Thread 5132.0x1190]
[New Thread 5132.0x4c0]
[New Thread 5132.0xb48]
[New Thread 5132.0x10a0]

Breakpoint 4, 0x011f37a0 in exit ()
(gdb) bt
#0  0x011f37a0 in exit ()
#1  0x010a7902 in Fkill_emacs (arg=54970394) at emacs.c:1856
#2  0x01128198 in Ffuncall (nargs=1, args=0x88f024) at eval.c:2674
#3  0x01163758 in exec_byte_code (bytestr=19079809, vector=19079829, 
maxdepth=20,
     args_template=54970394, nargs=0, args=0x0) at bytecode.c:900
#4  0x01128a9c in funcall_lambda (fun=19079781, nargs=1,
     arg_vector=0x346c81a <__register_frame_info+54970394>) at eval.c:2906
#5  0x011283bf in Ffuncall (nargs=2, args=0x88f314) at eval.c:2723
#6  0x01163758 in exec_byte_code (bytestr=19080265, vector=19080285, 
maxdepth=12,
     args_template=54970394, nargs=0, args=0x0) at bytecode.c:900
#7  0x01128a9c in funcall_lambda (fun=19080237, nargs=1,
     arg_vector=0x346c81a <__register_frame_info+54970394>) at eval.c:2906
#8  0x011283bf in Ffuncall (nargs=2, args=0x88f640) at eval.c:2723
#9  0x01123f45 in Fcall_interactively (function=56959266, 
record_flag=54970394,
     keys=54992221) at callint.c:839
#10 0x011281e3 in Ffuncall (nargs=4, args=0x88f87c) at eval.c:2681
#11 0x01163758 in exec_byte_code (bytestr=19300193, vector=19300213, 
maxdepth=52,
     args_template=4100, nargs=1, args=0x88fb80) at bytecode.c:900
#12 0x01128815 in funcall_lambda (fun=19300173, nargs=1, arg_vector=0x1004)
     at eval.c:2840
#13 0x011283bf in Ffuncall (nargs=2, args=0x88fb78) at eval.c:2723
#14 0x01127cce in call1 (fn=55012098, arg1=56959266) at eval.c:2468
#15 0x010a9dda in command_loop_1 () at keyboard.c:1578
#16 0x01125abd in internal_condition_case (bfun=0x10a96f5 <command_loop_1>,
     handlers=55016570, hfun=0x10a90ed <cmd_error>) at eval.c:1193
#17 0x010a946f in command_loop_2 (ignore=54970394) at keyboard.c:1167
#18 0x01125635 in internal_catch (tag=55010546, func=0x10a944b 
<command_loop_2>,
     arg=54970394) at eval.c:964
#19 0x010a9427 in command_loop () at keyboard.c:1146
#20 0x010a8d33 in recursive_edit_1 () at keyboard.c:779
#21 0x010a8e84 in Frecursive_edit () at keyboard.c:843
#22 0x010a725c in main (argc=1, argv=0xd71768) at emacs.c:1531

Lisp Backtrace:
"kill-emacs" (0x88f028)
"save-buffers-kill-emacs" (0x88f318)
"save-buffers-kill-terminal" (0x88f644)
"call-interactively" (0x88f880)
"command-execute" (0x88fb7c)
(gdb) c
Continuing.

Breakpoint 4, 0x74c436af in msvcrt!exit () from 
C:\windows\syswow64\msvcrt.dll
(gdb) c
Continuing.
[New Thread 5132.0x1668]

Breakpoint 3, 0x74c98e76 in msvcrt!abort () from 
C:\windows\syswow64\msvcrt.dll
(gdb) bt
#0  0x74c98e76 in msvcrt!abort () from C:\windows\syswow64\msvcrt.dll
#1  0x6e956f62 in libgcc_s_dw2-1!__deregister_frame_info_bases ()
    from J:\Apps\System\MinGW\bin\libgcc_s_dw2-1.dll
#2  0x00d72710 in ?? ()
#3  0x74c3c3e9 in msvcrt!isspace () from C:\windows\syswow64\msvcrt.dll
#4  0x74c436bb in msvcrt!exit () from C:\windows\syswow64\msvcrt.dll
#5  0x010a7902 in Fkill_emacs (arg=54970394) at emacs.c:1856
#6  0x01128198 in Ffuncall (nargs=1, args=0x88f024) at eval.c:2674
#7  0x01163758 in exec_byte_code (bytestr=19079809, vector=19079829, 
maxdepth=20,
     args_template=54970394, nargs=0, args=0x0) at bytecode.c:900
#8  0x01128a9c in funcall_lambda (fun=19079781, nargs=1,
     arg_vector=0x346c81a <__register_frame_info+54970394>) at eval.c:2906
#9  0x011283bf in Ffuncall (nargs=2, args=0x88f314) at eval.c:2723
#10 0x01163758 in exec_byte_code (bytestr=19080265, vector=19080285, 
maxdepth=12,
     args_template=54970394, nargs=0, args=0x0) at bytecode.c:900
#11 0x01128a9c in funcall_lambda (fun=19080237, nargs=1,
     arg_vector=0x346c81a <__register_frame_info+54970394>) at eval.c:2906
#12 0x011283bf in Ffuncall (nargs=2, args=0x88f640) at eval.c:2723
#13 0x01123f45 in Fcall_interactively (function=56959266, 
record_flag=54970394,
     keys=54992221) at callint.c:839
#14 0x011281e3 in Ffuncall (nargs=4, args=0x88f87c) at eval.c:2681
#15 0x01163758 in exec_byte_code (bytestr=19300193, vector=19300213, 
maxdepth=52,
     args_template=4100, nargs=1, args=0x88fb80) at bytecode.c:900
#16 0x01128815 in funcall_lambda (fun=19300173, nargs=1, arg_vector=0x1004)
     at eval.c:2840
#17 0x011283bf in Ffuncall (nargs=2, args=0x88fb78) at eval.c:2723
#18 0x01127cce in call1 (fn=55012098, arg1=56959266) at eval.c:2468
#19 0x010a9dda in command_loop_1 () at keyboard.c:1578
#20 0x01125abd in internal_condition_case (bfun=0x10a96f5 <command_loop_1>,
     handlers=55016570, hfun=0x10a90ed <cmd_error>) at eval.c:1193
#21 0x010a946f in command_loop_2 (ignore=54970394) at keyboard.c:1167
#22 0x01125635 in internal_catch (tag=55010546, func=0x10a944b 
<command_loop_2>,
     arg=54970394) at eval.c:964
#23 0x010a9427 in command_loop () at keyboard.c:1146
#24 0x010a8d33 in recursive_edit_1 () at keyboard.c:779
#25 0x010a8e84 in Frecursive_edit () at keyboard.c:843
#26 0x010a725c in main (argc=1, argv=0xd71768) at emacs.c:1531

Lisp Backtrace:
"kill-emacs" (0x88f028)
"save-buffers-kill-emacs" (0x88f318)
"save-buffers-kill-terminal" (0x88f644)
"call-interactively" (0x88f880)
"command-execute" (0x88fb7c)

>> The latter scenario, when executed outside of gdb, usually leads to
>> dialog "... has stopped working".
>>
>> Problem signature:
>>     Problem Event Name:	APPCRASH
>>     Application Name:	emacs.exe
>>     Application Version:	24.3.50.0
>>     Application Timestamp:	51961843
>>     Fault Module Name:	libgcc_s_dw2-1.dll
>>     Fault Module Version:	0.0.0.0
>>     Fault Module Timestamp:	507d56df
>
> Are you sure your libgcc_s_dw2-1.dll is the one that goes with the
> version of GCC you used to build Emacs?  Do you perhaps have more than
> one version of that DLL on your system?  (I wish that libgcc DLL never
> saw the light of day, for the problems it causes!)

Quite sure, yes. There's only one file with that name inside the MigGW 
tree, and MSYS root is inside there, too.

> I suggest that you take ownership on your entire
> home directory, and check the checkbox that propagates the changes to
> all the files and subdirectories under your home.  This should make
> sure any new files you create there will be owned by your user.

Will do, thanks.

(gdb) bt full
#0  0x74c98e76 in msvcrt!abort () from C:\windows\syswow64\msvcrt.dll
No symbol table info available.
#1  0x6e956f62 in libgcc_s_dw2-1!__deregister_frame_info_bases ()
    from J:\Apps\System\MinGW\bin\libgcc_s_dw2-1.dll
No symbol table info available.
#2  0x00d72710 in ?? ()
No symbol table info available.
#3  0x74c3c3e9 in msvcrt!isspace () from C:\windows\syswow64\msvcrt.dll
No symbol table info available.
#4  0x74c436bb in msvcrt!exit () from C:\windows\syswow64\msvcrt.dll
No symbol table info available.
#5  0x010a7902 in Fkill_emacs (arg=54970394) at emacs.c:1856
         gcpro1 = {
           next = 0x3652032 <__register_frame_info+56959026>,
           var = 0x0,
           nvars = 54970394
         }
         exit_code = 0
#6  0x01128198 in Ffuncall (nargs=1, args=0x88f024) at eval.c:2674
         fun = 18836885
         original_fun = 55091586
         funcar = 0
         numargs = 0
         lisp_numargs = 0
         val = 54970418
         backtrace = {
           next = 0x88f2b0,
           function = 55091586,
           args = 0x88f028,
           nargs = 0,
           debug_on_exit = 0
         }
         internal_args = 0x6e956f62 
<libgcc_s_dw2-1!__deregister_frame_info_bases+442>
         i = 1
#7  0x01163758 in exec_byte_code (bytestr=19079809, vector=19079829, 
maxdepth=20,
     args_template=54970394, nargs=0, args=0x0) at bytecode.c:900
         targets = {0x11663d9 <exec_byte_code+13756>, 0x11663e5 
<exec_byte_code+13768>,
           0x11663e7 <exec_byte_code+13770>, 0x11663e9 
<exec_byte_code+13772>,
           0x11663eb <exec_byte_code+13774>, 0x11663eb 
<exec_byte_code+13774>,
           0x116643b <exec_byte_code+13854>, 0x116649d 
<exec_byte_code+13952>,
           0x11631a2 <exec_byte_code+901>, 0x11631a4 <exec_byte_code+903>,
           0x11631a6 <exec_byte_code+905>, 0x11631a8 <exec_byte_code+907>,
           0x11631aa <exec_byte_code+909>, 0x11631aa <exec_byte_code+909>,
           0x11631b0 <exec_byte_code+915>, 0x116316d <exec_byte_code+848>,
           0x11634ef <exec_byte_code+1746>, 0x11634f1 <exec_byte_code+1748>,
           0x11634f3 <exec_byte_code+1750>, 0x11634f5 <exec_byte_code+1752>,
           0x11634f7 <exec_byte_code+1754>, 0x11634f7 <exec_byte_code+1754>,
           0x1163532 <exec_byte_code+1813>, 0x11634fd <exec_byte_code+1760>,
           0x1163682 <exec_byte_code+2149>, 0x1163684 <exec_byte_code+2151>,
           0x1163686 <exec_byte_code+2153>, 0x1163688 <exec_byte_code+2155>,
           0x116368a <exec_byte_code+2157>, 0x116368a <exec_byte_code+2157>,
           0x1163633 <exec_byte_code+2070>, 0x116364d <exec_byte_code+2096>,
           0x116372b <exec_byte_code+2318>, 0x116372d <exec_byte_code+2320>,
           0x116372f <exec_byte_code+2322>, 0x1163731 <exec_byte_code+2324>,
           0x1163733 <exec_byte_code+2326>, 0x1163733 <exec_byte_code+2326>,
           0x11636dc <exec_byte_code+2239>, 0x11636f6 <exec_byte_code+2265>,
           0x11637d5 <exec_byte_code+2488>, 0x11637d7 <exec_byte_code+2490>,
           0x11637d9 <exec_byte_code+2492>, 0x11637db <exec_byte_code+2494>,
           0x11637dd <exec_byte_code+2496>, 0x11637dd <exec_byte_code+2496>,
           0x1163786 <exec_byte_code+2409>, 0x11637a0 <exec_byte_code+2435>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x1164529 <exec_byte_code+5900>, 0x1164607 <exec_byte_code+6122>,
           0x116464e <exec_byte_code+6193>, 0x1164695 <exec_byte_code+6264>,
           0x11646dc <exec_byte_code+6335>, 0x11633da <exec_byte_code+1469>,
           0x116342a <exec_byte_code+1549>, 0x1164731 <exec_byte_code+6420>,
           0x1163364 <exec_byte_code+1351>, 0x1163478 <exec_byte_code+1627>,
           0x1164779 <exec_byte_code+6492>, 0x11647cd <exec_byte_code+6576>,
           0x1164812 <exec_byte_code+6645>, 0x1164877 <exec_byte_code+6746>,
           0x11648bc <exec_byte_code+6815>, 0x116496d <exec_byte_code+6992>,
           0x11649a8 <exec_byte_code+7051>, 0x11649fc <exec_byte_code+7135>,
           0x1164a69 <exec_byte_code+7244>, 0x1164aa4 <exec_byte_code+7303>,
           0x1164adf <exec_byte_code+7362>, 0x1164b33 <exec_byte_code+7446>,
           0x1164b87 <exec_byte_code+7530>, 0x1164bdb <exec_byte_code+7614>,
           0x1164c48 <exec_byte_code+7723>, 0x1164c8d <exec_byte_code+7792>,
           0x1164cd2 <exec_byte_code+7861>, 0x1164d83 <exec_byte_code+8038>,
           0x1164dfa <exec_byte_code+8157>, 0x1164e71 <exec_byte_code+8276>,
           0x116502c <exec_byte_code+8719>, 0x1165080 <exec_byte_code+8803>,
           0x11650d4 <exec_byte_code+8887>, 0x1165128 <exec_byte_code+8971>,
           0x116517c <exec_byte_code+9055>, 0x11651c1 <exec_byte_code+9124>,
           0x116523c <exec_byte_code+9247>, 0x1165281 <exec_byte_code+9316>,
           0x11652c6 <exec_byte_code+9385>, 0x116530b <exec_byte_code+9454>,
           0x11653e9 <exec_byte_code+9676>, 0x116424d <exec_byte_code+5168>,
           0x1165436 <exec_byte_code+9753>, 0x1165471 <exec_byte_code+9812>,
           0x116551e <exec_byte_code+9985>, 0x116556b 
<exec_byte_code+10062>,
           0x11655b8 <exec_byte_code+10139>, 0x11655f3 
<exec_byte_code+10198>,
           0x1165636 <exec_byte_code+10265>, 0x1165679 
<exec_byte_code+10332>,
           0x11656c0 <exec_byte_code+10403>, 0x11663d9 
<exec_byte_code+13756>,
           0x1165705 <exec_byte_code+10472>, 0x116573c 
<exec_byte_code+10527>,
           0x1165773 <exec_byte_code+10582>, 0x11657aa 
<exec_byte_code+10637>,
           0x11657e1 <exec_byte_code+10692>, 0x1165818 
<exec_byte_code+10747>,
           0x116424d <exec_byte_code+5168>, 0x11663d9 
<exec_byte_code+13756>,
           0x1165853 <exec_byte_code+10806>, 0x1165899 
<exec_byte_code+10876>,
           0x11658d4 <exec_byte_code+10935>, 0x116590f 
<exec_byte_code+10994>,
           0x1165963 <exec_byte_code+11078>, 0x11659b7 
<exec_byte_code+11162>,
           0x11659f2 <exec_byte_code+11221>, 0x1165b90 
<exec_byte_code+11635>,
           0x1165be4 <exec_byte_code+11719>, 0x1165c38 
<exec_byte_code+11803>,
           0x1165c8c <exec_byte_code+11887>, 0x1165cc3 
<exec_byte_code+11942>,
           0x11663d9 <exec_byte_code+13756>, 0x1164199 
<exec_byte_code+4988>,
           0x1163871 <exec_byte_code+2644>, 0x116325e <exec_byte_code+1089>,
           0x1163963 <exec_byte_code+2886>, 0x1163a75 <exec_byte_code+3160>,
           0x1163b7f <exec_byte_code+3426>, 0x116412c <exec_byte_code+4879>,
           0x116416c <exec_byte_code+4943>, 0x11635f6 <exec_byte_code+2009>,
           0x116420f <exec_byte_code+5106>, 0x116427b <exec_byte_code+5214>,
           0x11642fb <exec_byte_code+5342>, 0x1164339 <exec_byte_code+5404>,
           0x1164395 <exec_byte_code+5496>, 0x11643d7 <exec_byte_code+5562>,
           0x1164444 <exec_byte_code+5671>, 0x11644ae <exec_byte_code+5777>,
           0x1163834 <exec_byte_code+2583>, 0x1165cfe 
<exec_byte_code+12001>,
           0x1165d6b <exec_byte_code+12110>, 0x1165da6 
<exec_byte_code+12169>,
           0x1165de1 <exec_byte_code+12228>, 0x1165e1c 
<exec_byte_code+12287>,
           0x1165e57 <exec_byte_code+12346>, 0x1165eab 
<exec_byte_code+12430>,
           0x1165eff <exec_byte_code+12514>, 0x1165f53 
<exec_byte_code+12598>,
           0x1165fa7 <exec_byte_code+12682>, 0x11660bd 
<exec_byte_code+12960>,
           0x1166111 <exec_byte_code+13044>, 0x1166165 
<exec_byte_code+13128>,
           0x11661a0 <exec_byte_code+13187>, 0x11661f4 
<exec_byte_code+13271>,
           0x1166248 <exec_byte_code+13355>, 0x11662a1 
<exec_byte_code+13444>,
           0x11662fb <exec_byte_code+13534>, 0x1165350 
<exec_byte_code+9523>,
           0x1165395 <exec_byte_code+9592>, 0x1166340 
<exec_byte_code+13603>,
           0x1166393 <exec_byte_code+13686>, 0x11663d9 
<exec_byte_code+13756>,
           0x1163c89 <exec_byte_code+3692>, 0x1163d54 <exec_byte_code+3895>,
           0x1163e4e <exec_byte_code+4145>, 0x1163f48 <exec_byte_code+4395>,
           0x116403a <exec_byte_code+4637>, 0x1164901 <exec_byte_code+6884>,
           0x1164d17 <exec_byte_code+7930>, 0x11654b2 <exec_byte_code+9877>,
           0x1166521 <exec_byte_code+14084>, 0x1166583 
<exec_byte_code+14182>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x1166607 <exec_byte_code+14314>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x1166680 <exec_byte_code+14435> <repeats 64 times>}
         count = 7
         op = 0
         vectorp = 0x1232294
         stack = {
           pc = 0x137ad44 "\207",
           byte_string = 19079809,
           byte_string_start = 0x137aca4 
"\306\b\307\"\210\307\310\311\312 \">\203\025",
           next = 0x88f340
         }
         top = 0x88f024
         result = 8975128
#8  0x01128a9c in funcall_lambda (fun=19079781, nargs=1,
     arg_vector=0x346c81a <__register_frame_info+54970394>) at eval.c:2906
         val = 54970394
         syms_left = 54970394
         next = 56642426
         lexenv = 54970394
         count = 6
         i = 1
         optional = true
         rest = false
#9  0x011283bf in Ffuncall (nargs=2, args=0x88f314) at eval.c:2723
         fun = 19079781
         original_fun = 56959098
         funcar = 8975312
         numargs = 1
         lisp_numargs = 8975240
         val = 54970394
         backtrace = {
           next = 0x88f590,
           function = 56959098,
           args = 0x88f318,
           nargs = 1,
           debug_on_exit = 0
         }
         internal_args = 0x346c81a <__register_frame_info+54970394>
         i = 0
#10 0x01163758 in exec_byte_code (bytestr=19080265, vector=19080285, 
maxdepth=12,
     args_template=54970394, nargs=0, args=0x0) at bytecode.c:900
         targets = {0x11663d9 <exec_byte_code+13756>, 0x11663e5 
<exec_byte_code+13768>,
           0x11663e7 <exec_byte_code+13770>, 0x11663e9 
<exec_byte_code+13772>,
           0x11663eb <exec_byte_code+13774>, 0x11663eb 
<exec_byte_code+13774>,
           0x116643b <exec_byte_code+13854>, 0x116649d 
<exec_byte_code+13952>,
           0x11631a2 <exec_byte_code+901>, 0x11631a4 <exec_byte_code+903>,
           0x11631a6 <exec_byte_code+905>, 0x11631a8 <exec_byte_code+907>,
           0x11631aa <exec_byte_code+909>, 0x11631aa <exec_byte_code+909>,
           0x11631b0 <exec_byte_code+915>, 0x116316d <exec_byte_code+848>,
           0x11634ef <exec_byte_code+1746>, 0x11634f1 <exec_byte_code+1748>,
           0x11634f3 <exec_byte_code+1750>, 0x11634f5 <exec_byte_code+1752>,
           0x11634f7 <exec_byte_code+1754>, 0x11634f7 <exec_byte_code+1754>,
           0x1163532 <exec_byte_code+1813>, 0x11634fd <exec_byte_code+1760>,
           0x1163682 <exec_byte_code+2149>, 0x1163684 <exec_byte_code+2151>,
           0x1163686 <exec_byte_code+2153>, 0x1163688 <exec_byte_code+2155>,
           0x116368a <exec_byte_code+2157>, 0x116368a <exec_byte_code+2157>,
           0x1163633 <exec_byte_code+2070>, 0x116364d <exec_byte_code+2096>,
           0x116372b <exec_byte_code+2318>, 0x116372d <exec_byte_code+2320>,
           0x116372f <exec_byte_code+2322>, 0x1163731 <exec_byte_code+2324>,
           0x1163733 <exec_byte_code+2326>, 0x1163733 <exec_byte_code+2326>,
           0x11636dc <exec_byte_code+2239>, 0x11636f6 <exec_byte_code+2265>,
           0x11637d5 <exec_byte_code+2488>, 0x11637d7 <exec_byte_code+2490>,
           0x11637d9 <exec_byte_code+2492>, 0x11637db <exec_byte_code+2494>,
           0x11637dd <exec_byte_code+2496>, 0x11637dd <exec_byte_code+2496>,
           0x1163786 <exec_byte_code+2409>, 0x11637a0 <exec_byte_code+2435>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x1164529 <exec_byte_code+5900>, 0x1164607 <exec_byte_code+6122>,
           0x116464e <exec_byte_code+6193>, 0x1164695 <exec_byte_code+6264>,
           0x11646dc <exec_byte_code+6335>, 0x11633da <exec_byte_code+1469>,
           0x116342a <exec_byte_code+1549>, 0x1164731 <exec_byte_code+6420>,
           0x1163364 <exec_byte_code+1351>, 0x1163478 <exec_byte_code+1627>,
           0x1164779 <exec_byte_code+6492>, 0x11647cd <exec_byte_code+6576>,
           0x1164812 <exec_byte_code+6645>, 0x1164877 <exec_byte_code+6746>,
           0x11648bc <exec_byte_code+6815>, 0x116496d <exec_byte_code+6992>,
           0x11649a8 <exec_byte_code+7051>, 0x11649fc <exec_byte_code+7135>,
           0x1164a69 <exec_byte_code+7244>, 0x1164aa4 <exec_byte_code+7303>,
           0x1164adf <exec_byte_code+7362>, 0x1164b33 <exec_byte_code+7446>,
           0x1164b87 <exec_byte_code+7530>, 0x1164bdb <exec_byte_code+7614>,
           0x1164c48 <exec_byte_code+7723>, 0x1164c8d <exec_byte_code+7792>,
           0x1164cd2 <exec_byte_code+7861>, 0x1164d83 <exec_byte_code+8038>,
           0x1164dfa <exec_byte_code+8157>, 0x1164e71 <exec_byte_code+8276>,
           0x116502c <exec_byte_code+8719>, 0x1165080 <exec_byte_code+8803>,
           0x11650d4 <exec_byte_code+8887>, 0x1165128 <exec_byte_code+8971>,
           0x116517c <exec_byte_code+9055>, 0x11651c1 <exec_byte_code+9124>,
           0x116523c <exec_byte_code+9247>, 0x1165281 <exec_byte_code+9316>,
           0x11652c6 <exec_byte_code+9385>, 0x116530b <exec_byte_code+9454>,
           0x11653e9 <exec_byte_code+9676>, 0x116424d <exec_byte_code+5168>,
           0x1165436 <exec_byte_code+9753>, 0x1165471 <exec_byte_code+9812>,
           0x116551e <exec_byte_code+9985>, 0x116556b 
<exec_byte_code+10062>,
           0x11655b8 <exec_byte_code+10139>, 0x11655f3 
<exec_byte_code+10198>,
           0x1165636 <exec_byte_code+10265>, 0x1165679 
<exec_byte_code+10332>,
           0x11656c0 <exec_byte_code+10403>, 0x11663d9 
<exec_byte_code+13756>,
           0x1165705 <exec_byte_code+10472>, 0x116573c 
<exec_byte_code+10527>,
           0x1165773 <exec_byte_code+10582>, 0x11657aa 
<exec_byte_code+10637>,
           0x11657e1 <exec_byte_code+10692>, 0x1165818 
<exec_byte_code+10747>,
           0x116424d <exec_byte_code+5168>, 0x11663d9 
<exec_byte_code+13756>,
           0x1165853 <exec_byte_code+10806>, 0x1165899 
<exec_byte_code+10876>,
           0x11658d4 <exec_byte_code+10935>, 0x116590f 
<exec_byte_code+10994>,
           0x1165963 <exec_byte_code+11078>, 0x11659b7 
<exec_byte_code+11162>,
           0x11659f2 <exec_byte_code+11221>, 0x1165b90 
<exec_byte_code+11635>,
           0x1165be4 <exec_byte_code+11719>, 0x1165c38 
<exec_byte_code+11803>,
           0x1165c8c <exec_byte_code+11887>, 0x1165cc3 
<exec_byte_code+11942>,
           0x11663d9 <exec_byte_code+13756>, 0x1164199 
<exec_byte_code+4988>,
           0x1163871 <exec_byte_code+2644>, 0x116325e <exec_byte_code+1089>,
           0x1163963 <exec_byte_code+2886>, 0x1163a75 <exec_byte_code+3160>,
           0x1163b7f <exec_byte_code+3426>, 0x116412c <exec_byte_code+4879>,
           0x116416c <exec_byte_code+4943>, 0x11635f6 <exec_byte_code+2009>,
           0x116420f <exec_byte_code+5106>, 0x116427b <exec_byte_code+5214>,
           0x11642fb <exec_byte_code+5342>, 0x1164339 <exec_byte_code+5404>,
           0x1164395 <exec_byte_code+5496>, 0x11643d7 <exec_byte_code+5562>,
           0x1164444 <exec_byte_code+5671>, 0x11644ae <exec_byte_code+5777>,
           0x1163834 <exec_byte_code+2583>, 0x1165cfe 
<exec_byte_code+12001>,
           0x1165d6b <exec_byte_code+12110>, 0x1165da6 
<exec_byte_code+12169>,
           0x1165de1 <exec_byte_code+12228>, 0x1165e1c 
<exec_byte_code+12287>,
           0x1165e57 <exec_byte_code+12346>, 0x1165eab 
<exec_byte_code+12430>,
           0x1165eff <exec_byte_code+12514>, 0x1165f53 
<exec_byte_code+12598>,
           0x1165fa7 <exec_byte_code+12682>, 0x11660bd 
<exec_byte_code+12960>,
           0x1166111 <exec_byte_code+13044>, 0x1166165 
<exec_byte_code+13128>,
           0x11661a0 <exec_byte_code+13187>, 0x11661f4 
<exec_byte_code+13271>,
           0x1166248 <exec_byte_code+13355>, 0x11662a1 
<exec_byte_code+13444>,
           0x11662fb <exec_byte_code+13534>, 0x1165350 
<exec_byte_code+9523>,
           0x1165395 <exec_byte_code+9592>, 0x1166340 
<exec_byte_code+13603>,
           0x1166393 <exec_byte_code+13686>, 0x11663d9 
<exec_byte_code+13756>,
           0x1163c89 <exec_byte_code+3692>, 0x1163d54 <exec_byte_code+3895>,
           0x1163e4e <exec_byte_code+4145>, 0x1163f48 <exec_byte_code+4395>,
           0x116403a <exec_byte_code+4637>, 0x1164901 <exec_byte_code+6884>,
           0x1164d17 <exec_byte_code+7930>, 0x11654b2 <exec_byte_code+9877>,
           0x1166521 <exec_byte_code+14084>, 0x1166583 
<exec_byte_code+14182>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x1166607 <exec_byte_code+14314>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x1166680 <exec_byte_code+14435> <repeats 64 times>}
         count = 6
         op = 1
         vectorp = 0x123245c
         stack = {
           pc = 0x137abc8 "\207",
           byte_string = 19080265,
           byte_string_start = 0x137abb9 "\301\302 \303\"\203\f",
           next = 0x88f8c0
         }
         top = 0x88f314
         result = 0
#11 0x01128a9c in funcall_lambda (fun=19080237, nargs=1,
     arg_vector=0x346c81a <__register_frame_info+54970394>) at eval.c:2906
         val = 55078394
         syms_left = 54970394
         next = 56642426
         lexenv = 54970394
         count = 5
         i = 1
         optional = true
         rest = false
#12 0x011283bf in Ffuncall (nargs=2, args=0x88f640) at eval.c:2723
         fun = 19080237
         original_fun = 56959266
         funcar = 8976512
         numargs = 1
         lisp_numargs = 8975832
         val = 54970394
         backtrace = {
           next = 0x88f800,
           function = 56959266,
           args = 0x88f644,
           nargs = 1,
           debug_on_exit = 0
         }
         internal_args = 0x88f880
         i = 54970394
#13 0x01123f45 in Fcall_interactively (function=56959266, 
record_flag=54970394,
     keys=54992221) at callint.c:839
         val = 54970394
         args = 0x88f640
         visargs = 0x88f620
         specs = 18930537
         filter_specs = 18930537
         teml = 17990073
         up_event = 54970394
         enable = 54970394
         speccount = 3
         next_event = 2
         prefix_arg = 54970394
         string = 0x88f660 "P"
         tem = 0x13bb2e4 ""
         varies = 0x88f600 ""
         i = 2
         nargs = 2
         mark = 57300686
         arg_from_tty = false
         gcpro1 = {
           next = 0x3,
           var = 0x0,
           nvars = 0
         }
         gcpro2 = {
           next = 0x88f9a0,
           var = 0x88fa5c,
           nvars = 1
         }
         gcpro3 = {
           next = 0x53d4866,
           var = 0x346c81a <__register_frame_info+54970394>,
           nvars = 2
         }
         gcpro4 = {
           next = 0x0,
           var = 0x88f6f8,
           nvars = 2
         }
         gcpro5 = {
           next = 0x0,
           var = 0x346c81a <__register_frame_info+54970394>,
           nvars = 8976224
         }
         key_count = 2
         record_then_fail = false
         save_this_command = 56959266
         save_last_command = 97854826
         save_this_original_command = 56959266
         save_real_this_command = 56959266
#14 0x011281e3 in Ffuncall (nargs=4, args=0x88f87c) at eval.c:2681
         fun = 20606045
         original_fun = 55080490
         funcar = 0
         numargs = 3
         lisp_numargs = 0
         val = 54970394
         backtrace = {
           next = 0x88fb10,
           function = 55080490,
           args = 0x88f880,
           nargs = 3,
           debug_on_exit = 0
         }
         internal_args = 0x88f880
         i = 2
#15 0x01163758 in exec_byte_code (bytestr=19300193, vector=19300213, 
maxdepth=52,
     args_template=4100, nargs=1, args=0x88fb80) at bytecode.c:900
         targets = {0x11663d9 <exec_byte_code+13756>, 0x11663e5 
<exec_byte_code+13768>,
           0x11663e7 <exec_byte_code+13770>, 0x11663e9 
<exec_byte_code+13772>,
           0x11663eb <exec_byte_code+13774>, 0x11663eb 
<exec_byte_code+13774>,
           0x116643b <exec_byte_code+13854>, 0x116649d 
<exec_byte_code+13952>,
           0x11631a2 <exec_byte_code+901>, 0x11631a4 <exec_byte_code+903>,
           0x11631a6 <exec_byte_code+905>, 0x11631a8 <exec_byte_code+907>,
           0x11631aa <exec_byte_code+909>, 0x11631aa <exec_byte_code+909>,
           0x11631b0 <exec_byte_code+915>, 0x116316d <exec_byte_code+848>,
           0x11634ef <exec_byte_code+1746>, 0x11634f1 <exec_byte_code+1748>,
           0x11634f3 <exec_byte_code+1750>, 0x11634f5 <exec_byte_code+1752>,
           0x11634f7 <exec_byte_code+1754>, 0x11634f7 <exec_byte_code+1754>,
           0x1163532 <exec_byte_code+1813>, 0x11634fd <exec_byte_code+1760>,
           0x1163682 <exec_byte_code+2149>, 0x1163684 <exec_byte_code+2151>,
           0x1163686 <exec_byte_code+2153>, 0x1163688 <exec_byte_code+2155>,
           0x116368a <exec_byte_code+2157>, 0x116368a <exec_byte_code+2157>,
           0x1163633 <exec_byte_code+2070>, 0x116364d <exec_byte_code+2096>,
           0x116372b <exec_byte_code+2318>, 0x116372d <exec_byte_code+2320>,
           0x116372f <exec_byte_code+2322>, 0x1163731 <exec_byte_code+2324>,
           0x1163733 <exec_byte_code+2326>, 0x1163733 <exec_byte_code+2326>,
           0x11636dc <exec_byte_code+2239>, 0x11636f6 <exec_byte_code+2265>,
           0x11637d5 <exec_byte_code+2488>, 0x11637d7 <exec_byte_code+2490>,
           0x11637d9 <exec_byte_code+2492>, 0x11637db <exec_byte_code+2494>,
           0x11637dd <exec_byte_code+2496>, 0x11637dd <exec_byte_code+2496>,
           0x1163786 <exec_byte_code+2409>, 0x11637a0 <exec_byte_code+2435>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x1164529 <exec_byte_code+5900>, 0x1164607 <exec_byte_code+6122>,
           0x116464e <exec_byte_code+6193>, 0x1164695 <exec_byte_code+6264>,
           0x11646dc <exec_byte_code+6335>, 0x11633da <exec_byte_code+1469>,
           0x116342a <exec_byte_code+1549>, 0x1164731 <exec_byte_code+6420>,
           0x1163364 <exec_byte_code+1351>, 0x1163478 <exec_byte_code+1627>,
           0x1164779 <exec_byte_code+6492>, 0x11647cd <exec_byte_code+6576>,
           0x1164812 <exec_byte_code+6645>, 0x1164877 <exec_byte_code+6746>,
           0x11648bc <exec_byte_code+6815>, 0x116496d <exec_byte_code+6992>,
           0x11649a8 <exec_byte_code+7051>, 0x11649fc <exec_byte_code+7135>,
           0x1164a69 <exec_byte_code+7244>, 0x1164aa4 <exec_byte_code+7303>,
           0x1164adf <exec_byte_code+7362>, 0x1164b33 <exec_byte_code+7446>,
           0x1164b87 <exec_byte_code+7530>, 0x1164bdb <exec_byte_code+7614>,
           0x1164c48 <exec_byte_code+7723>, 0x1164c8d <exec_byte_code+7792>,
           0x1164cd2 <exec_byte_code+7861>, 0x1164d83 <exec_byte_code+8038>,
           0x1164dfa <exec_byte_code+8157>, 0x1164e71 <exec_byte_code+8276>,
           0x116502c <exec_byte_code+8719>, 0x1165080 <exec_byte_code+8803>,
           0x11650d4 <exec_byte_code+8887>, 0x1165128 <exec_byte_code+8971>,
           0x116517c <exec_byte_code+9055>, 0x11651c1 <exec_byte_code+9124>,
           0x116523c <exec_byte_code+9247>, 0x1165281 <exec_byte_code+9316>,
           0x11652c6 <exec_byte_code+9385>, 0x116530b <exec_byte_code+9454>,
           0x11653e9 <exec_byte_code+9676>, 0x116424d <exec_byte_code+5168>,
           0x1165436 <exec_byte_code+9753>, 0x1165471 <exec_byte_code+9812>,
           0x116551e <exec_byte_code+9985>, 0x116556b 
<exec_byte_code+10062>,
           0x11655b8 <exec_byte_code+10139>, 0x11655f3 
<exec_byte_code+10198>,
           0x1165636 <exec_byte_code+10265>, 0x1165679 
<exec_byte_code+10332>,
           0x11656c0 <exec_byte_code+10403>, 0x11663d9 
<exec_byte_code+13756>,
           0x1165705 <exec_byte_code+10472>, 0x116573c 
<exec_byte_code+10527>,
           0x1165773 <exec_byte_code+10582>, 0x11657aa 
<exec_byte_code+10637>,
           0x11657e1 <exec_byte_code+10692>, 0x1165818 
<exec_byte_code+10747>,
           0x116424d <exec_byte_code+5168>, 0x11663d9 
<exec_byte_code+13756>,
           0x1165853 <exec_byte_code+10806>, 0x1165899 
<exec_byte_code+10876>,
           0x11658d4 <exec_byte_code+10935>, 0x116590f 
<exec_byte_code+10994>,
           0x1165963 <exec_byte_code+11078>, 0x11659b7 
<exec_byte_code+11162>,
           0x11659f2 <exec_byte_code+11221>, 0x1165b90 
<exec_byte_code+11635>,
           0x1165be4 <exec_byte_code+11719>, 0x1165c38 
<exec_byte_code+11803>,
           0x1165c8c <exec_byte_code+11887>, 0x1165cc3 
<exec_byte_code+11942>,
           0x11663d9 <exec_byte_code+13756>, 0x1164199 
<exec_byte_code+4988>,
           0x1163871 <exec_byte_code+2644>, 0x116325e <exec_byte_code+1089>,
           0x1163963 <exec_byte_code+2886>, 0x1163a75 <exec_byte_code+3160>,
           0x1163b7f <exec_byte_code+3426>, 0x116412c <exec_byte_code+4879>,
           0x116416c <exec_byte_code+4943>, 0x11635f6 <exec_byte_code+2009>,
           0x116420f <exec_byte_code+5106>, 0x116427b <exec_byte_code+5214>,
           0x11642fb <exec_byte_code+5342>, 0x1164339 <exec_byte_code+5404>,
           0x1164395 <exec_byte_code+5496>, 0x11643d7 <exec_byte_code+5562>,
           0x1164444 <exec_byte_code+5671>, 0x11644ae <exec_byte_code+5777>,
           0x1163834 <exec_byte_code+2583>, 0x1165cfe 
<exec_byte_code+12001>,
           0x1165d6b <exec_byte_code+12110>, 0x1165da6 
<exec_byte_code+12169>,
           0x1165de1 <exec_byte_code+12228>, 0x1165e1c 
<exec_byte_code+12287>,
           0x1165e57 <exec_byte_code+12346>, 0x1165eab 
<exec_byte_code+12430>,
           0x1165eff <exec_byte_code+12514>, 0x1165f53 
<exec_byte_code+12598>,
           0x1165fa7 <exec_byte_code+12682>, 0x11660bd 
<exec_byte_code+12960>,
           0x1166111 <exec_byte_code+13044>, 0x1166165 
<exec_byte_code+13128>,
           0x11661a0 <exec_byte_code+13187>, 0x11661f4 
<exec_byte_code+13271>,
           0x1166248 <exec_byte_code+13355>, 0x11662a1 
<exec_byte_code+13444>,
           0x11662fb <exec_byte_code+13534>, 0x1165350 
<exec_byte_code+9523>,
           0x1165395 <exec_byte_code+9592>, 0x1166340 
<exec_byte_code+13603>,
           0x1166393 <exec_byte_code+13686>, 0x11663d9 
<exec_byte_code+13756>,
           0x1163c89 <exec_byte_code+3692>, 0x1163d54 <exec_byte_code+3895>,
           0x1163e4e <exec_byte_code+4145>, 0x1163f48 <exec_byte_code+4395>,
           0x116403a <exec_byte_code+4637>, 0x1164901 <exec_byte_code+6884>,
           0x1164d17 <exec_byte_code+7930>, 0x11654b2 <exec_byte_code+9877>,
           0x1166521 <exec_byte_code+14084>, 0x1166583 
<exec_byte_code+14182>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x1166607 <exec_byte_code+14314>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x11663d9 <exec_byte_code+13756>, 0x11663d9 
<exec_byte_code+13756>,
           0x1166680 <exec_byte_code+14435> <repeats 64 times>}
         count = 3
         op = 3
         vectorp = 0x1267f74
         stack = {
           pc = 0x13582c5 "\006\006\071\203\225",
           byte_string = 19300193,
           byte_string_start = 0x1358257 "\306\020\211?\205\f",
           next = 0x0
         }
         top = 0x88f87c
         result = 30298883
#16 0x01128815 in funcall_lambda (fun=19300173, nargs=1, arg_vector=0x1004)
     at eval.c:2840
         val = 21206348
         syms_left = 4100
         next = 0
         lexenv = 0
         count = 3
         i = 239000000
         optional = false
         rest = false
#17 0x011283bf in Ffuncall (nargs=2, args=0x88fb78) at eval.c:2723
         fun = 19300173
         original_fun = 55012098
         funcar = 0
         numargs = 1
         lisp_numargs = 0
         val = 8977256
         backtrace = {
           next = 0x0,
           function = 55012098,
           args = 0x88fb7c,
           nargs = 1,
           debug_on_exit = 0
         }
         internal_args = 0x7efde000
         i = 0
#18 0x01127cce in call1 (fn=55012098, arg1=56959266) at eval.c:2468
         ret_ungc_val = 54970394
         gcpro1 = {
           next = 0x0,
           var = 0x3652122 <__register_frame_info+56959266>,
           nvars = 2
         }
         args = {55012098, 56959266}
#19 0x010a9dda in command_loop_1 () at keyboard.c:1578
         scount = 2
         cmd = 56959266
         keybuf = {96, 12, 8977464, 17993845, 55078394, 54970394, 
21153724, 54996480,
           8977624, 8977628, 0, 55078394, 54970394, 0, 0, 17993397, 
55078394, 54970394,
           56657694, 19128981, 0, 54970394, 0, 54970394, 0, 0, 8977512, 
17984453, 2,
           56657694}
         i = 2
         prev_modiff = 1
         prev_buffer = 0x3472e00 <__register_frame_info+54996480>
         already_adjusted = false
#20 0x01125abd in internal_condition_case (bfun=0x10a96f5 <command_loop_1>,
     handlers=55016570, hfun=0x10a90ed <cmd_error>) at eval.c:1193
         val = 56657694
         c = {
           tag = 54970394,
           val = 54970394,
           next = 0x88fd74,
           gcpro = 0x0,
           jmp = {8977720, 2130567168, 0, 0, 8977548, 17980010, 8978372, 
0, 11529984,
             8977684, 1984207565, 11529984, 0, 1959604792, 0, 1033},
           backlist = 0x0,
           handlerlist = 0x0,
           lisp_eval_depth = 0,
           pdlcount = 2,
           poll_suppress_count = 0,
           interrupt_input_blocked = 0,
           byte_stack = 0x0
         }
         h = {
           handler = 55016570,
           var = 54970394,
           chosen_clause = 1996779989,
           tag = 0x88fcc0,
           next = 0x0
         }
#21 0x010a946f in command_loop_2 (ignore=54970394) at keyboard.c:1167
         val = 2130567168
#22 0x01125635 in internal_catch (tag=55010546, func=0x10a944b 
<command_loop_2>,
     arg=54970394) at eval.c:964
         c = {
           tag = 55010546,
           val = 54970394,
           next = 0x0,
           gcpro = 0x0,
           jmp = {8977896, 2130567168, 0, 0, 8977756, 17978918, 8978372, 
0, 54970394,
             54996480, 1959606080, 1959606143, 2130567168, 8977896, 
17893633, 20911284},
           backlist = 0x0,
           handlerlist = 0x0,
           lisp_eval_depth = 0,
           pdlcount = 2,
           poll_suppress_count = 0,
           interrupt_input_blocked = 0,
           byte_stack = 0x0
         }
#23 0x010a9427 in command_loop () at keyboard.c:1146
No locals.
#24 0x010a8d33 in recursive_edit_1 () at keyboard.c:779
         count = 1
         val = 1958978626
#25 0x010a8e84 in Frecursive_edit () at keyboard.c:843
         count = 0
         buffer = 54970394
#26 0x010a725c in main (argc=1, argv=0xd71768) at emacs.c:1531
         dummy = 8978152
         stack_bottom_variable = 0 '\000'
         do_initial_setlocale = true
         dumping = false
         skip_args = 0
         no_loadup = false
         junk = 0x0
         dname_arg = 0x0
         ch_to_dir = 0x0

Lisp Backtrace:
"kill-emacs" (0x88f028)
"save-buffers-kill-emacs" (0x88f318)
"save-buffers-kill-terminal" (0x88f644)
"call-interactively" (0x88f880)
"command-execute" (0x88fb7c)
(gdb)



  reply	other threads:[~2013-05-17 14:03 UTC|newest]

Thread overview: 116+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-16 18:24 MS-Windows build using Posix configury Eli Zaretskii
2013-04-16 18:40 ` Eli Zaretskii
2013-04-16 20:13 ` Stefan Monnier
2013-04-17  2:53   ` Eli Zaretskii
2013-04-16 21:17 ` Glenn Morris
2013-04-17  2:56   ` Eli Zaretskii
2013-04-17  6:25     ` Glenn Morris
2013-04-17 16:48       ` Eli Zaretskii
2013-04-17 17:11         ` Glenn Morris
2013-04-17 17:34           ` Eli Zaretskii
2013-04-17 17:53             ` Glenn Morris
2013-04-17 18:15               ` Glenn Morris
2013-04-17 18:44                 ` Eli Zaretskii
2013-04-17  0:42 ` Glenn Morris
2013-04-17  2:57   ` Eli Zaretskii
2013-04-17  6:24     ` Glenn Morris
2013-04-17  3:33 ` Paul Eggert
2013-04-17 17:00   ` Eli Zaretskii
2013-04-17 18:48     ` Paul Eggert
2013-04-17 19:15       ` Glenn Morris
2013-04-17 19:45         ` Eli Zaretskii
2013-04-17 20:43           ` Glenn Morris
2013-04-17 21:19         ` Paul Eggert
2013-04-17 22:38           ` Glenn Morris
2013-04-18  0:52             ` Paul Eggert
2013-04-18  5:29               ` Glenn Morris
2013-04-18 16:11                 ` Eli Zaretskii
2013-04-17  6:27 ` Glenn Morris
2013-04-17  6:31 ` Glenn Morris
2013-04-18 19:32 ` Dani Moncayo
2013-04-18 20:27   ` Dani Moncayo
2013-04-18 21:20   ` Eli Zaretskii
2013-04-18 22:03     ` Dani Moncayo
2013-04-19  6:34       ` Eli Zaretskii
2013-04-19 20:17         ` Dani Moncayo
2013-04-20  6:34           ` Eli Zaretskii
2013-04-20  7:35             ` Dani Moncayo
2013-04-20  7:56               ` Eli Zaretskii
2013-04-20 17:18                 ` Dani Moncayo
2013-04-20 18:30                   ` Eli Zaretskii
2013-04-20 20:21                     ` Dani Moncayo
2013-04-21 15:12                       ` Eli Zaretskii
2013-04-21 19:53                         ` Dani Moncayo
2013-05-01 15:30                           ` Dani Moncayo
2013-05-01 16:30                             ` Eli Zaretskii
2013-05-01 19:30                               ` Dani Moncayo
2013-05-01 19:40                                 ` Eli Zaretskii
2013-05-02  6:43                                   ` Dani Moncayo
2013-05-02 16:19                                     ` Eli Zaretskii
2013-05-02 18:40                                       ` Dani Moncayo
2013-05-02 19:49                                         ` Eli Zaretskii
2013-05-02 21:42                                           ` Dani Moncayo
2013-05-02 21:43                                             ` Dani Moncayo
2013-05-03  8:50                                             ` Eli Zaretskii
2013-05-04 10:59                                               ` Dani Moncayo
2013-05-04 11:04                                                 ` Dani Moncayo
2013-05-04 11:27                                                 ` Eli Zaretskii
2013-05-04 12:00                                                   ` Dani Moncayo
2013-05-04 12:30                                                     ` Eli Zaretskii
2013-05-07 19:36                                                       ` Dani Moncayo
2013-05-07 21:13                                                         ` Eli Zaretskii
2013-05-07 22:04                                                           ` Dani Moncayo
2013-05-08 17:09                                                             ` Eli Zaretskii
2013-05-08 17:32                                                               ` Dani Moncayo
2013-05-13 12:23                                                               ` Andy Moreton
2013-05-13 16:23                                                                 ` Eli Zaretskii
2013-05-16  6:00                                                                   ` Eli Zaretskii
2013-05-16  6:31                                                                     ` Paul Eggert
2013-05-16  6:56                                                                       ` Eli Zaretskii
2013-05-16  7:16                                                                         ` Paul Eggert
2013-05-16  7:30                                                                           ` Eli Zaretskii
2013-05-16 13:19                                                                     ` Eli Zaretskii
2013-05-16 14:43                                                                       ` Dmitry Gutov
2013-05-16 15:41                                                                         ` Eli Zaretskii
2013-05-16 16:10                                                                           ` Dmitry Gutov
2013-05-16 17:17                                                                             ` Dani Moncayo
2013-05-16 17:54                                                                               ` Eli Zaretskii
2013-05-16 18:01                                                                                 ` Dani Moncayo
2013-05-16 18:36                                                                                   ` Eli Zaretskii
2013-05-16 21:02                                                                                 ` Dmitry Gutov
2013-05-17  6:02                                                                                   ` Eli Zaretskii
2013-05-16 17:18                                                                             ` Eli Zaretskii
2013-05-16 21:19                                                                               ` Dmitry Gutov
2013-05-17  9:39                                                                                 ` Eli Zaretskii
2013-05-17 12:05                                                                                   ` Dmitry Gutov
2013-05-17 13:13                                                                                     ` Eli Zaretskii
2013-05-17 14:03                                                                                       ` Dmitry Gutov [this message]
2013-05-17 14:26                                                                                         ` Eli Zaretskii
2013-05-17 15:29                                                                                           ` Dmitry Gutov
2013-05-17 16:05                                                                                             ` Eli Zaretskii
2013-05-17 16:30                                                                                               ` Dmitry Gutov
2013-05-17 17:40                                                                                                 ` Eli Zaretskii
2013-05-17 18:43                                                                                                   ` Eli Zaretskii
2013-05-17 20:47                                                                                                     ` Dmitry Gutov
2013-05-18  7:18                                                                                                       ` Eli Zaretskii
2013-05-18  8:08                                                                                                         ` Dmitry Gutov
2013-05-18  9:08                                                                                                           ` Eli Zaretskii
2013-05-18 13:24                                                                                                             ` Dmitry Gutov
2013-05-18 14:25                                                                                                               ` Eli Zaretskii
2013-05-18 14:28                                                                                                                 ` Dmitry Gutov
2013-05-18 18:21                                                                                                                   ` Eli Zaretskii
2013-05-18 18:42                                                                                                                     ` Dmitry Gutov
2013-05-18 18:53                                                                                                                       ` Eli Zaretskii
2013-05-18 19:15                                                                                                                         ` Dmitry Gutov
2013-05-18 19:24                                                                                                                           ` Eli Zaretskii
2013-06-07  8:51                                                                                                                           ` Eli Zaretskii
2013-06-07  9:36                                                                                                                             ` Dmitry Gutov
2013-06-07  9:56                                                                                                                               ` Eli Zaretskii
2013-05-19  6:48                                                                         ` Stephen Leake
2013-05-19 14:51                                                                           ` Eli Zaretskii
2013-05-21  8:31                                                                             ` Stephen Leake
2013-05-21 17:07                                                                               ` Eli Zaretskii
2013-05-21 19:36                                                                                 ` Stephen Leake
2013-05-25  7:29                                                                                   ` Eli Zaretskii
2013-04-19  3:05 ` Ken Brown
2013-04-19  6:35   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=519638A0.7080709@yandex.ru \
    --to=dgutov@yandex.ru \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).