all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mark Oteiza <mvoteiza@udel.edu>
To: Eli Zaretskii <eliz@gnu.org>
Cc: schwab@suse.de, emacs-devel@gnu.org
Subject: Re: pure-fns in byte-opt.el
Date: Thu, 27 Jul 2017 20:24:48 -0400	[thread overview]
Message-ID: <20170728002448.GA2431@holos.localdomain> (raw)
In-Reply-To: <83y3r94xo5.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1554 bytes --]

On 27/07/17 at 08:06pm, Eli Zaretskii wrote:
>> Date: Wed, 26 Jul 2017 22:36:08 -0400
>> From: Mark Oteiza <mvoteiza@udel.edu>
>> Cc: schwab@suse.de, emacs-devel@gnu.org
>>
>> >If you could run the offending command under a debugger and show both
>> >C-level and Lisp-level backtrace from the error, maybe we could become
>> >wiser.  (Let me know if you need help in staging the experiment and/or
>> >collecting the data after you catch the error.)
>>
>> Here is the point during the build the error happens:
>>
>> "../../src/bootstrap-emacs" -batch --no-site-file --no-site-lisp -L . -l
>> unidata-gen \
>>   -f unidata-gen-file ../../lisp/international/uni-decomposition.el .
>>   Loading macroexp.elc...
>>   Wrong type argument: listp, "頩"
>>
>> I set a breakpoint at wrong_type_argument
>>
>> Thread 1 "bootstrap-emacs" hit Breakpoint 4, wrong_type_argument (
>> predicate=XIL(0x8550), value=XIL(0x3dee414)) at data.c:154
>> 154       xsignal2 (Qwrong_type_argument, predicate, value);
>> (gdb) xbacktrace
>> <snip>
>>
>> I would need help with digging deeper.
>
>Is this still relevant, i.e. do you still want to understand the
>details of the problem?  If so, please show the C-level backtrace (the
>result of the "bt" command), and I will try to tell you where to look
>for those details.

Yes, I'd like to better understand what is going on here.  Looking at
Fmake_vector and read_vector, I see that calling make-vector and reading
a literal vector do very different things, but how this ultimately
results in the error is not obvious to me.


[-- Attachment #2: btfull.txt --]
[-- Type: text/plain, Size: 39128 bytes --]

#0  0x00000000005eb363 in wrong_type_argument (predicate=XIL(0x8550), value=XIL(0x3df5914)) at data.c:154
#1  0x000000000065ed98 in exec_byte_code (bytestr=XIL(0x2d8cb34), vector=XIL(0x17aec35), maxdepth=make_number(13), args_template=XIL(0), nargs=0, args=0x0) at bytecode.c:512
        op = 64
        type = CATCHER
        targets = 
          {0x662c4e <exec_byte_code+17943>, 0x662cb3 <exec_byte_code+18044>, 0x662cb5 <exec_byte_code+18046>, 0x662cb7 <exec_byte_code+18048>, 0x662cb9 <exec_byte_code+18050>, 0x662cb9 <exec_byte_code+18050>, 0x662d36 <exec_byte_code+18175>, 0x662dc5 <exec_byte_code+18318>, 0x65eb5a <exec_byte_code+1315>, 0x65eb5c <exec_byte_code+1317>, 0x65eb5e <exec_byte_code+1319>, 0x65eb60 <exec_byte_code+1321>, 0x65eb62 <exec_byte_code+1323>, 0x65eb62 <exec_byte_code+1323>, 0x65eb6b <exec_byte_code+1332>, 0x65eb17 <exec_byte_code+1248>, 0x65ef9f <exec_byte_code+2408>, 0x65efa1 <exec_byte_code+2410>, 0x65efa3 <exec_byte_code+2412>, 0x65efa5 <exec_byte_code+2414>, 0x65efa7 <exec_byte_code+2416>, 0x65efa7 <exec_byte_code+2416>, 0x65eff1 <exec_byte_code+2490>, 0x65efb0 <exec_byte_code+2425>, 0x65f1ff <exec_byte_code+3016>, 0x65f201 <exec_byte_code+3018>, 0x65f203 <exec_byte_code+3020>, 0x65f205 <exec_byte_code+3022>, 0x65f207 <exec_byte_code+3024>, 0x65f207 <exec_byte_code+3024>, 0x65f19e <exec_byte_code+2919>, 0x65f1be <exec_byte_code+2951>, 0x65f2e5 <exec_byte_code+3246>, 0x65f2e7 <exec_byte_code+3248>, 0x65f2e9 <exec_byte_code+3250>, 0x65f2eb <exec_byte_code+3252>, 0x65f2ed <exec_byte_code+3254>, 0x65f2ed <exec_byte_code+3254>, 0x65f284 <exec_byte_code+3149>, 0x65f2a4 <exec_byte_code+3181>, 0x65f3d3 <exec_byte_code+3484>, 0x65f3d5 <exec_byte_code+3486>, 0x65f3d7 <exec_byte_code+3488>, 0x65f3d9 <exec_byte_code+3490>, 0x65f3db <exec_byte_code+3492>, 0x65f3db <exec_byte_code+3492>, 0x65f372 <exec_byte_code+3387>, 0x65f392 <exec_byte_code+3419>, 0x65fe1c <exec_byte_code+6117>, 0x65fce4 <exec_byte_code+5805>, 0x65fcd8 <exec_byte_code+5793>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x6600b6 <exec_byte_code+6783>, 0x6601c7 <exec_byte_code+7056>, 0x660246 <exec_byte_code+7183>, 0x6602c6 <exec_byte_code+7311>, 0x660347 <exec_byte_code+7440>, 0x65edd6 <exec_byte_code+1951>, 0x65ee76 <exec_byte_code+2111>, 0x6603e0 <exec_byte_code+7593>, 0x65ed2e <exec_byte_code+1783>, 0x65eef6 <exec_byte_code+2239>, 0x660467 <exec_byte_code+7728>, 0x6604e7 <exec_byte_code+7856>, 0x660541 <exec_byte_code+7946>, 0x6605c1 <exec_byte_code+8074>, 0x660628 <exec_byte_code+8177>, 0x660732 <exec_byte_code+8443>, 0x66078c <exec_byte_code+8533>, 0x66080c <exec_byte_code+8661>, 0x6608af <exec_byte_code+8824>, 0x660909 <exec_byte_code+8914>, 0x660963 <exec_byte_code+9004>, 0x6609e3 <exec_byte_code+9132>, 0x660a63 <exec_byte_code+9260>, 0x660ae3 <exec_byte_code+9388>, 0x660b86 <exec_byte_code+9551>, 0x660bed <exec_byte_code+9654>, 0x660c54 <exec_byte_code+9757>, 0x660d5e <exec_byte_code+10023>, 0x660df3 <exec_byte_code+10172>, 0x660e88 <exec_byte_code+10321>, 0x661072 <exec_byte_code+10811>, 0x6610f7 <exec_byte_code+10944>, 0x66117c <exec_byte_code+11077>, 0x661201 <exec_byte_code+11210>, 0x661286 <exec_byte_code+11343>, 0x6612ed <exec_byte_code+11446>, 0x661386 <exec_byte_code+11599>, 0x6613ed <exec_byte_code+11702>, 0x661454 <exec_byte_code+11805>, 0x6614bb <exec_byte_code+11908>, 0x661609 <exec_byte_code+12242>, 0x65fb1c <exec_byte_code+5349>, 0x661679 <exec_byte_code+12354>, 0x6616d3 <exec_byte_code+12444>, 0x6617d5 <exec_byte_code+12702>, 0x661850 <exec_byte_code+12825>, 0x6618c0 <exec_byte_code+12937>, 0x66191a <exec_byte_code+13027>, 0x661972 <exec_byte_code+13115>, 0x6619ca <exec_byte_code+13203>, 0x661a2a <exec_byte_code+13299>, 0x662c4e <exec_byte_code+17943>, 0x661a94 <exec_byte_code+13405>, 0x661aec <exec_byte_code+13493>, 0x661b44 <exec_byte_code+13581>, 0x661b9c <exec_byte_code+13669>, 0x661bf4 <exec_byte_code+13757>, 0x661c4c <exec_byte_code+13845>, 0x65fb1c <exec_byte_code+5349>, 0x662c4e <exec_byte_code+17943>, 0x661ca6 <exec_byte_code+13935>, 0x661d0d <exec_byte_code+14038>, 0x661d67 <exec_byte_code+14128>, 0x661dc1 <exec_byte_code+14218>, 0x661e41 <exec_byte_code+14346>, 0x661ec1 <exec_byte_code+14474>, 0x661f1b <exec_byte_code+14564>, 0x662030 <exec_byte_code+14841>, 0x6620b0 <exec_byte_code+14969>, 0x662130 <exec_byte_code+15097>, 0x6621b0 <exec_byte_code+15225>, 0x662208 <exec_byte_code+15313>, 0x662c4e <exec_byte_code+17943>, 0x65fa1d <exec_byte_code+5094>, 0x65f4ab <exec_byte_code+3700>, 0x65ec7b <exec_byte_code+1604>, 0x65f59a <exec_byte_code+3939>, 0x65f63f <exec_byte_code+4104>, 0x65f6e1 <exec_byte_code+4266>, 0x65f9bf <exec_byte_code+5000>, 0x65f9d7 <exec_byte_code+5024>, 0x65f136 <exec_byte_code+2815>, 0x65fac7 <exec_byte_code+5264>, 0x65fb5f <exec_byte_code+5416>, 0x65fbfc <exec_byte_code+5573>, 0x65fc51 <exec_byte_code+5658>, 0x65fe74 <exec_byte_code+6205>, 0x65ff03 <exec_byte_code+6348>, 0x65ffa6 <exec_byte_code+6511>, 0x66001b <exec_byte_code+6628>, 0x65f44e <exec_byte_code+3607>, 0x662262 <exec_byte_code+15403>, 0x662305 <exec_byte_code+15566>, 0x66235f <exec_byte_code+15656>, 0x6623b9 <exec_byte_code+15746>, 0x662413 <exec_byte_code+15836>, 0x66246d <exec_byte_code+15926>, 0x6624ed <exec_byte_code+16054>, 0x66256d <exec_byte_code+16182>, 0x6625ed <exec_byte_code+16310>, 0x66266d <exec_byte_code+16438>, 0x6627d8 <exec_byte_code+16801>, 0x662858 <exec_byte_code+16929>, 0x6628d8 <exec_byte_code+17057>, 0x662932 <exec_byte_code+17147>, 0x6629b2 <exec_byte_code+17275>, 0x662a32 <exec_byte_code+17403>, 0x662a8c <exec_byte_code+17493>, 0x662ae6 <exec_byte_code+17583>, 0x661522 <exec_byte_code+12011>, 0x661589 <exec_byte_code+12114>, 0x662b4d <exec_byte_code+17686>, 0x662bce <exec_byte_code+17815>, 0x662c4e <exec_byte_code+17943>, 0x65f783 <exec_byte_code+4428>, 0x65f7a9 <exec_byte_code+4466>, 0x65f830 <exec_byte_code+4601>, 0x65f8b7 <exec_byte_code+4736>, 0x65f93b <exec_byte_code+4868>, 0x66068f <exec_byte_code+8280>, 0x660cbb <exec_byte_code+9860>, 0x661732 <exec_byte_code+12539>, 0x662e7f <exec_byte_code+18504>, 0x662f09 <exec_byte_code+18642>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662fc0 <exec_byte_code+18825>, 0x663071 <exec_byte_code+19002>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x663277 <exec_byte_code+19520> <repeats 64 times>}
        const_length = 69
        bytestr_length = 853
        vectorp = 0x17aec38 <bss_sbrk_buffer+11202424>
        quitcounter = 140 '\214'
        stack_items = 14
        sa_avail = 15419
        sa_count = 62
        sa_must_free = false
        stack_base = 0x7fffffffae70
        stack_lim = 0x7fffffffaee0
        top = 0x7fffffffae78
        void_stack_lim = 0x7fffffffaee0
        bytestr_data = 0x7fffffffaee0 "\306\307!\310Cȉ\211\211\211\211\211\211\211\211\030\031\032\033\034\035\036,\036-\036.\036/\036\060\036\061\016\062\025\311\026,\r\203\352\001\r@\024\rA\025\f@\023\016\063\016\064\f8!\211\022:\203\276"
        pc = 0x7fffffffb17a "\211\024\250\203\244\002\f\202\251\002\f\016\060\236A\026C\r\346\016C!\240\210\rA\211\025\204\230\002\016:\016=\347\350\016:\016=H\351#I\210+\016=T\211\026=\202u\002*\331\016\061\t\211\325\\B\347\350\016:\351##\210*\016=T\211\026=\202S\002*\335\016.G\310\"\026-\330\021\016.\310\034\211\036?\203<\003\016?@\211\024A\310\036D\211\036?\203(\003\016?@\026D\331\016\061\016D\tT#\210\016?A\211\026?\204\021\003*\016-\t\f@I\210\tT\021\016?A\211\026?\204\002\003*\352\016\061\330\016\065#\210\352\016\061\353\016/\016-B#\210\016\061.\f\207"
        count = 62
        result = XIL(0x7fffffffb4c0)
#2  0x000000000060fe4d in funcall_lambda (fun=XIL(0x17aee65), nargs=3, arg_vector=0x17aec35 <bss_sbrk_buffer+11202421>) at eval.c:3023
        val = XIL(0x20b1040)
        syms_left = XIL(0)
        next = XIL(0x20abfb0)
        lexenv = XIL(0)
        count = 59
        i = 3
        optional = false
        rest = false
        previous_optional_or_rest = false
#3  0x000000000060f09b in Ffuncall (nargs=4, args=0x7fffffffb688) at eval.c:2742
        fun = XIL(0x17aee65)
        original_fun = XIL(0x20b0da0)
        funcar = XIL(0xce8cc0)
        numargs = 3
        val = make_number(897379714801469509)
        count = 58
#4  0x000000000065f327 in exec_byte_code (bytestr=XIL(0x2d8e2f4), vector=XIL(0x17b0ebd), maxdepth=make_number(4), args_template=XIL(0), nargs=0, args=0x0) at bytecode.c:629
        op = 3
        type = CATCHER
        targets = 
          {0x662c4e <exec_byte_code+17943>, 0x662cb3 <exec_byte_code+18044>, 0x662cb5 <exec_byte_code+18046>, 0x662cb7 <exec_byte_code+18048>, 0x662cb9 <exec_byte_code+18050>, 0x662cb9 <exec_byte_code+18050>, 0x662d36 <exec_byte_code+18175>, 0x662dc5 <exec_byte_code+18318>, 0x65eb5a <exec_byte_code+1315>, 0x65eb5c <exec_byte_code+1317>, 0x65eb5e <exec_byte_code+1319>, 0x65eb60 <exec_byte_code+1321>, 0x65eb62 <exec_byte_code+1323>, 0x65eb62 <exec_byte_code+1323>, 0x65eb6b <exec_byte_code+1332>, 0x65eb17 <exec_byte_code+1248>, 0x65ef9f <exec_byte_code+2408>, 0x65efa1 <exec_byte_code+2410>, 0x65efa3 <exec_byte_code+2412>, 0x65efa5 <exec_byte_code+2414>, 0x65efa7 <exec_byte_code+2416>, 0x65efa7 <exec_byte_code+2416>, 0x65eff1 <exec_byte_code+2490>, 0x65efb0 <exec_byte_code+2425>, 0x65f1ff <exec_byte_code+3016>, 0x65f201 <exec_byte_code+3018>, 0x65f203 <exec_byte_code+3020>, 0x65f205 <exec_byte_code+3022>, 0x65f207 <exec_byte_code+3024>, 0x65f207 <exec_byte_code+3024>, 0x65f19e <exec_byte_code+2919>, 0x65f1be <exec_byte_code+2951>, 0x65f2e5 <exec_byte_code+3246>, 0x65f2e7 <exec_byte_code+3248>, 0x65f2e9 <exec_byte_code+3250>, 0x65f2eb <exec_byte_code+3252>, 0x65f2ed <exec_byte_code+3254>, 0x65f2ed <exec_byte_code+3254>, 0x65f284 <exec_byte_code+3149>, 0x65f2a4 <exec_byte_code+3181>, 0x65f3d3 <exec_byte_code+3484>, 0x65f3d5 <exec_byte_code+3486>, 0x65f3d7 <exec_byte_code+3488>, 0x65f3d9 <exec_byte_code+3490>, 0x65f3db <exec_byte_code+3492>, 0x65f3db <exec_byte_code+3492>, 0x65f372 <exec_byte_code+3387>, 0x65f392 <exec_byte_code+3419>, 0x65fe1c <exec_byte_code+6117>, 0x65fce4 <exec_byte_code+5805>, 0x65fcd8 <exec_byte_code+5793>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x6600b6 <exec_byte_code+6783>, 0x6601c7 <exec_byte_code+7056>, 0x660246 <exec_byte_code+7183>, 0x6602c6 <exec_byte_code+7311>, 0x660347 <exec_byte_code+7440>, 0x65edd6 <exec_byte_code+1951>, 0x65ee76 <exec_byte_code+2111>, 0x6603e0 <exec_byte_code+7593>, 0x65ed2e <exec_byte_code+1783>, 0x65eef6 <exec_byte_code+2239>, 0x660467 <exec_byte_code+7728>, 0x6604e7 <exec_byte_code+7856>, 0x660541 <exec_byte_code+7946>, 0x6605c1 <exec_byte_code+8074>, 0x660628 <exec_byte_code+8177>, 0x660732 <exec_byte_code+8443>, 0x66078c <exec_byte_code+8533>, 0x66080c <exec_byte_code+8661>, 0x6608af <exec_byte_code+8824>, 0x660909 <exec_byte_code+8914>, 0x660963 <exec_byte_code+9004>, 0x6609e3 <exec_byte_code+9132>, 0x660a63 <exec_byte_code+9260>, 0x660ae3 <exec_byte_code+9388>, 0x660b86 <exec_byte_code+9551>, 0x660bed <exec_byte_code+9654>, 0x660c54 <exec_byte_code+9757>, 0x660d5e <exec_byte_code+10023>, 0x660df3 <exec_byte_code+10172>, 0x660e88 <exec_byte_code+10321>, 0x661072 <exec_byte_code+10811>, 0x6610f7 <exec_byte_code+10944>, 0x66117c <exec_byte_code+11077>, 0x661201 <exec_byte_code+11210>, 0x661286 <exec_byte_code+11343>, 0x6612ed <exec_byte_code+11446>, 0x661386 <exec_byte_code+11599>, 0x6613ed <exec_byte_code+11702>, 0x661454 <exec_byte_code+11805>, 0x6614bb <exec_byte_code+11908>, 0x661609 <exec_byte_code+12242>, 0x65fb1c <exec_byte_code+5349>, 0x661679 <exec_byte_code+12354>, 0x6616d3 <exec_byte_code+12444>, 0x6617d5 <exec_byte_code+12702>, 0x661850 <exec_byte_code+12825>, 0x6618c0 <exec_byte_code+12937>, 0x66191a <exec_byte_code+13027>, 0x661972 <exec_byte_code+13115>, 0x6619ca <exec_byte_code+13203>, 0x661a2a <exec_byte_code+13299>, 0x662c4e <exec_byte_code+17943>, 0x661a94 <exec_byte_code+13405>, 0x661aec <exec_byte_code+13493>, 0x661b44 <exec_byte_code+13581>, 0x661b9c <exec_byte_code+13669>, 0x661bf4 <exec_byte_code+13757>, 0x661c4c <exec_byte_code+13845>, 0x65fb1c <exec_byte_code+5349>, 0x662c4e <exec_byte_code+17943>, 0x661ca6 <exec_byte_code+13935>, 0x661d0d <exec_byte_code+14038>, 0x661d67 <exec_byte_code+14128>, 0x661dc1 <exec_byte_code+14218>, 0x661e41 <exec_byte_code+14346>, 0x661ec1 <exec_byte_code+14474>, 0x661f1b <exec_byte_code+14564>, 0x662030 <exec_byte_code+14841>, 0x6620b0 <exec_byte_code+14969>, 0x662130 <exec_byte_code+15097>, 0x6621b0 <exec_byte_code+15225>, 0x662208 <exec_byte_code+15313>, 0x662c4e <exec_byte_code+17943>, 0x65fa1d <exec_byte_code+5094>, 0x65f4ab <exec_byte_code+3700>, 0x65ec7b <exec_byte_code+1604>, 0x65f59a <exec_byte_code+3939>, 0x65f63f <exec_byte_code+4104>, 0x65f6e1 <exec_byte_code+4266>, 0x65f9bf <exec_byte_code+5000>, 0x65f9d7 <exec_byte_code+5024>, 0x65f136 <exec_byte_code+2815>, 0x65fac7 <exec_byte_code+5264>, 0x65fb5f <exec_byte_code+5416>, 0x65fbfc <exec_byte_code+5573>, 0x65fc51 <exec_byte_code+5658>, 0x65fe74 <exec_byte_code+6205>, 0x65ff03 <exec_byte_code+6348>, 0x65ffa6 <exec_byte_code+6511>, 0x66001b <exec_byte_code+6628>, 0x65f44e <exec_byte_code+3607>, 0x662262 <exec_byte_code+15403>, 0x662305 <exec_byte_code+15566>, 0x66235f <exec_byte_code+15656>, 0x6623b9 <exec_byte_code+15746>, 0x662413 <exec_byte_code+15836>, 0x66246d <exec_byte_code+15926>, 0x6624ed <exec_byte_code+16054>, 0x66256d <exec_byte_code+16182>, 0x6625ed <exec_byte_code+16310>, 0x66266d <exec_byte_code+16438>, 0x6627d8 <exec_byte_code+16801>, 0x662858 <exec_byte_code+16929>, 0x6628d8 <exec_byte_code+17057>, 0x662932 <exec_byte_code+17147>, 0x6629b2 <exec_byte_code+17275>, 0x662a32 <exec_byte_code+17403>, 0x662a8c <exec_byte_code+17493>, 0x662ae6 <exec_byte_code+17583>, 0x661522 <exec_byte_code+12011>, 0x661589 <exec_byte_code+12114>, 0x662b4d <exec_byte_code+17686>, 0x662bce <exec_byte_code+17815>, 0x662c4e <exec_byte_code+17943>, 0x65f783 <exec_byte_code+4428>, 0x65f7a9 <exec_byte_code+4466>, 0x65f830 <exec_byte_code+4601>, 0x65f8b7 <exec_byte_code+4736>, 0x65f93b <exec_byte_code+4868>, 0x66068f <exec_byte_code+8280>, 0x660cbb <exec_byte_code+9860>, 0x661732 <exec_byte_code+12539>, 0x662e7f <exec_byte_code+18504>, 0x662f09 <exec_byte_code+18642>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662fc0 <exec_byte_code+18825>, 0x663071 <exec_byte_code+19002>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x663277 <exec_byte_code+19520> <repeats 64 times>}
        const_length = 14
        bytestr_length = 40
        vectorp = 0x17b0ec0 <bss_sbrk_buffer+11211264>
        quitcounter = 1 '\001'
        stack_items = 5
        sa_avail = 16304
        sa_count = 58
        sa_must_free = false
        stack_base = 0x7fffffffb680
        stack_lim = 0x7fffffffb6a8
        top = 0x7fffffffb688
        void_stack_lim = 0x7fffffffb6a8
        bytestr_data = 0x7fffffffb6a8 "\304\b\t\305#\032\306\n\307\"\033\310\311\312\"\210\313\n\314\311K#\210\313\n\315\312K#\210\313\n\307\v@#\210\n*\207 \272\377\377\377\177"
        pc = 0x7fffffffb6ad "\032\306\n\307\"\033\310\311\312\"\210\313\n\314\311K#\210\313\n\315\312K#\210\313\n\307\v@#\210\n*\207 \272\377\377\377\177"
        count = 58
        result = XIL(0x5599e1)
#5  0x000000000060fe4d in funcall_lambda (fun=XIL(0x17b0f35), nargs=4, arg_vector=0x17b0ebd <bss_sbrk_buffer+11211261>) at eval.c:3023
        val = XIL(0x3dbdab3)
        syms_left = XIL(0)
        next = XIL(0xe83d0)
        lexenv = XIL(0)
        count = 55
        i = 4
        optional = false
        rest = true
        previous_optional_or_rest = false
#6  0x000000000060f09b in Ffuncall (nargs=5, args=0x7fffffffbb18) at eval.c:2742
        fun = XIL(0x17b0f35)
        original_fun = XIL(0x20ab1f0)
        funcar = XIL(0xce8cc0)
        numargs = 4
        val = XIL(0x104000)
        count = 54
#7  0x000000000065f327 in exec_byte_code (bytestr=XIL(0x2d8f8f4), vector=XIL(0x17bdc35), maxdepth=make_number(10), args_template=XIL(0), nargs=0, args=0x0) at bytecode.c:629
        op = 4
        type = CATCHER
        targets = 
          {0x662c4e <exec_byte_code+17943>, 0x662cb3 <exec_byte_code+18044>, 0x662cb5 <exec_byte_code+18046>, 0x662cb7 <exec_byte_code+18048>, 0x662cb9 <exec_byte_code+18050>, 0x662cb9 <exec_byte_code+18050>, 0x662d36 <exec_byte_code+18175>, 0x662dc5 <exec_byte_code+18318>, 0x65eb5a <exec_byte_code+1315>, 0x65eb5c <exec_byte_code+1317>, 0x65eb5e <exec_byte_code+1319>, 0x65eb60 <exec_byte_code+1321>, 0x65eb62 <exec_byte_code+1323>, 0x65eb62 <exec_byte_code+1323>, 0x65eb6b <exec_byte_code+1332>, 0x65eb17 <exec_byte_code+1248>, 0x65ef9f <exec_byte_code+2408>, 0x65efa1 <exec_byte_code+2410>, 0x65efa3 <exec_byte_code+2412>, 0x65efa5 <exec_byte_code+2414>, 0x65efa7 <exec_byte_code+2416>, 0x65efa7 <exec_byte_code+2416>, 0x65eff1 <exec_byte_code+2490>, 0x65efb0 <exec_byte_code+2425>, 0x65f1ff <exec_byte_code+3016>, 0x65f201 <exec_byte_code+3018>, 0x65f203 <exec_byte_code+3020>, 0x65f205 <exec_byte_code+3022>, 0x65f207 <exec_byte_code+3024>, 0x65f207 <exec_byte_code+3024>, 0x65f19e <exec_byte_code+2919>, 0x65f1be <exec_byte_code+2951>, 0x65f2e5 <exec_byte_code+3246>, 0x65f2e7 <exec_byte_code+3248>, 0x65f2e9 <exec_byte_code+3250>, 0x65f2eb <exec_byte_code+3252>, 0x65f2ed <exec_byte_code+3254>, 0x65f2ed <exec_byte_code+3254>, 0x65f284 <exec_byte_code+3149>, 0x65f2a4 <exec_byte_code+3181>, 0x65f3d3 <exec_byte_code+3484>, 0x65f3d5 <exec_byte_code+3486>, 0x65f3d7 <exec_byte_code+3488>, 0x65f3d9 <exec_byte_code+3490>, 0x65f3db <exec_byte_code+3492>, 0x65f3db <exec_byte_code+3492>, 0x65f372 <exec_byte_code+3387>, 0x65f392 <exec_byte_code+3419>, 0x65fe1c <exec_byte_code+6117>, 0x65fce4 <exec_byte_code+5805>, 0x65fcd8 <exec_byte_code+5793>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x6600b6 <exec_byte_code+6783>, 0x6601c7 <exec_byte_code+7056>, 0x660246 <exec_byte_code+7183>, 0x6602c6 <exec_byte_code+7311>, 0x660347 <exec_byte_code+7440>, 0x65edd6 <exec_byte_code+1951>, 0x65ee76 <exec_byte_code+2111>, 0x6603e0 <exec_byte_code+7593>, 0x65ed2e <exec_byte_code+1783>, 0x65eef6 <exec_byte_code+2239>, 0x660467 <exec_byte_code+7728>, 0x6604e7 <exec_byte_code+7856>, 0x660541 <exec_byte_code+7946>, 0x6605c1 <exec_byte_code+8074>, 0x660628 <exec_byte_code+8177>, 0x660732 <exec_byte_code+8443>, 0x66078c <exec_byte_code+8533>, 0x66080c <exec_byte_code+8661>, 0x6608af <exec_byte_code+8824>, 0x660909 <exec_byte_code+8914>, 0x660963 <exec_byte_code+9004>, 0x6609e3 <exec_byte_code+9132>, 0x660a63 <exec_byte_code+9260>, 0x660ae3 <exec_byte_code+9388>, 0x660b86 <exec_byte_code+9551>, 0x660bed <exec_byte_code+9654>, 0x660c54 <exec_byte_code+9757>, 0x660d5e <exec_byte_code+10023>, 0x660df3 <exec_byte_code+10172>, 0x660e88 <exec_byte_code+10321>, 0x661072 <exec_byte_code+10811>, 0x6610f7 <exec_byte_code+10944>, 0x66117c <exec_byte_code+11077>, 0x661201 <exec_byte_code+11210>, 0x661286 <exec_byte_code+11343>, 0x6612ed <exec_byte_code+11446>, 0x661386 <exec_byte_code+11599>, 0x6613ed <exec_byte_code+11702>, 0x661454 <exec_byte_code+11805>, 0x6614bb <exec_byte_code+11908>, 0x661609 <exec_byte_code+12242>, 0x65fb1c <exec_byte_code+5349>, 0x661679 <exec_byte_code+12354>, 0x6616d3 <exec_byte_code+12444>, 0x6617d5 <exec_byte_code+12702>, 0x661850 <exec_byte_code+12825>, 0x6618c0 <exec_byte_code+12937>, 0x66191a <exec_byte_code+13027>, 0x661972 <exec_byte_code+13115>, 0x6619ca <exec_byte_code+13203>, 0x661a2a <exec_byte_code+13299>, 0x662c4e <exec_byte_code+17943>, 0x661a94 <exec_byte_code+13405>, 0x661aec <exec_byte_code+13493>, 0x661b44 <exec_byte_code+13581>, 0x661b9c <exec_byte_code+13669>, 0x661bf4 <exec_byte_code+13757>, 0x661c4c <exec_byte_code+13845>, 0x65fb1c <exec_byte_code+5349>, 0x662c4e <exec_byte_code+17943>, 0x661ca6 <exec_byte_code+13935>, 0x661d0d <exec_byte_code+14038>, 0x661d67 <exec_byte_code+14128>, 0x661dc1 <exec_byte_code+14218>, 0x661e41 <exec_byte_code+14346>, 0x661ec1 <exec_byte_code+14474>, 0x661f1b <exec_byte_code+14564>, 0x662030 <exec_byte_code+14841>, 0x6620b0 <exec_byte_code+14969>, 0x662130 <exec_byte_code+15097>, 0x6621b0 <exec_byte_code+15225>, 0x662208 <exec_byte_code+15313>, 0x662c4e <exec_byte_code+17943>, 0x65fa1d <exec_byte_code+5094>, 0x65f4ab <exec_byte_code+3700>, 0x65ec7b <exec_byte_code+1604>, 0x65f59a <exec_byte_code+3939>, 0x65f63f <exec_byte_code+4104>, 0x65f6e1 <exec_byte_code+4266>, 0x65f9bf <exec_byte_code+5000>, 0x65f9d7 <exec_byte_code+5024>, 0x65f136 <exec_byte_code+2815>, 0x65fac7 <exec_byte_code+5264>, 0x65fb5f <exec_byte_code+5416>, 0x65fbfc <exec_byte_code+5573>, 0x65fc51 <exec_byte_code+5658>, 0x65fe74 <exec_byte_code+6205>, 0x65ff03 <exec_byte_code+6348>, 0x65ffa6 <exec_byte_code+6511>, 0x66001b <exec_byte_code+6628>, 0x65f44e <exec_byte_code+3607>, 0x662262 <exec_byte_code+15403>, 0x662305 <exec_byte_code+15566>, 0x66235f <exec_byte_code+15656>, 0x6623b9 <exec_byte_code+15746>, 0x662413 <exec_byte_code+15836>, 0x66246d <exec_byte_code+15926>, 0x6624ed <exec_byte_code+16054>, 0x66256d <exec_byte_code+16182>, 0x6625ed <exec_byte_code+16310>, 0x66266d <exec_byte_code+16438>, 0x6627d8 <exec_byte_code+16801>, 0x662858 <exec_byte_code+16929>, 0x6628d8 <exec_byte_code+17057>, 0x662932 <exec_byte_code+17147>, 0x6629b2 <exec_byte_code+17275>, 0x662a32 <exec_byte_code+17403>, 0x662a8c <exec_byte_code+17493>, 0x662ae6 <exec_byte_code+17583>, 0x661522 <exec_byte_code+12011>, 0x661589 <exec_byte_code+12114>, 0x662b4d <exec_byte_code+17686>, 0x662bce <exec_byte_code+17815>, 0x662c4e <exec_byte_code+17943>, 0x65f783 <exec_byte_code+4428>, 0x65f7a9 <exec_byte_code+4466>, 0x65f830 <exec_byte_code+4601>, 0x65f8b7 <exec_byte_code+4736>, 0x65f93b <exec_byte_code+4868>, 0x66068f <exec_byte_code+8280>, 0x660cbb <exec_byte_code+9860>, 0x661732 <exec_byte_code+12539>, 0x662e7f <exec_byte_code+18504>, 0x662f09 <exec_byte_code+18642>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662fc0 <exec_byte_code+18825>, 0x663071 <exec_byte_code+19002>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x662c4e <exec_byte_code+17943>, 0x663277 <exec_byte_code+19520> <repeats 64 times>}
        const_length = 73
        bytestr_length = 337
        vectorp = 0x17bdc38 <bss_sbrk_buffer+11263864>
        quitcounter = 1 '\001'
        stack_items = 11
        sa_avail = 15959
        sa_count = 34
        sa_must_free = false
        stack_base = 0x7fffffffbb10
        stack_lim = 0x7fffffffbb68
        top = 0x7fffffffbb18
        void_stack_lim = 0x7fffffffbb68
        bytestr_data = 0x7fffffffbb68 "\b\204 "
        pc = 0x7fffffffbc58 "\026A\016D\203\021\001\346\016DK!\204\t\001\347\016D!\210\016DK\026D\350\016A\342\016D#\210\351\352\016H\016A\016E$c\210.\b\016@A\211\026@\204\224"
        count = 34
        result = XIL(0)
#8  0x000000000060fe4d in funcall_lambda (fun=XIL(0x17bbec5), nargs=0, arg_vector=0x17bdc35 <bss_sbrk_buffer+11263861>) at eval.c:3023
        val = XIL(0)
        syms_left = XIL(0)
        next = XIL(0x141f5b0)
        lexenv = XIL(0)
        count = 30
        i = 0
        optional = true
        rest = false
        previous_optional_or_rest = false
#9  0x000000000060f09b in Ffuncall (nargs=1, args=0x7fffffffc100) at eval.c:2742
        fun = XIL(0x17bbec5)
        original_fun = XIL(0x20b2720)
        funcar = XIL(0xcdc060)
        numargs = 0
        val = XIL(0x1ad2313)
        count = 29
#10 0x000000000060d8f5 in eval_sub (form=XIL(0x1ad2323)) at eval.c:2187
        vals = 0x7fffffffc100
        argnum = 1
        sa_avail = 16376
        sa_count = 29
        sa_must_free = false
        args_left = XIL(0)
        numargs = make_number(1)
        fun = XIL(0xc67d9d)
        val = XIL(0x8)
        original_fun = XIL(0x6600)
        original_args = XIL(0x1ad2313)
        funcar = XIL(0x19e8c03)
        count = 28
        argvals = {XIL(0x7fffffffc1d0), XIL(0x60bdfd), XIL(0x1c), XIL(0x1d8a483), XIL(0xcdc060), XIL(0x616f33), XIL(0xcdc060), XIL(0)}
#11 0x0000000000609db0 in Fprogn (body=XIL(0x1ad22e3)) at eval.c:442
        val = XIL(0)
#12 0x0000000000609cc9 in Fif (args=XIL(0x1ad23c3)) at eval.c:400
        cond = XIL(0)
#13 0x000000000060d6b6 in eval_sub (form=XIL(0x19e8c13)) at eval.c:2169
        args_left = XIL(0x1ad23c3)
        numargs = make_number(3)
        fun = XIL(0xc6773d)
        val = XIL(0x20b2720)
        original_fun = XIL(0x7260)
        original_args = XIL(0x1ad23c3)
        funcar = XIL(0x19e8dd3)
        count = 27
        argvals = {XIL(0), XIL(0x7fffffffc340), XIL(0x1b), XIL(0x1d8a483), XIL(0xcdc060), XIL(0x7fffffffc360), XIL(0xcdc060), XIL(0x19e8db3)}
#14 0x0000000000609db0 in Fprogn (body=XIL(0x1ad22d3)) at eval.c:442
        val = XIL(0x20b2720)
#15 0x0000000000609d50 in Fcond (args=XIL(0x1b68183)) at eval.c:424
        clause = XIL(0x1b74533)
        val = XIL(0x19e8db3)
#16 0x000000000060d6b6 in eval_sub (form=XIL(0x1b256e3)) at eval.c:2169
        args_left = XIL(0x1b681a3)
        numargs = make_number(18)
        fun = XIL(0xc6776d)
        val = XIL(0x2d70714)
        original_fun = XIL(0xcfe40)
        original_args = XIL(0x1b681a3)
        funcar = XIL(0xd36d50)
        count = 26
        argvals = {XIL(0x5599e1), XIL(0xffffc4b0), XIL(0xcdc060), make_number(1404138), XIL(0), XIL(0x1d8a483), XIL(0xcdc060), XIL(0x559c7f)}
#17 0x0000000000609db0 in Fprogn (body=XIL(0x1b256f3)) at eval.c:442
        val = XIL(0x2d70714)
#18 0x000000000060abff in FletX (args=XIL(0x1a6d433)) at eval.c:891
        varlist = XIL(0)
        var = XIL(0x6876a0)
        val = XIL(0)
        elt = XIL(0x6876a0)
        lexenv = XIL(0x1dd8f83)
        count = 25
#19 0x000000000060d6b6 in eval_sub (form=XIL(0x1a6d4a3)) at eval.c:2169
        args_left = XIL(0x1a6d433)
        numargs = make_number(5)
        fun = XIL(0xc679dd)
        val = XIL(0)
        original_fun = XIL(0x8280)
        original_args = XIL(0x1a6d433)
        funcar = XIL(0x1dd8f83)
        count = 24
        argvals = {XIL(0xd49405), XIL(0x78f0), XIL(0x1dd8f83), XIL(0), XIL(0), XIL(0x66aa5ad475711600), XIL(0xcdc060), XIL(0)}
#20 0x0000000000609db0 in Fprogn (body=XIL(0x1a6d4d3)) at eval.c:442
        val = XIL(0)
#21 0x0000000000609dee in prog_ignore (body=XIL(0x1a6d4d3)) at eval.c:454
#22 0x000000000060b066 in Fwhile (args=XIL(0x1a6d4c3)) at eval.c:975
        test = XIL(0xe069e0)
        body = XIL(0x1a6d4d3)
#23 0x000000000060d6b6 in eval_sub (form=XIL(0x1a6d4b3)) at eval.c:2169
        args_left = XIL(0x1a6d4c3)
        numargs = make_number(2)
        fun = XIL(0xc67a3d)
        val = XIL(0)
        original_fun = XIL(0xcf7d0)
        original_args = XIL(0x1a6d4c3)
        funcar = XIL(0x1ad0d63)
        count = 23
        argvals = {XIL(0x5599e1), XIL(0xffffc7e0), XIL(0xcdc060), make_number(1404138), XIL(0), XIL(0x1dd8f83), XIL(0xcdc060), XIL(0x559c7f)}
#24 0x0000000000609db0 in Fprogn (body=XIL(0x1a6d4e3)) at eval.c:442
        val = XIL(0)
#25 0x000000000060abff in FletX (args=XIL(0x1a6d553)) at eval.c:891
        varlist = XIL(0)
        var = XIL(0xeaa980)
        val = XIL(0x1dd8fa3)
        elt = XIL(0x1ad0d53)
        lexenv = XIL(0x1daadd3)
        count = 22
#26 0x000000000060d6b6 in eval_sub (form=XIL(0x1a6d5c3)) at eval.c:2169
        args_left = XIL(0x1a6d553)
        numargs = make_number(4)
        fun = XIL(0xc679dd)
        val = XIL(0xce8cc0)
        original_fun = XIL(0x8280)
        original_args = XIL(0x1a6d553)
        funcar = XIL(0x5ecafc)
        count = 21
        argvals = {XIL(0x5599e1), XIL(0xffffc980), XIL(0x7fffffffc9a0), make_number(1404138), XIL(0), XIL(0), XIL(0xcdc060), XIL(0)}
#27 0x0000000000609db0 in Fprogn (body=XIL(0x1a6d5e3)) at eval.c:442
        val = XIL(0)
#28 0x000000000060d6b6 in eval_sub (form=XIL(0x1a6d5d3)) at eval.c:2169
        args_left = XIL(0x1a6d5e3)
        numargs = make_number(1)
        fun = XIL(0xc6779d)
        val = XIL(0x7fffffffcad0)
        original_fun = XIL(0xa6e0)
        original_args = XIL(0x1a6d5e3)
        funcar = XIL(0x66aa5ad475711600)
        count = 20
        argvals = {XIL(0), XIL(0x7fffffffcab0), XIL(0x5599e1), XIL(0xffffcac0), XIL(0x7fffffffcae0), make_number(1404138), XIL(0xcdc060), XIL(0x1a6d613)}
#29 0x0000000000609cab in Fif (args=XIL(0x1a6d603)) at eval.c:399
        cond = XIL(0x1bf3c73)
#30 0x000000000060d6b6 in eval_sub (form=XIL(0x1a6d5f3)) at eval.c:2169
        args_left = XIL(0x1a6d603)
        numargs = make_number(2)
        fun = XIL(0xc6773d)
        val = XIL(0x7fffffffcc30)
        original_fun = XIL(0x7260)
        original_args = XIL(0x1a6d603)
        funcar = XIL(0xeaa8c0)
        count = 19
        argvals = {XIL(0xcdc060), XIL(0x7fffffffcbf0), XIL(0), XIL(0x7fffffffcc00), XIL(0x100cdc060), XIL(0x1bf3c73), XIL(0xcdc060), XIL(0x1ae2a40)}
#31 0x0000000000609db0 in Fprogn (body=XIL(0x1a6d623)) at eval.c:442
        val = XIL(0)
#32 0x000000000060afd0 in Flet (args=XIL(0x1a6d693)) at eval.c:956
        temps = 0x7fffffffcc70
        tem = XIL(0x1bf3c73)
        lexenv = XIL(0x1daadd3)
        elt = XIL(0x1acc893)
        varlist = XIL(0)
        count = 18
        argnum = 1
        sa_avail = 16376
        sa_count = 18
        sa_must_free = false
#33 0x000000000060d6b6 in eval_sub (form=XIL(0x1a6d703)) at eval.c:2169
        args_left = XIL(0x1a6d693)
        numargs = make_number(2)
        fun = XIL(0xc67a0d)
        val = XIL(0x7fffffffcdb0)
        original_fun = XIL(0x8250)
        original_args = XIL(0x1a6d693)
        funcar = XIL(0)
        count = 17
        argvals = {XIL(0x5599e1), XIL(0), XIL(0x7fffffffce00), XIL(0x6105e5), XIL(0x100cdc060), XIL(0x1daadd3), XIL(0xcdc060), XIL(0xce3950)}
#34 0x0000000000609db0 in Fprogn (body=XIL(0x1a6d713)) at eval.c:442
        val = XIL(0)
#35 0x000000000060afd0 in Flet (args=XIL(0x1be3a43)) at eval.c:956
        temps = 0x7fffffffce50
        tem = XIL(0)
        lexenv = XIL(0x1daadd3)
        elt = XIL(0x1acc913)
        varlist = XIL(0)
        count = 16
        argnum = 1
        sa_avail = 16376
        sa_count = 16
        sa_must_free = false
#36 0x000000000060d6b6 in eval_sub (form=XIL(0x1be3ab3)) at eval.c:2169
        args_left = XIL(0x1be3a43)
        numargs = make_number(6)
        fun = XIL(0xc67a0d)
        val = XIL(0)
        original_fun = XIL(0x8250)
        original_args = XIL(0x1be3a43)
        funcar = XIL(0x3c00)
        count = 15
        argvals = {XIL(0x5599e1), XIL(0), XIL(0x7fffffffcfe0), XIL(0x6105e5), XIL(0x100cdc060), XIL(0x1daadf3), XIL(0xcdc060), XIL(0xce3950)}
#37 0x0000000000609db0 in Fprogn (body=XIL(0x1be3ac3)) at eval.c:442
        val = XIL(0)
#38 0x000000000060fdbc in funcall_lambda (fun=XIL(0x1be3403), nargs=1, arg_vector=0x0) at eval.c:3016
        val = XIL(0x1bf3c73)
        syms_left = XIL(0)
        next = XIL(0xeaa8c0)
        lexenv = XIL(0x1daadf3)
        count = 14
        i = 1
        optional = false
        rest = false
        previous_optional_or_rest = false
#39 0x000000000060f806 in apply_lambda (fun=XIL(0x1be3413), args=XIL(0x1a5b7b3), count=13) at eval.c:2877
        args_left = XIL(0)
        i = 1
        numargs = 1
        arg_vector = 0x7fffffffd0b0
        tem = XIL(0x1bf3c73)
        sa_avail = 16376
        sa_count = 14
        sa_must_free = false
#40 0x000000000060deba in eval_sub (form=XIL(0x1941403)) at eval.c:2291
        fun = XIL(0x1be3413)
        val = XIL(0x1daae13)
        original_fun = XIL(0xceaaa0)
        original_args = XIL(0x1a5b7b3)
        funcar = XIL(0x3c00)
        count = 13
        argvals = {XIL(0x1f9e10), XIL(0x1f03ad3), XIL(0x7fffffffd230), XIL(0x6105e5), XIL(0x100cdc060), XIL(0x1944de3), XIL(0xcdc060), XIL(0xce3950)}
#41 0x0000000000609db0 in Fprogn (body=XIL(0x16ae9e3)) at eval.c:442
        val = XIL(0x1daae13)
#42 0x000000000060fdbc in funcall_lambda (fun=XIL(0x16e7663), nargs=0, arg_vector=0x0) at eval.c:3016
        val = XIL(0x16e7663)
        syms_left = XIL(0)
        next = XIL(0x5599e1)
        lexenv = XIL(0x1944de3)
        count = 12
        i = 0
        optional = false
        rest = false
        previous_optional_or_rest = false
#43 0x000000000060f806 in apply_lambda (fun=XIL(0x16e7643), args=XIL(0), count=11) at eval.c:2877
        args_left = XIL(0)
        i = 0
        numargs = 0
        arg_vector = 0x7fffffffd300
        tem = XIL(0x110060d348)
        sa_avail = 16384
        sa_count = 12
        sa_must_free = false
#44 0x000000000060deba in eval_sub (form=XIL(0x1b26503)) at eval.c:2291
        fun = XIL(0x16e7643)
        val = XIL(0)
        original_fun = XIL(0xd3caa0)
        original_args = XIL(0)
        funcar = XIL(0x3c00)
        count = 11
        argvals = {XIL(0x5599e1), XIL(0xffffd440), XIL(0x7fffffffd460), make_number(1404138), XIL(0), XIL(0), XIL(0x55b258), XIL(0x66aa5ad475711600)}
#45 0x000000000060b4bd in Funwind_protect (args=XIL(0x1a86803)) at eval.c:1178
        val = XIL(0xcf890)
        count = 10
#46 0x000000000060d6b6 in eval_sub (form=XIL(0x1a86813)) at eval.c:2169
        args_left = XIL(0x1a86803)
        numargs = make_number(7)
        fun = XIL(0xc67afd)
        val = make_number(1402956)
        original_fun = XIL(0xcf890)
        original_args = XIL(0x1a86803)
        funcar = XIL(0)
        count = 9
        argvals = {XIL(0x5599e1), XIL(0), XIL(0x7fffffffd5a0), XIL(0x6105e5), XIL(0x100cdc060), XIL(0x1bfadb3), XIL(0xcdc060), XIL(0xce3950)}
#47 0x0000000000609db0 in Fprogn (body=XIL(0x1b41af3)) at eval.c:442
        val = XIL(0)
#48 0x000000000060afd0 in Flet (args=XIL(0x1b41a83)) at eval.c:956
        temps = 0x7fffffffd5f0
        tem = XIL(0x1f048f3)
        lexenv = XIL(0x1bfadb3)
        elt = XIL(0x1b26553)
        varlist = XIL(0)
        count = 8
        argnum = 1
        sa_avail = 16376
        sa_count = 8
        sa_must_free = false
#49 0x000000000060d6b6 in eval_sub (form=XIL(0x1b41a03)) at eval.c:2169
        args_left = XIL(0x1b41a83)
        numargs = make_number(2)
        fun = XIL(0xc67a0d)
        val = XIL(0x2d6ef94)
        original_fun = XIL(0x8250)
        original_args = XIL(0x1b41a83)
        funcar = XIL(0x3c00)
        count = 7
        argvals = {XIL(0xd3430), XIL(0x1f3610), XIL(0x1c419f3), XIL(0x5f), XIL(0xcdc060), XIL(0), XIL(0xcdc060), XIL(0x7fffffffd780)}
#50 0x0000000000609db0 in Fprogn (body=XIL(0x1b419e3)) at eval.c:442
        val = XIL(0x2d6ef94)
#51 0x0000000000609cc9 in Fif (args=XIL(0x1b5bab3)) at eval.c:400
        cond = XIL(0)
#52 0x000000000060d6b6 in eval_sub (form=XIL(0x1b5bac3)) at eval.c:2169
        args_left = XIL(0x1b5bab3)
        numargs = make_number(15)
        fun = XIL(0xc6773d)
        val = XIL(0xdc)
        original_fun = XIL(0x7260)
        original_args = XIL(0x1b5bab3)
        funcar = XIL(0)
        count = 6
        argvals = {XIL(0x5599e1), XIL(0), XIL(0x7fffffffd8f0), XIL(0x6105e5), XIL(0x100cdc060), XIL(0x124e5d3), XIL(0xcdc060), XIL(0xce3950)}
#53 0x0000000000609db0 in Fprogn (body=XIL(0x1b13063)) at eval.c:442
        val = XIL(0x1a18404)
#54 0x000000000060fdbc in funcall_lambda (fun=XIL(0x1b6ef23), nargs=0, arg_vector=0x0) at eval.c:3016
        val = XIL(0x1b6ef23)
        syms_left = XIL(0)
        next = XIL(0x5599e1)
        lexenv = XIL(0x124e5d3)
        count = 5
        i = 0
        optional = false
        rest = false
        previous_optional_or_rest = false
#55 0x000000000060f806 in apply_lambda (fun=XIL(0x1b6ef13), args=XIL(0), count=4) at eval.c:2877
        args_left = XIL(0)
        i = 0
        numargs = 0
        arg_vector = 0x7fffffffd9c0
        tem = XIL(0x110060d348)
        sa_avail = 16384
        sa_count = 5
        sa_must_free = false
#56 0x000000000060deba in eval_sub (form=XIL(0x129e2d3)) at eval.c:2291
        fun = XIL(0x1b6ef13)
        val = XIL(0xcdb7a0)
        original_fun = XIL(0xd97730)
        original_args = XIL(0)
        funcar = XIL(0x3c00)
        count = 4
        argvals = {XIL(0x12170a0), XIL(0xce3950), XIL(0x55b08f), XIL(0x12170a0), XIL(0x7fffffffdb40), make_number(1589789), XIL(0), XIL(0x78f0)}
#57 0x000000000060d0f0 in Feval (form=XIL(0x129e2d3), lexical=XIL(0)) at eval.c:2038
        count = 3
#58 0x0000000000562e78 in top_level_2 () at keyboard.c:1123
#59 0x000000000060b9d6 in internal_condition_case (bfun=0x562e55 <top_level_2>, handlers=XIL(0x51f0), hfun=0x5628db <cmd_error>) at eval.c:1319
        val = XIL(0x5599e1)
        c = 0x2d67800
#60 0x0000000000562ebd in top_level_1 (ignore=XIL(0)) at keyboard.c:1131
#61 0x000000000060b292 in internal_catch (tag=XIL(0xc6c0), func=0x562e7a <top_level_1>, arg=XIL(0)) at eval.c:1084
        val = XIL(0x7fffffffdc60)
        c = 0x2d676e0
#62 0x0000000000562da7 in command_loop () at keyboard.c:1092
#63 0x00000000005624ad in recursive_edit_1 () at keyboard.c:699
        count = 1
        val = XIL(0x7fffffffdcc0)
#64 0x000000000056262e in Frecursive_edit () at keyboard.c:770
        count = 0
        buffer = XIL(0)
#65 0x00000000005600ed in main (argc=12, argv=0x7fffffffdec8) at emacs.c:1706
        stack_bottom_variable = 0 '\000'
        do_initial_setlocale = true
        dumping = false
        skip_args = 2
        no_loadup = false
        junk = 0x0
        dname_arg = 0x0
        ch_to_dir = 0x0
        original_pwd = 0x0
        disable_aslr = false
        rlim = {
          rlim_cur = 10022912, 
          rlim_max = 18446744073709551615
        }
        sockfd = -1
        module_assertions = false

Lisp Backtrace:
"unidata-gen-table-word-list" (0xffffb690)
"unidata-gen-table-decomposition" (0xffffbb20)
"unidata-gen-file" (0xffffc108)
"funcall" (0xffffc100)
"if" (0xffffc2c0)
"cond" (0xffffc430)
"let*" (0xffffc5d0)
"while" (0xffffc760)
"let*" (0xffffc900)
"progn" (0xffffca30)
"if" (0xffffcb70)
"let" (0xffffcd50)
"let" (0xffffcf30)
"command-line-1" (0xffffd0b0)
"command-line" (0xffffd300)
"unwind-protect" (0xffffd4f0)
"let" (0xffffd6d0)
"if" (0xffffd840)
"normal-top-level" (0xffffd9c0)

  reply	other threads:[~2017-07-28  0:24 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-25  2:06 pure-fns in byte-opt.el Mark Oteiza
2017-07-25  8:14 ` Andreas Schwab
2017-07-25 14:16   ` Stefan Monnier
2017-07-25 20:57     ` Philipp Stephani
2017-07-25 21:27       ` Stefan Monnier
2017-07-25 22:28         ` Clément Pit-Claudel
2017-07-26  0:08           ` Stefan Monnier
2017-07-26  7:39             ` Clément Pit-Claudel
2017-07-26 12:58               ` Stefan Monnier
2017-07-28 17:45         ` Philipp Stephani
2017-07-28 17:49           ` Stefan Monnier
2017-07-28 17:52             ` Philipp Stephani
2017-07-28 22:20               ` Stefan Monnier
2017-09-24  7:31                 ` Philipp Stephani
2017-09-24 16:23                   ` Stefan Monnier
2017-09-25 22:06                     ` Richard Stallman
2017-09-26  0:25                       ` Stefan Monnier
2020-07-25 19:53                         ` Philipp Stephani
2020-07-25 19:58                           ` Stefan Monnier
2020-07-25 20:08                             ` Philipp Stephani
2020-07-25 20:59                               ` Stefan Monnier
2020-07-29 14:21                                 ` Philipp Stephani
2020-07-29 14:25                                   ` Stefan Monnier
2017-09-24 16:26                   ` Drew Adams
2017-07-26  1:00   ` Mark Oteiza
2017-07-26 14:33     ` Eli Zaretskii
2017-07-27  2:36       ` Mark Oteiza
2017-07-27  2:46         ` Stefan Monnier
2017-07-29 16:43           ` Mark Oteiza
2017-07-29 17:22             ` Eli Zaretskii
2017-07-29 19:48               ` Mark Oteiza
2017-07-29 20:03                 ` Andreas Schwab
2017-07-29 20:14                   ` Mark Oteiza
2017-07-27 17:06         ` Eli Zaretskii
2017-07-28  0:24           ` Mark Oteiza [this message]
2017-07-28  7:02             ` Eli Zaretskii
2017-07-29  1:24               ` Mark Oteiza
2017-07-29  7:24                 ` Eli Zaretskii
2017-07-29 16:34                   ` Mark Oteiza
2017-07-29 17:21                     ` Eli Zaretskii
2017-09-24  7:34                       ` Philipp Stephani
2017-09-24 16:24                         ` Stefan Monnier
2017-09-24 23:22                         ` John Wiegley

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=20170728002448.GA2431@holos.localdomain \
    --to=mvoteiza@udel.edu \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=schwab@suse.de \
    /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.