From: Pip Cet <pipcet@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 21394@debbugs.gnu.org
Subject: bug#21394: 25.0.50; Segfault when displaying unprintable character in echo area while frames are being created
Date: Tue, 1 Sep 2015 17:30:36 +0000 [thread overview]
Message-ID: <CAOqdjBf_kwpcn25oToAwNUeS9X8jz=N6T9xAPuxdB+QFy0m-OQ@mail.gmail.com> (raw)
In-Reply-To: <83y4gqaxhs.fsf@gnu.org>
[-- Attachment #1.1: Type: text/plain, Size: 2265 bytes --]
On Tue, Sep 1, 2015 at 4:57 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> > Date: Tue, 1 Sep 2015 16:43:13 +0000
> > From: Pip Cet <pipcet@gmail.com>
> >
> > Launch emacs -Q.
> >
> > C-x C-f emacs-bug-038.el
> > M-x eval-buffer
> >
> > Wait for approximately one minute.
>
> I waited for 1.5 minutes, and saw no crash. But that doesn't surprise
> me, since these problems are very elusive.
>
Well, obviously it's a race condition and happens randomly. It certainly
seems to be running a lot longer with the debugging code you requested...
> > 26484 if (it->what == IT_CHARACTER)
> > 26485 {
> > 26486 XChar2b char2b;
> > 26487 struct face *face = FACE_FROM_ID (it->f, it->face_id);
> > 26488 struct font *font = face->font;
> > 26489 struct font_metrics *pcm = NULL;
> > 26490 int boff; /* Baseline offset. */
> > 26491
> > 26492 if (font == NULL)
> > (gdb) p face
> > $1 = (struct face *) 0x0
> > (gdb) p it->face_id
> > $2 = 18
> > (gdb) p it->f->face_cache->used
> > $3 = 15
>
> This is another incarnation of several similar crashes we've seen for
> the past year or so (you can see them on the bug tracker).
I hope you're right, obviously. I'll try finding them on the bug tracker,
but if you have bug #s that would be very much appreciated.
> If you can somehow produce a trace of face caching and un-caching in
> this recipe, with backtraces to show who calls those, perhaps we could
> finally nail this sucker.
>
I think I've got what you want here. However, I'm not sure how far back in
the log is relevant to you; I'm attaching the end of the log here, but will
send the full log by private email, if that's okay?
I've used these gdb commands:
----
b free_realized_faces
b uncache_face
b cache_face
command 1
bt
c
end
command 2
p c->used
bt
c
end
command 3
p c->used
bt
c
end
----
Please feel free to respond with a list of alternative commands, and I'll
be happy to attempt producing another backtrace here.
I'm currently trying with the same commands with .gdbinit loaded, so we
have xbacktraces, but xbacktrace is really slow so it might take a while
(or never trigger the bug, obviously). It appears to be slower by about a
factor of 100, so this will probably run for a few hours.
[-- Attachment #1.2: Type: text/html, Size: 3529 bytes --]
[-- Attachment #2: emacs-bug-046.txt --]
[-- Type: text/plain, Size: 190108 bytes --]
Breakpoint 1, free_realized_faces (c=0x1592ad0) at xfaces.c:4160
4160 if (c && c->used)
#0 free_realized_faces (c=0x1592ad0) at xfaces.c:4160
#1 0x00000000005062bb in free_all_realized_faces (frame=19528165) at xfaces.c:4209
#2 0x00000000004fe959 in clear_face_cache (clear_fonts_p=false) at xfaces.c:672
#3 0x00000000004fea5b in Fclear_face_cache (thoroughly=0) at xfaces.c:696
#4 0x000000000042c942 in x_set_screen_gamma (f=0x225d8c8, new_value=0, old_value=0) at frame.c:3543
#5 0x000000000042b52d in x_set_frame_parameters (f=0x225d8c8, alist=0) at frame.c:3210
#6 0x000000000042eb43 in x_default_parameter (f=0x225d8c8, alist=36406051, prop=40560, deflt=0, xprop=0x69e0d9 "screenGamma", xclass=0x69e0cd "ScreenGamma", type=RES_TYPE_FLOAT) at frame.c:4381
#7 0x0000000000526431 in Fx_create_frame (parms=36406051) at xfns.c:3196
#8 0x00000000005ea632 in Ffuncall (nargs=2, args=0x7fffffffae58) at eval.c:2634
#9 0x000000000062d0a4 in exec_byte_code (bytestr=9952436, vector=9952469, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#10 0x00000000005eb173 in funcall_lambda (fun=9952373, nargs=1, arg_vector=0x97dcd5 <pure+527637>) at eval.c:2860
#11 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb380) at eval.c:2683
#12 0x000000000062d0a4 in exec_byte_code (bytestr=20697044, vector=19927461, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffb9e0) at bytecode.c:880
#13 0x00000000005eae37 in funcall_lambda (fun=18447029, nargs=1, arg_vector=0x7fffffffb9d8) at eval.c:2794
#14 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb9d0) at eval.c:2683
#15 0x00000000005e972f in Fapply (nargs=2, args=0x7fffffffb9d0) at eval.c:2219
#16 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb9c8) at eval.c:2614
#17 0x000000000062d0a4 in exec_byte_code (bytestr=17871972, vector=18365685, maxdepth=62, args_template=514, nargs=1, args=0x7fffffffbf60) at bytecode.c:880
#18 0x00000000005eae37 in funcall_lambda (fun=16588165, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#19 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#20 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#21 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#22 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#23 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#24 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#25 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#26 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#27 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#28 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#29 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#30 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#31 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#32 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#33 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#34 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#35 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#36 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#37 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#38 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#39 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#40 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#41 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#42 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#43 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#44 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#45 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#46 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#47 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#48 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#49 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#50 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#51 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#52 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#53 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#54 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#55 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#56 0x000000000054feaf in command_loop () at keyboard.c:1117
#57 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#58 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#59 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x22c66e0, face=0x201c600, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1754 = 0
#0 cache_face (c=0x22c66e0, face=0x201c600, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x22c66e0, attrs=0x7fffffffabb0, former_face_id=0) at xfaces.c:5375
#2 0x0000000000508b1a in realize_default_face (f=0x225d8c8) at xfaces.c:5281
#3 0x0000000000508299 in realize_basic_faces (f=0x225d8c8) at xfaces.c:5144
#4 0x00000000004fe7eb in init_frame_faces (f=0x225d8c8) at xfaces.c:597
#5 0x0000000000526575 in Fx_create_frame (parms=36406051) at xfns.c:3215
#6 0x00000000005ea632 in Ffuncall (nargs=2, args=0x7fffffffae58) at eval.c:2634
#7 0x000000000062d0a4 in exec_byte_code (bytestr=9952436, vector=9952469, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#8 0x00000000005eb173 in funcall_lambda (fun=9952373, nargs=1, arg_vector=0x97dcd5 <pure+527637>) at eval.c:2860
#9 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb380) at eval.c:2683
#10 0x000000000062d0a4 in exec_byte_code (bytestr=20697044, vector=19927461, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffb9e0) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=18447029, nargs=1, arg_vector=0x7fffffffb9d8) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb9d0) at eval.c:2683
#13 0x00000000005e972f in Fapply (nargs=2, args=0x7fffffffb9d0) at eval.c:2219
#14 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb9c8) at eval.c:2614
#15 0x000000000062d0a4 in exec_byte_code (bytestr=17871972, vector=18365685, maxdepth=62, args_template=514, nargs=1, args=0x7fffffffbf60) at bytecode.c:880
#16 0x00000000005eae37 in funcall_lambda (fun=16588165, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#17 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#18 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#19 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#20 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#21 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#22 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#23 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#24 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#25 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#26 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#27 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#28 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#29 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#30 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#31 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#32 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#33 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#34 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#35 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#36 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#37 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#38 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#39 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#40 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#41 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#42 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#43 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#44 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#45 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#46 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#47 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#48 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#49 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#50 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#51 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#52 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#53 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#54 0x000000000054feaf in command_loop () at keyboard.c:1117
#55 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#56 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#57 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x22c66e0, face=0x2370cf0, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1755 = 1
#0 cache_face (c=0x22c66e0, face=0x2370cf0, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x22c66e0, attrs=0x7fffffffabe0, former_face_id=1) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x225d8c8, symbol=33072, id=1) at xfaces.c:5334
#3 0x00000000005082c2 in realize_basic_faces (f=0x225d8c8) at xfaces.c:5146
#4 0x00000000004fe7eb in init_frame_faces (f=0x225d8c8) at xfaces.c:597
#5 0x0000000000526575 in Fx_create_frame (parms=36406051) at xfns.c:3215
#6 0x00000000005ea632 in Ffuncall (nargs=2, args=0x7fffffffae58) at eval.c:2634
#7 0x000000000062d0a4 in exec_byte_code (bytestr=9952436, vector=9952469, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#8 0x00000000005eb173 in funcall_lambda (fun=9952373, nargs=1, arg_vector=0x97dcd5 <pure+527637>) at eval.c:2860
#9 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb380) at eval.c:2683
#10 0x000000000062d0a4 in exec_byte_code (bytestr=20697044, vector=19927461, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffb9e0) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=18447029, nargs=1, arg_vector=0x7fffffffb9d8) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb9d0) at eval.c:2683
#13 0x00000000005e972f in Fapply (nargs=2, args=0x7fffffffb9d0) at eval.c:2219
#14 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb9c8) at eval.c:2614
#15 0x000000000062d0a4 in exec_byte_code (bytestr=17871972, vector=18365685, maxdepth=62, args_template=514, nargs=1, args=0x7fffffffbf60) at bytecode.c:880
#16 0x00000000005eae37 in funcall_lambda (fun=16588165, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#17 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#18 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#19 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#20 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#21 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#22 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#23 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#24 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#25 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#26 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#27 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#28 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#29 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#30 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#31 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#32 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#33 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#34 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#35 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#36 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#37 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#38 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#39 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#40 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#41 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#42 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#43 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#44 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#45 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#46 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#47 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#48 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#49 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#50 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#51 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#52 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#53 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#54 0x000000000054feaf in command_loop () at keyboard.c:1117
#55 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#56 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#57 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x22c66e0, face=0x1719200, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1756 = 2
#0 cache_face (c=0x22c66e0, face=0x1719200, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x22c66e0, attrs=0x7fffffffabe0, former_face_id=2) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x225d8c8, symbol=33168, id=2) at xfaces.c:5334
#3 0x00000000005082e3 in realize_basic_faces (f=0x225d8c8) at xfaces.c:5147
#4 0x00000000004fe7eb in init_frame_faces (f=0x225d8c8) at xfaces.c:597
#5 0x0000000000526575 in Fx_create_frame (parms=36406051) at xfns.c:3215
#6 0x00000000005ea632 in Ffuncall (nargs=2, args=0x7fffffffae58) at eval.c:2634
#7 0x000000000062d0a4 in exec_byte_code (bytestr=9952436, vector=9952469, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#8 0x00000000005eb173 in funcall_lambda (fun=9952373, nargs=1, arg_vector=0x97dcd5 <pure+527637>) at eval.c:2860
#9 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb380) at eval.c:2683
#10 0x000000000062d0a4 in exec_byte_code (bytestr=20697044, vector=19927461, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffb9e0) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=18447029, nargs=1, arg_vector=0x7fffffffb9d8) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb9d0) at eval.c:2683
#13 0x00000000005e972f in Fapply (nargs=2, args=0x7fffffffb9d0) at eval.c:2219
#14 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb9c8) at eval.c:2614
#15 0x000000000062d0a4 in exec_byte_code (bytestr=17871972, vector=18365685, maxdepth=62, args_template=514, nargs=1, args=0x7fffffffbf60) at bytecode.c:880
#16 0x00000000005eae37 in funcall_lambda (fun=16588165, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#17 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#18 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#19 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#20 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#21 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#22 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#23 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#24 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#25 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#26 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#27 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#28 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#29 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#30 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#31 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#32 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#33 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#34 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#35 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#36 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#37 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#38 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#39 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#40 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#41 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#42 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#43 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#44 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#45 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#46 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#47 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#48 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#49 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#50 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#51 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#52 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#53 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#54 0x000000000054feaf in command_loop () at keyboard.c:1117
#55 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#56 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#57 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x22c66e0, face=0x1fba800, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1757 = 3
#0 cache_face (c=0x22c66e0, face=0x1fba800, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x22c66e0, attrs=0x7fffffffabe0, former_face_id=3) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x225d8c8, symbol=44832, id=3) at xfaces.c:5334
#3 0x0000000000508304 in realize_basic_faces (f=0x225d8c8) at xfaces.c:5148
#4 0x00000000004fe7eb in init_frame_faces (f=0x225d8c8) at xfaces.c:597
#5 0x0000000000526575 in Fx_create_frame (parms=36406051) at xfns.c:3215
#6 0x00000000005ea632 in Ffuncall (nargs=2, args=0x7fffffffae58) at eval.c:2634
#7 0x000000000062d0a4 in exec_byte_code (bytestr=9952436, vector=9952469, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#8 0x00000000005eb173 in funcall_lambda (fun=9952373, nargs=1, arg_vector=0x97dcd5 <pure+527637>) at eval.c:2860
#9 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb380) at eval.c:2683
#10 0x000000000062d0a4 in exec_byte_code (bytestr=20697044, vector=19927461, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffb9e0) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=18447029, nargs=1, arg_vector=0x7fffffffb9d8) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb9d0) at eval.c:2683
#13 0x00000000005e972f in Fapply (nargs=2, args=0x7fffffffb9d0) at eval.c:2219
#14 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb9c8) at eval.c:2614
#15 0x000000000062d0a4 in exec_byte_code (bytestr=17871972, vector=18365685, maxdepth=62, args_template=514, nargs=1, args=0x7fffffffbf60) at bytecode.c:880
#16 0x00000000005eae37 in funcall_lambda (fun=16588165, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#17 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#18 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#19 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#20 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#21 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#22 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#23 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#24 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#25 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#26 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#27 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#28 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#29 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#30 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#31 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#32 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#33 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#34 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#35 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#36 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#37 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#38 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#39 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#40 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#41 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#42 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#43 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#44 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#45 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#46 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#47 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#48 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#49 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#50 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#51 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#52 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#53 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#54 0x000000000054feaf in command_loop () at keyboard.c:1117
#55 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#56 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#57 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x22c66e0, face=0x1e00da0, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1758 = 4
#0 cache_face (c=0x22c66e0, face=0x1e00da0, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x22c66e0, attrs=0x7fffffffabe0, former_face_id=4) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x225d8c8, symbol=23328, id=4) at xfaces.c:5334
#3 0x0000000000508325 in realize_basic_faces (f=0x225d8c8) at xfaces.c:5149
#4 0x00000000004fe7eb in init_frame_faces (f=0x225d8c8) at xfaces.c:597
#5 0x0000000000526575 in Fx_create_frame (parms=36406051) at xfns.c:3215
#6 0x00000000005ea632 in Ffuncall (nargs=2, args=0x7fffffffae58) at eval.c:2634
#7 0x000000000062d0a4 in exec_byte_code (bytestr=9952436, vector=9952469, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#8 0x00000000005eb173 in funcall_lambda (fun=9952373, nargs=1, arg_vector=0x97dcd5 <pure+527637>) at eval.c:2860
#9 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb380) at eval.c:2683
#10 0x000000000062d0a4 in exec_byte_code (bytestr=20697044, vector=19927461, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffb9e0) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=18447029, nargs=1, arg_vector=0x7fffffffb9d8) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb9d0) at eval.c:2683
#13 0x00000000005e972f in Fapply (nargs=2, args=0x7fffffffb9d0) at eval.c:2219
#14 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb9c8) at eval.c:2614
#15 0x000000000062d0a4 in exec_byte_code (bytestr=17871972, vector=18365685, maxdepth=62, args_template=514, nargs=1, args=0x7fffffffbf60) at bytecode.c:880
#16 0x00000000005eae37 in funcall_lambda (fun=16588165, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#17 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#18 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#19 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#20 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#21 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#22 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#23 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#24 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#25 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#26 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#27 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#28 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#29 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#30 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#31 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#32 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#33 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#34 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#35 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#36 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#37 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#38 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#39 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#40 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#41 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#42 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#43 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#44 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#45 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#46 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#47 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#48 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#49 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#50 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#51 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#52 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#53 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#54 0x000000000054feaf in command_loop () at keyboard.c:1117
#55 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#56 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#57 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x22c66e0, face=0x1ddf600, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1759 = 5
#0 cache_face (c=0x22c66e0, face=0x1ddf600, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x22c66e0, attrs=0x7fffffffabe0, former_face_id=5) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x225d8c8, symbol=25536, id=5) at xfaces.c:5334
#3 0x0000000000508346 in realize_basic_faces (f=0x225d8c8) at xfaces.c:5150
#4 0x00000000004fe7eb in init_frame_faces (f=0x225d8c8) at xfaces.c:597
#5 0x0000000000526575 in Fx_create_frame (parms=36406051) at xfns.c:3215
#6 0x00000000005ea632 in Ffuncall (nargs=2, args=0x7fffffffae58) at eval.c:2634
#7 0x000000000062d0a4 in exec_byte_code (bytestr=9952436, vector=9952469, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#8 0x00000000005eb173 in funcall_lambda (fun=9952373, nargs=1, arg_vector=0x97dcd5 <pure+527637>) at eval.c:2860
#9 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb380) at eval.c:2683
#10 0x000000000062d0a4 in exec_byte_code (bytestr=20697044, vector=19927461, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffb9e0) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=18447029, nargs=1, arg_vector=0x7fffffffb9d8) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb9d0) at eval.c:2683
#13 0x00000000005e972f in Fapply (nargs=2, args=0x7fffffffb9d0) at eval.c:2219
#14 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb9c8) at eval.c:2614
#15 0x000000000062d0a4 in exec_byte_code (bytestr=17871972, vector=18365685, maxdepth=62, args_template=514, nargs=1, args=0x7fffffffbf60) at bytecode.c:880
#16 0x00000000005eae37 in funcall_lambda (fun=16588165, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#17 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#18 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#19 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#20 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#21 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#22 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#23 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#24 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#25 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#26 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#27 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#28 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#29 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#30 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#31 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#32 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#33 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#34 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#35 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#36 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#37 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#38 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#39 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#40 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#41 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#42 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#43 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#44 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#45 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#46 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#47 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#48 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#49 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#50 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#51 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#52 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#53 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#54 0x000000000054feaf in command_loop () at keyboard.c:1117
#55 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#56 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#57 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x22c66e0, face=0x1d5f360, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1760 = 6
#0 cache_face (c=0x22c66e0, face=0x1d5f360, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x22c66e0, attrs=0x7fffffffabe0, former_face_id=6) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x225d8c8, symbol=40608, id=6) at xfaces.c:5334
#3 0x0000000000508367 in realize_basic_faces (f=0x225d8c8) at xfaces.c:5151
#4 0x00000000004fe7eb in init_frame_faces (f=0x225d8c8) at xfaces.c:597
#5 0x0000000000526575 in Fx_create_frame (parms=36406051) at xfns.c:3215
#6 0x00000000005ea632 in Ffuncall (nargs=2, args=0x7fffffffae58) at eval.c:2634
#7 0x000000000062d0a4 in exec_byte_code (bytestr=9952436, vector=9952469, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#8 0x00000000005eb173 in funcall_lambda (fun=9952373, nargs=1, arg_vector=0x97dcd5 <pure+527637>) at eval.c:2860
#9 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb380) at eval.c:2683
#10 0x000000000062d0a4 in exec_byte_code (bytestr=20697044, vector=19927461, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffb9e0) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=18447029, nargs=1, arg_vector=0x7fffffffb9d8) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb9d0) at eval.c:2683
#13 0x00000000005e972f in Fapply (nargs=2, args=0x7fffffffb9d0) at eval.c:2219
#14 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb9c8) at eval.c:2614
#15 0x000000000062d0a4 in exec_byte_code (bytestr=17871972, vector=18365685, maxdepth=62, args_template=514, nargs=1, args=0x7fffffffbf60) at bytecode.c:880
#16 0x00000000005eae37 in funcall_lambda (fun=16588165, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#17 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#18 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#19 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#20 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#21 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#22 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#23 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#24 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#25 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#26 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#27 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#28 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#29 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#30 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#31 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#32 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#33 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#34 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#35 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#36 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#37 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#38 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#39 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#40 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#41 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#42 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#43 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#44 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#45 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#46 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#47 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#48 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#49 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#50 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#51 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#52 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#53 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#54 0x000000000054feaf in command_loop () at keyboard.c:1117
#55 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#56 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#57 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x22c66e0, face=0x1b2ad70, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1761 = 7
#0 cache_face (c=0x22c66e0, face=0x1b2ad70, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x22c66e0, attrs=0x7fffffffabe0, former_face_id=7) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x225d8c8, symbol=11040, id=7) at xfaces.c:5334
#3 0x0000000000508388 in realize_basic_faces (f=0x225d8c8) at xfaces.c:5152
#4 0x00000000004fe7eb in init_frame_faces (f=0x225d8c8) at xfaces.c:597
#5 0x0000000000526575 in Fx_create_frame (parms=36406051) at xfns.c:3215
#6 0x00000000005ea632 in Ffuncall (nargs=2, args=0x7fffffffae58) at eval.c:2634
#7 0x000000000062d0a4 in exec_byte_code (bytestr=9952436, vector=9952469, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#8 0x00000000005eb173 in funcall_lambda (fun=9952373, nargs=1, arg_vector=0x97dcd5 <pure+527637>) at eval.c:2860
#9 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb380) at eval.c:2683
#10 0x000000000062d0a4 in exec_byte_code (bytestr=20697044, vector=19927461, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffb9e0) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=18447029, nargs=1, arg_vector=0x7fffffffb9d8) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb9d0) at eval.c:2683
#13 0x00000000005e972f in Fapply (nargs=2, args=0x7fffffffb9d0) at eval.c:2219
#14 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb9c8) at eval.c:2614
#15 0x000000000062d0a4 in exec_byte_code (bytestr=17871972, vector=18365685, maxdepth=62, args_template=514, nargs=1, args=0x7fffffffbf60) at bytecode.c:880
#16 0x00000000005eae37 in funcall_lambda (fun=16588165, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#17 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#18 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#19 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#20 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#21 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#22 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#23 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#24 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#25 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#26 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#27 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#28 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#29 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#30 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#31 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#32 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#33 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#34 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#35 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#36 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#37 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#38 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#39 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#40 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#41 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#42 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#43 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#44 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#45 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#46 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#47 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#48 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#49 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#50 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#51 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#52 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#53 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#54 0x000000000054feaf in command_loop () at keyboard.c:1117
#55 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#56 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#57 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x22c66e0, face=0x1732ca0, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1762 = 8
#0 cache_face (c=0x22c66e0, face=0x1732ca0, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x22c66e0, attrs=0x7fffffffabe0, former_face_id=8) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x225d8c8, symbol=15696, id=8) at xfaces.c:5334
#3 0x00000000005083a9 in realize_basic_faces (f=0x225d8c8) at xfaces.c:5153
#4 0x00000000004fe7eb in init_frame_faces (f=0x225d8c8) at xfaces.c:597
#5 0x0000000000526575 in Fx_create_frame (parms=36406051) at xfns.c:3215
#6 0x00000000005ea632 in Ffuncall (nargs=2, args=0x7fffffffae58) at eval.c:2634
#7 0x000000000062d0a4 in exec_byte_code (bytestr=9952436, vector=9952469, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#8 0x00000000005eb173 in funcall_lambda (fun=9952373, nargs=1, arg_vector=0x97dcd5 <pure+527637>) at eval.c:2860
#9 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb380) at eval.c:2683
#10 0x000000000062d0a4 in exec_byte_code (bytestr=20697044, vector=19927461, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffb9e0) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=18447029, nargs=1, arg_vector=0x7fffffffb9d8) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb9d0) at eval.c:2683
#13 0x00000000005e972f in Fapply (nargs=2, args=0x7fffffffb9d0) at eval.c:2219
#14 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb9c8) at eval.c:2614
#15 0x000000000062d0a4 in exec_byte_code (bytestr=17871972, vector=18365685, maxdepth=62, args_template=514, nargs=1, args=0x7fffffffbf60) at bytecode.c:880
#16 0x00000000005eae37 in funcall_lambda (fun=16588165, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#17 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#18 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#19 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#20 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#21 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#22 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#23 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#24 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#25 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#26 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#27 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#28 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#29 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#30 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#31 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#32 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#33 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#34 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#35 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#36 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#37 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#38 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#39 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#40 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#41 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#42 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#43 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#44 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#45 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#46 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#47 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#48 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#49 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#50 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#51 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#52 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#53 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#54 0x000000000054feaf in command_loop () at keyboard.c:1117
#55 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#56 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#57 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x22c66e0, face=0x21b4640, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1763 = 9
#0 cache_face (c=0x22c66e0, face=0x21b4640, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x22c66e0, attrs=0x7fffffffabe0, former_face_id=9) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x225d8c8, symbol=33648, id=9) at xfaces.c:5334
#3 0x00000000005083ca in realize_basic_faces (f=0x225d8c8) at xfaces.c:5154
#4 0x00000000004fe7eb in init_frame_faces (f=0x225d8c8) at xfaces.c:597
#5 0x0000000000526575 in Fx_create_frame (parms=36406051) at xfns.c:3215
#6 0x00000000005ea632 in Ffuncall (nargs=2, args=0x7fffffffae58) at eval.c:2634
#7 0x000000000062d0a4 in exec_byte_code (bytestr=9952436, vector=9952469, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#8 0x00000000005eb173 in funcall_lambda (fun=9952373, nargs=1, arg_vector=0x97dcd5 <pure+527637>) at eval.c:2860
#9 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb380) at eval.c:2683
#10 0x000000000062d0a4 in exec_byte_code (bytestr=20697044, vector=19927461, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffb9e0) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=18447029, nargs=1, arg_vector=0x7fffffffb9d8) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb9d0) at eval.c:2683
#13 0x00000000005e972f in Fapply (nargs=2, args=0x7fffffffb9d0) at eval.c:2219
#14 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb9c8) at eval.c:2614
#15 0x000000000062d0a4 in exec_byte_code (bytestr=17871972, vector=18365685, maxdepth=62, args_template=514, nargs=1, args=0x7fffffffbf60) at bytecode.c:880
#16 0x00000000005eae37 in funcall_lambda (fun=16588165, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#17 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#18 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#19 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#20 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#21 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#22 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#23 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#24 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#25 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#26 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#27 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#28 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#29 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#30 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#31 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#32 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#33 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#34 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#35 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#36 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#37 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#38 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#39 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#40 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#41 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#42 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#43 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#44 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#45 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#46 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#47 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#48 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#49 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#50 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#51 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#52 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#53 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#54 0x000000000054feaf in command_loop () at keyboard.c:1117
#55 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#56 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#57 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x22c66e0, face=0x1d684c0, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1764 = 10
#0 cache_face (c=0x22c66e0, face=0x1d684c0, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x22c66e0, attrs=0x7fffffffabe0, former_face_id=10) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x225d8c8, symbol=32016, id=10) at xfaces.c:5334
#3 0x00000000005083eb in realize_basic_faces (f=0x225d8c8) at xfaces.c:5155
#4 0x00000000004fe7eb in init_frame_faces (f=0x225d8c8) at xfaces.c:597
#5 0x0000000000526575 in Fx_create_frame (parms=36406051) at xfns.c:3215
#6 0x00000000005ea632 in Ffuncall (nargs=2, args=0x7fffffffae58) at eval.c:2634
#7 0x000000000062d0a4 in exec_byte_code (bytestr=9952436, vector=9952469, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#8 0x00000000005eb173 in funcall_lambda (fun=9952373, nargs=1, arg_vector=0x97dcd5 <pure+527637>) at eval.c:2860
#9 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb380) at eval.c:2683
#10 0x000000000062d0a4 in exec_byte_code (bytestr=20697044, vector=19927461, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffb9e0) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=18447029, nargs=1, arg_vector=0x7fffffffb9d8) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb9d0) at eval.c:2683
#13 0x00000000005e972f in Fapply (nargs=2, args=0x7fffffffb9d0) at eval.c:2219
#14 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb9c8) at eval.c:2614
#15 0x000000000062d0a4 in exec_byte_code (bytestr=17871972, vector=18365685, maxdepth=62, args_template=514, nargs=1, args=0x7fffffffbf60) at bytecode.c:880
#16 0x00000000005eae37 in funcall_lambda (fun=16588165, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#17 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#18 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#19 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#20 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#21 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#22 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#23 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#24 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#25 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#26 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#27 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#28 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#29 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#30 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#31 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#32 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#33 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#34 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#35 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#36 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#37 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#38 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#39 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#40 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#41 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#42 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#43 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#44 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#45 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#46 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#47 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#48 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#49 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#50 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#51 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#52 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#53 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#54 0x000000000054feaf in command_loop () at keyboard.c:1117
#55 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#56 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#57 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x22c66e0, face=0x1b4ddd0, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1765 = 11
#0 cache_face (c=0x22c66e0, face=0x1b4ddd0, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x22c66e0, attrs=0x7fffffffabe0, former_face_id=11) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x225d8c8, symbol=48144, id=11) at xfaces.c:5334
#3 0x000000000050840c in realize_basic_faces (f=0x225d8c8) at xfaces.c:5156
#4 0x00000000004fe7eb in init_frame_faces (f=0x225d8c8) at xfaces.c:597
#5 0x0000000000526575 in Fx_create_frame (parms=36406051) at xfns.c:3215
#6 0x00000000005ea632 in Ffuncall (nargs=2, args=0x7fffffffae58) at eval.c:2634
#7 0x000000000062d0a4 in exec_byte_code (bytestr=9952436, vector=9952469, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#8 0x00000000005eb173 in funcall_lambda (fun=9952373, nargs=1, arg_vector=0x97dcd5 <pure+527637>) at eval.c:2860
#9 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb380) at eval.c:2683
#10 0x000000000062d0a4 in exec_byte_code (bytestr=20697044, vector=19927461, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffb9e0) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=18447029, nargs=1, arg_vector=0x7fffffffb9d8) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb9d0) at eval.c:2683
#13 0x00000000005e972f in Fapply (nargs=2, args=0x7fffffffb9d0) at eval.c:2219
#14 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb9c8) at eval.c:2614
#15 0x000000000062d0a4 in exec_byte_code (bytestr=17871972, vector=18365685, maxdepth=62, args_template=514, nargs=1, args=0x7fffffffbf60) at bytecode.c:880
#16 0x00000000005eae37 in funcall_lambda (fun=16588165, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#17 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#18 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#19 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#20 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#21 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#22 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#23 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#24 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#25 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#26 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#27 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#28 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#29 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#30 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#31 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#32 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#33 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#34 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#35 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#36 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#37 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#38 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#39 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#40 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#41 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#42 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#43 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#44 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#45 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#46 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#47 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#48 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#49 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#50 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#51 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#52 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#53 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#54 0x000000000054feaf in command_loop () at keyboard.c:1117
#55 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#56 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#57 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x22c66e0, face=0x1711390, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1766 = 12
#0 cache_face (c=0x22c66e0, face=0x1711390, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x22c66e0, attrs=0x7fffffffabe0, former_face_id=12) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x225d8c8, symbol=49248, id=12) at xfaces.c:5334
#3 0x000000000050842d in realize_basic_faces (f=0x225d8c8) at xfaces.c:5157
#4 0x00000000004fe7eb in init_frame_faces (f=0x225d8c8) at xfaces.c:597
#5 0x0000000000526575 in Fx_create_frame (parms=36406051) at xfns.c:3215
#6 0x00000000005ea632 in Ffuncall (nargs=2, args=0x7fffffffae58) at eval.c:2634
#7 0x000000000062d0a4 in exec_byte_code (bytestr=9952436, vector=9952469, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#8 0x00000000005eb173 in funcall_lambda (fun=9952373, nargs=1, arg_vector=0x97dcd5 <pure+527637>) at eval.c:2860
#9 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb380) at eval.c:2683
#10 0x000000000062d0a4 in exec_byte_code (bytestr=20697044, vector=19927461, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffb9e0) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=18447029, nargs=1, arg_vector=0x7fffffffb9d8) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb9d0) at eval.c:2683
#13 0x00000000005e972f in Fapply (nargs=2, args=0x7fffffffb9d0) at eval.c:2219
#14 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb9c8) at eval.c:2614
#15 0x000000000062d0a4 in exec_byte_code (bytestr=17871972, vector=18365685, maxdepth=62, args_template=514, nargs=1, args=0x7fffffffbf60) at bytecode.c:880
#16 0x00000000005eae37 in funcall_lambda (fun=16588165, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#17 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#18 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#19 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#20 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#21 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#22 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#23 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#24 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#25 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#26 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#27 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#28 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#29 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#30 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#31 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#32 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#33 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#34 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#35 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#36 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#37 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#38 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#39 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#40 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#41 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#42 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#43 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#44 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#45 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#46 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#47 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#48 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#49 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#50 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#51 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#52 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#53 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#54 0x000000000054feaf in command_loop () at keyboard.c:1117
#55 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#56 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#57 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x22c66e0, face=0x1572de0, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1767 = 13
#0 cache_face (c=0x22c66e0, face=0x1572de0, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x22c66e0, attrs=0x7fffffffabe0, former_face_id=13) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x225d8c8, symbol=49296, id=13) at xfaces.c:5334
#3 0x000000000050844e in realize_basic_faces (f=0x225d8c8) at xfaces.c:5158
#4 0x00000000004fe7eb in init_frame_faces (f=0x225d8c8) at xfaces.c:597
#5 0x0000000000526575 in Fx_create_frame (parms=36406051) at xfns.c:3215
#6 0x00000000005ea632 in Ffuncall (nargs=2, args=0x7fffffffae58) at eval.c:2634
#7 0x000000000062d0a4 in exec_byte_code (bytestr=9952436, vector=9952469, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#8 0x00000000005eb173 in funcall_lambda (fun=9952373, nargs=1, arg_vector=0x97dcd5 <pure+527637>) at eval.c:2860
#9 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb380) at eval.c:2683
#10 0x000000000062d0a4 in exec_byte_code (bytestr=20697044, vector=19927461, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffb9e0) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=18447029, nargs=1, arg_vector=0x7fffffffb9d8) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb9d0) at eval.c:2683
#13 0x00000000005e972f in Fapply (nargs=2, args=0x7fffffffb9d0) at eval.c:2219
#14 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb9c8) at eval.c:2614
#15 0x000000000062d0a4 in exec_byte_code (bytestr=17871972, vector=18365685, maxdepth=62, args_template=514, nargs=1, args=0x7fffffffbf60) at bytecode.c:880
#16 0x00000000005eae37 in funcall_lambda (fun=16588165, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#17 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#18 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#19 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#20 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#21 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#22 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#23 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#24 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#25 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#26 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#27 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#28 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#29 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#30 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#31 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#32 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#33 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#34 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#35 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#36 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#37 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#38 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#39 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#40 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#41 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#42 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#43 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#44 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#45 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#46 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#47 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#48 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#49 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#50 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#51 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#52 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#53 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#54 0x000000000054feaf in command_loop () at keyboard.c:1117
#55 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#56 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#57 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x22c66e0, face=0x1b38cd0, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1768 = 14
#0 cache_face (c=0x22c66e0, face=0x1b38cd0, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x22c66e0, attrs=0x7fffffffabe0, former_face_id=14) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x225d8c8, symbol=49344, id=14) at xfaces.c:5334
#3 0x000000000050846f in realize_basic_faces (f=0x225d8c8) at xfaces.c:5160
#4 0x00000000004fe7eb in init_frame_faces (f=0x225d8c8) at xfaces.c:597
#5 0x0000000000526575 in Fx_create_frame (parms=36406051) at xfns.c:3215
#6 0x00000000005ea632 in Ffuncall (nargs=2, args=0x7fffffffae58) at eval.c:2634
#7 0x000000000062d0a4 in exec_byte_code (bytestr=9952436, vector=9952469, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#8 0x00000000005eb173 in funcall_lambda (fun=9952373, nargs=1, arg_vector=0x97dcd5 <pure+527637>) at eval.c:2860
#9 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb380) at eval.c:2683
#10 0x000000000062d0a4 in exec_byte_code (bytestr=20697044, vector=19927461, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffb9e0) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=18447029, nargs=1, arg_vector=0x7fffffffb9d8) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb9d0) at eval.c:2683
#13 0x00000000005e972f in Fapply (nargs=2, args=0x7fffffffb9d0) at eval.c:2219
#14 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb9c8) at eval.c:2614
#15 0x000000000062d0a4 in exec_byte_code (bytestr=17871972, vector=18365685, maxdepth=62, args_template=514, nargs=1, args=0x7fffffffbf60) at bytecode.c:880
#16 0x00000000005eae37 in funcall_lambda (fun=16588165, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#17 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#18 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#19 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#20 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#21 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#22 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#23 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#24 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#25 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#26 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#27 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#28 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#29 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#30 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#31 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#32 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#33 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#34 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#35 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#36 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#37 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#38 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#39 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#40 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#41 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#42 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#43 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#44 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#45 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#46 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#47 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#48 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#49 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#50 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#51 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#52 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#53 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#54 0x000000000054feaf in command_loop () at keyboard.c:1117
#55 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#56 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#57 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 2, uncache_face (c=0x22c66e0, face=0x201c600) at xfaces.c:4308
4308 int i = face->hash % FACE_CACHE_BUCKETS_SIZE;
$1769 = 15
#0 uncache_face (c=0x22c66e0, face=0x201c600) at xfaces.c:4308
#1 0x0000000000508d2f in realize_face (cache=0x22c66e0, attrs=0x1de3bc8, former_face_id=0) at xfaces.c:5357
#2 0x000000000050500a in Finternal_merge_in_global_face (face=16608, frame=36034765) at xfaces.c:3694
#3 0x00000000005ea665 in Ffuncall (nargs=3, args=0x7fffffffa928) at eval.c:2637
#4 0x000000000062d0a4 in exec_byte_code (bytestr=9953060, vector=9953093, maxdepth=26, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#5 0x00000000005eb173 in funcall_lambda (fun=9952997, nargs=2, arg_vector=0x97df45 <pure+528261>) at eval.c:2860
#6 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffae58) at eval.c:2683
#7 0x000000000062d0a4 in exec_byte_code (bytestr=9952436, vector=9952469, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#8 0x00000000005eb173 in funcall_lambda (fun=9952373, nargs=1, arg_vector=0x97dcd5 <pure+527637>) at eval.c:2860
#9 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb380) at eval.c:2683
#10 0x000000000062d0a4 in exec_byte_code (bytestr=20697044, vector=19927461, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffb9e0) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=18447029, nargs=1, arg_vector=0x7fffffffb9d8) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb9d0) at eval.c:2683
#13 0x00000000005e972f in Fapply (nargs=2, args=0x7fffffffb9d0) at eval.c:2219
#14 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb9c8) at eval.c:2614
#15 0x000000000062d0a4 in exec_byte_code (bytestr=17871972, vector=18365685, maxdepth=62, args_template=514, nargs=1, args=0x7fffffffbf60) at bytecode.c:880
#16 0x00000000005eae37 in funcall_lambda (fun=16588165, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#17 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#18 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#19 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#20 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#21 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#22 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#23 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#24 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#25 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#26 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#27 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#28 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#29 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#30 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#31 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#32 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#33 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#34 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#35 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#36 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#37 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#38 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#39 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#40 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#41 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#42 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#43 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#44 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#45 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#46 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#47 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#48 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#49 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#50 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#51 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#52 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#53 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#54 0x000000000054feaf in command_loop () at keyboard.c:1117
#55 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#56 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#57 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x22c66e0, face=0x201c600, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1770 = 15
#0 cache_face (c=0x22c66e0, face=0x201c600, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x22c66e0, attrs=0x1de3bc8, former_face_id=0) at xfaces.c:5375
#2 0x000000000050500a in Finternal_merge_in_global_face (face=16608, frame=36034765) at xfaces.c:3694
#3 0x00000000005ea665 in Ffuncall (nargs=3, args=0x7fffffffa928) at eval.c:2637
#4 0x000000000062d0a4 in exec_byte_code (bytestr=9953060, vector=9953093, maxdepth=26, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#5 0x00000000005eb173 in funcall_lambda (fun=9952997, nargs=2, arg_vector=0x97df45 <pure+528261>) at eval.c:2860
#6 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffae58) at eval.c:2683
#7 0x000000000062d0a4 in exec_byte_code (bytestr=9952436, vector=9952469, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#8 0x00000000005eb173 in funcall_lambda (fun=9952373, nargs=1, arg_vector=0x97dcd5 <pure+527637>) at eval.c:2860
#9 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb380) at eval.c:2683
#10 0x000000000062d0a4 in exec_byte_code (bytestr=20697044, vector=19927461, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffb9e0) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=18447029, nargs=1, arg_vector=0x7fffffffb9d8) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb9d0) at eval.c:2683
#13 0x00000000005e972f in Fapply (nargs=2, args=0x7fffffffb9d0) at eval.c:2219
#14 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb9c8) at eval.c:2614
#15 0x000000000062d0a4 in exec_byte_code (bytestr=17871972, vector=18365685, maxdepth=62, args_template=514, nargs=1, args=0x7fffffffbf60) at bytecode.c:880
#16 0x00000000005eae37 in funcall_lambda (fun=16588165, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#17 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#18 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#19 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#20 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#21 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#22 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#23 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#24 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#25 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#26 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#27 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#28 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#29 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#30 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#31 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#32 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#33 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#34 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#35 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#36 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#37 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#38 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#39 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#40 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#41 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#42 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#43 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#44 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#45 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#46 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#47 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#48 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#49 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#50 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#51 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#52 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#53 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#54 0x000000000054feaf in command_loop () at keyboard.c:1117
#55 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#56 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#57 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x22c66e0, face=0x1df1ef0, hash=2255733) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1771 = 15
#0 cache_face (c=0x22c66e0, face=0x1df1ef0, hash=2255733) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x22c66e0, attrs=0x7fffffff9730, former_face_id=-1) at xfaces.c:5375
#2 0x0000000000506741 in lookup_face (f=0x225d8c8, attr=0x7fffffff9730) at xfaces.c:4359
#3 0x00000000005073a2 in x_supports_face_attributes_p (f=0x225d8c8, attrs=0x7fffffff9830, def_face=0x201c600) at xfaces.c:4691
#4 0x0000000000507e44 in Fdisplay_supports_face_attributes_p (attributes=9957419, display=36034765) at xfaces.c:4977
#5 0x00000000005ea665 in Ffuncall (nargs=3, args=0x7fffffff99c8) at eval.c:2637
#6 0x000000000062d0a4 in exec_byte_code (bytestr=9944708, vector=9944741, maxdepth=22, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#7 0x00000000005eb173 in funcall_lambda (fun=9944645, nargs=2, arg_vector=0x97bea5 <pure+519909>) at eval.c:2860
#8 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffff9ee8) at eval.c:2683
#9 0x000000000062d0a4 in exec_byte_code (bytestr=9945292, vector=9945325, maxdepth=22, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#10 0x00000000005eb173 in funcall_lambda (fun=9945181, nargs=2, arg_vector=0x97c0ed <pure+520493>) at eval.c:2860
#11 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffa408) at eval.c:2683
#12 0x000000000062d0a4 in exec_byte_code (bytestr=9946804, vector=9946837, maxdepth=22, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#13 0x00000000005eb173 in funcall_lambda (fun=9946757, nargs=2, arg_vector=0x97c6d5 <pure+522005>) at eval.c:2860
#14 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffa928) at eval.c:2683
#15 0x000000000062d0a4 in exec_byte_code (bytestr=9953060, vector=9953093, maxdepth=26, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#16 0x00000000005eb173 in funcall_lambda (fun=9952997, nargs=2, arg_vector=0x97df45 <pure+528261>) at eval.c:2860
#17 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffae58) at eval.c:2683
#18 0x000000000062d0a4 in exec_byte_code (bytestr=9952436, vector=9952469, maxdepth=18, args_template=0, nargs=0, args=0x0) at bytecode.c:880
#19 0x00000000005eb173 in funcall_lambda (fun=9952373, nargs=1, arg_vector=0x97dcd5 <pure+527637>) at eval.c:2860
#20 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb380) at eval.c:2683
#21 0x000000000062d0a4 in exec_byte_code (bytestr=20697044, vector=19927461, maxdepth=14, args_template=1030, nargs=1, args=0x7fffffffb9e0) at bytecode.c:880
#22 0x00000000005eae37 in funcall_lambda (fun=18447029, nargs=1, arg_vector=0x7fffffffb9d8) at eval.c:2794
#23 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffb9d0) at eval.c:2683
#24 0x00000000005e972f in Fapply (nargs=2, args=0x7fffffffb9d0) at eval.c:2219
#25 0x00000000005ea533 in Ffuncall (nargs=3, args=0x7fffffffb9c8) at eval.c:2614
#26 0x000000000062d0a4 in exec_byte_code (bytestr=17871972, vector=18365685, maxdepth=62, args_template=514, nargs=1, args=0x7fffffffbf60) at bytecode.c:880
#27 0x00000000005eae37 in funcall_lambda (fun=16588165, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#28 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#29 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#30 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#31 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#32 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#33 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#34 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#35 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#36 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#37 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#38 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#39 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#40 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#41 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#42 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#43 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#44 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#45 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#46 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#47 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#48 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#49 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#50 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#51 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#52 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#53 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#54 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#55 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#56 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#57 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#58 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#59 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#60 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#61 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#62 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#63 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#64 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#65 0x000000000054feaf in command_loop () at keyboard.c:1117
#66 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#67 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#68 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x1592ad0, face=0x2484690, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1772 = 0
#0 cache_face (c=0x1592ad0, face=0x2484690, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x1592ad0, attrs=0x7fffffffa3b0, former_face_id=0) at xfaces.c:5375
#2 0x0000000000508b1a in realize_default_face (f=0x129f9e0) at xfaces.c:5281
#3 0x0000000000508299 in realize_basic_faces (f=0x129f9e0) at xfaces.c:5144
#4 0x00000000004fe8cd in recompute_basic_faces (f=0x129f9e0) at xfaces.c:642
#5 0x000000000043bc44 in init_iterator (it=0x7fffffffa560, w=0x12a2880, charpos=1, bytepos=1, row=0x0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2723
#6 0x000000000045297b in resize_mini_window (w=0x12a2880, exact_p=true) at xdisp.c:10785
#7 0x0000000000426fb9 in do_switch_frame (frame=36034765, track=1, for_deletion=0, norecord=3816720) at frame.c:1163
#8 0x000000000042718d in Fselect_frame (frame=36034765, norecord=3816720) at frame.c:1225
#9 0x00000000005ea665 in Ffuncall (nargs=3, args=0x7fffffffb9f0) at eval.c:2637
#10 0x000000000062d0a4 in exec_byte_code (bytestr=10382580, vector=10382613, maxdepth=42, args_template=1026, nargs=1, args=0x7fffffffbf68) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=10382533, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#13 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#14 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#15 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#16 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#17 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#18 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#19 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#20 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#21 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#22 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#23 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#24 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#25 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#26 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#27 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#28 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#29 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#30 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#31 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#32 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#33 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#34 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#35 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#36 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#37 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#38 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#39 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#40 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#41 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#42 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#43 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#44 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#45 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#46 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#47 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#48 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#49 0x000000000054feaf in command_loop () at keyboard.c:1117
#50 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#51 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#52 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x1592ad0, face=0x24d6860, hash=2251487) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1773 = 1
#0 cache_face (c=0x1592ad0, face=0x24d6860, hash=2251487) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x1592ad0, attrs=0x7fffffffa3e0, former_face_id=1) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x129f9e0, symbol=33072, id=1) at xfaces.c:5334
#3 0x00000000005082c2 in realize_basic_faces (f=0x129f9e0) at xfaces.c:5146
#4 0x00000000004fe8cd in recompute_basic_faces (f=0x129f9e0) at xfaces.c:642
#5 0x000000000043bc44 in init_iterator (it=0x7fffffffa560, w=0x12a2880, charpos=1, bytepos=1, row=0x0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2723
#6 0x000000000045297b in resize_mini_window (w=0x12a2880, exact_p=true) at xdisp.c:10785
#7 0x0000000000426fb9 in do_switch_frame (frame=36034765, track=1, for_deletion=0, norecord=3816720) at frame.c:1163
#8 0x000000000042718d in Fselect_frame (frame=36034765, norecord=3816720) at frame.c:1225
#9 0x00000000005ea665 in Ffuncall (nargs=3, args=0x7fffffffb9f0) at eval.c:2637
#10 0x000000000062d0a4 in exec_byte_code (bytestr=10382580, vector=10382613, maxdepth=42, args_template=1026, nargs=1, args=0x7fffffffbf68) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=10382533, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#13 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#14 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#15 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#16 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#17 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#18 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#19 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#20 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#21 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#22 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#23 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#24 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#25 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#26 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#27 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#28 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#29 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#30 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#31 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#32 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#33 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#34 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#35 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#36 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#37 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#38 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#39 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#40 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#41 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#42 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#43 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#44 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#45 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#46 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#47 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#48 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#49 0x000000000054feaf in command_loop () at keyboard.c:1117
#50 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#51 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#52 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x1592ad0, face=0x24d6a50, hash=2255831) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1774 = 2
#0 cache_face (c=0x1592ad0, face=0x24d6a50, hash=2255831) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x1592ad0, attrs=0x7fffffffa3e0, former_face_id=2) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x129f9e0, symbol=33168, id=2) at xfaces.c:5334
#3 0x00000000005082e3 in realize_basic_faces (f=0x129f9e0) at xfaces.c:5147
#4 0x00000000004fe8cd in recompute_basic_faces (f=0x129f9e0) at xfaces.c:642
#5 0x000000000043bc44 in init_iterator (it=0x7fffffffa560, w=0x12a2880, charpos=1, bytepos=1, row=0x0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2723
#6 0x000000000045297b in resize_mini_window (w=0x12a2880, exact_p=true) at xdisp.c:10785
#7 0x0000000000426fb9 in do_switch_frame (frame=36034765, track=1, for_deletion=0, norecord=3816720) at frame.c:1163
#8 0x000000000042718d in Fselect_frame (frame=36034765, norecord=3816720) at frame.c:1225
#9 0x00000000005ea665 in Ffuncall (nargs=3, args=0x7fffffffb9f0) at eval.c:2637
#10 0x000000000062d0a4 in exec_byte_code (bytestr=10382580, vector=10382613, maxdepth=42, args_template=1026, nargs=1, args=0x7fffffffbf68) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=10382533, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#13 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#14 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#15 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#16 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#17 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#18 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#19 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#20 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#21 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#22 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#23 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#24 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#25 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#26 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#27 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#28 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#29 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#30 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#31 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#32 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#33 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#34 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#35 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#36 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#37 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#38 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#39 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#40 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#41 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#42 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#43 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#44 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#45 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#46 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#47 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#48 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#49 0x000000000054feaf in command_loop () at keyboard.c:1117
#50 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#51 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#52 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x1592ad0, face=0x24db040, hash=2251487) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1775 = 3
#0 cache_face (c=0x1592ad0, face=0x24db040, hash=2251487) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x1592ad0, attrs=0x7fffffffa3e0, former_face_id=3) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x129f9e0, symbol=44832, id=3) at xfaces.c:5334
#3 0x0000000000508304 in realize_basic_faces (f=0x129f9e0) at xfaces.c:5148
#4 0x00000000004fe8cd in recompute_basic_faces (f=0x129f9e0) at xfaces.c:642
#5 0x000000000043bc44 in init_iterator (it=0x7fffffffa560, w=0x12a2880, charpos=1, bytepos=1, row=0x0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2723
#6 0x000000000045297b in resize_mini_window (w=0x12a2880, exact_p=true) at xdisp.c:10785
#7 0x0000000000426fb9 in do_switch_frame (frame=36034765, track=1, for_deletion=0, norecord=3816720) at frame.c:1163
#8 0x000000000042718d in Fselect_frame (frame=36034765, norecord=3816720) at frame.c:1225
#9 0x00000000005ea665 in Ffuncall (nargs=3, args=0x7fffffffb9f0) at eval.c:2637
#10 0x000000000062d0a4 in exec_byte_code (bytestr=10382580, vector=10382613, maxdepth=42, args_template=1026, nargs=1, args=0x7fffffffbf68) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=10382533, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#13 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#14 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#15 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#16 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#17 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#18 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#19 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#20 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#21 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#22 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#23 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#24 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#25 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#26 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#27 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#28 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#29 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#30 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#31 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#32 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#33 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#34 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#35 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#36 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#37 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#38 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#39 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#40 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#41 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#42 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#43 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#44 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#45 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#46 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#47 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#48 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#49 0x000000000054feaf in command_loop () at keyboard.c:1117
#50 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#51 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#52 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x1592ad0, face=0x1db5670, hash=2251459) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1776 = 4
#0 cache_face (c=0x1592ad0, face=0x1db5670, hash=2251459) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x1592ad0, attrs=0x7fffffffa3e0, former_face_id=4) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x129f9e0, symbol=23328, id=4) at xfaces.c:5334
#3 0x0000000000508325 in realize_basic_faces (f=0x129f9e0) at xfaces.c:5149
#4 0x00000000004fe8cd in recompute_basic_faces (f=0x129f9e0) at xfaces.c:642
#5 0x000000000043bc44 in init_iterator (it=0x7fffffffa560, w=0x12a2880, charpos=1, bytepos=1, row=0x0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2723
#6 0x000000000045297b in resize_mini_window (w=0x12a2880, exact_p=true) at xdisp.c:10785
#7 0x0000000000426fb9 in do_switch_frame (frame=36034765, track=1, for_deletion=0, norecord=3816720) at frame.c:1163
#8 0x000000000042718d in Fselect_frame (frame=36034765, norecord=3816720) at frame.c:1225
#9 0x00000000005ea665 in Ffuncall (nargs=3, args=0x7fffffffb9f0) at eval.c:2637
#10 0x000000000062d0a4 in exec_byte_code (bytestr=10382580, vector=10382613, maxdepth=42, args_template=1026, nargs=1, args=0x7fffffffbf68) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=10382533, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#13 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#14 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#15 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#16 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#17 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#18 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#19 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#20 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#21 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#22 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#23 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#24 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#25 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#26 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#27 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#28 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#29 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#30 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#31 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#32 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#33 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#34 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#35 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#36 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#37 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#38 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#39 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#40 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#41 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#42 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#43 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#44 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#45 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#46 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#47 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#48 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#49 0x000000000054feaf in command_loop () at keyboard.c:1117
#50 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#51 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#52 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x1592ad0, face=0x1db5790, hash=2250743) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1777 = 5
#0 cache_face (c=0x1592ad0, face=0x1db5790, hash=2250743) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x1592ad0, attrs=0x7fffffffa3e0, former_face_id=5) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x129f9e0, symbol=25536, id=5) at xfaces.c:5334
#3 0x0000000000508346 in realize_basic_faces (f=0x129f9e0) at xfaces.c:5150
#4 0x00000000004fe8cd in recompute_basic_faces (f=0x129f9e0) at xfaces.c:642
#5 0x000000000043bc44 in init_iterator (it=0x7fffffffa560, w=0x12a2880, charpos=1, bytepos=1, row=0x0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2723
#6 0x000000000045297b in resize_mini_window (w=0x12a2880, exact_p=true) at xdisp.c:10785
#7 0x0000000000426fb9 in do_switch_frame (frame=36034765, track=1, for_deletion=0, norecord=3816720) at frame.c:1163
#8 0x000000000042718d in Fselect_frame (frame=36034765, norecord=3816720) at frame.c:1225
#9 0x00000000005ea665 in Ffuncall (nargs=3, args=0x7fffffffb9f0) at eval.c:2637
#10 0x000000000062d0a4 in exec_byte_code (bytestr=10382580, vector=10382613, maxdepth=42, args_template=1026, nargs=1, args=0x7fffffffbf68) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=10382533, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#13 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#14 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#15 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#16 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#17 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#18 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#19 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#20 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#21 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#22 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#23 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#24 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#25 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#26 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#27 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#28 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#29 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#30 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#31 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#32 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#33 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#34 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#35 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#36 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#37 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#38 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#39 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#40 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#41 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#42 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#43 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#44 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#45 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#46 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#47 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#48 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#49 0x000000000054feaf in command_loop () at keyboard.c:1117
#50 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#51 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#52 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x1592ad0, face=0x24d58b0, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1778 = 6
#0 cache_face (c=0x1592ad0, face=0x24d58b0, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x1592ad0, attrs=0x7fffffffa3e0, former_face_id=6) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x129f9e0, symbol=40608, id=6) at xfaces.c:5334
#3 0x0000000000508367 in realize_basic_faces (f=0x129f9e0) at xfaces.c:5151
#4 0x00000000004fe8cd in recompute_basic_faces (f=0x129f9e0) at xfaces.c:642
#5 0x000000000043bc44 in init_iterator (it=0x7fffffffa560, w=0x12a2880, charpos=1, bytepos=1, row=0x0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2723
#6 0x000000000045297b in resize_mini_window (w=0x12a2880, exact_p=true) at xdisp.c:10785
#7 0x0000000000426fb9 in do_switch_frame (frame=36034765, track=1, for_deletion=0, norecord=3816720) at frame.c:1163
#8 0x000000000042718d in Fselect_frame (frame=36034765, norecord=3816720) at frame.c:1225
#9 0x00000000005ea665 in Ffuncall (nargs=3, args=0x7fffffffb9f0) at eval.c:2637
#10 0x000000000062d0a4 in exec_byte_code (bytestr=10382580, vector=10382613, maxdepth=42, args_template=1026, nargs=1, args=0x7fffffffbf68) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=10382533, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#13 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#14 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#15 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#16 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#17 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#18 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#19 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#20 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#21 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#22 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#23 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#24 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#25 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#26 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#27 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#28 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#29 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#30 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#31 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#32 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#33 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#34 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#35 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#36 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#37 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#38 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#39 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#40 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#41 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#42 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#43 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#44 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#45 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#46 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#47 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#48 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#49 0x000000000054feaf in command_loop () at keyboard.c:1117
#50 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#51 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#52 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x1592ad0, face=0x24d59d0, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1779 = 7
#0 cache_face (c=0x1592ad0, face=0x24d59d0, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x1592ad0, attrs=0x7fffffffa3e0, former_face_id=7) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x129f9e0, symbol=11040, id=7) at xfaces.c:5334
#3 0x0000000000508388 in realize_basic_faces (f=0x129f9e0) at xfaces.c:5152
#4 0x00000000004fe8cd in recompute_basic_faces (f=0x129f9e0) at xfaces.c:642
#5 0x000000000043bc44 in init_iterator (it=0x7fffffffa560, w=0x12a2880, charpos=1, bytepos=1, row=0x0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2723
#6 0x000000000045297b in resize_mini_window (w=0x12a2880, exact_p=true) at xdisp.c:10785
#7 0x0000000000426fb9 in do_switch_frame (frame=36034765, track=1, for_deletion=0, norecord=3816720) at frame.c:1163
#8 0x000000000042718d in Fselect_frame (frame=36034765, norecord=3816720) at frame.c:1225
#9 0x00000000005ea665 in Ffuncall (nargs=3, args=0x7fffffffb9f0) at eval.c:2637
#10 0x000000000062d0a4 in exec_byte_code (bytestr=10382580, vector=10382613, maxdepth=42, args_template=1026, nargs=1, args=0x7fffffffbf68) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=10382533, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#13 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#14 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#15 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#16 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#17 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#18 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#19 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#20 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#21 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#22 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#23 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#24 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#25 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#26 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#27 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#28 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#29 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#30 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#31 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#32 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#33 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#34 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#35 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#36 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#37 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#38 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#39 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#40 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#41 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#42 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#43 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#44 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#45 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#46 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#47 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#48 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#49 0x000000000054feaf in command_loop () at keyboard.c:1117
#50 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#51 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#52 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x1592ad0, face=0x24da820, hash=2250721) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1780 = 8
#0 cache_face (c=0x1592ad0, face=0x24da820, hash=2250721) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x1592ad0, attrs=0x7fffffffa3e0, former_face_id=8) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x129f9e0, symbol=15696, id=8) at xfaces.c:5334
#3 0x00000000005083a9 in realize_basic_faces (f=0x129f9e0) at xfaces.c:5153
#4 0x00000000004fe8cd in recompute_basic_faces (f=0x129f9e0) at xfaces.c:642
#5 0x000000000043bc44 in init_iterator (it=0x7fffffffa560, w=0x12a2880, charpos=1, bytepos=1, row=0x0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2723
#6 0x000000000045297b in resize_mini_window (w=0x12a2880, exact_p=true) at xdisp.c:10785
#7 0x0000000000426fb9 in do_switch_frame (frame=36034765, track=1, for_deletion=0, norecord=3816720) at frame.c:1163
#8 0x000000000042718d in Fselect_frame (frame=36034765, norecord=3816720) at frame.c:1225
#9 0x00000000005ea665 in Ffuncall (nargs=3, args=0x7fffffffb9f0) at eval.c:2637
#10 0x000000000062d0a4 in exec_byte_code (bytestr=10382580, vector=10382613, maxdepth=42, args_template=1026, nargs=1, args=0x7fffffffbf68) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=10382533, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#13 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#14 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#15 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#16 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#17 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#18 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#19 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#20 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#21 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#22 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#23 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#24 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#25 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#26 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#27 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#28 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#29 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#30 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#31 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#32 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#33 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#34 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#35 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#36 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#37 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#38 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#39 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#40 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#41 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#42 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#43 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#44 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#45 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#46 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#47 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#48 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#49 0x000000000054feaf in command_loop () at keyboard.c:1117
#50 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#51 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#52 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x1592ad0, face=0x24da940, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1781 = 9
#0 cache_face (c=0x1592ad0, face=0x24da940, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x1592ad0, attrs=0x7fffffffa3e0, former_face_id=9) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x129f9e0, symbol=33648, id=9) at xfaces.c:5334
#3 0x00000000005083ca in realize_basic_faces (f=0x129f9e0) at xfaces.c:5154
#4 0x00000000004fe8cd in recompute_basic_faces (f=0x129f9e0) at xfaces.c:642
#5 0x000000000043bc44 in init_iterator (it=0x7fffffffa560, w=0x12a2880, charpos=1, bytepos=1, row=0x0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2723
#6 0x000000000045297b in resize_mini_window (w=0x12a2880, exact_p=true) at xdisp.c:10785
#7 0x0000000000426fb9 in do_switch_frame (frame=36034765, track=1, for_deletion=0, norecord=3816720) at frame.c:1163
#8 0x000000000042718d in Fselect_frame (frame=36034765, norecord=3816720) at frame.c:1225
#9 0x00000000005ea665 in Ffuncall (nargs=3, args=0x7fffffffb9f0) at eval.c:2637
#10 0x000000000062d0a4 in exec_byte_code (bytestr=10382580, vector=10382613, maxdepth=42, args_template=1026, nargs=1, args=0x7fffffffbf68) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=10382533, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#13 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#14 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#15 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#16 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#17 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#18 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#19 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#20 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#21 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#22 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#23 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#24 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#25 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#26 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#27 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#28 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#29 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#30 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#31 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#32 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#33 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#34 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#35 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#36 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#37 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#38 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#39 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#40 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#41 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#42 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#43 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#44 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#45 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#46 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#47 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#48 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#49 0x000000000054feaf in command_loop () at keyboard.c:1117
#50 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#51 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#52 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x1592ad0, face=0x24dab60, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1782 = 10
#0 cache_face (c=0x1592ad0, face=0x24dab60, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x1592ad0, attrs=0x7fffffffa3e0, former_face_id=10) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x129f9e0, symbol=32016, id=10) at xfaces.c:5334
#3 0x00000000005083eb in realize_basic_faces (f=0x129f9e0) at xfaces.c:5155
#4 0x00000000004fe8cd in recompute_basic_faces (f=0x129f9e0) at xfaces.c:642
#5 0x000000000043bc44 in init_iterator (it=0x7fffffffa560, w=0x12a2880, charpos=1, bytepos=1, row=0x0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2723
#6 0x000000000045297b in resize_mini_window (w=0x12a2880, exact_p=true) at xdisp.c:10785
#7 0x0000000000426fb9 in do_switch_frame (frame=36034765, track=1, for_deletion=0, norecord=3816720) at frame.c:1163
#8 0x000000000042718d in Fselect_frame (frame=36034765, norecord=3816720) at frame.c:1225
#9 0x00000000005ea665 in Ffuncall (nargs=3, args=0x7fffffffb9f0) at eval.c:2637
#10 0x000000000062d0a4 in exec_byte_code (bytestr=10382580, vector=10382613, maxdepth=42, args_template=1026, nargs=1, args=0x7fffffffbf68) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=10382533, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#13 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#14 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#15 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#16 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#17 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#18 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#19 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#20 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#21 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#22 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#23 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#24 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#25 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#26 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#27 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#28 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#29 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#30 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#31 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#32 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#33 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#34 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#35 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#36 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#37 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#38 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#39 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#40 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#41 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#42 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#43 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#44 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#45 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#46 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#47 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#48 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#49 0x000000000054feaf in command_loop () at keyboard.c:1117
#50 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#51 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#52 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x1592ad0, face=0x24dac80, hash=2250385) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1783 = 11
#0 cache_face (c=0x1592ad0, face=0x24dac80, hash=2250385) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x1592ad0, attrs=0x7fffffffa3e0, former_face_id=11) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x129f9e0, symbol=48144, id=11) at xfaces.c:5334
#3 0x000000000050840c in realize_basic_faces (f=0x129f9e0) at xfaces.c:5156
#4 0x00000000004fe8cd in recompute_basic_faces (f=0x129f9e0) at xfaces.c:642
#5 0x000000000043bc44 in init_iterator (it=0x7fffffffa560, w=0x12a2880, charpos=1, bytepos=1, row=0x0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2723
#6 0x000000000045297b in resize_mini_window (w=0x12a2880, exact_p=true) at xdisp.c:10785
#7 0x0000000000426fb9 in do_switch_frame (frame=36034765, track=1, for_deletion=0, norecord=3816720) at frame.c:1163
#8 0x000000000042718d in Fselect_frame (frame=36034765, norecord=3816720) at frame.c:1225
#9 0x00000000005ea665 in Ffuncall (nargs=3, args=0x7fffffffb9f0) at eval.c:2637
#10 0x000000000062d0a4 in exec_byte_code (bytestr=10382580, vector=10382613, maxdepth=42, args_template=1026, nargs=1, args=0x7fffffffbf68) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=10382533, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#13 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#14 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#15 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#16 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#17 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#18 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#19 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#20 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#21 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#22 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#23 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#24 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#25 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#26 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#27 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#28 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#29 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#30 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#31 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#32 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#33 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#34 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#35 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#36 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#37 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#38 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#39 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#40 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#41 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#42 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#43 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#44 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#45 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#46 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#47 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#48 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#49 0x000000000054feaf in command_loop () at keyboard.c:1117
#50 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#51 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#52 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x1592ad0, face=0x24dada0, hash=2251656) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1784 = 12
#0 cache_face (c=0x1592ad0, face=0x24dada0, hash=2251656) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x1592ad0, attrs=0x7fffffffa3e0, former_face_id=12) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x129f9e0, symbol=49248, id=12) at xfaces.c:5334
#3 0x000000000050842d in realize_basic_faces (f=0x129f9e0) at xfaces.c:5157
#4 0x00000000004fe8cd in recompute_basic_faces (f=0x129f9e0) at xfaces.c:642
#5 0x000000000043bc44 in init_iterator (it=0x7fffffffa560, w=0x12a2880, charpos=1, bytepos=1, row=0x0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2723
#6 0x000000000045297b in resize_mini_window (w=0x12a2880, exact_p=true) at xdisp.c:10785
#7 0x0000000000426fb9 in do_switch_frame (frame=36034765, track=1, for_deletion=0, norecord=3816720) at frame.c:1163
#8 0x000000000042718d in Fselect_frame (frame=36034765, norecord=3816720) at frame.c:1225
#9 0x00000000005ea665 in Ffuncall (nargs=3, args=0x7fffffffb9f0) at eval.c:2637
#10 0x000000000062d0a4 in exec_byte_code (bytestr=10382580, vector=10382613, maxdepth=42, args_template=1026, nargs=1, args=0x7fffffffbf68) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=10382533, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#13 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#14 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#15 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#16 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#17 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#18 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#19 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#20 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#21 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#22 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#23 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#24 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#25 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#26 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#27 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#28 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#29 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#30 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#31 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#32 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#33 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#34 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#35 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#36 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#37 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#38 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#39 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#40 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#41 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#42 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#43 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#44 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#45 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#46 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#47 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#48 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#49 0x000000000054feaf in command_loop () at keyboard.c:1117
#50 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#51 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#52 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x1592ad0, face=0x24daec0, hash=2251668) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1785 = 13
#0 cache_face (c=0x1592ad0, face=0x24daec0, hash=2251668) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x1592ad0, attrs=0x7fffffffa3e0, former_face_id=13) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x129f9e0, symbol=49296, id=13) at xfaces.c:5334
#3 0x000000000050844e in realize_basic_faces (f=0x129f9e0) at xfaces.c:5158
#4 0x00000000004fe8cd in recompute_basic_faces (f=0x129f9e0) at xfaces.c:642
#5 0x000000000043bc44 in init_iterator (it=0x7fffffffa560, w=0x12a2880, charpos=1, bytepos=1, row=0x0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2723
#6 0x000000000045297b in resize_mini_window (w=0x12a2880, exact_p=true) at xdisp.c:10785
#7 0x0000000000426fb9 in do_switch_frame (frame=36034765, track=1, for_deletion=0, norecord=3816720) at frame.c:1163
#8 0x000000000042718d in Fselect_frame (frame=36034765, norecord=3816720) at frame.c:1225
#9 0x00000000005ea665 in Ffuncall (nargs=3, args=0x7fffffffb9f0) at eval.c:2637
#10 0x000000000062d0a4 in exec_byte_code (bytestr=10382580, vector=10382613, maxdepth=42, args_template=1026, nargs=1, args=0x7fffffffbf68) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=10382533, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#13 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#14 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#15 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#16 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#17 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#18 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#19 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#20 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#21 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#22 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#23 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#24 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#25 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#26 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#27 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#28 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#29 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#30 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#31 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#32 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#33 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#34 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#35 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#36 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#37 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#38 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#39 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#40 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#41 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#42 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#43 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#44 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#45 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#46 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#47 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#48 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#49 0x000000000054feaf in command_loop () at keyboard.c:1117
#50 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#51 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#52 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Breakpoint 3, cache_face (c=0x1592ad0, face=0x24e5000, hash=2251660) at xfaces.c:4238
4238 int i = hash % FACE_CACHE_BUCKETS_SIZE;
$1786 = 14
#0 cache_face (c=0x1592ad0, face=0x24e5000, hash=2251660) at xfaces.c:4238
#1 0x0000000000508e29 in realize_face (cache=0x1592ad0, attrs=0x7fffffffa3e0, former_face_id=14) at xfaces.c:5375
#2 0x0000000000508cd4 in realize_named_face (f=0x129f9e0, symbol=49344, id=14) at xfaces.c:5334
#3 0x000000000050846f in realize_basic_faces (f=0x129f9e0) at xfaces.c:5160
#4 0x00000000004fe8cd in recompute_basic_faces (f=0x129f9e0) at xfaces.c:642
#5 0x000000000043bc44 in init_iterator (it=0x7fffffffa560, w=0x12a2880, charpos=1, bytepos=1, row=0x0, base_face_id=DEFAULT_FACE_ID) at xdisp.c:2723
#6 0x000000000045297b in resize_mini_window (w=0x12a2880, exact_p=true) at xdisp.c:10785
#7 0x0000000000426fb9 in do_switch_frame (frame=36034765, track=1, for_deletion=0, norecord=3816720) at frame.c:1163
#8 0x000000000042718d in Fselect_frame (frame=36034765, norecord=3816720) at frame.c:1225
#9 0x00000000005ea665 in Ffuncall (nargs=3, args=0x7fffffffb9f0) at eval.c:2637
#10 0x000000000062d0a4 in exec_byte_code (bytestr=10382580, vector=10382613, maxdepth=42, args_template=1026, nargs=1, args=0x7fffffffbf68) at bytecode.c:880
#11 0x00000000005eae37 in funcall_lambda (fun=10382533, nargs=1, arg_vector=0x7fffffffbf60) at eval.c:2794
#12 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffbf58) at eval.c:2683
#13 0x000000000062d0a4 in exec_byte_code (bytestr=10581716, vector=10581749, maxdepth=54, args_template=1026, nargs=0, args=0x7fffffffc3d0) at bytecode.c:880
#14 0x00000000005eae37 in funcall_lambda (fun=10581661, nargs=0, arg_vector=0x7fffffffc3d0) at eval.c:2794
#15 0x00000000005eac00 in apply_lambda (fun=10581661, args=0, count=24) at eval.c:2735
#16 0x00000000005e941f in eval_sub (form=20665363) at eval.c:2152
#17 0x00000000005e6658 in Flet (args=20663235) at eval.c:899
#18 0x00000000005e8f2a in eval_sub (form=20665395) at eval.c:2069
#19 0x00000000005e56a0 in Fprogn (body=20663123) at eval.c:427
#20 0x00000000005e68aa in Fwhile (args=20665411) at eval.c:946
#21 0x00000000005e8f2a in eval_sub (form=20665427) at eval.c:2069
#22 0x0000000000615263 in readevalloop_eager_expand_eval (val=20665427, macroexpand=598800) at lread.c:1737
#23 0x0000000000615932 in readevalloop (readcharfun=30632469, stream=0x0, sourcename=24291796, printflag=false, unibyte=0, readfun=0, start=0, end=0) at lread.c:1905
#24 0x0000000000615c7c in Feval_buffer (buffer=0, printflag=0, filename=30632420, unibyte=0, do_allow_print=0) at lread.c:1966
#25 0x00000000005ea731 in Ffuncall (nargs=1, args=0x7fffffffcb88) at eval.c:2650
#26 0x00000000005e2878 in Ffuncall_interactively (nargs=1, args=0x7fffffffcb88) at callint.c:250
#27 0x00000000005ea533 in Ffuncall (nargs=2, args=0x7fffffffcb80) at eval.c:2614
#28 0x00000000005e4bfe in Fcall_interactively (function=428160, record_flag=4893664, keys=13377269) at callint.c:838
#29 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffce78) at eval.c:2641
#30 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=2, args=0x7fffffffd3e8) at bytecode.c:880
#31 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=2, arg_vector=0x7fffffffd3d8) at eval.c:2794
#32 0x00000000005ea8b4 in Ffuncall (nargs=3, args=0x7fffffffd3d0) at eval.c:2683
#33 0x000000000062d0a4 in exec_byte_code (bytestr=10313332, vector=10313365, maxdepth=62, args_template=3078, nargs=3, args=0x7fffffffda18) at bytecode.c:880
#34 0x00000000005eae37 in funcall_lambda (fun=10313277, nargs=3, arg_vector=0x7fffffffda00) at eval.c:2794
#35 0x00000000005ea8b4 in Ffuncall (nargs=4, args=0x7fffffffd9f8) at eval.c:2683
#36 0x00000000005e2878 in Ffuncall_interactively (nargs=4, args=0x7fffffffd9f8) at callint.c:250
#37 0x00000000005ea533 in Ffuncall (nargs=5, args=0x7fffffffd9f0) at eval.c:2614
#38 0x00000000005e9ab8 in Fapply (nargs=3, args=0x7fffffffdad0) at eval.c:2262
#39 0x00000000005e2cf0 in Fcall_interactively (function=598320, record_flag=0, keys=13377269) at callint.c:387
#40 0x00000000005ea6a0 in Ffuncall (nargs=4, args=0x7fffffffdd58) at eval.c:2641
#41 0x000000000062d0a4 in exec_byte_code (bytestr=10314100, vector=10314133, maxdepth=54, args_template=4102, nargs=1, args=0x7fffffffe2a0) at bytecode.c:880
#42 0x00000000005eae37 in funcall_lambda (fun=10314053, nargs=1, arg_vector=0x7fffffffe298) at eval.c:2794
#43 0x00000000005ea8b4 in Ffuncall (nargs=2, args=0x7fffffffe290) at eval.c:2683
#44 0x00000000005ea05b in call1 (fn=14736, arg1=598320) at eval.c:2493
#45 0x0000000000550a18 in command_loop_1 () at keyboard.c:1520
#46 0x00000000005e7406 in internal_condition_case (bfun=0x550206 <command_loop_1>, handlers=18912, hfun=0x54f9f0 <cmd_error>) at eval.c:1293
#47 0x000000000054ff0d in command_loop_2 (ignore=0) at keyboard.c:1138
#48 0x00000000005e6bc8 in internal_catch (tag=45264, func=0x54fee4 <command_loop_2>, arg=0) at eval.c:1057
#49 0x000000000054feaf in command_loop () at keyboard.c:1117
#50 0x000000000054f5b8 in recursive_edit_1 () at keyboard.c:723
#51 0x000000000054f74c in Frecursive_edit () at keyboard.c:794
#52 0x000000000054d586 in main (argc=2, argv=0x7fffffffe738) at emacs.c:1643
Program received signal SIGSEGV, Segmentation fault.
0x0000000000483065 in x_produce_glyphs (it=0x7fffffff9de0) at xdisp.c:26488
26488 struct font *font = face->font;
(gdb) p face
$1787 = (struct face *) 0x0
(gdb) p it
$1788 = (struct it *) 0x7fffffff9de0
(gdb) p it->face_id
$1789 = 18
(gdb) p it->f
$1790 = (struct frame *) 0x129f9e0
(gdb) p it->f->face_cache->used
$1791 = 15
(gdb) p XFRAME(XCAR(Fframe_list)
$1792 = (struct frame *) 0x225d8c8
(gdb) p XFRAME(XCAR(XCDR(Fframe_list())))
$1793 = (struct frame *) 0x129f9e0
(gdb) generate-core-file
Saved corefile core.2783
(gdb) quit
A debugging session is active.
Inferior 1 [process 2783] will be killed.
Quit anyway? (y or n) y
next prev parent reply other threads:[~2015-09-01 17:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-01 16:43 bug#21394: 25.0.50; Segfault when displaying unprintable character in echo area while frames are being created Pip Cet
2015-09-01 16:57 ` Eli Zaretskii
2015-09-01 17:30 ` Pip Cet [this message]
[not found] ` <CAOqdjBd7MN39Ra_3nnGCFQAb=xhv7AZt5f+rvAKqqYtoCQKTqQ@mail.gmail.com>
2015-09-01 18:08 ` Eli Zaretskii
2015-09-01 18:52 ` Pip Cet
2015-09-01 19:37 ` Eli Zaretskii
2015-09-01 20:19 ` Pip Cet
2015-09-02 15:16 ` Eli Zaretskii
2015-09-02 16:08 ` Pip Cet
2015-09-05 8:12 ` 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='CAOqdjBf_kwpcn25oToAwNUeS9X8jz=N6T9xAPuxdB+QFy0m-OQ@mail.gmail.com' \
--to=pipcet@gmail.com \
--cc=21394@debbugs.gnu.org \
--cc=eliz@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this 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.