all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jorgen Schäfer" <jorgen.schaefer@gmail.com>
To: Paul Eggert <eggert@cs.ucla.edu>, 21666@debbugs.gnu.org
Subject: bug#21666: 25.0.50; Random segfaults
Date: Thu, 15 Oct 2015 11:05:07 +0000	[thread overview]
Message-ID: <CALqDrSeM3u1i8T3Te2HdkCG9gWUTPdBMYG7uyqrXfrqK3avATA@mail.gmail.com> (raw)
In-Reply-To: <561D2CAC.40404@cs.ucla.edu>


[-- Attachment #1.1: Type: text/plain, Size: 1100 bytes --]

Hello!
The attached backtrace is running the same Emacs version (e6013e8c) but
with your patch applied.

Program received signal SIGSEGV, Segmentation fault.
mark_object (arg=140737488314368) at alloc.c:6187
6187 if (ptr->gcmarkbit)

Anything else I can try to narrow it down more? :-)

Regards,
Jorgen

On Tue, Oct 13, 2015 at 6:09 PM Paul Eggert <eggert@cs.ucla.edu> wrote:

> Those two backtraces both have a call to mapcar1 with a long list
> (leni=2544 in
> one, leni=2502 in the other).  When Fmapcar uses SAFE_ALLOCA_LISP, it'll
> ask for
> (say) 2502*8 bytes, or 20016 bytes, and this is more than the 16 KiB
> MAX_ALLOCA
> limit, which means SAFE_ALLOCA_LISP will invoke xmalloc and
> make_save_memory
> rather than invoking AVAIL_ALLOCA.  One possibility is that the xmalloced
> memory
> isn't being properly analyzed by the garbage collector.  To test that
> theory,
> can you please try something like the attached patch?  This wouldn't fix
> the
> bug, but it would mean mapcar should work for larger lists and you won't
> get a
> backtrace until the list gets about twice as large.
>
>

[-- Attachment #1.2: Type: text/html, Size: 1503 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: emacs-bug-3.txt --]
[-- Type: text/plain; charset=US-ASCII; name="emacs-bug-3.txt", Size: 80345 bytes --]

#0  mark_object (arg=140737488314368) at alloc.c:6187
        ptr = 0x800000c96e90
        obj = 140737501556368
        po = 0x800000c96e90
        cdr_count = 0
#1  0x000000000057e20f in mark_object (arg=56145123) at alloc.c:6274
        ptr = 0x33ce580
        obj = 54322560
        po = 0x33ce580
        cdr_count = 2408
#2  0x00000000005a5a37 in mark_specpdl () at eval.c:3532
        pdl = 0x180f3e0
#3  0x000000000057c935 in garbage_collect_1 (end=0x7fffffff3aa8)
    at alloc.c:5489
        nextb = 0x0
        stack_top_variable = 0 '\000'
        i = 531
        message_p = true
        count = 144
        start = {tv_sec = 1444906653, tv_nsec = 428514825}
        retval = 0
        tot_before = 0
        total = {42424148, 42424116, 42424084, 42424020, 42423988, 42423732, 
          42423572, 42422420, 42422388, 42422356, 42422292}
#4  0x000000000057d031 in Fgarbage_collect () at alloc.c:5720
        end = 0x7fffffff3aa8
#5  0x00000000004f1e6e in maybe_gc () at lisp.h:4517
No locals.
#6  0x00000000005a326a in Ffuncall (nargs=3, args=0x7fffffff3bc8)
    at eval.c:2600
        fun = 5174391
        original_fun = 140737488305072
        funcar = 0
        numargs = 2
        lisp_numargs = 140737488305072
        val = 140737488305072
        internal_args = 0xa380
        count = 143
#7  0x00000000005ecdd1 in exec_byte_code (bytestr=16365204, vector=16294277, 
    maxdepth=30, args_template=0, nargs=0, args=0x0) at bytecode.c:880
        targets = {0x5f0569 <exec_byte_code+17890>, 
          0x5f05c9 <exec_byte_code+17986>, 0x5f05cb <exec_byte_code+17988>, 
          0x5f05cd <exec_byte_code+17990>, 0x5f05cf <exec_byte_code+17992>, 
          0x5f05cf <exec_byte_code+17992>, 0x5f062f <exec_byte_code+18088>, 
          0x5f06a2 <exec_byte_code+18203>, 0x5ec41a <exec_byte_code+1171>, 
          0x5ec41c <exec_byte_code+1173>, 0x5ec41e <exec_byte_code+1175>, 
          0x5ec420 <exec_byte_code+1177>, 0x5ec422 <exec_byte_code+1179>, 
          0x5ec422 <exec_byte_code+1179>, 0x5ec428 <exec_byte_code+1185>, 
          0x5ec3dd <exec_byte_code+1110>, 0x5ec9d2 <exec_byte_code+2635>, 
          0x5ec9d4 <exec_byte_code+2637>, 0x5ec9d6 <exec_byte_code+2639>, 
          0x5ec9d8 <exec_byte_code+2641>, 0x5ec9da <exec_byte_code+2643>, 
          0x5ec9da <exec_byte_code+2643>, 0x5eca1b <exec_byte_code+2708>, 
          0x5ec9e0 <exec_byte_code+2649>, 0x5eccdc <exec_byte_code+3413>, 
          0x5eccde <exec_byte_code+3415>, 0x5ecce0 <exec_byte_code+3417>, 
          0x5ecce2 <exec_byte_code+3419>, 0x5ecce4 <exec_byte_code+3421>, 
          0x5ecce4 <exec_byte_code+3421>, 0x5ecc84 <exec_byte_code+3325>, 
          0x5ecca1 <exec_byte_code+3354>, 0x5ecd9e <exec_byte_code+3607>, 
          0x5ecda0 <exec_byte_code+3609>, 0x5ecda2 <exec_byte_code+3611>, 
          0x5ecda4 <exec_byte_code+3613>, 0x5ecda6 <exec_byte_code+3615>, 
          0x5ecda6 <exec_byte_code+3615>, 0x5ecd46 <exec_byte_code+3519>, 
          0x5ecd63 <exec_byte_code+3548>, 0x5ece60 <exec_byte_code+3801>, 
          0x5ece62 <exec_byte_code+3803>, 0x5ece64 <exec_byte_code+3805>, 
          0x5ece66 <exec_byte_code+3807>, 0x5ece68 <exec_byte_code+3809>, 
          0x5ece68 <exec_byte_code+3809>, 0x5ece08 <exec_byte_code+3713>, 
          0x5ece25 <exec_byte_code+3742>, 0x5edf1d <exec_byte_code+8086>, 
          0x5edcf2 <exec_byte_code+7531>, 0x5edce9 <exec_byte_code+7522>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 0x5ee143 <exec_byte_code+8636>, 
          0x5ee24a <exec_byte_code+8899>, 0x5ee2a8 <exec_byte_code+8993>, 
          0x5ee307 <exec_byte_code+9088>, 0x5ee36a <exec_byte_code+9187>, 
          0x5ec81b <exec_byte_code+2196>, 0x5ec891 <exec_byte_code+2314>, 
          0x5ee3df <exec_byte_code+9304>, 0x5ec741 <exec_byte_code+1978>, 
          0x5ec8f7 <exec_byte_code+2416>, 0x5ee445 <exec_byte_code+9406>, 
          0x5ee4ab <exec_byte_code+9508>, 0x5ee4f1 <exec_byte_code+9578>, 
          0x5ee557 <exec_byte_code+9680>, 0x5ee5a4 <exec_byte_code+9757>, 
          0x5ee671 <exec_byte_code+9962>, 0x5ee6b7 <exec_byte_code+10032>, 
          0x5ee71d <exec_byte_code+10134>, 0x5ee7a0 <exec_byte_code+10265>, 
          0x5ee7e6 <exec_byte_code+10335>, 0x5ee82c <exec_byte_code+10405>, 
          0x5ee892 <exec_byte_code+10507>, 0x5ee8f8 <exec_byte_code+10609>, 
          0x5ee95e <exec_byte_code+10711>, 0x5ee9e1 <exec_byte_code+10842>, 
          0x5eea2e <exec_byte_code+10919>, 0x5eea7b <exec_byte_code+10996>, 
          0x5eeb48 <exec_byte_code+11201>, 0x5eebd9 <exec_byte_code+11346>, 
          0x5eec6a <exec_byte_code+11491>, 0x5eeebb <exec_byte_code+12084>, 
          0x5eef26 <exec_byte_code+12191>, 0x5eef91 <exec_byte_code+12298>, 
          0x5eeffc <exec_byte_code+12405>, 0x5ef067 <exec_byte_code+12512>, 
          0x5ef0b4 <exec_byte_code+12589>, 0x5ef146 <exec_byte_code+12735>, 
          0x5ef193 <exec_byte_code+12812>, 0x5ef1e0 <exec_byte_code+12889>, 
          0x5ef22d <exec_byte_code+12966>, 0x5ef32d <exec_byte_code+13222>, 
          0x5edb86 <exec_byte_code+7167>, 0x5ef38a <exec_byte_code+13315>, 
          0x5ef3d0 <exec_byte_code+13385>, 0x5ef498 <exec_byte_code+13585>, 
          0x5ef4f5 <exec_byte_code+13678>, 0x5ef552 <exec_byte_code+13771>, 
          0x5ef598 <exec_byte_code+13841>, 0x5ef5e4 <exec_byte_code+13917>, 
          0x5ef630 <exec_byte_code+13993>, 0x5ef684 <exec_byte_code+14077>, 
          0x5f0569 <exec_byte_code+17890>, 0x5ef6da <exec_byte_code+14163>, 
          0x5ef71b <exec_byte_code+14228>, 0x5ef75c <exec_byte_code+14293>, 
          0x5ef79d <exec_byte_code+14358>, 0x5ef7de <exec_byte_code+14423>, 
          0x5ef81f <exec_byte_code+14488>, 0x5edb86 <exec_byte_code+7167>, 
          0x5f0569 <exec_byte_code+17890>, 0x5ef865 <exec_byte_code+14558>, 
          0x5ef8b3 <exec_byte_code+14636>, 0x5ef8f9 <exec_byte_code+14706>, 
          0x5ef93f <exec_byte_code+14776>, 0x5ef9a5 <exec_byte_code+14878>, 
          0x5efa0b <exec_byte_code+14980>, 0x5efa51 <exec_byte_code+15050>, 
          0x5efb78 <exec_byte_code+15345>, 0x5efbde <exec_byte_code+15447>, 
          0x5efc44 <exec_byte_code+15549>, 0x5efcaa <exec_byte_code+15651>, 
          0x5efceb <exec_byte_code+15716>, 0x5f0569 <exec_byte_code+17890>, 
          0x5edabd <exec_byte_code+6966>, 0x5ecf0d <exec_byte_code+3974>, 
          0x5ec5e1 <exec_byte_code+1626>, 0x5ed040 <exec_byte_code+4281>, 
          0x5ed1a0 <exec_byte_code+4633>, 0x5ed2f4 <exec_byte_code+4973>, 
          0x5eda4e <exec_byte_code+6855>, 0x5eda8b <exec_byte_code+6916>, 
          0x5ecc36 <exec_byte_code+3247>, 0x5edb47 <exec_byte_code+7104>, 
          0x5edbb8 <exec_byte_code+7217>, 0x5edc42 <exec_byte_code+7355>, 
          0x5edc81 <exec_byte_code+7418>, 0x5edf5c <exec_byte_code+8149>, 
          0x5edfde <exec_byte_code+8279>, 0x5ee061 <exec_byte_code+8410>, 
          0x5ee0c2 <exec_byte_code+8507>, 0x5ecec4 <exec_byte_code+3901>, 
          0x5efd31 <exec_byte_code+15786>, 0x5efdb4 <exec_byte_code+15917>, 
          0x5efdfa <exec_byte_code+15987>, 0x5efe40 <exec_byte_code+16057>, 
          0x5efe86 <exec_byte_code+16127>, 0x5efecc <exec_byte_code+16197>, 
          0x5eff32 <exec_byte_code+16299>, 0x5eff98 <exec_byte_code+16401>, 
          0x5efffe <exec_byte_code+16503>, 0x5f0064 <exec_byte_code+16605>, 
          0x5f01d4 <exec_byte_code+16973>, 0x5f023a <exec_byte_code+17075>, 
          0x5f02a0 <exec_byte_code+17177>, 0x5f02e6 <exec_byte_code+17247>, 
          0x5f034c <exec_byte_code+17349>, 0x5f03b2 <exec_byte_code+17451>, 
          0x5f0406 <exec_byte_code+17535>, 0x5f045a <exec_byte_code+17619>, 
          0x5ef27a <exec_byte_code+13043>, 0x5ef2c7 <exec_byte_code+13120>, 
          0x5f04a7 <exec_byte_code+17696>, 0x5f050a <exec_byte_code+17795>, 
          0x5f0569 <exec_byte_code+17890>, 0x5ed448 <exec_byte_code+5313>, 
          0x5ed54e <exec_byte_code+5575>, 0x5ed693 <exec_byte_code+5900>, 
          0x5ed7d8 <exec_byte_code+6225>, 0x5ed913 <exec_byte_code+6540>, 
          0x5ee5f1 <exec_byte_code+9834>, 0x5eeac8 <exec_byte_code+11073>, 
          0x5ef418 <exec_byte_code+13457>, 0x5f073c <exec_byte_code+18357>, 
          0x5f07b2 <exec_byte_code+18475>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f084f <exec_byte_code+18632>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 
          0x5f08d7 <exec_byte_code+18768> <repeats 64 times>}
        count = 137
        op = 2
        vectorp = 0xf8a188
        stack = {
          pc = 0xee1ca9 "\211\036&G\311V\203d\001\016&G[\036#\327\324\330\016\034\"\331\"\036'\t\314\016'͉#\313\016&\237!\nR*\202\212\001\332\016\034@\311\312#\036(\333\016(\016\034\"\211\036)G\016\034\233\036*\t\314\016)!\321\314\016*!\n\260\005+*),\207", byte_string = 16365204, 
          byte_string_start = 0xee1b70 "\b;\203\t", next = 0x7fffffff4170}
        top = 0x7fffffff3bc8
        result = 41468164
        type = (CONDITION_CASE | unknown: 32766)
#8  0x00000000005a429d in funcall_lambda (fun=16294629, nargs=1, 
    arg_vector=0xf8a185) at eval.c:2876
        val = 0
        syms_left = 0
        next = 8150448
        lexenv = 0
        count = 134
        i = 1
        optional = true
        rest = false
#9  0x00000000005a37d4 in Ffuncall (nargs=2, args=0x7fffffff4110)
    at eval.c:2699
        fun = 16294629
        original_fun = 3054592
        funcar = 5927501
        numargs = 1
        lisp_numargs = 140737488306352
        val = 140737488306400
        internal_args = 0xa380
        count = 133
#10 0x00000000005ecdd1 in exec_byte_code (bytestr=16365204, vector=16294277, 
    maxdepth=30, args_template=0, nargs=0, args=0x0) at bytecode.c:880
        targets = {0x5f0569 <exec_byte_code+17890>, 
          0x5f05c9 <exec_byte_code+17986>, 0x5f05cb <exec_byte_code+17988>, 
          0x5f05cd <exec_byte_code+17990>, 0x5f05cf <exec_byte_code+17992>, 
          0x5f05cf <exec_byte_code+17992>, 0x5f062f <exec_byte_code+18088>, 
          0x5f06a2 <exec_byte_code+18203>, 0x5ec41a <exec_byte_code+1171>, 
          0x5ec41c <exec_byte_code+1173>, 0x5ec41e <exec_byte_code+1175>, 
          0x5ec420 <exec_byte_code+1177>, 0x5ec422 <exec_byte_code+1179>, 
          0x5ec422 <exec_byte_code+1179>, 0x5ec428 <exec_byte_code+1185>, 
          0x5ec3dd <exec_byte_code+1110>, 0x5ec9d2 <exec_byte_code+2635>, 
          0x5ec9d4 <exec_byte_code+2637>, 0x5ec9d6 <exec_byte_code+2639>, 
          0x5ec9d8 <exec_byte_code+2641>, 0x5ec9da <exec_byte_code+2643>, 
          0x5ec9da <exec_byte_code+2643>, 0x5eca1b <exec_byte_code+2708>, 
          0x5ec9e0 <exec_byte_code+2649>, 0x5eccdc <exec_byte_code+3413>, 
          0x5eccde <exec_byte_code+3415>, 0x5ecce0 <exec_byte_code+3417>, 
          0x5ecce2 <exec_byte_code+3419>, 0x5ecce4 <exec_byte_code+3421>, 
          0x5ecce4 <exec_byte_code+3421>, 0x5ecc84 <exec_byte_code+3325>, 
          0x5ecca1 <exec_byte_code+3354>, 0x5ecd9e <exec_byte_code+3607>, 
          0x5ecda0 <exec_byte_code+3609>, 0x5ecda2 <exec_byte_code+3611>, 
          0x5ecda4 <exec_byte_code+3613>, 0x5ecda6 <exec_byte_code+3615>, 
          0x5ecda6 <exec_byte_code+3615>, 0x5ecd46 <exec_byte_code+3519>, 
          0x5ecd63 <exec_byte_code+3548>, 0x5ece60 <exec_byte_code+3801>, 
          0x5ece62 <exec_byte_code+3803>, 0x5ece64 <exec_byte_code+3805>, 
          0x5ece66 <exec_byte_code+3807>, 0x5ece68 <exec_byte_code+3809>, 
          0x5ece68 <exec_byte_code+3809>, 0x5ece08 <exec_byte_code+3713>, 
          0x5ece25 <exec_byte_code+3742>, 0x5edf1d <exec_byte_code+8086>, 
          0x5edcf2 <exec_byte_code+7531>, 0x5edce9 <exec_byte_code+7522>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 0x5ee143 <exec_byte_code+8636>, 
          0x5ee24a <exec_byte_code+8899>, 0x5ee2a8 <exec_byte_code+8993>, 
          0x5ee307 <exec_byte_code+9088>, 0x5ee36a <exec_byte_code+9187>, 
          0x5ec81b <exec_byte_code+2196>, 0x5ec891 <exec_byte_code+2314>, 
          0x5ee3df <exec_byte_code+9304>, 0x5ec741 <exec_byte_code+1978>, 
          0x5ec8f7 <exec_byte_code+2416>, 0x5ee445 <exec_byte_code+9406>, 
          0x5ee4ab <exec_byte_code+9508>, 0x5ee4f1 <exec_byte_code+9578>, 
          0x5ee557 <exec_byte_code+9680>, 0x5ee5a4 <exec_byte_code+9757>, 
          0x5ee671 <exec_byte_code+9962>, 0x5ee6b7 <exec_byte_code+10032>, 
          0x5ee71d <exec_byte_code+10134>, 0x5ee7a0 <exec_byte_code+10265>, 
          0x5ee7e6 <exec_byte_code+10335>, 0x5ee82c <exec_byte_code+10405>, 
          0x5ee892 <exec_byte_code+10507>, 0x5ee8f8 <exec_byte_code+10609>, 
          0x5ee95e <exec_byte_code+10711>, 0x5ee9e1 <exec_byte_code+10842>, 
          0x5eea2e <exec_byte_code+10919>, 0x5eea7b <exec_byte_code+10996>, 
          0x5eeb48 <exec_byte_code+11201>, 0x5eebd9 <exec_byte_code+11346>, 
          0x5eec6a <exec_byte_code+11491>, 0x5eeebb <exec_byte_code+12084>, 
          0x5eef26 <exec_byte_code+12191>, 0x5eef91 <exec_byte_code+12298>, 
          0x5eeffc <exec_byte_code+12405>, 0x5ef067 <exec_byte_code+12512>, 
          0x5ef0b4 <exec_byte_code+12589>, 0x5ef146 <exec_byte_code+12735>, 
          0x5ef193 <exec_byte_code+12812>, 0x5ef1e0 <exec_byte_code+12889>, 
          0x5ef22d <exec_byte_code+12966>, 0x5ef32d <exec_byte_code+13222>, 
          0x5edb86 <exec_byte_code+7167>, 0x5ef38a <exec_byte_code+13315>, 
          0x5ef3d0 <exec_byte_code+13385>, 0x5ef498 <exec_byte_code+13585>, 
          0x5ef4f5 <exec_byte_code+13678>, 0x5ef552 <exec_byte_code+13771>, 
          0x5ef598 <exec_byte_code+13841>, 0x5ef5e4 <exec_byte_code+13917>, 
          0x5ef630 <exec_byte_code+13993>, 0x5ef684 <exec_byte_code+14077>, 
          0x5f0569 <exec_byte_code+17890>, 0x5ef6da <exec_byte_code+14163>, 
          0x5ef71b <exec_byte_code+14228>, 0x5ef75c <exec_byte_code+14293>, 
          0x5ef79d <exec_byte_code+14358>, 0x5ef7de <exec_byte_code+14423>, 
          0x5ef81f <exec_byte_code+14488>, 0x5edb86 <exec_byte_code+7167>, 
          0x5f0569 <exec_byte_code+17890>, 0x5ef865 <exec_byte_code+14558>, 
          0x5ef8b3 <exec_byte_code+14636>, 0x5ef8f9 <exec_byte_code+14706>, 
          0x5ef93f <exec_byte_code+14776>, 0x5ef9a5 <exec_byte_code+14878>, 
          0x5efa0b <exec_byte_code+14980>, 0x5efa51 <exec_byte_code+15050>, 
          0x5efb78 <exec_byte_code+15345>, 0x5efbde <exec_byte_code+15447>, 
          0x5efc44 <exec_byte_code+15549>, 0x5efcaa <exec_byte_code+15651>, 
          0x5efceb <exec_byte_code+15716>, 0x5f0569 <exec_byte_code+17890>, 
          0x5edabd <exec_byte_code+6966>, 0x5ecf0d <exec_byte_code+3974>, 
          0x5ec5e1 <exec_byte_code+1626>, 0x5ed040 <exec_byte_code+4281>, 
          0x5ed1a0 <exec_byte_code+4633>, 0x5ed2f4 <exec_byte_code+4973>, 
          0x5eda4e <exec_byte_code+6855>, 0x5eda8b <exec_byte_code+6916>, 
          0x5ecc36 <exec_byte_code+3247>, 0x5edb47 <exec_byte_code+7104>, 
          0x5edbb8 <exec_byte_code+7217>, 0x5edc42 <exec_byte_code+7355>, 
          0x5edc81 <exec_byte_code+7418>, 0x5edf5c <exec_byte_code+8149>, 
          0x5edfde <exec_byte_code+8279>, 0x5ee061 <exec_byte_code+8410>, 
          0x5ee0c2 <exec_byte_code+8507>, 0x5ecec4 <exec_byte_code+3901>, 
          0x5efd31 <exec_byte_code+15786>, 0x5efdb4 <exec_byte_code+15917>, 
          0x5efdfa <exec_byte_code+15987>, 0x5efe40 <exec_byte_code+16057>, 
          0x5efe86 <exec_byte_code+16127>, 0x5efecc <exec_byte_code+16197>, 
          0x5eff32 <exec_byte_code+16299>, 0x5eff98 <exec_byte_code+16401>, 
          0x5efffe <exec_byte_code+16503>, 0x5f0064 <exec_byte_code+16605>, 
          0x5f01d4 <exec_byte_code+16973>, 0x5f023a <exec_byte_code+17075>, 
          0x5f02a0 <exec_byte_code+17177>, 0x5f02e6 <exec_byte_code+17247>, 
          0x5f034c <exec_byte_code+17349>, 0x5f03b2 <exec_byte_code+17451>, 
          0x5f0406 <exec_byte_code+17535>, 0x5f045a <exec_byte_code+17619>, 
          0x5ef27a <exec_byte_code+13043>, 0x5ef2c7 <exec_byte_code+13120>, 
          0x5f04a7 <exec_byte_code+17696>, 0x5f050a <exec_byte_code+17795>, 
          0x5f0569 <exec_byte_code+17890>, 0x5ed448 <exec_byte_code+5313>, 
          0x5ed54e <exec_byte_code+5575>, 0x5ed693 <exec_byte_code+5900>, 
          0x5ed7d8 <exec_byte_code+6225>, 0x5ed913 <exec_byte_code+6540>, 
          0x5ee5f1 <exec_byte_code+9834>, 0x5eeac8 <exec_byte_code+11073>, 
          0x5ef418 <exec_byte_code+13457>, 0x5f073c <exec_byte_code+18357>, 
          0x5f07b2 <exec_byte_code+18475>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f084f <exec_byte_code+18632>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 
          0x5f08d7 <exec_byte_code+18768> <repeats 64 times>}
        count = 123
        op = 1
        vectorp = 0xf8a188
        stack = {pc = 0xee1cf6 "\n\260\005+*),\207", byte_string = 16365204, 
          byte_string_start = 0xee1b70 "\b;\203\t", next = 0x7fffffff4690}
        top = 0x7fffffff4110
        result = 56179923
        type = (CONDITION_CASE | unknown: 32766)
#11 0x00000000005a429d in funcall_lambda (fun=16294629, nargs=3, 
    arg_vector=0xf8a185) at eval.c:2876
        val = 0
        syms_left = 0
        next = 8150448
        lexenv = 0
        count = 120
        i = 3
        optional = true
        rest = false
#12 0x00000000005a37d4 in Ffuncall (nargs=4, args=0x7fffffff4628)
    at eval.c:2699
        fun = 16294629
        original_fun = 3054592
        funcar = 0
        numargs = 3
        lisp_numargs = 5180867
        val = 140737488307728
        internal_args = 0x9a20
        count = 119
#13 0x00000000005ecdd1 in exec_byte_code (bytestr=16355124, vector=16293621, 
    maxdepth=22, args_template=0, nargs=0, args=0x0) at bytecode.c:880
        targets = {0x5f0569 <exec_byte_code+17890>, 
          0x5f05c9 <exec_byte_code+17986>, 0x5f05cb <exec_byte_code+17988>, 
          0x5f05cd <exec_byte_code+17990>, 0x5f05cf <exec_byte_code+17992>, 
          0x5f05cf <exec_byte_code+17992>, 0x5f062f <exec_byte_code+18088>, 
          0x5f06a2 <exec_byte_code+18203>, 0x5ec41a <exec_byte_code+1171>, 
          0x5ec41c <exec_byte_code+1173>, 0x5ec41e <exec_byte_code+1175>, 
          0x5ec420 <exec_byte_code+1177>, 0x5ec422 <exec_byte_code+1179>, 
          0x5ec422 <exec_byte_code+1179>, 0x5ec428 <exec_byte_code+1185>, 
          0x5ec3dd <exec_byte_code+1110>, 0x5ec9d2 <exec_byte_code+2635>, 
          0x5ec9d4 <exec_byte_code+2637>, 0x5ec9d6 <exec_byte_code+2639>, 
          0x5ec9d8 <exec_byte_code+2641>, 0x5ec9da <exec_byte_code+2643>, 
          0x5ec9da <exec_byte_code+2643>, 0x5eca1b <exec_byte_code+2708>, 
          0x5ec9e0 <exec_byte_code+2649>, 0x5eccdc <exec_byte_code+3413>, 
          0x5eccde <exec_byte_code+3415>, 0x5ecce0 <exec_byte_code+3417>, 
          0x5ecce2 <exec_byte_code+3419>, 0x5ecce4 <exec_byte_code+3421>, 
          0x5ecce4 <exec_byte_code+3421>, 0x5ecc84 <exec_byte_code+3325>, 
          0x5ecca1 <exec_byte_code+3354>, 0x5ecd9e <exec_byte_code+3607>, 
          0x5ecda0 <exec_byte_code+3609>, 0x5ecda2 <exec_byte_code+3611>, 
          0x5ecda4 <exec_byte_code+3613>, 0x5ecda6 <exec_byte_code+3615>, 
          0x5ecda6 <exec_byte_code+3615>, 0x5ecd46 <exec_byte_code+3519>, 
          0x5ecd63 <exec_byte_code+3548>, 0x5ece60 <exec_byte_code+3801>, 
          0x5ece62 <exec_byte_code+3803>, 0x5ece64 <exec_byte_code+3805>, 
          0x5ece66 <exec_byte_code+3807>, 0x5ece68 <exec_byte_code+3809>, 
          0x5ece68 <exec_byte_code+3809>, 0x5ece08 <exec_byte_code+3713>, 
          0x5ece25 <exec_byte_code+3742>, 0x5edf1d <exec_byte_code+8086>, 
          0x5edcf2 <exec_byte_code+7531>, 0x5edce9 <exec_byte_code+7522>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 0x5ee143 <exec_byte_code+8636>, 
          0x5ee24a <exec_byte_code+8899>, 0x5ee2a8 <exec_byte_code+8993>, 
          0x5ee307 <exec_byte_code+9088>, 0x5ee36a <exec_byte_code+9187>, 
          0x5ec81b <exec_byte_code+2196>, 0x5ec891 <exec_byte_code+2314>, 
          0x5ee3df <exec_byte_code+9304>, 0x5ec741 <exec_byte_code+1978>, 
          0x5ec8f7 <exec_byte_code+2416>, 0x5ee445 <exec_byte_code+9406>, 
          0x5ee4ab <exec_byte_code+9508>, 0x5ee4f1 <exec_byte_code+9578>, 
          0x5ee557 <exec_byte_code+9680>, 0x5ee5a4 <exec_byte_code+9757>, 
          0x5ee671 <exec_byte_code+9962>, 0x5ee6b7 <exec_byte_code+10032>, 
          0x5ee71d <exec_byte_code+10134>, 0x5ee7a0 <exec_byte_code+10265>, 
          0x5ee7e6 <exec_byte_code+10335>, 0x5ee82c <exec_byte_code+10405>, 
          0x5ee892 <exec_byte_code+10507>, 0x5ee8f8 <exec_byte_code+10609>, 
          0x5ee95e <exec_byte_code+10711>, 0x5ee9e1 <exec_byte_code+10842>, 
          0x5eea2e <exec_byte_code+10919>, 0x5eea7b <exec_byte_code+10996>, 
          0x5eeb48 <exec_byte_code+11201>, 0x5eebd9 <exec_byte_code+11346>, 
          0x5eec6a <exec_byte_code+11491>, 0x5eeebb <exec_byte_code+12084>, 
          0x5eef26 <exec_byte_code+12191>, 0x5eef91 <exec_byte_code+12298>, 
          0x5eeffc <exec_byte_code+12405>, 0x5ef067 <exec_byte_code+12512>, 
          0x5ef0b4 <exec_byte_code+12589>, 0x5ef146 <exec_byte_code+12735>, 
          0x5ef193 <exec_byte_code+12812>, 0x5ef1e0 <exec_byte_code+12889>, 
          0x5ef22d <exec_byte_code+12966>, 0x5ef32d <exec_byte_code+13222>, 
          0x5edb86 <exec_byte_code+7167>, 0x5ef38a <exec_byte_code+13315>, 
          0x5ef3d0 <exec_byte_code+13385>, 0x5ef498 <exec_byte_code+13585>, 
          0x5ef4f5 <exec_byte_code+13678>, 0x5ef552 <exec_byte_code+13771>, 
          0x5ef598 <exec_byte_code+13841>, 0x5ef5e4 <exec_byte_code+13917>, 
          0x5ef630 <exec_byte_code+13993>, 0x5ef684 <exec_byte_code+14077>, 
          0x5f0569 <exec_byte_code+17890>, 0x5ef6da <exec_byte_code+14163>, 
          0x5ef71b <exec_byte_code+14228>, 0x5ef75c <exec_byte_code+14293>, 
          0x5ef79d <exec_byte_code+14358>, 0x5ef7de <exec_byte_code+14423>, 
          0x5ef81f <exec_byte_code+14488>, 0x5edb86 <exec_byte_code+7167>, 
          0x5f0569 <exec_byte_code+17890>, 0x5ef865 <exec_byte_code+14558>, 
          0x5ef8b3 <exec_byte_code+14636>, 0x5ef8f9 <exec_byte_code+14706>, 
          0x5ef93f <exec_byte_code+14776>, 0x5ef9a5 <exec_byte_code+14878>, 
          0x5efa0b <exec_byte_code+14980>, 0x5efa51 <exec_byte_code+15050>, 
          0x5efb78 <exec_byte_code+15345>, 0x5efbde <exec_byte_code+15447>, 
          0x5efc44 <exec_byte_code+15549>, 0x5efcaa <exec_byte_code+15651>, 
          0x5efceb <exec_byte_code+15716>, 0x5f0569 <exec_byte_code+17890>, 
          0x5edabd <exec_byte_code+6966>, 0x5ecf0d <exec_byte_code+3974>, 
          0x5ec5e1 <exec_byte_code+1626>, 0x5ed040 <exec_byte_code+4281>, 
          0x5ed1a0 <exec_byte_code+4633>, 0x5ed2f4 <exec_byte_code+4973>, 
          0x5eda4e <exec_byte_code+6855>, 0x5eda8b <exec_byte_code+6916>, 
          0x5ecc36 <exec_byte_code+3247>, 0x5edb47 <exec_byte_code+7104>, 
          0x5edbb8 <exec_byte_code+7217>, 0x5edc42 <exec_byte_code+7355>, 
          0x5edc81 <exec_byte_code+7418>, 0x5edf5c <exec_byte_code+8149>, 
          0x5edfde <exec_byte_code+8279>, 0x5ee061 <exec_byte_code+8410>, 
          0x5ee0c2 <exec_byte_code+8507>, 0x5ecec4 <exec_byte_code+3901>, 
          0x5efd31 <exec_byte_code+15786>, 0x5efdb4 <exec_byte_code+15917>, 
          0x5efdfa <exec_byte_code+15987>, 0x5efe40 <exec_byte_code+16057>, 
          0x5efe86 <exec_byte_code+16127>, 0x5efecc <exec_byte_code+16197>, 
          0x5eff32 <exec_byte_code+16299>, 0x5eff98 <exec_byte_code+16401>, 
          0x5efffe <exec_byte_code+16503>, 0x5f0064 <exec_byte_code+16605>, 
          0x5f01d4 <exec_byte_code+16973>, 0x5f023a <exec_byte_code+17075>, 
          0x5f02a0 <exec_byte_code+17177>, 0x5f02e6 <exec_byte_code+17247>, 
          0x5f034c <exec_byte_code+17349>, 0x5f03b2 <exec_byte_code+17451>, 
          0x5f0406 <exec_byte_code+17535>, 0x5f045a <exec_byte_code+17619>, 
          0x5ef27a <exec_byte_code+13043>, 0x5ef2c7 <exec_byte_code+13120>, 
          0x5f04a7 <exec_byte_code+17696>, 0x5f050a <exec_byte_code+17795>, 
          0x5f0569 <exec_byte_code+17890>, 0x5ed448 <exec_byte_code+5313>, 
          0x5ed54e <exec_byte_code+5575>, 0x5ed693 <exec_byte_code+5900>, 
          0x5ed7d8 <exec_byte_code+6225>, 0x5ed913 <exec_byte_code+6540>, 
          0x5ee5f1 <exec_byte_code+9834>, 0x5eeac8 <exec_byte_code+11073>, 
          0x5ef418 <exec_byte_code+13457>, 0x5f073c <exec_byte_code+18357>, 
          0x5f07b2 <exec_byte_code+18475>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f084f <exec_byte_code+18632>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 0x5f0569 <exec_byte_code+17890>, 
          0x5f0569 <exec_byte_code+17890>, 
          0x5f08d7 <exec_byte_code+18768> <repeats 64 times>}
        count = 111
        op = 3
        vectorp = 0xf89ef8
        stack = {pc = 0xee1a25 "\036\032\r\321=\203E", byte_string = 16355124, 
          byte_string_start = 0xee19f0 "\306 \030ǎȉ\031\032ɉ\033\034\r;\203\026", next = 0x0}
        top = 0x7fffffff4628
        result = 140737488307920
        type = CATCHER
#14 0x00000000005a429d in funcall_lambda (fun=16293845, nargs=1, 
    arg_vector=0xf89ef5) at eval.c:2876
        val = 5927501
        syms_left = 0
        next = 1995296
        lexenv = 0
        count = 108
        i = 1
        optional = true
        rest = false
#15 0x00000000005a3b4e in apply_lambda (fun=16293845, args=29422755, count=107)
    at eval.c:2751
        args_left = 0
        i = 1
        numargs = 1
        arg_vector = 0x7fffffff4a90
        tem = 24621379
        sa_avail = 16376
        sa_count = 108
        sa_must_free = false
#16 0x00000000005a20d7 in eval_sub (form=29422739) at eval.c:2168
        fun = 16293845
        val = 140737488309280
        original_fun = 4251136
        original_args = 29422755
        funcar = 140737488309280
        count = 107
#17 0x000000000059e729 in Flet (args=29420867) at eval.c:915
        temps = 0x7fffffff4c30
        tem = 12704552
        lexenv = 140737488309456
        elt = 29422723
        varlist = 29422787
        count = 107
        argnum = 1
        sa_avail = 16376
        sa_count = 107
        sa_must_free = false
#18 0x00000000005a1be3 in eval_sub (form=29420883) at eval.c:2085
        numargs = 14
        args_left = 29420867
        i = 3
        maxargs = 11952
        argvals = {1, 0, 29946387, 24816, 0, 25228704, 13080496, 41346304}
        fun = 12704557
        val = 140737488309712
        original_fun = 26736
        original_args = 29420867
        funcar = 13080496
        count = 106
#19 0x000000000059cd42 in Fprogn (body=29420947) at eval.c:427
        val = 27683972
#20 0x00000000005a420c in funcall_lambda (fun=29421043, nargs=0, 
    arg_vector=0x7fffffff4e90) at eval.c:2869
        val = 2
        syms_left = 0
        next = 140737488309824
        lexenv = 29946387
        count = 106
        i = 0
        optional = false
        rest = false
#21 0x00000000005a3b4e in apply_lambda (fun=29421059, args=0, count=105)
    at eval.c:2751
        args_left = 0
        i = 0
        numargs = 0
        arg_vector = 0x7fffffff4e90
        tem = 140737488310032
        sa_avail = 16384
        sa_count = 106
        sa_must_free = false
#22 0x00000000005a22bb in eval_sub (form=29396291) at eval.c:2198
        fun = 29421059
        val = 0
        original_fun = 16473184
        original_args = 0
        funcar = 11952
        count = 105
#23 0x000000000059cd42 in Fprogn (body=29396339) at eval.c:427
        val = 0
#24 0x00000000005a420c in funcall_lambda (fun=29396707, nargs=0, 
    arg_vector=0x7fffffff50d0) at eval.c:2869
        val = 2
        syms_left = 0
        next = 140737488310464
        lexenv = 29946387
        count = 104
        i = 0
        optional = false
        rest = false
#25 0x00000000005a3b4e in apply_lambda (fun=29396723, args=0, count=103)
    at eval.c:2751
        args_left = 0
        i = 0
        numargs = 0
        arg_vector = 0x7fffffff50d0
        tem = 140737488310608
        sa_avail = 16384
        sa_count = 104
        sa_must_free = false
#26 0x00000000005a22bb in eval_sub (form=29435427) at eval.c:2198
        fun = 29396723
        val = 0
        original_fun = 16473040
        original_args = 0
        funcar = 11952
        count = 103
#27 0x000000000059cd42 in Fprogn (body=29473379) at eval.c:427
        val = 0
#28 0x000000000059e9d6 in Flet (args=29473523) at eval.c:943
        temps = 0x7fffffff5290
        tem = 39456
        lexenv = 44434259
        elt = 29436467
        varlist = 0
        count = 101
        argnum = 2
        sa_avail = 16368
        sa_count = 101
        sa_must_free = false
#29 0x00000000005a1be3 in eval_sub (form=29473539) at eval.c:2085
        numargs = 70
        args_left = 29473523
        i = 17
        maxargs = 0
        argvals = {140737488311168, 13080496, 140737488311168, 5766358, 0, 
          13080496, 140737488311200, 5766617}
        fun = 12704557
        val = 140737488311344
        original_fun = 26736
        original_args = 29473523
        funcar = 40935444
        count = 100
#30 0x000000000059cd42 in Fprogn (body=29473571) at eval.c:427
        val = 0
#31 0x0000000000594ea9 in Fsave_restriction (body=29473571) at editfns.c:3650
        val = 1
        count = 99
#32 0x00000000005a1be3 in eval_sub (form=29473555) at eval.c:2085
        numargs = 6
        args_left = 29473571
        i = 1
        maxargs = 0
        argvals = {13080496, 53147987, 5180867, 43429193, 140737488311552, 
          5179563, 140737488311568, 43429193}
        fun = 12702989
        val = 140737488311712
        original_fun = 331632
        original_args = 29473571
        funcar = 140737488311648
        count = 98
#33 0x000000000059cd42 in Fprogn (body=29473603) at eval.c:427
        val = 0
#34 0x000000000058df0d in Fsave_excursion (args=29473603) at editfns.c:1014
        val = 1
        count = 97
#35 0x00000000005a1be3 in eval_sub (form=29473587) at eval.c:2085
        numargs = 6
        args_left = 29473603
        i = 1
        maxargs = 0
        argvals = {40919876, 39475236, 0, 29365523, 140737488312016, 
          25783087632, 0, 41856}
        fun = 12700253
        val = 140737488312080
        original_fun = 36048
        original_args = 29473603
        funcar = 53147891
        count = 96
#36 0x000000000059cd42 in Fprogn (body=29473635) at eval.c:427
        val = 0
#37 0x00000000005a1be3 in eval_sub (form=29473619) at eval.c:2085
        numargs = 6
        args_left = 29473635
        i = 1
        maxargs = 0
        argvals = {53147987, 13242000, 13080496, 0, 140737488312224, 5174391, 
          140737488312256, 53147891}
        fun = 12703933
        val = 12704072
        original_fun = 33936
        original_args = 29473635
        funcar = 0
        count = 95
#38 0x000000000059cfb4 in Fsetq (args=29473667) at eval.c:494
        args_left = 29473667
        val = 29473667
        sym = 12704077
        lex_binding = 5181157
#39 0x00000000005a1be3 in eval_sub (form=29473651) at eval.c:2085
        numargs = 10
        args_left = 29473667
        i = 2
        maxargs = 0
        argvals = {41346309, 0, 0, 4161823267040, 5180867, 13061392, 
          140737488312576, 5179979}
        fun = 12704077
        val = 140737488312720
        original_fun = 299968
        original_args = 29473667
        funcar = 0
        count = 94
#40 0x000000000059cd42 in Fprogn (body=29473699) at eval.c:427
        val = 0
#41 0x000000000059e9d6 in Flet (args=29473715) at eval.c:943
        temps = 0x7fffffff59d0
        tem = 39456
        lexenv = 44434259
        elt = 30241523
        varlist = 0
        count = 93
        argnum = 1
        sa_avail = 16376
        sa_count = 93
        sa_must_free = false
#42 0x00000000005a1be3 in eval_sub (form=29473731) at eval.c:2085
        numargs = 10
        args_left = 29473715
        i = 2
        maxargs = 0
        argvals = {140737488313024, 0, 140737488313248, 25783087632, 0, 41856, 
          13080496, 140737488313056}
        fun = 12704557
        val = 140737488313200
        original_fun = 26736
        original_args = 29473715
        funcar = 140737488313136
        count = 92
#43 0x000000000059cd42 in Fprogn (body=29473747) at eval.c:427
        val = 0
#44 0x000000000059e9d6 in Flet (args=29472051) at eval.c:943
        temps = 0x7fffffff5bb0
        tem = 0
        lexenv = 44434259
        elt = 30241059
        varlist = 0
        count = 91
        argnum = 2
        sa_avail = 16368
        sa_count = 91
        sa_must_free = false
#45 0x00000000005a1be3 in eval_sub (form=29472067) at eval.c:2085
        numargs = 18
        args_left = 29472051
        i = 4
        maxargs = 0
        argvals = {15237680, 13242000, 40935540, 25783087632, 0, 41856, 
          13080496, 140737488313536}
        fun = 12704557
        val = 140737488313680
        original_fun = 26736
        original_args = 29472051
        funcar = 140737488313616
        count = 90
#46 0x000000000059cd42 in Fprogn (body=29472131) at eval.c:427
        val = 27604340
#47 0x00000000005a420c in funcall_lambda (fun=29472227, nargs=2, 
    arg_vector=0x7fffffff5e10) at eval.c:2869
        val = 0
        syms_left = 0
        next = 15840496
        lexenv = 44434195
        count = 89
        i = 2
        optional = true
        rest = false
#48 0x00000000005a3b4e in apply_lambda (fun=29472243, args=30655411, count=88)
    at eval.c:2751
        args_left = 0
        i = 2
        numargs = 2
        arg_vector = 0x7fffffff5e10
        tem = 30481091
        sa_avail = 16368
        sa_count = 89
        sa_must_free = false
#49 0x00000000005a22bb in eval_sub (form=30655395) at eval.c:2198
        fun = 29472243
        val = 0
        original_fun = 15840448
        original_args = 30655411
        funcar = 11952
        count = 88
#50 0x000000000059cd42 in Fprogn (body=30653475) at eval.c:427
        val = 0
#51 0x000000000059e472 in FletX (args=30651683) at eval.c:879
        varlist = 0
        var = 39888
        val = 40935540
        elt = 30654643
        lexenv = 55214883
        count = 87
#52 0x00000000005a1be3 in eval_sub (form=30651699) at eval.c:2085
        numargs = 18
        args_left = 30651683
        i = 4
        maxargs = 0
        argvals = {2, 25228032, 140737488314736, 5907209, 30854803, 30655587, 
          140737488314544, 13266816}
        fun = 12704509
        val = 140737488314688
        original_fun = 26784
        original_args = 30651683
        funcar = 140737488314688
        count = 86
#53 0x000000000059cd42 in Fprogn (body=30651731) at eval.c:427
        val = 0
#54 0x00000000005a1be3 in eval_sub (form=30651715) at eval.c:2085
        numargs = 6
        args_left = 30651731
        i = 1
        maxargs = 0
        argvals = {0, 25783087632, 0, 41856, 13080496, 13242000, 24816, 0}
        fun = 12703933
        val = 140737488314992
        original_fun = 33936
        original_args = 30651731
        funcar = 13080496
        count = 85
#55 0x000000000059cabe in Fif (args=30651763) at eval.c:384
        cond = 39456
#56 0x00000000005a1be3 in eval_sub (form=30651747) at eval.c:2085
        numargs = 10
        args_left = 30651763
        i = 2
        maxargs = 0
        argvals = {140737488315104, 13242000, 140737488315136, 25783087632, 0, 
          41856, 13080496, 140737488315152}
        fun = 12703837
        val = 140737488315296
        original_fun = 23328
        original_args = 30651763
        funcar = 140737488315232
        count = 84
#57 0x000000000059cd42 in Fprogn (body=30651843) at eval.c:427
        val = 28006452
#58 0x00000000005a420c in funcall_lambda (fun=30651939, nargs=9, 
    arg_vector=0x7fffffff6460) at eval.c:2869
        val = 29584147
        syms_left = 0
        next = 8021312
        lexenv = 55214883
        count = 83
        i = 9
        optional = false
        rest = true
#59 0x00000000005a3b4e in apply_lambda (fun=30651955, args=29584515, count=82)
    at eval.c:2751
        args_left = 0
        i = 9
        numargs = 9
        arg_vector = 0x7fffffff6460
        tem = 39449620
        sa_avail = 16312
        sa_count = 83
        sa_must_free = false
#60 0x00000000005a22bb in eval_sub (form=29584563) at eval.c:2198
        fun = 30651955
        val = 140737488315952
        original_fun = 15620880
        original_args = 29584515
        funcar = 11952
        count = 82
#61 0x000000000059cd42 in Fprogn (body=29584099) at eval.c:427
        val = 0
#62 0x000000000059cc81 in Fcond (args=29584083) at eval.c:409
        clause = 29584579
        val = 39456
#63 0x00000000005a1be3 in eval_sub (form=29582083) at eval.c:2085
        numargs = 10
        args_left = 29582499
        i = 2
        maxargs = 0
        argvals = {41346309, 79, 140737488316320, 0, 140737488316176, 5885250, 
          13266816, 0}
        fun = 12703885
        val = 41346309
        original_fun = 299824
        original_args = 29582499
        funcar = 39473236
        count = 81
#64 0x000000000059cd42 in Fprogn (body=29582035) at eval.c:427
        val = 41346309
#65 0x000000000058df4c in Fsave_current_buffer (args=29582051)
    at editfns.c:1027
        count = 80
#66 0x00000000005a1be3 in eval_sub (form=29582067) at eval.c:2085
        numargs = 10
        args_left = 29582051
        i = 2
        maxargs = 0
        argvals = {2, 25227776, 140737488316720, 25783087632, 0, 41856, 
          13080496, 140737488316528}
        fun = 12700301
        val = 140737488316672
        original_fun = 328752
        original_args = 29582051
        funcar = 140737488316608
        count = 79
#67 0x000000000059cd42 in Fprogn (body=29582019) at eval.c:427
        val = 0
#68 0x000000000059e9d6 in Flet (args=29582003) at eval.c:943
        temps = 0x7fffffff6940
        tem = 0
        lexenv = 54826147
        elt = 29586067
        varlist = 0
        count = 78
        argnum = 1
        sa_avail = 16376
        sa_count = 78
        sa_must_free = false
#69 0x00000000005a1be3 in eval_sub (form=29581987) at eval.c:2085
        numargs = 10
        args_left = 29582003
        i = 2
        maxargs = 0
        argvals = {140737488316976, 5723415, 54385443, 25783087632, 0, 41856, 
          13080496, 140737488317008}
        fun = 12704557
        val = 140737488317152
        original_fun = 26736
        original_args = 29582003
        funcar = 140737488317088
        count = 77
#70 0x000000000059cd42 in Fprogn (body=29581923) at eval.c:427
        val = 28622180
#71 0x00000000005a420c in funcall_lambda (fun=29581827, nargs=5, 
    arg_vector=0x7fffffff6c58) at eval.c:2869
        val = 11952
        syms_left = 0
        next = 15681264
        lexenv = 54826019
        count = 76
        i = 5
        optional = true
        rest = false
#72 0x00000000005a38d3 in Ffuncall (nargs=6, args=0x7fffffff6c50)
    at eval.c:2711
        fun = 29581811
        original_fun = 15219536
        funcar = 11952
        numargs = 5
        lisp_numargs = 39450292
        val = 140737488317504
        internal_args = 0x0
        count = 75
#73 0x00000000005a2857 in Fapply (nargs=5, args=0x7fffffff6d10) at eval.c:2278
        i = 6
        numargs = 5
        funcall_nargs = 6
        funcall_args = 0x7fffffff6c50
        spread_arg = 0
        fun = 29581811
        retval = 5181002
        sa_avail = 16336
        sa_count = 75
        sa_must_free = false
#74 0x00000000005a1dc3 in eval_sub (form=27529891) at eval.c:2103
        vals = 0x7fffffff6d10
        argnum = 5
        sa_avail = 16344
        sa_count = 75
        sa_must_free = false
        numargs = 22
        args_left = 0
        i = -37584
        maxargs = 0
        argvals = {140737488317840, 25227648, 140737488318064, 5907209, 
          140737488317872, 27530691, 15219536, 0}
        fun = 12705133
        val = 140737488318016
        original_fun = 7440
        original_args = 27529699
        funcar = 3617888
        count = 74
#75 0x000000000059cd42 in Fprogn (body=27525987) at eval.c:427
        val = 0
#76 0x000000000059cc81 in Fcond (args=27525939) at eval.c:409
        clause = 27530259
        val = 39456
#77 0x00000000005a1be3 in eval_sub (form=27530931) at eval.c:2085
        numargs = 14
        args_left = 27525939
        i = 3
        maxargs = 0
        argvals = {0, 25227616, 140737488318432, 5907209, 0, 27610275, 
          13080496, 140737488318240}
        fun = 12703885
        val = 140737488318384
        original_fun = 299824
        original_args = 27525939
        funcar = 140737488318320
        count = 73
#78 0x000000000059cd42 in Fprogn (body=27521539) at eval.c:427
        val = 0
#79 0x000000000059e472 in FletX (args=27668915) at eval.c:879
        varlist = 0
        var = 15033616
        val = 39475236
        elt = 27608995
        lexenv = 54385251
        count = 72
#80 0x00000000005a1be3 in eval_sub (form=27668851) at eval.c:2085
        numargs = 10
        args_left = 27668915
        i = 2
        maxargs = 0
        argvals = {39796181, 70, 383232, 13242000, 2, 0, 13286208, 0}
        fun = 12704509
        val = 39796181
        original_fun = 26784
        original_args = 27668915
        funcar = 56312853
        count = 71
#81 0x000000000059cd42 in Fprogn (body=27668307) at eval.c:427
        val = 39796181
#82 0x000000000058df4c in Fsave_current_buffer (args=27668739)
    at editfns.c:1027
        count = 70
#83 0x00000000005a1be3 in eval_sub (form=27668803) at eval.c:2085
        numargs = 10
        args_left = 27668739
        i = 2
        maxargs = 0
        argvals = {139642271658704, 56312853, 39456, 25783087632, 0, 41856, 
          13080496, 140737488319008}
        fun = 12700301
        val = 140737488319152
        original_fun = 328752
        original_args = 27668739
        funcar = 140737488319088
        count = 69
#84 0x000000000059cd42 in Fprogn (body=27667955) at eval.c:427
        val = 28966884
#85 0x00000000005a420c in funcall_lambda (fun=27666563, nargs=5, 
    arg_vector=0x7fffffff7428) at eval.c:2869
        val = 11952
        syms_left = 0
        next = 7488
        lexenv = 54385251
        count = 68
        i = 5
        optional = true
        rest = true
#86 0x00000000005a38d3 in Ffuncall (nargs=6, args=0x7fffffff7420)
    at eval.c:2711
        fun = 27666211
        original_fun = 15053648
        funcar = 11952
        numargs = 5
        lisp_numargs = 0
        val = 140737488319504
        internal_args = 0x0
        count = 67
#87 0x00000000005a2857 in Fapply (nargs=2, args=0x7fffffff74e0) at eval.c:2278
        i = 6
        numargs = 5
        funcall_nargs = 6
        funcall_args = 0x7fffffff7420
        spread_arg = 0
        fun = 27666211
        retval = 5181002
        sa_avail = 16336
        sa_count = 67
        sa_must_free = false
#88 0x00000000005a1dc3 in eval_sub (form=30345491) at eval.c:2103
        vals = 0x7fffffff74e0
        argnum = 2
        sa_avail = 16368
        sa_count = 67
        sa_must_free = false
        numargs = 10
        args_left = 0
        i = -35608
        maxargs = 0
        argvals = {0, 0, 9405912, 0, 22, 13283856, 140737488319984, 41856}
        fun = 12705133
        val = 140737488319984
        original_fun = 7440
        original_args = 30345507
        funcar = 140737488319920
        count = 66
#89 0x000000000059f9ee in internal_lisp_condition_case (var=4171408, 
    bodyform=30345491, handlers=30345683) at eval.c:1278
        val = 0
        c = 0x14c3db0
        oldhandlerlist = 0x14a3400
        clausenb = 1
#90 0x000000000059f3ee in Fcondition_case (args=30345475) at eval.c:1203
        var = 4171408
        bodyform = 30345491
        handlers = 30345683
#91 0x00000000005a1be3 in eval_sub (form=30345459) at eval.c:2085
        numargs = 14
        args_left = 30345475
        i = 3
        maxargs = 0
        argvals = {54491379, 0, 140737488320560, 5904587, 13080496, 299216, 
          140737488320368, 54385043}
        fun = 12704845
        val = 140737488320512
        original_fun = 300624
        original_args = 30345475
        funcar = 140737488320448
        count = 65
#92 0x000000000059cd42 in Fprogn (body=30345699) at eval.c:427
        val = 0
#93 0x000000000059cb71 in Fif (args=30345379) at eval.c:385
        cond = 0
#94 0x00000000005a1be3 in eval_sub (form=30345363) at eval.c:2085
        numargs = 14
        args_left = 30345379
        i = 3
        maxargs = 0
        argvals = {140737488320656, 25227296, 140737488320912, 25783087632, 0, 
          41856, 13080496, 140737488320720}
        fun = 12703837
        val = 140737488320864
        original_fun = 23328
        original_args = 30345379
        funcar = 140737488320800
        count = 64
#95 0x000000000059cd42 in Fprogn (body=30344291) at eval.c:427
        val = 0
#96 0x000000000059e9d6 in Flet (args=30344307) at eval.c:943
        temps = 0x7fffffff79a0
        tem = 15053648
        lexenv = 54385075
        elt = 30346179
        varlist = 0
        count = 63
        argnum = 1
        sa_avail = 16376
        sa_count = 63
        sa_must_free = false
#97 0x00000000005a1be3 in eval_sub (form=30344323) at eval.c:2085
        numargs = 14
        args_left = 30344307
        i = 3
        maxargs = 0
        argvals = {140737488321184, 54385043, 140737488321392, 5904481, 
          8358821645887961904, 3425200, 140737488321200, 5174391}
        fun = 12704557
        val = 140737488321344
        original_fun = 26736
        original_args = 30344307
        funcar = 4294933472
        count = 62
#98 0x000000000059cd42 in Fprogn (body=30344339) at eval.c:427
        val = 0
#99 0x000000000059eaf2 in Fwhile (args=30344355) at eval.c:962
        test = 3425200
        body = 30344339
#100 0x00000000005a1be3 in eval_sub (form=30344371) at eval.c:2085
        numargs = 10
        args_left = 30344355
        i = 2
        maxargs = 0
        argvals = {2, 25227200, 140737488321760, 25783087632, 0, 41856, 
          13080496, 140737488321568}
        fun = 12704605
        val = 140737488321712
        original_fun = 300304
        original_args = 30344355
        funcar = 140737488321648
        count = 61
#101 0x000000000059cd42 in Fprogn (body=30344387) at eval.c:427
        val = 0
#102 0x000000000059e9d6 in Flet (args=30344403) at eval.c:943
        temps = 0x7fffffff7cf0
        tem = 29594355
        lexenv = 54385043
        elt = 30346099
        varlist = 0
        count = 60
        argnum = 1
        sa_avail = 16376
        sa_count = 60
        sa_must_free = false
#103 0x00000000005a1be3 in eval_sub (form=30344419) at eval.c:2085
        numargs = 10
        args_left = 30344403
        i = 2
        maxargs = 0
        argvals = {140737488322000, 13266816, 140737488321760, 25783087632, 0, 
          41856, 13080496, 140737488322048}
        fun = 12704557
        val = 140737488322192
        original_fun = 26736
        original_args = 30344403
        funcar = 140737488322128
        count = 59
#104 0x000000000059cd42 in Fprogn (body=30344915) at eval.c:427
        val = 26093540
#105 0x00000000005a420c in funcall_lambda (fun=30345011, nargs=7, 
    arg_vector=0x7fffffff8008) at eval.c:2869
        val = 11952
        syms_left = 0
        next = 7488
        lexenv = 54385011
        count = 58
        i = 7
        optional = false
        rest = true
#106 0x00000000005a38d3 in Ffuncall (nargs=8, args=0x7fffffff8000)
    at eval.c:2711
        fun = 30345027
        original_fun = 17020144
        funcar = 11952
        numargs = 7
        lisp_numargs = 54491763
        val = 140737488322544
        internal_args = 0x0
        count = 57
#107 0x00000000005a2857 in Fapply (nargs=6, args=0x7fffffff80d0) at eval.c:2278
        i = 8
        numargs = 7
        funcall_nargs = 8
        funcall_args = 0x7fffffff8000
        spread_arg = 0
        fun = 30345027
        retval = 5181002
        sa_avail = 16320
        sa_count = 57
        sa_must_free = false
#108 0x00000000005a1dc3 in eval_sub (form=30315619) at eval.c:2103
        vals = 0x7fffffff80d0
        argnum = 6
        sa_avail = 16336
        sa_count = 57
        sa_must_free = false
        numargs = 26
        args_left = 0
        i = -32520
        maxargs = 0
        argvals = {54491763, 24816, 2, 25227040, 13080496, 36963376, 
          140737488322928, 0}
        fun = 12705133
        val = 0
        original_fun = 7440
        original_args = 30315667
        funcar = 5180867
        count = 56
#109 0x000000000059cd42 in Fprogn (body=30314627) at eval.c:427
        val = 0
#110 0x00000000005a1be3 in eval_sub (form=30314659) at eval.c:2085
        numargs = 10
        args_left = 30314643
        i = 2
        maxargs = 0
        argvals = {13266816, 0, 140737488323200, 140737488323328, 
          140737488323312, 5915316, 2, 30329219}
        fun = 12703933
        val = 140737488323376
        original_fun = 33936
        original_args = 30314643
        funcar = 0
        count = 55
#111 0x000000000059cabe in Fif (args=30314691) at eval.c:384
        cond = 28399261
#112 0x00000000005a1be3 in eval_sub (form=30314707) at eval.c:2085
        numargs = 10
        args_left = 30314691
        i = 2
        maxargs = 0
        argvals = {2, 25226976, 140737488323728, 25783087632, 0, 41856, 
          13080496, 140737488323536}
        fun = 12703837
        val = 140737488323680
        original_fun = 23328
        original_args = 30314691
        funcar = 140737488323616
        count = 54
#113 0x000000000059cd42 in Fprogn (body=30314979) at eval.c:427
        val = 0
#114 0x000000000059e9d6 in Flet (args=30314995) at eval.c:943
        temps = 0x7fffffff84a0
        tem = 28399261
        lexenv = 54492115
        elt = 30317331
        varlist = 0
        count = 53
        argnum = 1
        sa_avail = 16376
        sa_count = 53
        sa_must_free = false
#115 0x00000000005a1be3 in eval_sub (form=30315011) at eval.c:2085
        numargs = 10
        args_left = 30314995
        i = 2
        maxargs = 0
        argvals = {140737488323968, 52, 263536, 25783087632, 0, 41856, 
          13080496, 140737488324016}
        fun = 12704557
        val = 0
        original_fun = 26736
        original_args = 30314995
        funcar = 11952
        count = 52
#116 0x000000000059cd42 in Fprogn (body=30315027) at eval.c:427
        val = 0
#117 0x00000000005a420c in funcall_lambda (fun=30315123, nargs=5, 
    arg_vector=0x7fffffff8700) at eval.c:2869
        val = 29356451
        syms_left = 0
        next = 7488
        lexenv = 54491763
        count = 51
        i = 5
        optional = false
        rest = true
#118 0x00000000005a3b4e in apply_lambda (fun=30315139, args=29509027, count=50)
    at eval.c:2751
        args_left = 0
        i = 5
        numargs = 5
        arg_vector = 0x7fffffff8700
        tem = 39449620
        sa_avail = 16344
        sa_count = 51
        sa_must_free = false
#119 0x00000000005a22bb in eval_sub (form=29509011) at eval.c:2198
        fun = 30315139
        val = 140737488324784
        original_fun = 17019520
        original_args = 29509027
        funcar = 11952
        count = 50
#120 0x000000000059cd42 in Fprogn (body=29509123) at eval.c:427
        val = 0
#121 0x00000000005a1be3 in eval_sub (form=29509107) at eval.c:2085
        numargs = 6
        args_left = 29509123
        i = 1
        maxargs = 0
        argvals = {140737488324896, 54609763, 140737488324928, 5943914, 
          54609763, 3425200, 2, 54609763}
        fun = 12703933
        val = 140737488325088
        original_fun = 33936
        original_args = 29509123
        funcar = 11952
        count = 49
#122 0x000000000059cabe in Fif (args=29509155) at eval.c:384
        cond = 46805829
#123 0x00000000005a1be3 in eval_sub (form=29509139) at eval.c:2085
        numargs = 10
        args_left = 29509155
        i = 2
        maxargs = 0
        argvals = {140737488325184, 25226784, 140737488325440, 25783087632, 0, 
          41856, 13080496, 140737488325248}
        fun = 12703837
        val = 140737488325392
        original_fun = 23328
        original_args = 29509155
        funcar = 140737488325328
        count = 48
#124 0x000000000059cd42 in Fprogn (body=29509187) at eval.c:427
        val = 0
#125 0x000000000059e9d6 in Flet (args=29509315) at eval.c:943
        temps = 0x7fffffff8b50
        tem = 40612925
        lexenv = 55312195
        elt = 29916019
        varlist = 0
        count = 47
        argnum = 1
        sa_avail = 16376
        sa_count = 47
        sa_must_free = false
#126 0x00000000005a1be3 in eval_sub (form=29509331) at eval.c:2085
        numargs = 18
        args_left = 29509315
        i = 4
        maxargs = 0
        argvals = {140737488325744, 54609763, 140737488325920, 5904481, 
          140737488325888, 3425200, 140737488325744, 5885250}
        fun = 12704557
        val = 140737488325872
        original_fun = 26736
        original_args = 29509315
        funcar = 17019424
        count = 46
#127 0x000000000059cd42 in Fprogn (body=29509379) at eval.c:427
        val = 0
#128 0x000000000059eaf2 in Fwhile (args=29509363) at eval.c:962
        test = 3425200
        body = 29509379
#129 0x00000000005a1be3 in eval_sub (form=29509347) at eval.c:2085
        numargs = 10
        args_left = 29509363
        i = 2
        maxargs = 0
        argvals = {1, 25226688, 140737488326288, 25783087632, 0, 41856, 
          13080496, 140737488326096}
        fun = 12704605
        val = 140737488326240
        original_fun = 300304
        original_args = 29509363
        funcar = 140737488326176
        count = 45
#130 0x000000000059cd42 in Fprogn (body=29509395) at eval.c:427
        val = 0
#131 0x000000000059e9d6 in Flet (args=29509411) at eval.c:943
        temps = 0x7fffffff8ea0
        tem = 54609731
        lexenv = 54609763
        elt = 29915939
        varlist = 0
        count = 44
        argnum = 1
        sa_avail = 16376
        sa_count = 44
        sa_must_free = false
#132 0x00000000005a1be3 in eval_sub (form=29509427) at eval.c:2085
        numargs = 10
        args_left = 29509411
        i = 2
        maxargs = 0
        argvals = {2, 25226656, 140737488326768, 5907209, 140737488326576, 
          30364675, 13266816, 0}
        fun = 12704557
        val = 140737488326720
        original_fun = 26736
        original_args = 29509411
        funcar = 39450292
        count = 43
#133 0x000000000059cd42 in Fprogn (body=29509443) at eval.c:427
        val = 0
#134 0x000000000059cb71 in Fif (args=29915843) at eval.c:385
        cond = 0
#135 0x00000000005a1be3 in eval_sub (form=29915827) at eval.c:2085
        numargs = 14
        args_left = 29915843
        i = 3
        maxargs = 0
        argvals = {1, 25226592, 140737488327120, 25783087632, 0, 41856, 
          13080496, 140737488326928}
        fun = 12703837
        val = 140737488327072
        original_fun = 23328
        original_args = 29915843
        funcar = 140737488327008
        count = 42
#136 0x000000000059cd42 in Fprogn (body=29509459) at eval.c:427
        val = 0
#137 0x000000000059e9d6 in Flet (args=29509475) at eval.c:943
        temps = 0x7fffffff91e0
        tem = 39452244
        lexenv = 56154835
        elt = 30364851
        varlist = 0
        count = 41
        argnum = 1
        sa_avail = 16376
        sa_count = 41
        sa_must_free = false
#138 0x00000000005a1be3 in eval_sub (form=29509491) at eval.c:2085
        numargs = 10
        args_left = 29509475
        i = 2
        maxargs = 0
        argvals = {44288021, 140737488327384, 44288016, 25783087632, 0, 41856, 
          13080496, 140737488327408}
        fun = 12704557
        val = 140737488327552
        original_fun = 26736
        original_args = 29509475
        funcar = 140737488327488
        count = 40
#139 0x000000000059cd42 in Fprogn (body=29509539) at eval.c:427
        val = 0
#140 0x00000000005a420c in funcall_lambda (fun=29540387, nargs=4, 
    arg_vector=0x7fffffff94f8) at eval.c:2869
        val = 11952
        syms_left = 0
        next = 15681264
        lexenv = 56154771
        count = 39
        i = 4
        optional = true
        rest = false
#141 0x00000000005a38d3 in Ffuncall (nargs=5, args=0x7fffffff94f0)
    at eval.c:2711
        fun = 29540403
        original_fun = 14970896
        funcar = 11952
        numargs = 4
        lisp_numargs = 140737488328000
        val = 140737488327904
        internal_args = 0x0
        count = 38
#142 0x00000000005a2857 in Fapply (nargs=2, args=0x7fffffff95b0) at eval.c:2278
        i = 5
        numargs = 4
        funcall_nargs = 5
        funcall_args = 0x7fffffff94f0
        spread_arg = 0
        fun = 29540403
        retval = 5181002
        sa_avail = 16344
        sa_count = 38
        sa_must_free = false
#143 0x00000000005a1dc3 in eval_sub (form=30345491) at eval.c:2103
        vals = 0x7fffffff95b0
        argnum = 2
        sa_avail = 16368
        sa_count = 38
        sa_must_free = false
        numargs = 10
        args_left = 0
        i = -27208
        maxargs = 0
        argvals = {12577920, 140737488329456, 0, 5174391, 17002933, 16933347, 
          25769776688, 13242000}
        fun = 12705133
        val = 140737488328384
        original_fun = 7440
        original_args = 30345507
        funcar = 140737488328320
        count = 37
#144 0x000000000059f9ee in internal_lisp_condition_case (var=4171408, 
    bodyform=30345491, handlers=30345683) at eval.c:1278
        val = 0
        c = 0x14a3400
        oldhandlerlist = 0x14a2410
        clausenb = 1
#145 0x000000000059f3ee in Fcondition_case (args=30345475) at eval.c:1203
        var = 4171408
        bodyform = 30345491
        handlers = 30345683
#146 0x00000000005a1be3 in eval_sub (form=30345459) at eval.c:2085
        numargs = 14
        args_left = 30345475
        i = 3
        maxargs = 0
        argvals = {0, 0, 140737488328960, 5904587, 39449780, 299216, 8100656, 
          56154595}
        fun = 12704845
        val = 140737488328912
        original_fun = 300624
        original_args = 30345475
        funcar = 44208
        count = 36
#147 0x000000000059cd42 in Fprogn (body=30345699) at eval.c:427
        val = 0
#148 0x000000000059cb71 in Fif (args=30345379) at eval.c:385
        cond = 0
#149 0x00000000005a1be3 in eval_sub (form=30345363) at eval.c:2085
        numargs = 14
        args_left = 30345379
        i = 3
        maxargs = 0
        argvals = {140737488329056, 25226368, 140737488329312, 25783087632, 0, 
          41856, 13080496, 140737488329120}
        fun = 12703837
        val = 140737488329264
        original_fun = 23328
        original_args = 30345379
        funcar = 140737488329200
        count = 35
#150 0x000000000059cd42 in Fprogn (body=30344291) at eval.c:427
        val = 0
#151 0x000000000059e9d6 in Flet (args=30344307) at eval.c:943
        temps = 0x7fffffff9a70
        tem = 14970896
        lexenv = 56154627
        elt = 30346179
        varlist = 0
        count = 34
        argnum = 1
        sa_avail = 16376
        sa_count = 34
        sa_must_free = false
#152 0x00000000005a1be3 in eval_sub (form=30344323) at eval.c:2085
        numargs = 14
        args_left = 30344307
        i = 3
        maxargs = 0
        argvals = {140737488329584, 56154595, 140737488329792, 5904481, 
          6052837899185946625, 3425200, 354788, 13281456}
        fun = 12704557
        val = 140737488329744
        original_fun = 26736
        original_args = 30344307
        funcar = 140737488329680
        count = 33
#153 0x000000000059cd42 in Fprogn (body=30344339) at eval.c:427
        val = 0
#154 0x000000000059eaf2 in Fwhile (args=30344355) at eval.c:962
        test = 3425200
        body = 30344339
#155 0x00000000005a1be3 in eval_sub (form=30344371) at eval.c:2085
        numargs = 10
        args_left = 30344355
        i = 2
        maxargs = 0
        argvals = {25, 25226272, 140737488330160, 25783087632, 0, 41856, 
          13080496, 140737488329968}
        fun = 12704605
        val = 140737488330112
        original_fun = 300304
        original_args = 30344355
        funcar = 140737488330048
        count = 32
#156 0x000000000059cd42 in Fprogn (body=30344387) at eval.c:427
        val = 0
#157 0x000000000059e9d6 in Flet (args=30344403) at eval.c:943
        temps = 0x7fffffff9dc0
        tem = 29622099
        lexenv = 56154595
        elt = 30346099
        varlist = 0
        count = 31
        argnum = 1
        sa_avail = 16376
        sa_count = 31
        sa_must_free = false
#158 0x00000000005a1be3 in eval_sub (form=30344419) at eval.c:2085
        numargs = 10
        args_left = 30344403
        i = 2
        maxargs = 0
        argvals = {53413936, 0, 140737488330416, 25783087632, 0, 41856, 
          13080496, 140737488330448}
        fun = 12704557
        val = 140737488330592
        original_fun = 26736
        original_args = 30344403
        funcar = 140737488330528
        count = 30
#159 0x000000000059cd42 in Fprogn (body=30344915) at eval.c:427
        val = 26093540
#160 0x00000000005a420c in funcall_lambda (fun=30345011, nargs=6, 
    arg_vector=0x7fffffffa0d8) at eval.c:2869
        val = 11952
        syms_left = 0
        next = 7488
        lexenv = 56154563
        count = 29
        i = 6
        optional = false
        rest = true
#161 0x00000000005a38d3 in Ffuncall (nargs=7, args=0x7fffffffa0d0)
    at eval.c:2711
        fun = 30345027
        original_fun = 17020144
        funcar = 11952
        numargs = 6
        lisp_numargs = 44975043
        val = 140737488330944
        internal_args = 0x0
        count = 28
#162 0x00000000005a2857 in Fapply (nargs=6, args=0x7fffffffa1a0) at eval.c:2278
        i = 7
        numargs = 6
        funcall_nargs = 7
        funcall_args = 0x7fffffffa0d0
        spread_arg = 0
        fun = 30345027
        retval = 5181002
        sa_avail = 16328
        sa_count = 28
        sa_must_free = false
#163 0x00000000005a1dc3 in eval_sub (form=30317475) at eval.c:2103
        vals = 0x7fffffffa1a0
        argnum = 6
        sa_avail = 16336
        sa_count = 28
        sa_must_free = false
        numargs = 26
        args_left = 0
        i = -24120
        maxargs = 0
        argvals = {44975043, 24816, 2, 25226112, 13080496, 36963376, 
          140737488331344, 0}
        fun = 12705133
        val = 140737488331472
        original_fun = 7440
        original_args = 30317523
        funcar = 5180867
        count = 27
#164 0x000000000059cd42 in Fprogn (body=30314643) at eval.c:427
        val = 0
#165 0x00000000005a1be3 in eval_sub (form=30314659) at eval.c:2085
        numargs = 10
        args_left = 30314643
        i = 2
        maxargs = 0
        argvals = {13266816, 0, 140737488331600, 140737488331728, 
          140737488331712, 5915316, 2, 30329219}
        fun = 12703933
        val = 140737488331776
        original_fun = 33936
        original_args = 30314643
        funcar = 0
        count = 26
#166 0x000000000059cabe in Fif (args=30314691) at eval.c:384
        cond = 28399261
#167 0x00000000005a1be3 in eval_sub (form=30314707) at eval.c:2085
        numargs = 10
        args_left = 30314691
        i = 2
        maxargs = 0
        argvals = {2, 25226048, 140737488332128, 25783087632, 0, 41856, 
          13080496, 140737488331936}
        fun = 12703837
        val = 140737488332080
        original_fun = 23328
        original_args = 30314691
        funcar = 140737488332016
        count = 25
#168 0x000000000059cd42 in Fprogn (body=30314979) at eval.c:427
        val = 0
#169 0x000000000059e9d6 in Flet (args=30314995) at eval.c:943
        temps = 0x7fffffffa570
        tem = 28399261
        lexenv = 56154403
        elt = 30317331
        varlist = 0
        count = 24
        argnum = 1
        sa_avail = 16376
        sa_count = 24
        sa_must_free = false
#170 0x00000000005a1be3 in eval_sub (form=30315011) at eval.c:2085
        numargs = 10
        args_left = 30314995
        i = 2
        maxargs = 0
        argvals = {140737488332384, 13080496, 140737488332496, 25783087632, 0, 
          41856, 13080496, 140737488332416}
        fun = 12704557
        val = 0
        original_fun = 26736
        original_args = 30314995
        funcar = 11952
        count = 23
#171 0x000000000059cd42 in Fprogn (body=30315027) at eval.c:427
        val = 0
#172 0x00000000005a420c in funcall_lambda (fun=30315123, nargs=4, 
    arg_vector=0x7fffffffa908) at eval.c:2869
        val = 11952
        syms_left = 0
        next = 7488
        lexenv = 44975043
        count = 22
        i = 4
        optional = false
        rest = true
#173 0x00000000005a38d3 in Ffuncall (nargs=5, args=0x7fffffffa900)
    at eval.c:2711
        fun = 30315139
        original_fun = 17019520
        funcar = 11952
        numargs = 4
        lisp_numargs = 140737488332864
        val = 140737488332896
        internal_args = 0x5a7408 <Flength+407>
        count = 21
#174 0x00000000005a2441 in Fapply (nargs=5, args=0x7fffffffa900) at eval.c:2235
        i = 5173781
        numargs = 1
        funcall_nargs = 140737488333040
        funcall_args = 0x0
        spread_arg = 44974595
        fun = 17019520
        retval = 5181002
        sa_avail = 16384
        sa_count = 21
        sa_must_free = false
#175 0x00000000005a1dc3 in eval_sub (form=30322691) at eval.c:2103
        vals = 0x7fffffffa900
        argnum = 5
        sa_avail = 16344
        sa_count = 21
        sa_must_free = false
        numargs = 22
        args_left = 0
        i = -22240
        maxargs = 0
        argvals = {140737488333152, 25225920, 140737488333408, 5907209, 0, 
          30323587, 44974563, 140737488333216}
        fun = 12705133
        val = 140737488333360
        original_fun = 7440
        original_args = 30322739
        funcar = 140737488333296
        count = 20
#176 0x000000000059cd42 in Fprogn (body=30322819) at eval.c:427
        val = 0
#177 0x000000000059e472 in FletX (args=30321779) at eval.c:879
        varlist = 0
        var = 7488
        val = 44974595
        elt = 30323651
        lexenv = 44974195
        count = 19
#178 0x00000000005a1be3 in eval_sub (form=30321795) at eval.c:2085
        numargs = 10
        args_left = 30321779
        i = 2
        maxargs = 0
        argvals = {140737488333584, 24816, 140737488333616, 25783087632, 0, 
          41856, 13080496, 140737488333632}
        fun = 12704509
        val = 0
        original_fun = 26784
        original_args = 30321779
        funcar = 11952
        count = 18
#179 0x000000000059cd42 in Fprogn (body=30321875) at eval.c:427
        val = 0
#180 0x00000000005a420c in funcall_lambda (fun=30321971, nargs=2, 
    arg_vector=0x7fffffffac90) at eval.c:2869
        val = 5927501
        syms_left = 0
        next = 26976
        lexenv = 44974195
        count = 17
        i = 2
        optional = false
        rest = false
#181 0x00000000005a3b4e in apply_lambda (fun=30321987, args=30326611, count=16)
    at eval.c:2751
        args_left = 0
        i = 2
        numargs = 2
        arg_vector = 0x7fffffffac90
        tem = 39449188
        sa_avail = 16368
        sa_count = 17
        sa_must_free = false
#182 0x00000000005a22bb in eval_sub (form=30326595) at eval.c:2198
        fun = 30321987
        val = 42275731
        original_fun = 17019664
        original_args = 30326611
        funcar = 11952
        count = 16
#183 0x000000000059cd42 in Fprogn (body=30326643) at eval.c:427
        val = 42275731
#184 0x000000000059e9d6 in Flet (args=30326355) at eval.c:943
        temps = 0x7fffffffae60
        tem = 39449188
        lexenv = 43204531
        elt = 30326211
        varlist = 0
        count = 15
        argnum = 1
        sa_avail = 16376
        sa_count = 15
        sa_must_free = false
#185 0x00000000005a1be3 in eval_sub (form=30326195) at eval.c:2085
        numargs = 22
        args_left = 30326355
        i = 5
        maxargs = 0
        argvals = {39449220, 25225728, 140737488334896, 5907209, 
          140737488334864, 30326131, 24043796, 39449220}
        fun = 12704557
        val = 140737488334848
        original_fun = 26736
        original_args = 30326355
        funcar = 3492448
        count = 14
#186 0x000000000059cd42 in Fprogn (body=30324755) at eval.c:427
        val = 0
#187 0x000000000059eaf2 in Fwhile (args=30326179) at eval.c:962
        test = 30326131
        body = 30324755
#188 0x00000000005a1be3 in eval_sub (form=30326115) at eval.c:2085
        numargs = 10
        args_left = 30326179
        i = 2
        maxargs = 0
        argvals = {2, 25225632, 140737488335264, 25783087632, 0, 41856, 
          13080496, 140737488335072}
        fun = 12704605
        val = 140737488335216
        original_fun = 300304
        original_args = 30326179
        funcar = 140737488335152
        count = 13
#189 0x000000000059cd42 in Fprogn (body=30324771) at eval.c:427
        val = 0
#190 0x000000000059e9d6 in Flet (args=30326099) at eval.c:943
        temps = 0x7fffffffb1b0
        tem = 39449220
        lexenv = 43204499
        elt = 30326003
        varlist = 0
        count = 11
        argnum = 2
        sa_avail = 16368
        sa_count = 11
        sa_must_free = false
#191 0x00000000005a1be3 in eval_sub (form=30325939) at eval.c:2085
        numargs = 10
        args_left = 30326099
        i = 2
        maxargs = 0
        argvals = {140737488335504, 0, 140737488335744, 5904587, 
          140737488335552, 17019568, 13080496, 43204243}
        fun = 12704557
        val = 140737488335696
        original_fun = 26736
        original_args = 30326099
        funcar = 13080496
        count = 10
#192 0x000000000059cd42 in Fprogn (body=30325315) at eval.c:427
        val = 0
#193 0x00000000005a1be3 in eval_sub (form=30325331) at eval.c:2085
        numargs = 6
        args_left = 30325315
        i = 1
        maxargs = 0
        argvals = {0, 9, 39449220, 0, 3, 43204403, 0, 42275731}
        fun = 12703933
        val = 140737488336000
        original_fun = 33936
        original_args = 30325315
        funcar = 39449220
        count = 9
#194 0x000000000059cabe in Fif (args=30325363) at eval.c:384
        cond = 39456
#195 0x00000000005a1be3 in eval_sub (form=30325379) at eval.c:2085
        numargs = 10
        args_left = 30325363
        i = 2
        maxargs = 0
        argvals = {17002933, 42240, 17002928, 25783087632, 0, 41856, 13080496, 
          140737488336160}
        fun = 12703837
        val = 42275731
        original_fun = 23328
        original_args = 30325363
        funcar = 11952
        count = 8
#196 0x000000000059cd42 in Fprogn (body=30324019) at eval.c:427
        val = 42275731
#197 0x00000000005a420c in funcall_lambda (fun=30324115, nargs=2, 
    arg_vector=0x7fffffffb728) at eval.c:2869
        val = 11952
        syms_left = 0
        next = 13872
        lexenv = 43204243
        count = 7
        i = 2
        optional = false
        rest = false
#198 0x00000000005a38d3 in Ffuncall (nargs=3, args=0x7fffffffb720)
    at eval.c:2711
        fun = 30324131
        original_fun = 17019280
        funcar = 11952
        numargs = 2
        lisp_numargs = 4229744
        val = 140737488336656
        internal_args = 0x0
        count = 6
#199 0x00000000005a2857 in Fapply (nargs=2, args=0x7fffffffb7e0) at eval.c:2278
        i = 3
        numargs = 2
        funcall_nargs = 3
        funcall_args = 0x7fffffffb720
        spread_arg = 0
        fun = 30324131
        retval = 0
        sa_avail = 16360
        sa_count = 6
        sa_must_free = false
#200 0x00000000005a2ec1 in apply1 (fn=17019280, arg=43204163) at eval.c:2494
No locals.
#201 0x00000000005fc224 in read_process_output_call (fun_and_args=43204179)
    at process.c:5241
No locals.
#202 0x000000000059fcb6 in internal_condition_case_1 (
    bfun=0x5fc19a <read_process_output_call>, arg=43204179, handlers=16416, 
    hfun=0x5fc226 <read_process_output_error_handler>) at eval.c:1333
        val = 41925381
        c = 0x14a2410
#203 0x00000000005fc9b5 in read_and_dispose_of_process_output (p=0x27fbb00, 
    chars=0x7fffffffb8f0 ":jmnoz!~user@unaffiliated/setre QUIT :Quit: ERC (IRC client for Emacs 24.5.1)\r\n", nbytes=79, coding=0xe75080) at process.c:5449
        outstream = 17019280
        text = 39447380
        outer_running_asynch_code = false
        waiting = -1
#204 0x00000000005fc603 in read_process_output (proc=41925381, channel=9)
    at process.c:5360
        nbytes = 79
        p = 0x27fbb00
        coding = 0xe75080
        carryover = 0
        count = 3
        odeactivate = 0
        chars = ":jmnoz!~user@unaffiliated/setre QUIT :Quit: ERC (IRC client for Emacs 24.5.1)\r\n", '\000' <repeats 89 times>, "\240\243\307\000\000\000\000\000\300\271\377\377\377\177\000\000\220\016\312", '\000' <repeats 21 times>...
#205 0x00000000005fbb7d in wait_reading_process_output (time_limit=0, nsecs=0, 
    read_kbd=-1, do_display=true, wait_for_cell=0, wait_proc=0x0, 
    just_wait_proc=0) at process.c:5067
        nread = 32767
        process_skipped = false
        channel = 9
        nfds = 1
        Available = {fds_bits = {512, 0 <repeats 15 times>}}
        Writeok = {fds_bits = {0 <repeats 16 times>}}
        check_write = true
        check_delay = 4
        no_avail = false
        xerrno = 22
        proc = 41925381
        timeout = {tv_sec = 0, tv_nsec = 998466252}
        end_time = {tv_sec = 0, tv_nsec = 13}
        timer_delay = {tv_sec = 0, tv_nsec = 998466252}
        got_output_end_time = {tv_sec = 1445006650, tv_nsec = 110459976}
        wait = INFINITY
        got_some_output = -1
        count = 2
        now = {tv_sec = 0, tv_nsec = -1}
#206 0x00000000004ffb27 in kbd_buffer_get_event (kbp=0x7fffffffce88, 
    used_mouse_menu=0x7fffffffd46f, end_time=0x0) at keyboard.c:3807
        do_display = true
        obj = 726874358
#207 0x00000000004fb197 in read_event_from_main_queue (end_time=0x0, 
    local_getcjmp=0x7fffffffd230, used_mouse_menu=0x7fffffffd46f)
    at keyboard.c:2129
        c = 0
        save_jump = {{__jmpbuf = {140737488318192, 5725659, 8589934592, 1008, 
              0, 54369859, 140737488318192, 5174902}, 
            __mask_was_saved = 54369843, __saved_mask = {__val = {54369859, 
                140737488318256, 13242000, 54369843, 0, 140737488318256, 
                5174391, 140737488318272, 1, 140737488318320, 13242000, 
                140737488318320, 54369843, 0, 140737488318432, 947237116}}}}
        kb = 0x561f869b
#208 0x00000000004fb466 in read_decoded_event_from_main_queue (end_time=0x0, 
    local_getcjmp=0x7fffffffd230, prev_event=0, used_mouse_menu=0x7fffffffd46f)
    at keyboard.c:2192
        nextevt = 13242000
        frame = 0x7fffffffd0e0
        terminal = 0x0
        events = {140737488343136, 13242000, 0, 0, 140737488343136, 5174391, 
          0, 43467011, 140737488343200, 5237828, 336022, 4294967296, 0, 
          5174391, 48383952, 0}
        n = 0
#209 0x00000000004fd0cf in read_char (commandflag=1, map=43466771, 
    prev_event=0, used_mouse_menu=0x7fffffffd46f, end_time=0x0)
    at keyboard.c:2787
        c = 0
        jmpcount = 2
        local_getcjmp = {{__jmpbuf = {0, -1070651221243275511, 4229744, 
              140737488345744, 0, 0, -1070651221148903671, 
              1070650560599611145}, __mask_was_saved = 0, __saved_mask = {
              __val = {8603176592, 43467760, 43466752, 140737488343728, 
                56129760, 43326752, 13242000, 140737488343808, 0, 
                140737488343776, 5174391, 0, 43466755, 140737488343872, 
                5918068, 0}}}}
        save_jump = {{__jmpbuf = {140737488318192, 5725659, 8589934592, 
              25769804784, 4, 96, 1, 25769803825}, __mask_was_saved = 0, 
            __saved_mask = {__val = {140733193388123, 0, 0, 511101108334, 0, 
                124, 140737488343560, 5181002, 140737326077472, 48, 4229744, 
                140737488345744, 0, 0, 140737322770544, 140737488343616}}}}
        tem = 43466771
        save = 140737488343872
        previous_echo_area_message = 0
        also_record = 0
        reread = false
        recorded = false
        polling_stopped_here = true
        orig_kboard = 0x14982b0
#210 0x000000000050b8d0 in read_key_sequence (keybuf=0x7fffffffd620, 
    bufsize=30, prompt=0, dont_downcase_last=false, 
    can_return_switch_frame=true, fix_current_buffer=true, 
    prevent_redisplay=false) at keyboard.c:9030
        interrupted_kboard = 0x14982b0
        interrupted_frame = 0xce5578
        key = 36963381
        used_mouse_menu = false
        echo_local_start = 0
        last_real_key_start = 0
        keys_local_start = 0
        new_binding = 140737488344544
        count = 2
        t = 0
        echo_start = 0
        keys_start = 0
        current_binding = 43466771
        first_event = 0
        first_unbound = 31
        mock_input = 0
        fkey = {parent = 13629587, map = 13629587, start = 0, end = 0}
        keytran = {parent = 13440579, map = 13440579, start = 0, end = 0}
        indec = {parent = 13629667, map = 13629667, start = 0, end = 0}
        shift_translated = false
        delayed_switch_frame = 0
        original_uppercase = 5181002
        original_uppercase_position = -1
        dummyflag = false
        starting_buffer = 0x2340430
        fake_prefixed_keys = 0
#211 0x00000000004f9359 in command_loop_1 () at keyboard.c:1348
        cmd = 4077488
        keybuf = {38, 66, 318, 262, 257664, 2, 3, 140737488344760, 0, 9064821, 
          140737488344752, 3530320, 140737488344784, 5910429, 3530320, 
          13242000, 44214179, 0, 140737488344784, 5174391, 9077284, 13242000, 
          140737488344832, 0, 140737488344832, 5174391, 140737488344832, 2, 
          140737488344944, 5211963}
        i = 1
        prev_modiff = 1221
        prev_buffer = 0x2340430
        already_adjusted = false
#212 0x000000000059fb4b in internal_condition_case (
    bfun=0x4f8f17 <command_loop_1>, handlers=16416, hfun=0x4f85a7 <cmd_error>)
    at eval.c:1309
        val = 140737488345200
        c = 0x14a22e0
#213 0x00000000004f8b55 in command_loop_2 (ignore=0) at keyboard.c:1088
        val = 2
#214 0x000000000059ef7f in internal_catch (tag=40656, 
    func=0x4f8b2c <command_loop_2>, arg=0) at eval.c:1073
        val = 0
        c = 0x1498380
#215 0x00000000004f8af5 in command_loop () at keyboard.c:1067
No locals.
#216 0x00000000004f8086 in recursive_edit_1 () at keyboard.c:673
        count = 1
        val = 140737488345248
#217 0x00000000004f8291 in Frecursive_edit () at keyboard.c:744
        count = 0
        buffer = 0
#218 0x00000000004f60b3 in main (argc=1, argv=0x7fffffffda98) at emacs.c:1643
        dummy = 140737488345408
        stack_bottom_variable = 0 '\000'
        do_initial_setlocale = true
        dumping = false
        skip_args = 0
        rlim = {rlim_cur = 10485760, rlim_max = 18446744073709551615}
        no_loadup = false
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 0x0
        original_pwd = 0x0

  reply	other threads:[~2015-10-15 11:05 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-11  6:50 bug#21666: 25.0.50; Random segfaults Jorgen Schaefer
2015-10-12  0:30 ` Paul Eggert
2015-10-13 11:50 ` Jorgen Schaefer
2015-10-13 16:09   ` Paul Eggert
2015-10-15 11:05     ` Jorgen Schäfer [this message]
2015-10-16  8:03       ` Jorgen Schäfer
2015-10-16  8:05         ` Paul Eggert
2015-10-16  9:03           ` Eli Zaretskii
2015-10-16 22:28             ` Paul Eggert
2015-10-17  8:06               ` Eli Zaretskii
2015-10-23  9:41           ` Jorgen Schäfer
2015-10-23 10:04             ` Eli Zaretskii
2015-10-23 10:26               ` Eli Zaretskii
     [not found] ` <handler.21666.B.144458332816487.ack@debbugs.gnu.org>
2015-11-29 19:13   ` bug#21666: Acknowledgement (25.0.50; Random segfaults) Jorgen Schäfer
2016-03-09 10:14 ` bug#21666: Bug is indeed undo-list and GC related Jorgen Schäfer
2016-03-09 15:15   ` Eli Zaretskii
2016-03-09 15:21     ` Jorgen Schäfer
2016-03-09 15:43       ` Phillip Lord
2016-03-09 16:37       ` Eli Zaretskii
2016-03-09 16:46         ` Jorgen Schäfer
2016-03-12 14:43           ` Jorgen Schäfer
2016-03-12 16:22             ` Eli Zaretskii
2016-03-12 23:44               ` Phillip Lord
2016-03-13  9:26                 ` martin rudalics
2016-03-13 19:58                   ` Phillip Lord
2016-03-13 20:12                     ` martin rudalics
2016-03-14 19:56 ` bug#21666: Correction, emacs-25 *is* broken Jorgen Schäfer
2016-03-14 20:09   ` Eli Zaretskii
2016-03-14 20:21     ` Jorgen Schäfer
2016-03-14 20:53       ` Eli Zaretskii
2016-03-14 20:28   ` Phillip Lord
2016-03-14 20:41     ` Jorgen Schäfer
2018-06-12 23:01   ` bug#21666: 25.0.50; Random segfaults Noam Postavsky
2018-06-13  7:52     ` Jorgen Schäfer
2018-06-13 10:31       ` Noam Postavsky
2016-03-14 21:20 ` bug#21666: Backtrace Jorgen Schäfer
2016-03-14 22:19   ` Jorgen Schäfer
2016-03-15  3:36     ` 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

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

  git send-email \
    --in-reply-to=CALqDrSeM3u1i8T3Te2HdkCG9gWUTPdBMYG7uyqrXfrqK3avATA@mail.gmail.com \
    --to=jorgen.schaefer@gmail.com \
    --cc=21666@debbugs.gnu.org \
    --cc=eggert@cs.ucla.edu \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.