From debbugs-submit-bounces@debbugs.gnu.org Tue May 22 12:19:29 2012 Received: (at submit) by debbugs.gnu.org; 22 May 2012 16:19:29 +0000 Received: from localhost ([127.0.0.1]:39090 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SWrnv-0005N5-Ni for submit@debbugs.gnu.org; Tue, 22 May 2012 12:19:29 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39773) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SWmMh-0002hA-9d for submit@debbugs.gnu.org; Tue, 22 May 2012 06:31:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWmLg-0001H8-MO for submit@debbugs.gnu.org; Tue, 22 May 2012 06:30:06 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00,FILL_THIS_FORM, FILL_THIS_FORM_LOAN,FREEMAIL_FROM,RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:42326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWmLg-0001Gw-1a for submit@debbugs.gnu.org; Tue, 22 May 2012 06:29:52 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWmLS-0001Ko-VF for bug-gnu-emacs@gnu.org; Tue, 22 May 2012 06:29:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWmLH-00019T-Kc for bug-gnu-emacs@gnu.org; Tue, 22 May 2012 06:29:38 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:38099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWmLG-00018T-Q5 for bug-gnu-emacs@gnu.org; Tue, 22 May 2012 06:29:27 -0400 Received: by bkcjm19 with SMTP id jm19so5023157bkc.0 for ; Tue, 22 May 2012 03:29:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=8JyziwoiXCG1CDxqCB9nnEd05g4xZInxBPBbnuM7fyY=; b=yL+80QP9dHvm1jOIxa545gYlJSxQEcuPzqhvterw678FKRFX48ZWACcXTg3JnXf2QP L29+x1XkuyeXAScwEYXi0RPuFDUX5t4DfXf6JUbbNzgz6O7kW3n2jB7FPK8vRY9rZJIB SIQhES4hczfQxG30hJ8AQGQphW4DSJrxnGN+daJgLD3+IMKP9EfhvY8WoP7NfmuQytSn oyahdbCbnEVXqHZgJL9NT372dcFHNy2m80yGC+qOPUBWYAdimCvrUdkaGmyPTR+OggQb QImFbmI6kSRJsl+vhy9f8l0f2qYuTopfdRqpAsRx42Oj8Fj4sxhSXFTF/eumAd27iWJZ VYMA== Received: by 10.204.129.196 with SMTP id p4mr9646128bks.28.1337682564645; Tue, 22 May 2012 03:29:24 -0700 (PDT) Received: from flomac.local (g231207134.adsl.alicedsl.de. [92.231.207.134]) by mx.google.com with ESMTPS id e20sm31225788bkv.10.2012.05.22.03.29.20 (version=SSLv3 cipher=OTHER); Tue, 22 May 2012 03:29:22 -0700 (PDT) From: Florian Ebeling To: bug-gnu-emacs@gnu.org Subject: 24.0.97; Crash when visiting file on OS X 10.7.3 Date: Tue, 22 May 2012 12:29:16 +0200 Message-ID: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 22 May 2012 12:19:22 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org I run the Cocoa application without configuration from the debugger. See below for output. The I visit a file (C-x C-f) that contains a single utf-8 character, ARROW RIGHT and a newline. That file, utf8test, is four bytes: $ hexdump utf8test 0000000 e2 86 92 0a 0000004 It crashes (SIGABRT signal). A few more observations: - the same file opens without problems when running -nw in a terminal shell - this same crash happens when setting the coding system to utf-8-unix for the next command before find-file (C-x RET c) - this crash also seemed to occur with versions 23.something and 24.0.94, but I didn't reproduce them under as controlled conditions (not same file, but similar utf-8 containing short file) Output from debugger 'bt full' looks like this: gdb /Applications/Emacs.app/Contents/MacOS/Emacs GNU gdb 6.3.50-20050815 (Apple version gdb-1752) (Sat Jan 28 03:02:46 UTC 2012) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries ........... done (gdb) set args -Q (gdb) r Starting program: /Applications/Emacs.app/Contents/MacOS/Emacs -Q Reading symbols for shared libraries ++++++++++............................................................................................................................ done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries ......... done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 0x00007fff8966d3c2 in CFStringGetLength () (gdb) bt full #0 0x00007fff8966d3c2 in CFStringGetLength () No symbol table info available. #1 0x00007fff896849e9 in CFStringCompareWithOptionsAndLocale () No symbol table info available. #2 0x00007fff89e937b2 in CompareLocalizedDescriptorsByTraitsAndPrecedence () No symbol table info available. #3 0x00007fff896a5fa5 in __CFSimpleMergeSort () No symbol table info available. #4 0x00007fff896a6067 in __CFSimpleMergeSort () No symbol table info available. #5 0x00007fff896a6083 in __CFSimpleMergeSort () No symbol table info available. #6 0x00007fff896a6083 in __CFSimpleMergeSort () No symbol table info available. #7 0x00007fff896a6067 in __CFSimpleMergeSort () No symbol table info available. #8 0x00007fff896a6067 in __CFSimpleMergeSort () No symbol table info available. #9 0x00007fff896a6067 in __CFSimpleMergeSort () No symbol table info available. #10 0x00007fff896a6067 in __CFSimpleMergeSort () No symbol table info available. #11 0x00007fff896a6067 in __CFSimpleMergeSort () No symbol table info available. #12 0x00007fff896a5ef6 in CFSortIndexes () No symbol table info available. #13 0x00007fff89678e33 in CFQSortArray () No symbol table info available. #14 0x00007fff89678bb8 in CFArraySortValues () No symbol table info available. #15 0x00007fff89ebdb28 in TDescriptorSource::GetAllDescriptors () No symbol table info available. #16 0x00007fff89e8a587 in TDescriptor::CreateMatchingDescriptors () No symbol table info available. #17 0x0000000100a32599 in -[NSCTFontDescriptor matchingFontDescriptorsWithMandatoryKeys:] () No symbol table info available. #18 0x00000001001a1c7a in ns_findfonts (font_spec=4366993920, isMatch=0 '\0') at nsfont.m:521 fdesc = (NSFontDescriptor *) 0x102e947a0 list = 140734799761024 #19 0x000000010012ff32 in font_list_entities (frame=140734799761440, spec=140734799761440) at font.c:2728 val = 4345311290 list = 140734799761440 driver_list = (struct font_driver_list *) 0x101f3cf90 f = (FRAME_PTR) 0x101f3d6d0 size = 0 ftype = 4345311290 #20 0x0000000100131d5e in font_find_for_lface (f=0x7fff5fbf5130, attrs=0x7fff5fbf5130, spec=626, c=1606373680) at font.c:3197 registry = {4345516394, 4338015085, 8} adstyle = {4345311290, 4338015085, 2375403569948205300} pixel_size = 1606373680 foundry = {4345520202, 4345311290, 4338015085} frame = 4327724757 work = 0 val = 0 #21 0x000000010017863f in fontset_find_font (fontset=4327724757, c=1606373856, face=0x7fff5fbf51e0, id=1606373856, fallback=1606373856) at fontset.c:620 font_group = 4327724757 vec = 4343516389 #22 0x00000001001788da in fontset_font (fontset=4355892213, c=8594, face=0x7fff5fbf5230, id=1606373936) at fontset.c:736 rfont_def = 0 base_fontset = 4343307829 default_rfont_def = 0 #23 0x0000000100178ce4 in face_for_char (f=0x101f3d6d0, face=0x103a1a8b0, c=60926128, pos=-1, object=0) at fontset.c:950 fontset = 4355892213 charset = 4345311290 rfont_def = 0 face_id = #24 0x000000010003272d in get_next_display_element (it=0x102e93065) at xdisp.c:6780 c = -1 success_p = 0 #25 0x00000001000396bb in display_line (it=0x7fff5fbf6e30) at xdisp.c:19134 min_bpos = 0 wrap_it = { window = 0, w = 0x102e416c0, f = 0x37, method = GET_FROM_BUFFER, stop_charpos = 4295539312, prev_stop = 140734799764944, base_level_stop = 140734799762520, end_charpos = 140734799762560, s = 0x11b094
, string_nchars = 4294967296, region_beg_charpos = -4294967295, region_end_charpos = 0, redisplay_end_trigger_charpos = 1606374976, multibyte_p = 0, header_line_p = 1, string_from_display_prop_p = 0, string_from_prefix_prop_p = 1, from_disp_prop_p = 1, ellipsis_p = 1, avoid_cursor_p = 0, dp = 0x1001b9570, dpvec = 0x1, dpend = 0x0, dpvec_char_len = 2, dpvec_face_id = 0, saved_face_id = 1, ctl_chars = {1, 1, 0, 0, 53, 4366731264, 140734799767256, -1, 140734799763632, 4295536989, 4298236800, 4299726008, 0, 0, 0, -1}, start = { pos = { charpos = 140734799767400, bytepos = 4298236712 }, overlay_string_index = 0, string_pos = { charpos = 4345474906, bytepos = 4345311290 }, dpvec_index = 0 }, current = { pos = { charpos = 140734799762800, bytepos = 4296137578 }, overlay_string_index = 27, string_pos = { charpos = 4298236717, bytepos = 4294967348 }, dpvec_index = 50344042 }, n_overlay_strings = 50343994, overlay_strings_charpos = 0, overlay_strings = {2, 4300119744, 0, 140734799762816, 140734799762896, 4296135378, 32, 27, 4298236717, 1, 9012717867547387382, 5, 2, 4300119744, 4298236712, -1}, string_overlays = {140734799763136, 4345311290, 140734799762944, 4296044148, 4349330038, 4345311290, 140734799763184, 4296132584, 0, 29, 4297153296, 4300092675, 33, 0, 39352224, 0}, string = 0, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = 5151152, charpos = -1, nchars = 737830390, nbytes = 2098436902, from = 54362758, to = 1, width = 2 }, face_id = 5152448, u = { image = { object = 4300118448, slice = { x = -1, y = 140734799763424, width = 4296133377, height = 2 }, image_id = 140734799763536 }, comp = { object = 4300118448 }, stretch = { object = 4300118448 } }, position = { charpos = 140734799763312, bytepos = 3 }, current = { pos = { charpos = 2, bytepos = 0 }, overlay_string_index = 737830390, string_pos = { charpos = 4345311290, bytepos = 0 }, dpvec_index = 1606375280 }, from_overlay = 32, area = RIGHT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = 1606375504, multibyte_p = 1, string_from_display_prop_p = 1, string_from_prefix_prop_p = 1, display_ellipsis_p = 1, avoid_cursor_p = 1, bidi_p = 1, from_disp_prop_p = 1, line_wrap = 1606375312, voffset = 32767, space_width = 140734799763336, font_height = -1 }, { string = 4338093400, string_nchars = 54362758, end_charpos = 4345422234, stop_charpos = 140734799763592, prev_stop = 2, base_level_stop = 2, cmp_it = { stop_pos = 140734799763440, id = 4295535100, ch = 1606375424, rule_idx = 32767, lookback = 634687, nglyphs = 1, reversed_p = 1606375424, charpos = 4295602600, nchars = 32757456, nbytes = 1, from = 0, to = 0, width = 1606375560 }, face_id = 32757456, u = { image = { object = 140734799763552, slice = { x = 4295604923, y = -1, width = -1, height = 10 }, image_id = 1 }, comp = { object = 140734799763552 }, stretch = { object = 140734799763552 } }, position = { charpos = 140734799763592, bytepos = 140734799764240 }, current = { pos = { charpos = 4327724752, bytepos = 4 }, overlay_string_index = 50491082, string_pos = { charpos = 140734799763736, bytepos = 140734799763808 }, dpvec_index = 637383 }, from_overlay = 0, area = 32757456, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = L2R, multibyte_p = 1, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = 50344618, voffset = 1, space_width = 4345350762, font_height = 4345350762 }, { string = 140734799763696, string_nchars = -2053264683, end_charpos = 4345350762, stop_charpos = 3771, prev_stop = 140734799763712, base_level_stop = 140735524918486, cmp_it = { stop_pos = 36289430896, id = -128, ch = 0, rule_idx = 0, lookback = 38920624, nglyphs = 1, reversed_p = 32258560, charpos = 4333916424, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 4648383318516039680, slice = { x = 4611686018427387904, y = 4327225856, width = 1929692528, height = 4327233128 }, image_id = 4327233104 }, comp = { object = 4648383318516039680 }, stretch = { object = 4648383318516039680 } }, position = { charpos = 4327233120, bytepos = 4327233112 }, current = { pos = { charpos = 4327211016, bytepos = 4327230980 }, overlay_string_index = 32265848, string_pos = { charpos = 140733193388040, bytepos = 8651784320 }, dpvec_index = 32263680 }, from_overlay = 4327233136, area = 32263680, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = 4294967168, multibyte_p = 1, string_from_display_prop_p = 1, string_from_prefix_prop_p = 1, display_ellipsis_p = 1, avoid_cursor_p = 1, bidi_p = 1, from_disp_prop_p = 1, line_wrap = 7, voffset = 0, space_width = 4327211008, font_height = 4356048032 }, { string = 4355784704, string_nchars = 61080576, end_charpos = 4327211008, stop_charpos = 120, prev_stop = 0, base_level_stop = 4333887920, cmp_it = { stop_pos = 140734799764048, id = 140735509742929, ch = 4, rule_idx = 0, lookback = 0, nglyphs = 1082279936, reversed_p = 0, charpos = 0, nchars = 0, nbytes = 2, from = 38949104, to = 1, width = 0 }, face_id = 48690024, u = { image = { object = 4333916448, slice = { x = 0, y = 140734799766912, width = 140735509742601, height = 0 }, image_id = 4611686018427387904 }, comp = { object = 4333916448 }, stretch = { object = 4333916448 } }, position = { charpos = 4624633867356078080, bytepos = 4624633867356078080 }, current = { pos = { charpos = 140734799764552, bytepos = 46 }, overlay_string_index = 1606376512, string_pos = { charpos = 40, bytepos = 1606376128 }, dpvec_index = 50343994 }, from_overlay = 4300718328, area = 50343994, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = NEUTRAL_DIR, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = 50343994, voffset = 0, space_width = 140734799764240, font_height = 4296442110 }, { string = 4333888848, string_nchars = 184, end_charpos = 4300717096, stop_charpos = 72057598384300312, prev_stop = 4684385727255937024, base_level_stop = 4625478292286210048, cmp_it = { stop_pos = 4333887056, id = 4611686018427387904, ch = 0, rule_idx = 1090699264, lookback = 0, nglyphs = 1072693248, reversed_p = 38920912, charpos = 4343656960, nchars = 38949104, nbytes = 1, from = 4352, to = 0, width = 48689840 }, face_id = 0, u = { image = { object = 4333888784, slice = { x = 0, y = 140734799764400, width = 4296484811, height = 140734799764536 }, image_id = 4300139488 }, comp = { object = 4333888784 }, stretch = { object = 4333888784 } }, position = { charpos = 56, bytepos = 140735498586629 }, current = { pos = { charpos = 101, bytepos = 4333892200 }, overlay_string_index = 38924592, string_pos = { charpos = 2, bytepos = 4333890352 }, dpvec_index = 1606376536 }, from_overlay = 140734799764512, area = 2305223604, method = 32767, paragraph_embedding = 43, multibyte_p = 0, string_from_display_prop_p = 1, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = 39029408, voffset = 1, space_width = 4333921984, font_height = 4333889008 }}, sp = 16973825, selective = 4333890400, what = 1606377000, face_id = 32767, selective_display_ellipsis_p = 0, ctl_arrow_p = 1, face_box_p = 0, start_of_box_run_p = 0, end_of_box_run_p = 0, overlay_strings_at_end_processed_p = 0, ignore_overlay_strings_at_pos_p = 0, glyph_not_available_p = 0, starts_in_middle_of_char_p = 0, face_before_selective_p = 0, constrain_row_ascent_descent_p = 0, line_wrap = TRUNCATE, base_face_id = 1606376640, c = 32767, len = -1949191437, cmp_it = { stop_pos = 4345311290, id = 4333921984, ch = 1, rule_idx = 16777216, lookback = 1, nglyphs = 0, reversed_p = 38923056, charpos = 4333891696, nchars = 39029408, nbytes = 1, from = 38906784, to = 1, width = 38954688 }, char_to_display = 1, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 0, y = 2, width = 2, height = 33 }, space_width = 4343656968, voffset = -6720, tab_width = 593, font_height = 4333888968, object = 140734799766960, position = { charpos = 140735509749301, bytepos = 4634766966517661696 }, truncation_pixel_width = -27804, continuation_pixel_width = 28, first_visible_x = 1, last_visible_x = 1606376600, last_visible_y = 32767, extra_line_spacing = 1606376960, max_extra_line_spacing = 32767, override_ascent = 38939184, override_descent = 1, override_boff = 0, glyph_row = 0x7fff5fbf5e00, area = TEXT_AREA, nglyphs = 0, pixel_width = 1606376768, ascent = 32767, descent = -2101775944, max_ascent = 32767, max_descent = 1606376768, phys_ascent = 32767, phys_descent = -2053194862, max_phys_ascent = 32767, max_phys_descent = 45428512, current_x = 1, continuation_lines_width = 38934128, eol_pos = { charpos = 140734799767200, bytepos = 140735435137684 }, current_y = 0, first_vpos = 1, vpos = 10660486, hpos = 1, left_user_fringe_bitmap = 12064, right_user_fringe_bitmap = 693, left_user_fringe_face_id = 1, right_user_fringe_face_id = 252736, bidi_p = 1, bidi_it = { bytepos = 4333918284, charpos = 0, ch = 46, nchars = 12, ch_len = 12, type = 46, type_after_w1 = UNKNOWN_BT, orig_type = 38919760, resolved_level = 1, invalid_levels = 1606379008, invalid_rl_levels = 32767, prev_was_pdf = -1, prev = { bytepos = 4295626704, charpos = 4295633056, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = 48689664 }, last_strong = { bytepos = 0, charpos = 0, type = 17127633, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_neutral = { bytepos = 4294967296, charpos = 140735111610528, type = 6352, type_after_w1 = STRONG_L, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 4607182418800017408, charpos = 4333888784, type = 1065353216, type_after_w1 = 1065353216, orig_type = 1065353216 }, next_for_ws = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = STRONG_L, orig_type = 24 }, next_en_pos = 0, next_en_type = UNKNOWN_BT, ignore_bn_limit = 4340395808, sor = 1606378080, scan_dir = 32767, disp_pos = 4340395808, disp_prop = 1606414792, stack_idx = 32767, level_stack = {{ level = 1606414784, override = 32767 }, { level = 0, override = NEUTRAL_DIR }, { level = 5, override = NEUTRAL_DIR }, { level = 37540064, override = L2R }, { level = 32610368, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 6404, override = L2R }, { level = 1929724256, override = 32767 }, { level = 1606378272, override = 32767 }, { level = -1963215928, override = 32767 }, { level = 10, override = NEUTRAL_DIR }, { level = 1918224904, override = 32767 }, { level = 1, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR } , { level = 50343994, override = L2R }, { level = 0, override = NEUTRAL_DIR } }, string = { lstring = 0, s = 0x0, schars = 0, bufpos = 0, from_disp_str = 0, unibyte = 0 }, paragraph_dir = NEUTRAL_DIR, separator_limit = 0, first_elt = 0, new_paragraph = 0, frame_window_p = 0 }, paragraph_embedding = NEUTRAL_DIR } row = (struct glyph_row *) 0x10446e400 min_pos = 140734799769088 #26 0x0000000100040b1f in try_window (window=4343804005, flags=1606384480) at xdisp.c:16127 it = { window = 4327725333, w = 0x101f3d910, f = 0x101f3d6d0, method = GET_FROM_BUFFER, stop_charpos = 3, prev_stop = 1, base_level_stop = 0, end_charpos = 3, s = 0x0, string_nchars = 0, region_beg_charpos = -1, region_end_charpos = -1, redisplay_end_trigger_charpos = 0, multibyte_p = 1, header_line_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, from_disp_prop_p = 0, ellipsis_p = 0, avoid_cursor_p = 0, dp = 0x0, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 0, ctl_chars = {0 }, start = { pos = { charpos = 1, bytepos = 1 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 1, bytepos = 1 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 1, overlay_strings = {0 }, string_overlays = {0 }, string = 4345311290, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = 1, ctl_arrow_p = 1, face_box_p = 0, start_of_box_run_p = 0, end_of_box_run_p = 0, overlay_strings_at_end_processed_p = 0, ignore_overlay_strings_at_pos_p = 0, glyph_not_available_p = 0, starts_in_middle_of_char_p = 0, face_before_selective_p = 0, constrain_row_ascent_descent_p = 0, line_wrap = WINDOW_WRAP, base_face_id = 0, c = 8594, len = 3, cmp_it = { stop_pos = 1, id = -1, ch = -2, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, char_to_display = 8594, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 4345311290, y = 4345311290, width = 4345311290, height = 4345311290 }, space_width = 4345311290, voffset = 0, tab_width = 8, font_height = 4345311290, object = 4343702597, position = { charpos = 1, bytepos = 1 }, truncation_pixel_width = 0, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = 560, last_visible_y = 495, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x10446e400, area = TEXT_AREA, nglyphs = 0, pixel_width = 0, ascent = 0, descent = 0, max_ascent = 0, max_descent = 0, phys_ascent = 0, phys_descent = 0, max_phys_ascent = 0, max_phys_descent = 0, current_x = 0, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 0, first_vpos = 0, vpos = 0, hpos = 0, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = 1, bidi_it = { bytepos = 1, charpos = 1, ch = 8594, nchars = 1, ch_len = 3, type = STRONG_L, type_after_w1 = NEUTRAL_ON, orig_type = NEUTRAL_ON, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = -1, prev_was_pdf = 0, prev = { bytepos = 1, charpos = 1, type = NEUTRAL_B, type_after_w1 = NEUTRAL_B, orig_type = NEUTRAL_B }, last_strong = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 1, charpos = 1, type = STRONG_L, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_ws = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_en_pos = 0, next_en_type = UNKNOWN_BT, ignore_bn_limit = -1, sor = L2R, scan_dir = 1, disp_pos = 3, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } }, string = { lstring = 4345311290, s = 0x0, schars = 0, bufpos = 0, from_disp_str = 0, unibyte = 0 }, paragraph_dir = L2R, separator_limit = -1, first_elt = 0, new_paragraph = 0, frame_window_p = 1 }, paragraph_embedding = NEUTRAL_DIR } w = (struct window *) 0x101f3d910 pos = #27 0x000000010004a070 in redisplay_window (window=4343804005, just_this_one_p=1606404880) at xdisp.c:15652 d2 = 14595 d4 = 19 d6 = 0 d1 = 0 d3 = 1 d5 = 1 old = (struct buffer *) 0x102e7a440 update_mode_line = 1 end_unchanged = 0 w = (struct window *) 0x101f3d910 beg_unchanged = 1 it = { window = 125756703507456, w = 0x100000000, f = 0x90000dd1a, method = 2147483648, stop_charpos = 17179869750, prev_stop = 712964571267, base_level_stop = 8589935173, end_charpos = 2147483647, s = 0x103a40400 "\033", string_nchars = 80, region_beg_charpos = 0, region_end_charpos = 46, redisplay_end_trigger_charpos = 48, multibyte_p = 0, header_line_p = 0, string_from_display_prop_p = 1, string_from_prefix_prop_p = 1, from_disp_prop_p = 0, ellipsis_p = 0, avoid_cursor_p = 0, dp = 0xb, dpvec = 0x7fff5fbf93c0, dpend = 0x7fff8a76317e, dpvec_char_len = 46, dpvec_face_id = 0, saved_face_id = 184, ctl_chars = {4356046693, 4345311290, 140734799776400, 4345311290, 140734799780720, 4295952836, 0, 0, 1, 0, 4372824490, 4343685158, 6, 4372824491, 4343685158, 9}, start = { pos = { charpos = 4372824492, bytepos = 4343685158 }, overlay_string_index = 12, string_pos = { charpos = 4372824493, bytepos = 4343685158 }, dpvec_index = 15 }, current = { pos = { charpos = 4372824494, bytepos = 4343685158 }, overlay_string_index = 18, string_pos = { charpos = 4372824495, bytepos = 4343685158 }, dpvec_index = 21 }, n_overlay_strings = 77857200, overlay_strings_charpos = 4343685158, overlay_strings = {24, 4372824497, 4343685158, 27, 4372824498, 4343685158, 30, 4372824499, 4343685158, 33, 4372824500, 4343685158, 36, 4372824501, 4343685158, 1}, string_overlays = {1, 140734799793816, 15, 0, 140734799793816, 0, 140734799776800, 4295530662, 140734799793848, 140734799793840, 15, 140734799793816, 0, 1, 140734799777728, 4295531219}, string = 15, from_overlay = 0, stack = {{ string = 0, string_nchars = 1, end_charpos = 140734799777776, stop_charpos = 4295532350, prev_stop = 140734799776960, base_level_stop = 24, cmp_it = { stop_pos = 24, id = 2293512536232, ch = 24, rule_idx = 24, lookback = 168, nglyphs = 534, reversed_p = 24, charpos = 0, nchars = 24, nbytes = 24, from = 0, to = 1072693248, width = 0 }, face_id = 0, u = { image = { object = 140734799779424, slice = { x = 140735516389758, y = 4294967296, width = 140734799794088, height = 140734799780720 }, image_id = 4295952836 }, comp = { object = 140734799779424 }, stretch = { object = 140734799779424 } }, position = { charpos = 2293512536232, bytepos = 4372794641 }, current = { pos = { charpos = 9012717867547387382, bytepos = 140734799779048 }, overlay_string_index = 1606391232, string_pos = { charpos = 140734799780064, bytepos = 304 }, dpvec_index = 0 }, from_overlay = 140734799777936, area = 2323022317, method = 32767, paragraph_embedding = 304, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = 1606392032, voffset = 32767, space_width = 8, font_height = 576461864746423053 }, { string = 4343706070, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 1, ch = 5623696, rule_idx = 1, lookback = 77827344, nglyphs = 1, reversed_p = -77827344, charpos = 40, nchars = 0, nbytes = 0, from = 77827384, to = 1, width = 38921672 }, face_id = 38921488, u = { image = { object = 0, slice = { x = 0, y = 4333888968, width = 0, height = 8 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 4343706068 }, current = { pos = { charpos = 140733193388043, bytepos = 4372794640 }, overlay_string_index = 1606389392, string_pos = { charpos = 4295952836, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 20, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = R2L, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = 77827344, voffset = 1, space_width = 4372794680, font_height = 4343706066 }, { string = 4294967296, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 1, base_level_stop = 0, cmp_it = { stop_pos = 4372794642, id = 4343685158, ch = 6, rule_idx = 0, lookback = 77827347, nglyphs = 1, reversed_p = 48717862, charpos = 9, nchars = 77827348, nbytes = 1, from = 48717862, to = 1, width = 12 }, face_id = 77827349, u = { image = { object = 4343685158, slice = { x = 15, y = 4372794646, width = 4343685158, height = 4627448617123184640 }, image_id = 4627448617123184640 }, comp = { object = 4343685158 }, stretch = { object = 4343685158 } }, position = { charpos = 140734799777632, bytepos = 140735509743403 }, current = { pos = { charpos = 0, bytepos = 4333888784 }, overlay_string_index = 1606391000, string_pos = { charpos = 34784940138403, bytepos = 140734799777808 }, dpvec_index = 11 }, from_overlay = 4294967305, area = 1606389772, method = 32767, paragraph_embedding = 1606391000, multibyte_p = 1, string_from_display_prop_p = 1, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 1, from_disp_prop_p = 0, line_wrap = 8099, voffset = 8099, space_width = 140734799777856, font_height = 140734799793816 }, { string = 9012717867547387382, string_nchars = 1606391688, end_charpos = 140734799779936, stop_charpos = 140734799780736, prev_stop = 304, base_level_stop = 0, cmp_it = { stop_pos = 140734799778608, id = 140735516410349, ch = 304, rule_idx = 32767, lookback = 1606392704, nglyphs = 32767, reversed_p = 0, charpos = 576461864700016684, nchars = 1, nbytes = 0, from = 16, to = 0, width = -16777216 }, face_id = 1, u = { image = { object = 4333888968, slice = { x = 140734799781624, y = 140734799778007, width = 140734799781128, height = 140734799778008 }, image_id = 140734799777928 }, comp = { object = 4333888968 }, stretch = { object = 4333888968 } }, position = { charpos = 140734799777904, bytepos = 140735516446178 }, current = { pos = { charpos = 140734799777928, bytepos = 140734799780064 }, overlay_string_index = 1606389952, string_pos = { charpos = 140735516446077, bytepos = 140734799781114 }, dpvec_index = 2 }, from_overlay = 1, area = 1606393592, method = 32767, paragraph_embedding = 46469901, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = 580734, voffset = 0, space_width = 140734799781114, font_height = 140734799778000 }, { string = 140734799778800, string_nchars = -1971909360, end_charpos = 8391162080558216309, stop_charpos = 140734799793664, prev_stop = 15, base_level_stop = 0, cmp_it = { stop_pos = 0, id = -1, ch = 1606390944, rule_idx = 32767, lookback = 565054, nglyphs = 1, reversed_p = 0, charpos = 64258872, nchars = 1606404904, nbytes = 32767, from = -1, to = -1, width = -13500198 }, face_id = -1, u = { image = { object = 4333888968, slice = { x = 4333888784, y = 3, width = 16, height = 140734799782544 }, image_id = 140735539178352 }, comp = { object = 4333888968 }, stretch = { object = 4333888968 } }, position = { charpos = 140734799780624, bytepos = 140735516389758 }, current = { pos = { charpos = 140734799782576, bytepos = 140735539178352 }, overlay_string_index = 8, string_pos = { charpos = 27, bytepos = 2 }, dpvec_index = 536870914 }, from_overlay = 140734799778272, area = 2322976436, method = 32767, paragraph_embedding = 64258872, multibyte_p = 1, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = 100, voffset = 0, space_width = 4294967292, font_height = 8589934591 }}, sp = 1606390592, selective = 140735516382606, what = 909391412, face_id = 825243961, selective_display_ellipsis_p = 0, ctl_arrow_p = 1, face_box_p = 1, start_of_box_run_p = 0, end_of_box_run_p = 1, overlay_strings_at_end_processed_p = 1, ignore_overlay_strings_at_pos_p = 1, glyph_not_available_p = 1, starts_in_middle_of_char_p = 1, face_before_selective_p = 0, constrain_row_ascent_descent_p = 1, line_wrap = 2098436902, base_face_id = 1606390432, c = 0, len = 1606390668, cmp_it = { stop_pos = 0, id = 4329447552, ch = 6, rule_idx = 0, lookback = 34476056, nglyphs = 1, reversed_p = 34480720, charpos = 4329439232, nchars = 1606398960, nbytes = 32767, from = 0, to = 8288, width = 1606390508 }, char_to_display = 1606390504, glyphless_method = 32767, image_id = 0, slice = { x = 140734799778532, y = 35596688949504, width = 140735524799600, height = 140735128787308 }, space_width = 35596688949248, voffset = -27860, tab_width = 24511, font_height = 140734799778600, object = 0, position = { charpos = 140734799778596, bytepos = 35596688949504 }, truncation_pixel_width = 112, continuation_pixel_width = 526, first_visible_x = 1, last_visible_x = 34472076, last_visible_y = 1, extra_line_spacing = 1606394264, max_extra_line_spacing = 32767, override_ascent = 1606390651, override_descent = 32767, override_boff = 1606393776, glyph_row = 0x7fff5fbf937c, area = 1606390568, nglyphs = 32767, pixel_width = 1606390544, ascent = 32767, descent = -1971909150, max_ascent = 32767, max_descent = 1606390568, phys_ascent = 32767, phys_descent = 1606392704, max_phys_ascent = 32767, max_phys_descent = 1606390624, current_x = 32767, continuation_lines_width = -1971909251, eol_pos = { charpos = 140734799781786, bytepos = 2 }, current_y = 1, first_vpos = 0, vpos = 1606394264, hpos = 32767, left_user_fringe_bitmap = 63532, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 19582, bidi_p = 0, bidi_it = { bytepos = 140734799781786, charpos = 140734799778672, ch = 1606391440, nchars = 140735516445968, ch_len = 8388346030423827796, type = 1886413102, type_after_w1 = 32512, orig_type = 34471936, resolved_level = 8288, invalid_levels = 34471936, invalid_rl_levels = 1, prev_was_pdf = 34472012, prev = { bytepos = 4329439296, charpos = 140734799778768, type = 2322971009, type_after_w1 = 32767, orig_type = 34472000 }, last_strong = { bytepos = 0, charpos = 4329439232, type = 580735, type_after_w1 = UNKNOWN_BT, orig_type = 1606390768 }, next_for_neutral = { bytepos = 140735516405459, charpos = 140734799780904, type = 1606352896, type_after_w1 = 32767, orig_type = 1606392848 }, prev_for_neutral = { bytepos = 140735516435127, charpos = 12, type = 77857197, type_after_w1 = STRONG_L, orig_type = 48717862 }, next_for_ws = { bytepos = 15, charpos = 4372824494, type = 48717862, type_after_w1 = STRONG_L, orig_type = NEUTRAL_WS }, next_en_pos = 4372824495, next_en_type = 48717862, ignore_bn_limit = 536870914, sor = 1606390912, scan_dir = 32767, disp_pos = 140735516364468, disp_prop = 24, stack_idx = 0, level_stack = {{ level = 100, override = NEUTRAL_DIR }, { level = -4, override = NEUTRAL_DIR }, { level = 34480704, override = L2R }, { level = 1606391264, override = 32767 }, { level = -1971972722, override = 32767 }, { level = 30, override = NEUTRAL_DIR }, { level = 77857203, override = L2R }, { level = 48717862, override = NEUTRAL_DIR }, { level = 1606391340, override = 32767 }, { level = 0, override = NEUTRAL_DIR }, { level = 34480256, override = L2R }, { level = 6, override = NEUTRAL_DIR }, { level = 34476056, override = L2R }, { level = 34480720, override = L2R }, { level = 34471936, override = L2R }, { level = 1606405928, override = 32767 }, { level = 130972, override = 8288 }, { level = 1606391180, override = 32767 }, { level = 1606391176, override = 32767 }, { level = 0, override = NEUTRAL_DIR }, { level = 1606391172, override = 32767 }, { level = 256, override = 8288 }, { level = -1963555728, override = 32767 }, { level = 1935399276, override = 32767 }, { level = 0, override = 8288 }, { level = 1606391244, override = 32767 }, { level = 1606391240, override = 32767 }, { level = 0, override = NEUTRAL_DIR }, { level = 1606391236, override = 32767 }, { level = 256, override = 8288 }, { level = 34472048, override = L2R }, { level = 34472076, override = L2R }, { level = 0, override = 129 }, { level = 0, override = NEUTRAL_DIR }, { level = -1963555728, override = 32767 }, { level = 34480340, override = L2R }, { level = 34471936, override = 8288 }, { level = 1606391340, override = 32767 }, { level = 1606391336, override = 32767 }, { level = 0, override = NEUTRAL_DIR }, { level = 1606391332, override = 32767 }, { level = 256, override = 8288 }, { level = 34472048, override = L2R }, { level = 34472076, override = L2R }, { level = 34471936, override = 129 }, { level = 34472012, override = L2R }, { level = 34472048, override = L2R }, { level = 63532, override = NEUTRAL_DIR }, { level = 19582, override = NEUTRAL_DIR }, { level = 34472012, override = L2R }, { level = 34472000, override = L2R }, { level = 1606391360, override = 32767 }, { level = -1963555157, override = 32767 }, { level = 1606391360, override = 32767 }, { level = -1971996202, override = 32767 }, { level = 34471936, override = 8288 }, { level = 34471936, override = L2R }, { level = 1606391424, override = 32767 }, { level = -1963381035, override = 32767 }, { level = 1606392032, override = 32767 }, { level = 1606391976, override = 32767 }, { level = 34472000, override = L2R }, { level = 1606398674, override = 32767 }, { level = 4096, override = NEUTRAL_DIR }}, string = { lstring = 140734799781216, s = 0x2
, schars = 4294967285, bufpos = 140734799780544, from_disp_str = 1, unibyte = 1 }, paragraph_dir = 1606391504, separator_limit = 140735524919057, first_elt = 0, new_paragraph = 0, frame_window_p = 0 }, paragraph_embedding = 1606392744 } count = 4 #28 0x0000000100035934 in redisplay_window_0 (window=4343804005) at xdisp.c:13738 No locals. #29 0x000000010011e63d in internal_condition_case_1 (bfun=0x100035910 , arg=4343804005, handlers=4345320294, hfun=0x1000169f0 ) at eval.c:1553 c = { tag = 4345311290, val = 4345311290, next = 0x7fff5fbfedb8, gcpro = 0x0, jmp = {92656, 1, 1606405216, 32767, 1606404912, 32767, 219408, 1, 5740628, 1, 50352998, 1, 32758037, 1, 1172931, 1, 50410842, 1, 8099, 895, 1606405104, 32767, 1077552, 1, 128, 0, 5749800, 1, 1606405184, 32767, 1163453, 1, 50343994, 1, 50343994, 1, 50343994}, backlist = 0x0, handlerlist = 0x7fff5fbfed90, lisp_eval_depth = 0, pdlcount = 4, poll_suppress_count = 0, interrupt_input_blocked = 0, byte_stack = 0x0 } h = { handler = 4345320294, var = 4345311290, chosen_clause = 4295816643, tag = 0x7fff5fbfcb60, next = 0x7fff5fbfed90 } val = 0 #30 0x00000001000358f3 in redisplay_windows (window=4343804005) at xdisp.c:13718 No locals. #31 0x0000000100041d3a in redisplay_internal () at xdisp.c:13295 fr = (struct frame *) 0x0 count = 2 old_frame = 4327724757 #32 0x00000001000b0daa in read_char (commandflag=1606412736, nmaps=140734799800768, maps=0x7fff5fbfe9c0, prev_event=261675731526877183, used_mouse_menu=0x7fff5fbfe9c0, end_time=0x7fff5fbfe9c0) at keyboard.c:2448 previous_echo_area_message = 4345311290 reread = 0 polling_stopped_here = 0 local_getcjmp = {0 , 48735296, 1, 1606412608, 32767, 1090058, 1, 1606412688, 32767, 43118024, 1, 51561738, 1, 5745280, 1} key_already_recorded = 0 c = 4345311290 save_jump = {0 } also_record = 4345311290 orig_kboard = (struct kboard *) 0x102b04740 #33 0x00000001000b3de7 in read_key_sequence () at keyboard.c:2832 No symbol table info available. #34 0x00000001000b597a in command_loop_1 () at keyboard.c:1449 keybuf = {96, 24, 4300707924, 0, 140734799801408, 140734799801488, 4296135378, 4300726435, 3, 4297607245, 5758976, 9012717867547387382, 5, 4300708392, 4300707924, 4297607240, 4295665184, 140734799801728, 4296134359, 140734800051584, 4300726272, 140734800051584, 140734800066896, 140734799801600, 140734799871673, 140734800023824, 140734799801776, 140734800051584, 4300726272, 5} #35 0x000000010011e783 in internal_condition_case (bfun=0x1000b4470 , handlers=4345367402, hfun=0x1000b5a10 ) at eval.c:1515 c = { tag = 4345311290, val = 4345311290, next = 0x7fff5fbfeef0, gcpro = 0x0, jmp = {743952, 1, 1606414000, 32767, 1606413712, 32767, 5749800, 1, 5740628, 1, 50400106, 1, 738416, 1, 1173262, 1, 5740628, 1, 8098, 895, 697888, 1, 1173262, 1, 329, 0, 8096, 895, 3, 0, 0, 0, 0, 16711680, 1128353093, 1330011987, 1281315918}, backlist = 0x0, handlerlist = 0x0, lisp_eval_depth = 0, pdlcount = 2, poll_suppress_count = 0, interrupt_input_blocked = 0, byte_stack = 0x0 } h = { handler = 4345367402, var = 4345311290, chosen_clause = 140734799802064, tag = 0x7fff5fbfedb8, next = 0x0 } val = 0 #36 0x00000001000b444e in command_loop_2 (ignore=140734799801352) at keyboard.c:1160 No locals. #37 0x000000010011e888 in internal_catch (tag=140734799801352, func=0x1000b4410 , arg=140734799801352) at eval.c:1272 c = { tag = 4345363402, val = 4345311290, next = 0x0, gcpro = 0x0, jmp = {50343994, 1, 1606414304, 32767, 1606414064, 32767, 5741096, 1, 5740628, 1, 738320, 1, 738320, 1, 1173621, 1, 32243712, 1, 8098, 895, 1606414208, 32767, -1963212380, 32767, 779314017, 0, 1456240, 1, 1606414352, 32767, 1606414360, 32767, 1832488, 1, 50343994, 1, 1606414304}, backlist = 0x0, handlerlist = 0x0, lisp_eval_depth = 0, pdlcount = 2, poll_suppress_count = 0, interrupt_input_blocked = 0, byte_stack = 0x0 } #38 0x00000001000b5f70 in command_loop [inlined] () at /Users/febeling/Downloads/emacs-24.0.97/src/keyboard.c:1139 val = 4295705616 count = 50396106 val = 4295705616 #39 0x00000001000b5f70 in recursive_edit_1 () at keyboard.c:759 val = 4295705616 count = 50396106 val = 4295705616 #40 0x00000001000a5d3c in Frecursive_edit () at keyboard.c:823 count = 0 buffer = 0 #41 0x00000001000a281f in main (argc=50396106, argv=0x7fff5fbff1b0) at emacs.c:1715 stack_bottom_variable = 0 '\0' dummy = 0 junk = 0x0 skip_args = 0 rlim = { rlim_cur = 8720000, rlim_max = 67104768 } dname_arg = 0x0 dname_arg2 = "??_?\000\000\032\023?_?", '\0' , "\001", '\0' , " \a?_?\000\0000\a?_?\000\000\000\000\000\000\002\000\000\000??_?\000" ch_to_dir = 0x0 (gdb) xbacktrace Undefined command: "xbacktrace". Try "help". (gdb) c Continuing. Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 0x00007fff8966d3c2 in CFStringGetLength () (gdb) quit The program is running. Exit anyway? (y or n) y febeling@flomac ~/Downloads/emacs-24.0.97> gdb /Applications/Emacs.app/Contents/MacOS/Emacs GNU gdb 6.3.50-20050815 (Apple version gdb-1752) (Sat Jan 28 03:02:46 UTC 2012) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries ........... done (gdb) set args -Q (gdb) r Starting program: /Applications/Emacs.app/Contents/MacOS/Emacs -Q Reading symbols for shared libraries ++++++++++............................................................................................................................ done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries ......... done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 0x00007fff8966d3c2 in CFStringGetLength () (gdb) bt full #0 0x00007fff8966d3c2 in CFStringGetLength () No symbol table info available. #1 0x00007fff896849e9 in CFStringCompareWithOptionsAndLocale () No symbol table info available. #2 0x00007fff89e937b2 in CompareLocalizedDescriptorsByTraitsAndPrecedence () No symbol table info available. #3 0x00007fff896a5fa5 in __CFSimpleMergeSort () No symbol table info available. #4 0x00007fff896a6067 in __CFSimpleMergeSort () No symbol table info available. #5 0x00007fff896a6083 in __CFSimpleMergeSort () No symbol table info available. #6 0x00007fff896a6083 in __CFSimpleMergeSort () No symbol table info available. #7 0x00007fff896a6067 in __CFSimpleMergeSort () No symbol table info available. #8 0x00007fff896a6067 in __CFSimpleMergeSort () No symbol table info available. #9 0x00007fff896a6067 in __CFSimpleMergeSort () No symbol table info available. #10 0x00007fff896a6067 in __CFSimpleMergeSort () No symbol table info available. #11 0x00007fff896a6067 in __CFSimpleMergeSort () No symbol table info available. #12 0x00007fff896a5ef6 in CFSortIndexes () No symbol table info available. #13 0x00007fff89678e33 in CFQSortArray () No symbol table info available. #14 0x00007fff89678bb8 in CFArraySortValues () No symbol table info available. #15 0x00007fff89ebdb28 in TDescriptorSource::GetAllDescriptors () No symbol table info available. #16 0x00007fff89e8a587 in TDescriptor::CreateMatchingDescriptors () No symbol table info available. #17 0x0000000100a32599 in -[NSCTFontDescriptor matchingFontDescriptorsWithMandatoryKeys:] () No symbol table info available. #18 0x00000001001a1c7a in ns_findfonts (font_spec=4366807040, isMatch=0 '\0') at nsfont.m:521 fdesc = (NSFontDescriptor *) 0x102eb9930 list = 140734799761024 #19 0x000000010012ff32 in font_list_entities (frame=140734799761440, spec=140734799761440) at font.c:2728 val = 4345311290 list = 140734799761440 driver_list = (struct font_driver_list *) 0x102a4b5b0 f = (FRAME_PTR) 0x102a4d4a0 size = 0 ftype = 4345311290 #20 0x0000000100131d5e in font_find_for_lface (f=0x7fff5fbf5130, attrs=0x7fff5fbf5130, spec=626, c=1606373680) at font.c:3197 registry = {4345516394, 4338015085, 8} adstyle = {4345311290, 4338015085, 2375403569948205300} pixel_size = 1606373680 foundry = {4345520202, 4345311290, 4338015085} frame = 4339324069 work = 0 val = 0 #21 0x000000010017863f in fontset_find_font (fontset=4339324069, c=1606373856, face=0x7fff5fbf51e0, id=1606373856, fallback=1606373856) at fontset.c:620 font_group = 4339324069 vec = 4343892677 #22 0x00000001001788da in fontset_font (fontset=4343563173, c=8594, face=0x7fff5fbf5230, id=1606373936) at fontset.c:736 rfont_def = 0 base_fontset = 4328294309 default_rfont_def = 0 #23 0x0000000100178ce4 in face_for_char (f=0x102a4d4a0, face=0x102e496e0, c=48535264, pos=-1, object=0) at fontset.c:950 fontset = 4343563173 charset = 4345311290 rfont_def = 0 face_id = #24 0x000000010003272d in get_next_display_element (it=0x102eb8385) at xdisp.c:6780 c = -1 success_p = 0 #25 0x00000001000396bb in display_line (it=0x7fff5fbf6e30) at xdisp.c:19134 min_bpos = 0 wrap_it = { window = 0, w = 0x10a615060, f = 0x37, method = GET_FROM_BUFFER, stop_charpos = 4295539312, prev_stop = 140734799764944, base_level_stop = 140734799762520, end_charpos = 140734799762560, s = 0x11b094
, string_nchars = 4294967296, region_beg_charpos = -4294967295, region_end_charpos = 0, redisplay_end_trigger_charpos = 1606374976, multibyte_p = 0, header_line_p = 1, string_from_display_prop_p = 0, string_from_prefix_prop_p = 1, from_disp_prop_p = 1, ellipsis_p = 1, avoid_cursor_p = 0, dp = 0x1001b9570, dpvec = 0x1, dpend = 0x0, dpvec_char_len = 2, dpvec_face_id = 0, saved_face_id = 1, ctl_chars = {1, 1, 0, 0, 53, 4372431360, 140734799767256, -1, 140734799763632, 4295536989, 4298236800, 4299726008, 0, 0, 0, -1}, start = { pos = { charpos = 140734799767400, bytepos = 4298236712 }, overlay_string_index = 0, string_pos = { charpos = 4345474906, bytepos = 4345311290 }, dpvec_index = 0 }, current = { pos = { charpos = 140734799762800, bytepos = 4296137578 }, overlay_string_index = 27, string_pos = { charpos = 4298236717, bytepos = 4294967348 }, dpvec_index = 50344042 }, n_overlay_strings = 50343994, overlay_strings_charpos = 0, overlay_strings = {2, 4300119744, 0, 140734799762816, 140734799762896, 4296135378, 32, 27, 4298236717, 1, -6335429201474750317, 5, 2, 4300119744, 4298236712, -1}, string_overlays = {140734799763136, 4345311290, 140734799762944, 4296044148, 4349032198, 4345311290, 140734799763184, 4296132584, 0, 29, 4297153296, 4300092675, 33, 0, 174210144, 0}, string = 0, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = 5151152, charpos = -1, nchars = 846592147, nbytes = -1475082059, from = 54064934, to = 1, width = 2 }, face_id = 5152448, u = { image = { object = 4300118448, slice = { x = -1, y = 140734799763424, width = 4296133377, height = 2 }, image_id = 140734799763536 }, comp = { object = 4300118448 }, stretch = { object = 4300118448 } }, position = { charpos = 140734799763312, bytepos = 3 }, current = { pos = { charpos = 2, bytepos = 0 }, overlay_string_index = 846592147, string_pos = { charpos = 4345311290, bytepos = 0 }, dpvec_index = 1606375280 }, from_overlay = 32, area = RIGHT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = 1606375504, multibyte_p = 1, string_from_display_prop_p = 1, string_from_prefix_prop_p = 1, display_ellipsis_p = 1, avoid_cursor_p = 1, bidi_p = 1, from_disp_prop_p = 1, line_wrap = 1606375312, voffset = 32767, space_width = 140734799763336, font_height = -1 }, { string = 4338093400, string_nchars = 54064934, end_charpos = 4345422234, stop_charpos = 140734799763592, prev_stop = 2, base_level_stop = 2, cmp_it = { stop_pos = 140734799763440, id = 4295535100, ch = 1606375424, rule_idx = 32767, lookback = 634687, nglyphs = 1, reversed_p = 1606375424, charpos = 4295602600, nchars = 44356768, nbytes = 1, from = 0, to = 0, width = 1606375560 }, face_id = 44356768, u = { image = { object = 140734799763552, slice = { x = 4295604923, y = -1, width = -1, height = 10 }, image_id = 1 }, comp = { object = 140734799763552 }, stretch = { object = 140734799763552 } }, position = { charpos = 140734799763592, bytepos = 140734799764240 }, current = { pos = { charpos = 4339324064, bytepos = 4 }, overlay_string_index = 50491082, string_pos = { charpos = 140734799763736, bytepos = 140734799763808 }, dpvec_index = 637383 }, from_overlay = 0, area = 44356768, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = L2R, multibyte_p = 1, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = 50344618, voffset = 1, space_width = 4345350762, font_height = 4345350762 }, { string = 140734799763696, string_nchars = -2053264683, end_charpos = 4345350762, stop_charpos = 3771, prev_stop = 4362084352, base_level_stop = 140735500075208, cmp_it = { stop_pos = 140735123080560, id = -128, ch = 0, rule_idx = 0, lookback = 48373488, nglyphs = 1, reversed_p = 32258560, charpos = 4328406920, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 4648383318516039680, slice = { x = 4611686018427387904, y = 4327225856, width = 1929692528, height = 4327228008 }, image_id = 4327227984 }, comp = { object = 4648383318516039680 }, stretch = { object = 4648383318516039680 } }, position = { charpos = 4327228000, bytepos = 4327227992 }, current = { pos = { charpos = 4328325128, bytepos = 4327225860 }, overlay_string_index = 32260728, string_pos = { charpos = 140733193388040, bytepos = 36683904 }, dpvec_index = 32258560 }, from_overlay = 4327228016, area = 32258560, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = 4294967168, multibyte_p = 1, string_from_display_prop_p = 1, string_from_prefix_prop_p = 1, display_ellipsis_p = 1, avoid_cursor_p = 1, bidi_p = 1, from_disp_prop_p = 1, line_wrap = 7, voffset = 0, space_width = 4327211008, font_height = 4330777120 }, { string = 4330618880, string_nchars = 35809728, end_charpos = 4327211008, stop_charpos = 120, prev_stop = 0, base_level_stop = 4343340784, cmp_it = { stop_pos = 140734799764048, id = 140735509742929, ch = 4, rule_idx = 0, lookback = 0, nglyphs = 1082279936, reversed_p = 0, charpos = 0, nchars = 0, nbytes = 2, from = 33439600, to = 1, width = 0 }, face_id = 174230616, u = { image = { object = 4328406944, slice = { x = 0, y = 140734799766912, width = 140735509742601, height = 0 }, image_id = 4611686018427387904 }, comp = { object = 4328406944 }, stretch = { object = 4328406944 } }, position = { charpos = 4624633867356078080, bytepos = 4624633867356078080 }, current = { pos = { charpos = 140734799764552, bytepos = 46 }, overlay_string_index = 1606376512, string_pos = { charpos = 40, bytepos = 1606376128 }, dpvec_index = 50343994 }, from_overlay = 4300718328, area = 50343994, method = GET_FROM_DISPLAY_VECTOR, paragraph_embedding = NEUTRAL_DIR, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = 50343994, voffset = 0, space_width = 140734799764240, font_height = 4296442110 }, { string = 4343341712, string_nchars = 184, end_charpos = 4300717096, stop_charpos = 72057598384300312, prev_stop = 4684385727255937024, base_level_stop = 4625478292286210048, cmp_it = { stop_pos = 4343339920, id = 4611686018427387904, ch = 0, rule_idx = 1090699264, lookback = 0, nglyphs = 1072693248, reversed_p = 48373776, charpos = 4469170176, nchars = 33439600, nbytes = 1, from = 4352, to = 0, width = 174193616 }, face_id = 0, u = { image = { object = 4343341648, slice = { x = 0, y = 140734799764400, width = 4296484811, height = 140734799764536 }, image_id = 4300139488 }, comp = { object = 4343341648 }, stretch = { object = 4343341648 } }, position = { charpos = 56, bytepos = 140735498586629 }, current = { pos = { charpos = 101, bytepos = 4343345064 }, overlay_string_index = 48377456, string_pos = { charpos = 2, bytepos = 4343343216 }, dpvec_index = 1606376536 }, from_overlay = 140734799764512, area = 2305223604, method = 32767, paragraph_embedding = 43, multibyte_p = 0, string_from_display_prop_p = 1, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = 48440768, voffset = 1, space_width = 4343350352, font_height = 4343341872 }}, sp = 16973825, selective = 4343343264, what = 1606377000, face_id = 32767, selective_display_ellipsis_p = 0, ctl_arrow_p = 1, face_box_p = 0, start_of_box_run_p = 0, end_of_box_run_p = 0, overlay_strings_at_end_processed_p = 0, ignore_overlay_strings_at_pos_p = 0, glyph_not_available_p = 0, starts_in_middle_of_char_p = 0, face_before_selective_p = 0, constrain_row_ascent_descent_p = 0, line_wrap = TRUNCATE, base_face_id = 1606376640, c = 32767, len = -1949191437, cmp_it = { stop_pos = 4345311290, id = 4343350352, ch = 1, rule_idx = 16777216, lookback = 1, nglyphs = 0, reversed_p = 48375920, charpos = 4343344560, nchars = 48440768, nbytes = 1, from = 39006752, to = 1, width = 48383056 }, char_to_display = 1, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 0, y = 2, width = 2, height = 33 }, space_width = 4469170184, voffset = 8960, tab_width = 738, font_height = 4343341832, object = 140734799766960, position = { charpos = 140735509749301, bytepos = 4634766966517661696 }, truncation_pixel_width = -27804, continuation_pixel_width = 28, first_visible_x = 1, last_visible_x = 1606376600, last_visible_y = 32767, extra_line_spacing = 1606376960, max_extra_line_spacing = 32767, override_ascent = 33437408, override_descent = 1, override_boff = 0, glyph_row = 0x7fff5fbf5e00, area = TEXT_AREA, nglyphs = 0, pixel_width = 1606376768, ascent = 32767, descent = -2101775944, max_ascent = 32767, max_descent = 1606376768, phys_ascent = 32767, phys_descent = -2053194862, max_phys_ascent = 32767, max_phys_descent = 33362944, current_x = 1, continuation_lines_width = 33434944, eol_pos = { charpos = 140734799767200, bytepos = 140735435137684 }, current_y = 0, first_vpos = 1, vpos = 10660486, hpos = 1, left_user_fringe_bitmap = 5120, right_user_fringe_bitmap = 509, left_user_fringe_face_id = 1, right_user_fringe_face_id = 317392, bidi_p = 0, bidi_it = { bytepos = 4328416204, charpos = 0, ch = 46, nchars = 12, ch_len = 12, type = 46, type_after_w1 = UNKNOWN_BT, orig_type = 48372624, resolved_level = 1, invalid_levels = 1606379008, invalid_rl_levels = 32767, prev_was_pdf = -1, prev = { bytepos = 4295626704, charpos = 4295633056, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = 174202880 }, last_strong = { bytepos = 0, charpos = 0, type = 17127633, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_neutral = { bytepos = 4294967296, charpos = 140735111610528, type = 6352, type_after_w1 = STRONG_L, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 4607182418800017408, charpos = 4343341648, type = 1065353216, type_after_w1 = 1065353216, orig_type = 1065353216 }, next_for_ws = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = STRONG_L, orig_type = 24 }, next_en_pos = 0, next_en_type = UNKNOWN_BT, ignore_bn_limit = 4328330240, sor = 1606378080, scan_dir = 32767, disp_pos = 4328330240, disp_prop = 1606414792, stack_idx = 32767, level_stack = {{ level = 1606414784, override = 32767 }, { level = 0, override = NEUTRAL_DIR }, { level = 5, override = NEUTRAL_DIR }, { level = 37540064, override = L2R }, { level = 32610368, override = L2R }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR }, { level = 6404, override = L2R }, { level = 1929724256, override = 32767 }, { level = 1606378272, override = 32767 }, { level = -1963215928, override = 32767 }, { level = 11, override = NEUTRAL_DIR }, { level = 1918224904, override = 32767 }, { level = 1, override = NEUTRAL_DIR }, { level = 0, override = NEUTRAL_DIR } , { level = 50343994, override = L2R }, { level = 0, override = NEUTRAL_DIR } }, string = { lstring = 0, s = 0x0, schars = 0, bufpos = 0, from_disp_str = 0, unibyte = 0 }, paragraph_dir = NEUTRAL_DIR, separator_limit = 0, first_elt = 0, new_paragraph = 0, frame_window_p = 0 }, paragraph_embedding = NEUTRAL_DIR } row = (struct glyph_row *) 0x1049dde00 min_pos = 140734799769088 #26 0x0000000100040b1f in try_window (window=4343956357, flags=1606384480) at xdisp.c:16127 it = { window = 4339322709, w = 0x102a4cf50, f = 0x102a4d4a0, method = GET_FROM_BUFFER, stop_charpos = 3, prev_stop = 1, base_level_stop = 0, end_charpos = 3, s = 0x0, string_nchars = 0, region_beg_charpos = -1, region_end_charpos = -1, redisplay_end_trigger_charpos = 0, multibyte_p = 1, header_line_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, from_disp_prop_p = 0, ellipsis_p = 0, avoid_cursor_p = 0, dp = 0x0, dpvec = 0x0, dpend = 0x0, dpvec_char_len = 0, dpvec_face_id = 0, saved_face_id = 0, ctl_chars = {0 }, start = { pos = { charpos = 1, bytepos = 1 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, current = { pos = { charpos = 1, bytepos = 1 }, overlay_string_index = -1, string_pos = { charpos = -1, bytepos = -1 }, dpvec_index = -1 }, n_overlay_strings = 0, overlay_strings_charpos = 1, overlay_strings = {0 }, string_overlays = {0 }, string = 4345311290, from_overlay = 0, stack = {{ string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }, { string = 0, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 0, ch = 0, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, face_id = 0, u = { image = { object = 0, slice = { x = 0, y = 0, width = 0, height = 0 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 0 }, current = { pos = { charpos = 0, bytepos = 0 }, overlay_string_index = 0, string_pos = { charpos = 0, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 0, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = NEUTRAL_DIR, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = TRUNCATE, voffset = 0, space_width = 0, font_height = 0 }}, sp = 0, selective = 0, what = IT_CHARACTER, face_id = 0, selective_display_ellipsis_p = 1, ctl_arrow_p = 1, face_box_p = 0, start_of_box_run_p = 0, end_of_box_run_p = 0, overlay_strings_at_end_processed_p = 0, ignore_overlay_strings_at_pos_p = 0, glyph_not_available_p = 0, starts_in_middle_of_char_p = 0, face_before_selective_p = 0, constrain_row_ascent_descent_p = 0, line_wrap = WINDOW_WRAP, base_face_id = 0, c = 8594, len = 3, cmp_it = { stop_pos = 1, id = -1, ch = -2, rule_idx = 0, lookback = 0, nglyphs = 0, reversed_p = 0, charpos = 0, nchars = 0, nbytes = 0, from = 0, to = 0, width = 0 }, char_to_display = 8594, glyphless_method = GLYPHLESS_DISPLAY_THIN_SPACE, image_id = 0, slice = { x = 4345311290, y = 4345311290, width = 4345311290, height = 4345311290 }, space_width = 4345311290, voffset = 0, tab_width = 8, font_height = 4345311290, object = 4328488677, position = { charpos = 1, bytepos = 1 }, truncation_pixel_width = 0, continuation_pixel_width = 0, first_visible_x = 0, last_visible_x = 560, last_visible_y = 495, extra_line_spacing = 0, max_extra_line_spacing = 0, override_ascent = -1, override_descent = 0, override_boff = 0, glyph_row = 0x1049dde00, area = TEXT_AREA, nglyphs = 0, pixel_width = 0, ascent = 0, descent = 0, max_ascent = 0, max_descent = 0, phys_ascent = 0, phys_descent = 0, max_phys_ascent = 0, max_phys_descent = 0, current_x = 0, continuation_lines_width = 0, eol_pos = { charpos = 0, bytepos = 0 }, current_y = 0, first_vpos = 0, vpos = 0, hpos = 0, left_user_fringe_bitmap = 0, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 0, bidi_p = 1, bidi_it = { bytepos = 1, charpos = 1, ch = 8594, nchars = 1, ch_len = 3, type = STRONG_L, type_after_w1 = NEUTRAL_ON, orig_type = NEUTRAL_ON, resolved_level = 0, invalid_levels = 0, invalid_rl_levels = -1, prev_was_pdf = 0, prev = { bytepos = 1, charpos = 1, type = NEUTRAL_B, type_after_w1 = NEUTRAL_B, orig_type = NEUTRAL_B }, last_strong = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_neutral = { bytepos = 0, charpos = -1, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, prev_for_neutral = { bytepos = 1, charpos = 1, type = STRONG_L, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_for_ws = { bytepos = 0, charpos = 0, type = UNKNOWN_BT, type_after_w1 = UNKNOWN_BT, orig_type = UNKNOWN_BT }, next_en_pos = 0, next_en_type = UNKNOWN_BT, ignore_bn_limit = -1, sor = L2R, scan_dir = 1, disp_pos = 3, disp_prop = 0, stack_idx = 0, level_stack = {{ level = 0, override = NEUTRAL_DIR } }, string = { lstring = 4345311290, s = 0x0, schars = 0, bufpos = 0, from_disp_str = 0, unibyte = 0 }, paragraph_dir = L2R, separator_limit = -1, first_elt = 0, new_paragraph = 0, frame_window_p = 1 }, paragraph_embedding = NEUTRAL_DIR } w = (struct window *) 0x102a4cf50 pos = #27 0x000000010004a070 in redisplay_window (window=4343956357, just_this_one_p=1606404880) at xdisp.c:15652 d2 = 14595 d4 = 19 d6 = 0 d1 = 0 d3 = 1 d5 = 1 old = (struct buffer *) 0x101ff7ee0 update_mode_line = 1 end_unchanged = 0 w = (struct window *) 0x102a4cf50 beg_unchanged = 1 it = { window = 125756675176960, w = 0x100000000, f = 0x90000dd6d, method = 2147483648, stop_charpos = 17179869750, prev_stop = 712964571267, base_level_stop = 8589935173, end_charpos = 2147483647, s = 0x101f3ba00 "", string_nchars = 80, region_beg_charpos = 0, region_end_charpos = 46, redisplay_end_trigger_charpos = 48, multibyte_p = 0, header_line_p = 0, string_from_display_prop_p = 1, string_from_prefix_prop_p = 1, from_disp_prop_p = 0, ellipsis_p = 0, avoid_cursor_p = 0, dp = 0xb, dpvec = 0x7fff5fbf93c0, dpend = 0x7fff8a76317e, dpvec_char_len = 46, dpvec_face_id = 0, saved_face_id = 184, ctl_chars = {4469105493, 4345311290, 140734799776400, 4345311290, 140734799780720, 4295952836, 0, 0, 1, 0, 4373038386, 4343858422, 6, 4373038387, 4343858422, 9}, start = { pos = { charpos = 4373038388, bytepos = 4343858422 }, overlay_string_index = 12, string_pos = { charpos = 4373038389, bytepos = 4343858422 }, dpvec_index = 15 }, current = { pos = { charpos = 4373038390, bytepos = 4343858422 }, overlay_string_index = 18, string_pos = { charpos = 4373038391, bytepos = 4343858422 }, dpvec_index = 21 }, n_overlay_strings = 78071096, overlay_strings_charpos = 4343858422, overlay_strings = {24, 4373038393, 4343858422, 27, 4373038394, 4343858422, 30, 4373038395, 4343858422, 33, 4373038396, 4343858422, 36, 4373038397, 4343858422, 1}, string_overlays = {1, 140734799793816, 15, 0, 140734799793816, 0, 140734799776800, 4295530662, 140734799793848, 140734799793840, 15, 140734799793816, 0, 1, 140734799777728, 4295531219}, string = 15, from_overlay = 0, stack = {{ string = 0, string_nchars = 1, end_charpos = 140734799777776, stop_charpos = 4295532350, prev_stop = 140734799776960, base_level_stop = 24, cmp_it = { stop_pos = 24, id = 2293512536232, ch = 24, rule_idx = 24, lookback = 168, nglyphs = 534, reversed_p = 24, charpos = 0, nchars = 24, nbytes = 24, from = 0, to = 1072693248, width = 0 }, face_id = 0, u = { image = { object = 140734799779424, slice = { x = 140735516389758, y = 4294967296, width = 140734799794088, height = 140734799780720 }, image_id = 4295952836 }, comp = { object = 140734799779424 }, stretch = { object = 140734799779424 } }, position = { charpos = 2293512536232, bytepos = 4370579761 }, current = { pos = { charpos = -6335429201474750317, bytepos = 140734799779048 }, overlay_string_index = 1606391232, string_pos = { charpos = 140734799780064, bytepos = 304 }, dpvec_index = 0 }, from_overlay = 140734799777936, area = 2323022317, method = 32767, paragraph_embedding = 304, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = 1606392032, voffset = 32767, space_width = 8, font_height = 576461864746423053 }, { string = 4343852982, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 0, base_level_stop = 0, cmp_it = { stop_pos = 0, id = 1, ch = 5623696, rule_idx = 1, lookback = 75612464, nglyphs = 1, reversed_p = -75612464, charpos = 40, nchars = 0, nbytes = 0, from = 75612504, to = 1, width = 48374536 }, face_id = 48374352, u = { image = { object = 0, slice = { x = 0, y = 4343341832, width = 0, height = 8 }, image_id = 0 }, comp = { object = 0 }, stretch = { object = 0 } }, position = { charpos = 0, bytepos = 4343852980 }, current = { pos = { charpos = 140733193388043, bytepos = 4370579760 }, overlay_string_index = 1606389392, string_pos = { charpos = 4295952836, bytepos = 0 }, dpvec_index = 0 }, from_overlay = 20, area = LEFT_MARGIN_AREA, method = GET_FROM_BUFFER, paragraph_embedding = R2L, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = 75612464, voffset = 1, space_width = 4370579800, font_height = 4343852978 }, { string = 4294967296, string_nchars = 0, end_charpos = 0, stop_charpos = 0, prev_stop = 1, base_level_stop = 0, cmp_it = { stop_pos = 4370579762, id = 4343858422, ch = 6, rule_idx = 0, lookback = 75612467, nglyphs = 1, reversed_p = 48891126, charpos = 9, nchars = 75612468, nbytes = 1, from = 48891126, to = 1, width = 12 }, face_id = 75612469, u = { image = { object = 4343858422, slice = { x = 15, y = 4370579766, width = 4343858422, height = 4627448617123184640 }, image_id = 4627448617123184640 }, comp = { object = 4343858422 }, stretch = { object = 4343858422 } }, position = { charpos = 140734799777632, bytepos = 140735509743403 }, current = { pos = { charpos = 0, bytepos = 4343341648 }, overlay_string_index = 1606391000, string_pos = { charpos = 34784940138403, bytepos = 140734799777808 }, dpvec_index = 11 }, from_overlay = 4294967305, area = 1606389772, method = 32767, paragraph_embedding = 1606391000, multibyte_p = 1, string_from_display_prop_p = 1, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 1, from_disp_prop_p = 0, line_wrap = 8099, voffset = 8099, space_width = 140734799777856, font_height = 140734799793816 }, { string = -6335429201474750317, string_nchars = 1606391688, end_charpos = 140734799779936, stop_charpos = 140734799780736, prev_stop = 304, base_level_stop = 0, cmp_it = { stop_pos = 140734799778608, id = 140735516410349, ch = 304, rule_idx = 32767, lookback = 1606392704, nglyphs = 32767, reversed_p = 0, charpos = 576461864700016684, nchars = 1, nbytes = 0, from = 16, to = 0, width = -16777216 }, face_id = 1, u = { image = { object = 4343341832, slice = { x = 140734799781624, y = 140734799778007, width = 140734799781128, height = 140734799778008 }, image_id = 140734799777928 }, comp = { object = 4343341832 }, stretch = { object = 4343341832 } }, position = { charpos = 140734799777904, bytepos = 140735516446178 }, current = { pos = { charpos = 140734799777928, bytepos = 140734799780064 }, overlay_string_index = 1606389952, string_pos = { charpos = 140735516446077, bytepos = 140734799781114 }, dpvec_index = 2 }, from_overlay = 1, area = 1606393592, method = 32767, paragraph_embedding = 46469901, multibyte_p = 0, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = 580734, voffset = 0, space_width = 140734799781114, font_height = 140734799778000 }, { string = 140734799778800, string_nchars = -1971909360, end_charpos = 8391162080558216309, stop_charpos = 140734799793664, prev_stop = 15, base_level_stop = 0, cmp_it = { stop_pos = 0, id = -1, ch = 1606390944, rule_idx = 32767, lookback = 565054, nglyphs = 1, reversed_p = 0, charpos = 107410232, nchars = 1606404904, nbytes = 32767, from = -1, to = -1, width = -13500198 }, face_id = -1, u = { image = { object = 4343341832, slice = { x = 4343341648, y = 3, width = 16, height = 140734799782544 }, image_id = 140735539178352 }, comp = { object = 4343341832 }, stretch = { object = 4343341832 } }, position = { charpos = 140734799780624, bytepos = 140735516389758 }, current = { pos = { charpos = 140734799782576, bytepos = 140735539178352 }, overlay_string_index = 8, string_pos = { charpos = 28, bytepos = 2 }, dpvec_index = 536870914 }, from_overlay = 140734799778272, area = 2322976436, method = 32767, paragraph_embedding = 107410232, multibyte_p = 1, string_from_display_prop_p = 0, string_from_prefix_prop_p = 0, display_ellipsis_p = 0, avoid_cursor_p = 0, bidi_p = 0, from_disp_prop_p = 0, line_wrap = 100, voffset = 0, space_width = 4294967292, font_height = 8589934591 }}, sp = 1606390592, selective = 140735516382606, what = 909391412, face_id = 825243961, selective_display_ellipsis_p = 1, ctl_arrow_p = 1, face_box_p = 0, start_of_box_run_p = 0, end_of_box_run_p = 1, overlay_strings_at_end_processed_p = 0, ignore_overlay_strings_at_pos_p = 0, glyph_not_available_p = 1, starts_in_middle_of_char_p = 0, face_before_selective_p = 0, constrain_row_ascent_descent_p = 0, line_wrap = 2819885237, base_face_id = 1606390432, c = 0, len = 1606390668, cmp_it = { stop_pos = 0, id = 4329447552, ch = 6, rule_idx = 0, lookback = 34476056, nglyphs = 1, reversed_p = 34480720, charpos = 4329439232, nchars = 1606398960, nbytes = 32767, from = 0, to = 8288, width = 1606390508 }, char_to_display = 1606390504, glyphless_method = 32767, image_id = 0, slice = { x = 140734799778532, y = 35596688949504, width = 140735524799600, height = 140735128787308 }, space_width = 35596688949248, voffset = -27860, tab_width = 24511, font_height = 140734799778600, object = 0, position = { charpos = 140734799778596, bytepos = 35596688949504 }, truncation_pixel_width = 112, continuation_pixel_width = 526, first_visible_x = 1, last_visible_x = 34472076, last_visible_y = 1, extra_line_spacing = 1606394264, max_extra_line_spacing = 32767, override_ascent = 1606390651, override_descent = 32767, override_boff = 1606393776, glyph_row = 0x7fff5fbf937c, area = 1606390568, nglyphs = 32767, pixel_width = 1606390544, ascent = 32767, descent = -1971909150, max_ascent = 32767, max_descent = 1606390568, phys_ascent = 32767, phys_descent = 1606392704, max_phys_ascent = 32767, max_phys_descent = 1606390624, current_x = 32767, continuation_lines_width = -1971909251, eol_pos = { charpos = 140734799781786, bytepos = 2 }, current_y = 1, first_vpos = 0, vpos = 1606394264, hpos = 32767, left_user_fringe_bitmap = 63532, right_user_fringe_bitmap = 0, left_user_fringe_face_id = 0, right_user_fringe_face_id = 19582, bidi_p = 0, bidi_it = { bytepos = 140734799781786, charpos = 140734799778672, ch = 1606391440, nchars = 140735516445968, ch_len = 8388346030423827796, type = 1886413102, type_after_w1 = 32512, orig_type = 34471936, resolved_level = 8288, invalid_levels = 34471936, invalid_rl_levels = 1, prev_was_pdf = 34472012, prev = { bytepos = 4329439296, charpos = 140734799778768, type = 2322971009, type_after_w1 = 32767, orig_type = 34472000 }, last_strong = { bytepos = 0, charpos = 4329439232, type = 580735, type_after_w1 = UNKNOWN_BT, orig_type = 1606390768 }, next_for_neutral = { bytepos = 140735516405459, charpos = 140734799780904, type = 1606352896, type_after_w1 = 32767, orig_type = 1606392848 }, prev_for_neutral = { bytepos = 140735516435127, charpos = 12, type = 78071093, type_after_w1 = STRONG_L, orig_type = 48891126 }, next_for_ws = { bytepos = 15, charpos = 4373038390, type = 48891126, type_after_w1 = STRONG_L, orig_type = NEUTRAL_WS }, next_en_pos = 4373038391, next_en_type = 48891126, ignore_bn_limit = 536870914, sor = 1606390912, scan_dir = 32767, disp_pos = 140735516364468, disp_prop = 24, stack_idx = 0, level_stack = {{ level = 100, override = NEUTRAL_DIR }, { level = -4, override = NEUTRAL_DIR }, { level = 34480704, override = L2R }, { level = 1606391264, override = 32767 }, { level = -1971972722, override = 32767 }, { level = 30, override = NEUTRAL_DIR }, { level = 78071099, override = L2R }, { level = 48891126, override = NEUTRAL_DIR }, { level = 1606391340, override = 32767 }, { level = 0, override = NEUTRAL_DIR }, { level = 34480256, override = L2R }, { level = 6, override = NEUTRAL_DIR }, { level = 34476056, override = L2R }, { level = 34480720, override = L2R }, { level = 34471936, override = L2R }, { level = 1606405928, override = 32767 }, { level = 130972, override = 8288 }, { level = 1606391180, override = 32767 }, { level = 1606391176, override = 32767 }, { level = 0, override = NEUTRAL_DIR }, { level = 1606391172, override = 32767 }, { level = 256, override = 8288 }, { level = -1963555728, override = 32767 }, { level = 1935399276, override = 32767 }, { level = 0, override = 8288 }, { level = 1606391244, override = 32767 }, { level = 1606391240, override = 32767 }, { level = 0, override = NEUTRAL_DIR }, { level = 1606391236, override = 32767 }, { level = 256, override = 8288 }, { level = 34472048, override = L2R }, { level = 34472076, override = L2R }, { level = 0, override = 129 }, { level = 0, override = NEUTRAL_DIR }, { level = -1963555728, override = 32767 }, { level = 34480340, override = L2R }, { level = 34471936, override = 8288 }, { level = 1606391340, override = 32767 }, { level = 1606391336, override = 32767 }, { level = 0, override = NEUTRAL_DIR }, { level = 1606391332, override = 32767 }, { level = 256, override = 8288 }, { level = 34472048, override = L2R }, { level = 34472076, override = L2R }, { level = 34471936, override = 129 }, { level = 34472012, override = L2R }, { level = 34472048, override = L2R }, { level = 63532, override = NEUTRAL_DIR }, { level = 19582, override = NEUTRAL_DIR }, { level = 34472012, override = L2R }, { level = 34472000, override = L2R }, { level = 1606391360, override = 32767 }, { level = -1963555157, override = 32767 }, { level = 1606391360, override = 32767 }, { level = -1971996202, override = 32767 }, { level = 34471936, override = 8288 }, { level = 34471936, override = L2R }, { level = 1606391424, override = 32767 }, { level = -1963381035, override = 32767 }, { level = 1606392032, override = 32767 }, { level = 1606391976, override = 32767 }, { level = 34472000, override = L2R }, { level = 1606398674, override = 32767 }, { level = 4096, override = NEUTRAL_DIR }}, string = { lstring = 140734799781216, s = 0x2
, schars = 4294967285, bufpos = 140734799780544, from_disp_str = 1, unibyte = 1 }, paragraph_dir = 1606391504, separator_limit = 140735524919057, first_elt = 0, new_paragraph = 0, frame_window_p = 0 }, paragraph_embedding = 1606392744 } count = 4 #28 0x0000000100035934 in redisplay_window_0 (window=4343956357) at xdisp.c:13738 No locals. #29 0x000000010011e63d in internal_condition_case_1 (bfun=0x100035910 , arg=4343956357, handlers=4345320294, hfun=0x1000169f0 ) at eval.c:1553 c = { tag = 4345311290, val = 4345311290, next = 0x7fff5fbfedb8, gcpro = 0x0, jmp = {92656, 1, 1606405216, 32767, 1606404912, 32767, 219408, 1, 5740628, 1, 50352998, 1, 44355413, 1, 1172931, 1, 50410842, 1, 8099, 895, 1606405104, 32767, 1077552, 1, 128, 0, 5749800, 1, 1606405184, 32767, 1163453, 1, 50343994, 1, 50343994, 1, 50343994}, backlist = 0x0, handlerlist = 0x7fff5fbfed90, lisp_eval_depth = 0, pdlcount = 4, poll_suppress_count = 0, interrupt_input_blocked = 0, byte_stack = 0x0 } h = { handler = 4345320294, var = 4345311290, chosen_clause = 4295816643, tag = 0x7fff5fbfcb60, next = 0x7fff5fbfed90 } val = 0 #30 0x00000001000358f3 in redisplay_windows (window=4343956357) at xdisp.c:13718 No locals. #31 0x0000000100041d3a in redisplay_internal () at xdisp.c:13295 fr = (struct frame *) 0x0 count = 2 old_frame = 4339324069 #32 0x00000001000b0daa in read_char (commandflag=1606412736, nmaps=140734799800768, maps=0x7fff5fbfe9c0, prev_event=208457375877693439, used_mouse_menu=0x7fff5fbfe9c0, end_time=0x7fff5fbfe9c0) at keyboard.c:2448 previous_echo_area_message = 4345311290 reread = 0 polling_stopped_here = 0 local_getcjmp = {0 , 33521376, 1, 1606412608, 32767, 1090058, 1, 1606412688, 32767, 43118024, 1, 51561738, 1, 5745280, 1} key_already_recorded = 0 c = 4345311290 save_jump = {0 } also_record = 4345311290 orig_kboard = (struct kboard *) 0x102504dd0 #33 0x00000001000b3de7 in read_key_sequence () at keyboard.c:2832 No symbol table info available. #34 0x00000001000b597a in command_loop_1 () at keyboard.c:1449 keybuf = {96, 24, 4300707924, 0, 140734799801408, 140734799801488, 4296135378, 4300726435, 3, 4297607245, 5758976, -6335429201474750317, 5, 4300708392, 4300707924, 4297607240, 4295665184, 140734799801728, 4296134359, 140734800051584, 4300726272, 140734800051584, 140734800066896, 140734799801600, 140734799871673, 140734800023824, 140734799801776, 140734800051584, 4300726272, 5} #35 0x000000010011e783 in internal_condition_case (bfun=0x1000b4470 , handlers=4345367402, hfun=0x1000b5a10 ) at eval.c:1515 c = { tag = 4345311290, val = 4345311290, next = 0x7fff5fbfeef0, gcpro = 0x0, jmp = {743952, 1, 1606414000, 32767, 1606413712, 32767, 5749800, 1, 5740628, 1, 50400106, 1, 738416, 1, 1173262, 1, 5740628, 1, 8098, 895, 697888, 1, 1173262, 1, 329, 0, 8096, 895, 3, 0, 0, 0, 0, 16711680, 1128353093, 1330011987, 1281315918}, backlist = 0x0, handlerlist = 0x0, lisp_eval_depth = 0, pdlcount = 2, poll_suppress_count = 0, interrupt_input_blocked = 0, byte_stack = 0x0 } h = { handler = 4345367402, var = 4345311290, chosen_clause = 140734799802064, tag = 0x7fff5fbfedb8, next = 0x0 } val = 0 #36 0x00000001000b444e in command_loop_2 (ignore=140734799801352) at keyboard.c:1160 No locals. #37 0x000000010011e888 in internal_catch (tag=140734799801352, func=0x1000b4410 , arg=140734799801352) at eval.c:1272 c = { tag = 4345363402, val = 4345311290, next = 0x0, gcpro = 0x0, jmp = {50343994, 1, 1606414304, 32767, 1606414064, 32767, 5741096, 1, 5740628, 1, 738320, 1, 738320, 1, 1173621, 1, 32243712, 1, 8098, 895, 1606414208, 32767, -1963212380, 32767, 779314017, 0, 1456240, 1, 1606414352, 32767, 1606414360, 32767, 1832488, 1, 50343994, 1, 1606414304}, backlist = 0x0, handlerlist = 0x0, lisp_eval_depth = 0, pdlcount = 2, poll_suppress_count = 0, interrupt_input_blocked = 0, byte_stack = 0x0 } #38 0x00000001000b5f70 in command_loop [inlined] () at /Users/febeling/Downloads/emacs-24.0.97/src/keyboard.c:1139 val = 4295705616 count = 50396106 val = 4295705616 #39 0x00000001000b5f70 in recursive_edit_1 () at keyboard.c:759 val = 4295705616 count = 50396106 val = 4295705616 #40 0x00000001000a5d3c in Frecursive_edit () at keyboard.c:823 count = 0 buffer = 0 #41 0x00000001000a281f in main (argc=50396106, argv=0x7fff5fbff1b0) at emacs.c:1715 stack_bottom_variable = 0 '\0' dummy = 0 junk = 0x0 skip_args = 0 rlim = { rlim_cur = 8720000, rlim_max = 67104768 } dname_arg = 0x0 dname_arg2 = "??_?\000\000\032\023?_?", '\0' , "\001", '\0' , " \a?_?\000\0000\a?_?\000\000\000\000\000\000\002\000\000\000??_?\000" ch_to_dir = 0x0 In GNU Emacs 24.0.97.1 (x86_64-apple-darwin11.4.0, NS apple-appkit-1138.47) of 2012-05-22 on flomac.local Windowing system distributor `Apple', version 10.3.1138 Configured using: `configure '--with-ns'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: nil default enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: show-paren-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: M-x r e p o Recent messages: Loading /Users/febeling/.emacs.d/elpa/package.el (source)...done Initializing for host flomac.local Loading ~/.emacs.d/abbrev_defs...done For information about GNU Emacs and the GNU system, type C-h C-a. Making completion list... Load-path shadows: ~/.emacs.d/elpa/package hides /Applications/Emacs.app/Contents/Resources/lisp/emacs-lisp/package Features: (shadow sort mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mail-utils help-mode easymenu view server paren uniquify oddmuse url url-proxy url-privacy url-expand url-methods url-history url-cookie url-util url-parse auth-source eieio assoc gnus-util password-cache url-vars mm-util mail-prsvr mailcap skeleton sgml-mode ruby-test ruby-mode haml-mode regexp-opt cl byte-opt warnings bytecomp byte-compile cconv macroexp advice help-fns advice-preload org-install ido paredit easy-mmode edit-server edmacro kmacro derived magit-autoloads package reporter time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process ns multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Thu May 24 18:10:13 2012 Received: (at 11541) by debbugs.gnu.org; 24 May 2012 22:10:13 +0000 Received: from localhost ([127.0.0.1]:42573 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SXgEW-0001Su-RN for submit@debbugs.gnu.org; Thu, 24 May 2012 18:10:12 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:51142) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SXgED-0001S2-EF for 11541@debbugs.gnu.org; Thu, 24 May 2012 18:10:11 -0400 Received: by dacx6 with SMTP id x6so336793dac.3 for <11541@debbugs.gnu.org>; Thu, 24 May 2012 15:08:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=EDMTSt+yC9u9Bn/XdxMwznuoTDhZwQZO4c7DMrt8Owk=; b=a2Pg0W9/vlLnQhR2ypJ7Gc3qiDyhsu5jVgQypClB+TUGZ53nrm1vEA9CWZwGBz5RIO 8MNZQJPvCrhdKh4cbS8MxeOie5Rq6X0JJpgbt2ixu+Xj2V9WVZSOIK/13SK0B15ga5Tr 9k4Lg5fb0k8HmFoMa4vl+lhTX1egOKGSB0BqCYBB3uo12FeiVlLtICgTfiriM9M1Uq8p vlPxZfPYvBfzEnUtPwbL0HQbgDWgccjFrwvTdAcvYIcj71eModmHTM0Kze9oNnWK4L7E Y14lva3Is25tdCYnn5rL9QjXW/DjOFm/YuiKClOU1d80S5U/leqoXDjUN50MB3IDMfpv Qjtw== Received: by 10.68.242.166 with SMTP id wr6mr25564885pbc.28.1337897329552; Thu, 24 May 2012 15:08:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.87.12 with HTTP; Thu, 24 May 2012 15:08:29 -0700 (PDT) From: Florian Ebeling Date: Fri, 25 May 2012 00:08:29 +0200 Message-ID: Subject: To: 11541@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: 11541 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.4 (/) Sorry, that should be OS X 10.7.4, somehow didn't realize there was an OS release. -- Florian Ebeling florian.ebeling@gmail.com From debbugs-submit-bounces@debbugs.gnu.org Sat May 26 04:35:08 2012 Received: (at 11541) by debbugs.gnu.org; 26 May 2012 08:35:08 +0000 Received: from localhost ([127.0.0.1]:43874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SYCSR-00068F-TD for submit@debbugs.gnu.org; Sat, 26 May 2012 04:35:08 -0400 Received: from mailout.melmac.se ([62.20.26.67]:62042) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SYCS2-00067e-2p for 11541@debbugs.gnu.org; Sat, 26 May 2012 04:34:43 -0400 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 521E7953E for <11541@debbugs.gnu.org>; Sat, 26 May 2012 10:33:06 +0200 (CEST) Received: (qmail 21809 invoked by uid 89); 26 May 2012 08:28:49 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 26 May 2012 08:28:49 -0000 Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 8427B7FA06C; Sat, 26 May 2012 10:33:05 +0200 (CEST) Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: =?iso-8859-1?Q?Jan_Dj=E4rv?= In-Reply-To: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> Date: Sat, 26 May 2012 10:33:06 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <932DB946-9D4B-4C15-A84A-E0722BFA775D@swipnet.se> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> To: Florian Ebeling X-Mailer: Apple Mail (2.1278) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Hello. It works fins for me. What font are you using? Are you running some beta version of XCode? Your gdb version is much = newer then mine. Jan D. 22 maj 2012 kl. 12:29 skrev Florian Ebeling: > I run the Cocoa application without configuration from the debugger. = See > below for output. >=20 > The I visit a file (C-x C-f) that contains a single utf-8 character, > ARROW RIGHT and a newline. That file, utf8test, is four bytes: >=20 > $ hexdump utf8test > 0000000 e2 86 92 0a =20 > 0000004 >=20 > It crashes (SIGABRT signal). A few more observations: >=20 > - the same file opens without problems when running -nw in a terminal > shell >=20 > - this same crash happens when setting the coding system to utf-8-unix > for the next command before find-file (C-x RET c) >=20 > - this crash also seemed to occur with versions 23.something and > 24.0.94, but I didn't reproduce them under as controlled conditions > (not same file, but similar utf-8 containing short file) >=20 > Output from debugger 'bt full' looks like this: >=20 > gdb /Applications/Emacs.app/Contents/MacOS/Emacs =20 > GNU gdb 6.3.50-20050815 (Apple version gdb-1752) (Sat Jan 28 03:02:46 = UTC 2012) > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and = you are > welcome to change it and/or distribute copies of it under certain = conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for = details. > This GDB was configured as "x86_64-apple-darwin"...Reading symbols for = shared libraries ........... done >=20 > (gdb) set args -Q > (gdb) r > Starting program: /Applications/Emacs.app/Contents/MacOS/Emacs -Q > Reading symbols for shared libraries = ++++++++++................................................................= ............................................................ done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries ......... done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done >=20 > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 > 0x00007fff8966d3c2 in CFStringGetLength () > (gdb) bt full > #0 0x00007fff8966d3c2 in CFStringGetLength () > No symbol table info available. > #1 0x00007fff896849e9 in CFStringCompareWithOptionsAndLocale () > No symbol table info available. > #2 0x00007fff89e937b2 in = CompareLocalizedDescriptorsByTraitsAndPrecedence () > No symbol table info available. > #3 0x00007fff896a5fa5 in __CFSimpleMergeSort () > No symbol table info available. > #4 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #5 0x00007fff896a6083 in __CFSimpleMergeSort () > No symbol table info available. > #6 0x00007fff896a6083 in __CFSimpleMergeSort () > No symbol table info available. > #7 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #8 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #9 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #10 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #11 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #12 0x00007fff896a5ef6 in CFSortIndexes () > No symbol table info available. > #13 0x00007fff89678e33 in CFQSortArray () > No symbol table info available. > #14 0x00007fff89678bb8 in CFArraySortValues () > No symbol table info available. > #15 0x00007fff89ebdb28 in TDescriptorSource::GetAllDescriptors () > No symbol table info available. > #16 0x00007fff89e8a587 in TDescriptor::CreateMatchingDescriptors () > No symbol table info available. > #17 0x0000000100a32599 in -[NSCTFontDescriptor = matchingFontDescriptorsWithMandatoryKeys:] () > No symbol table info available. > #18 0x00000001001a1c7a in ns_findfonts (font_spec=3D4366993920, = isMatch=3D0 '\0') at nsfont.m:521 > fdesc =3D (NSFontDescriptor *) 0x102e947a0 > list =3D 140734799761024 > #19 0x000000010012ff32 in font_list_entities (frame=3D140734799761440, = spec=3D140734799761440) at font.c:2728 > val =3D 4345311290 > list =3D 140734799761440 > driver_list =3D (struct font_driver_list *) 0x101f3cf90 > f =3D (FRAME_PTR) 0x101f3d6d0 > size =3D 0 > ftype =3D 4345311290 > #20 0x0000000100131d5e in font_find_for_lface (f=3D0x7fff5fbf5130, = attrs=3D0x7fff5fbf5130, spec=3D626, c=3D1606373680) at font.c:3197 > registry =3D {4345516394, 4338015085, 8} > adstyle =3D {4345311290, 4338015085, 2375403569948205300} > pixel_size =3D 1606373680 > foundry =3D {4345520202, 4345311290, 4338015085} > frame =3D 4327724757 > work =3D 0 > val =3D 0 > #21 0x000000010017863f in fontset_find_font (fontset=3D4327724757, = c=3D1606373856, face=3D0x7fff5fbf51e0, id=3D1606373856, = fallback=3D1606373856) at fontset.c:620 > font_group =3D 4327724757 > vec =3D 4343516389 > #22 0x00000001001788da in fontset_font (fontset=3D4355892213, c=3D8594, = face=3D0x7fff5fbf5230, id=3D1606373936) at fontset.c:736 > rfont_def =3D 0 > base_fontset =3D 4343307829 > default_rfont_def =3D 0 > #23 0x0000000100178ce4 in face_for_char (f=3D0x101f3d6d0, = face=3D0x103a1a8b0, c=3D60926128, pos=3D-1, object=3D0) at fontset.c:950 > fontset =3D 4355892213 > charset =3D 4345311290 > rfont_def =3D 0 > face_id =3D > #24 0x000000010003272d in get_next_display_element (it=3D0x102e93065) = at xdisp.c:6780 > c =3D -1 > success_p =3D 0 > #25 0x00000001000396bb in display_line (it=3D0x7fff5fbf6e30) at = xdisp.c:19134 > min_bpos =3D 0 > wrap_it =3D { > window =3D 0,=20 > w =3D 0x102e416c0,=20 > f =3D 0x37,=20 > method =3D GET_FROM_BUFFER,=20 > stop_charpos =3D 4295539312,=20 > prev_stop =3D 140734799764944,=20 > base_level_stop =3D 140734799762520,=20 > end_charpos =3D 140734799762560,=20 > s =3D 0x11b094
,=20 > string_nchars =3D 4294967296,=20 > region_beg_charpos =3D -4294967295,=20 > region_end_charpos =3D 0,=20 > redisplay_end_trigger_charpos =3D 1606374976,=20 > multibyte_p =3D 0,=20 > header_line_p =3D 1,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 1,=20 > from_disp_prop_p =3D 1,=20 > ellipsis_p =3D 1,=20 > avoid_cursor_p =3D 0,=20 > dp =3D 0x1001b9570,=20 > dpvec =3D 0x1,=20 > dpend =3D 0x0,=20 > dpvec_char_len =3D 2,=20 > dpvec_face_id =3D 0,=20 > saved_face_id =3D 1,=20 > ctl_chars =3D {1, 1, 0, 0, 53, 4366731264, 140734799767256, -1, = 140734799763632, 4295536989, 4298236800, 4299726008, 0, 0, 0, -1},=20 > start =3D { > pos =3D { > charpos =3D 140734799767400,=20 > bytepos =3D 4298236712 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 4345474906,=20 > bytepos =3D 4345311290 > },=20 > dpvec_index =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 140734799762800,=20 > bytepos =3D 4296137578 > },=20 > overlay_string_index =3D 27,=20 > string_pos =3D { > charpos =3D 4298236717,=20 > bytepos =3D 4294967348 > },=20 > dpvec_index =3D 50344042 > },=20 > n_overlay_strings =3D 50343994,=20 > overlay_strings_charpos =3D 0,=20 > overlay_strings =3D {2, 4300119744, 0, 140734799762816, = 140734799762896, 4296135378, 32, 27, 4298236717, 1, 9012717867547387382, = 5, 2, 4300119744, 4298236712, -1},=20 > string_overlays =3D {140734799763136, 4345311290, 140734799762944, = 4296044148, 4349330038, 4345311290, 140734799763184, 4296132584, 0, 29, = 4297153296, 4300092675, 33, 0, 39352224, 0},=20 > string =3D 0,=20 > from_overlay =3D 0,=20 > stack =3D {{ > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 5151152,=20 > charpos =3D -1,=20 > nchars =3D 737830390,=20 > nbytes =3D 2098436902,=20 > from =3D 54362758,=20 > to =3D 1,=20 > width =3D 2 > },=20 > face_id =3D 5152448,=20 > u =3D { > image =3D { > object =3D 4300118448,=20 > slice =3D { > x =3D -1,=20 > y =3D 140734799763424,=20 > width =3D 4296133377,=20 > height =3D 2 > },=20 > image_id =3D 140734799763536 > },=20 > comp =3D { > object =3D 4300118448 > },=20 > stretch =3D { > object =3D 4300118448 > } > },=20 > position =3D { > charpos =3D 140734799763312,=20 > bytepos =3D 3 > },=20 > current =3D { > pos =3D { > charpos =3D 2,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 737830390,=20 > string_pos =3D { > charpos =3D 4345311290,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 1606375280 > },=20 > from_overlay =3D 32,=20 > area =3D RIGHT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D 1606375504,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 1,=20 > display_ellipsis_p =3D 1,=20 > avoid_cursor_p =3D 1,=20 > bidi_p =3D 1,=20 > from_disp_prop_p =3D 1,=20 > line_wrap =3D 1606375312,=20 > voffset =3D 32767,=20 > space_width =3D 140734799763336,=20 > font_height =3D -1 > }, { > string =3D 4338093400,=20 > string_nchars =3D 54362758,=20 > end_charpos =3D 4345422234,=20 > stop_charpos =3D 140734799763592,=20 > prev_stop =3D 2,=20 > base_level_stop =3D 2,=20 > cmp_it =3D { > stop_pos =3D 140734799763440,=20 > id =3D 4295535100,=20 > ch =3D 1606375424,=20 > rule_idx =3D 32767,=20 > lookback =3D 634687,=20 > nglyphs =3D 1,=20 > reversed_p =3D 1606375424,=20 > charpos =3D 4295602600,=20 > nchars =3D 32757456,=20 > nbytes =3D 1,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 1606375560 > },=20 > face_id =3D 32757456,=20 > u =3D { > image =3D { > object =3D 140734799763552,=20 > slice =3D { > x =3D 4295604923,=20 > y =3D -1,=20 > width =3D -1,=20 > height =3D 10 > },=20 > image_id =3D 1 > },=20 > comp =3D { > object =3D 140734799763552 > },=20 > stretch =3D { > object =3D 140734799763552 > } > },=20 > position =3D { > charpos =3D 140734799763592,=20 > bytepos =3D 140734799764240 > },=20 > current =3D { > pos =3D { > charpos =3D 4327724752,=20 > bytepos =3D 4 > },=20 > overlay_string_index =3D 50491082,=20 > string_pos =3D { > charpos =3D 140734799763736,=20 > bytepos =3D 140734799763808 > },=20 > dpvec_index =3D 637383 > },=20 > from_overlay =3D 0,=20 > area =3D 32757456,=20 > method =3D GET_FROM_DISPLAY_VECTOR,=20 > paragraph_embedding =3D L2R,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 50344618,=20 > voffset =3D 1,=20 > space_width =3D 4345350762,=20 > font_height =3D 4345350762 > }, { > string =3D 140734799763696,=20 > string_nchars =3D -2053264683,=20 > end_charpos =3D 4345350762,=20 > stop_charpos =3D 3771,=20 > prev_stop =3D 140734799763712,=20 > base_level_stop =3D 140735524918486,=20 > cmp_it =3D { > stop_pos =3D 36289430896,=20 > id =3D -128,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 38920624,=20 > nglyphs =3D 1,=20 > reversed_p =3D 32258560,=20 > charpos =3D 4333916424,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 4648383318516039680,=20 > slice =3D { > x =3D 4611686018427387904,=20 > y =3D 4327225856,=20 > width =3D 1929692528,=20 > height =3D 4327233128 > },=20 > image_id =3D 4327233104 > },=20 > comp =3D { > object =3D 4648383318516039680 > },=20 > stretch =3D { > object =3D 4648383318516039680 > } > },=20 > position =3D { > charpos =3D 4327233120,=20 > bytepos =3D 4327233112 > },=20 > current =3D { > pos =3D { > charpos =3D 4327211016,=20 > bytepos =3D 4327230980 > },=20 > overlay_string_index =3D 32265848,=20 > string_pos =3D { > charpos =3D 140733193388040,=20 > bytepos =3D 8651784320 > },=20 > dpvec_index =3D 32263680 > },=20 > from_overlay =3D 4327233136,=20 > area =3D 32263680,=20 > method =3D GET_FROM_DISPLAY_VECTOR,=20 > paragraph_embedding =3D 4294967168,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 1,=20 > display_ellipsis_p =3D 1,=20 > avoid_cursor_p =3D 1,=20 > bidi_p =3D 1,=20 > from_disp_prop_p =3D 1,=20 > line_wrap =3D 7,=20 > voffset =3D 0,=20 > space_width =3D 4327211008,=20 > font_height =3D 4356048032 > }, { > string =3D 4355784704,=20 > string_nchars =3D 61080576,=20 > end_charpos =3D 4327211008,=20 > stop_charpos =3D 120,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 4333887920,=20 > cmp_it =3D { > stop_pos =3D 140734799764048,=20 > id =3D 140735509742929,=20 > ch =3D 4,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 1082279936,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 2,=20 > from =3D 38949104,=20 > to =3D 1,=20 > width =3D 0 > },=20 > face_id =3D 48690024,=20 > u =3D { > image =3D { > object =3D 4333916448,=20 > slice =3D { > x =3D 0,=20 > y =3D 140734799766912,=20 > width =3D 140735509742601,=20 > height =3D 0 > },=20 > image_id =3D 4611686018427387904 > },=20 > comp =3D { > object =3D 4333916448 > },=20 > stretch =3D { > object =3D 4333916448 > } > },=20 > position =3D { > charpos =3D 4624633867356078080,=20 > bytepos =3D 4624633867356078080 > },=20 > current =3D { > pos =3D { > charpos =3D 140734799764552,=20 > bytepos =3D 46 > },=20 > overlay_string_index =3D 1606376512,=20 > string_pos =3D { > charpos =3D 40,=20 > bytepos =3D 1606376128 > },=20 > dpvec_index =3D 50343994 > },=20 > from_overlay =3D 4300718328,=20 > area =3D 50343994,=20 > method =3D GET_FROM_DISPLAY_VECTOR,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 50343994,=20 > voffset =3D 0,=20 > space_width =3D 140734799764240,=20 > font_height =3D 4296442110 > }, { > string =3D 4333888848,=20 > string_nchars =3D 184,=20 > end_charpos =3D 4300717096,=20 > stop_charpos =3D 72057598384300312,=20 > prev_stop =3D 4684385727255937024,=20 > base_level_stop =3D 4625478292286210048,=20 > cmp_it =3D { > stop_pos =3D 4333887056,=20 > id =3D 4611686018427387904,=20 > ch =3D 0,=20 > rule_idx =3D 1090699264,=20 > lookback =3D 0,=20 > nglyphs =3D 1072693248,=20 > reversed_p =3D 38920912,=20 > charpos =3D 4343656960,=20 > nchars =3D 38949104,=20 > nbytes =3D 1,=20 > from =3D 4352,=20 > to =3D 0,=20 > width =3D 48689840 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 4333888784,=20 > slice =3D { > x =3D 0,=20 > y =3D 140734799764400,=20 > width =3D 4296484811,=20 > height =3D 140734799764536 > },=20 > image_id =3D 4300139488 > },=20 > comp =3D { > object =3D 4333888784 > },=20 > stretch =3D { > object =3D 4333888784 > } > },=20 > position =3D { > charpos =3D 56,=20 > bytepos =3D 140735498586629 > },=20 > current =3D { > pos =3D { > charpos =3D 101,=20 > bytepos =3D 4333892200 > },=20 > overlay_string_index =3D 38924592,=20 > string_pos =3D { > charpos =3D 2,=20 > bytepos =3D 4333890352 > },=20 > dpvec_index =3D 1606376536 > },=20 > from_overlay =3D 140734799764512,=20 > area =3D 2305223604,=20 > method =3D 32767,=20 > paragraph_embedding =3D 43,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 39029408,=20 > voffset =3D 1,=20 > space_width =3D 4333921984,=20 > font_height =3D 4333889008 > }},=20 > sp =3D 16973825,=20 > selective =3D 4333890400,=20 > what =3D 1606377000,=20 > face_id =3D 32767,=20 > selective_display_ellipsis_p =3D 0,=20 > ctl_arrow_p =3D 1,=20 > face_box_p =3D 0,=20 > start_of_box_run_p =3D 0,=20 > end_of_box_run_p =3D 0,=20 > overlay_strings_at_end_processed_p =3D 0,=20 > ignore_overlay_strings_at_pos_p =3D 0,=20 > glyph_not_available_p =3D 0,=20 > starts_in_middle_of_char_p =3D 0,=20 > face_before_selective_p =3D 0,=20 > constrain_row_ascent_descent_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > base_face_id =3D 1606376640,=20 > c =3D 32767,=20 > len =3D -1949191437,=20 > cmp_it =3D { > stop_pos =3D 4345311290,=20 > id =3D 4333921984,=20 > ch =3D 1,=20 > rule_idx =3D 16777216,=20 > lookback =3D 1,=20 > nglyphs =3D 0,=20 > reversed_p =3D 38923056,=20 > charpos =3D 4333891696,=20 > nchars =3D 39029408,=20 > nbytes =3D 1,=20 > from =3D 38906784,=20 > to =3D 1,=20 > width =3D 38954688 > },=20 > char_to_display =3D 1,=20 > glyphless_method =3D GLYPHLESS_DISPLAY_THIN_SPACE,=20 > image_id =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 2,=20 > width =3D 2,=20 > height =3D 33 > },=20 > space_width =3D 4343656968,=20 > voffset =3D -6720,=20 > tab_width =3D 593,=20 > font_height =3D 4333888968,=20 > object =3D 140734799766960,=20 > position =3D { > charpos =3D 140735509749301,=20 > bytepos =3D 4634766966517661696 > },=20 > truncation_pixel_width =3D -27804,=20 > continuation_pixel_width =3D 28,=20 > first_visible_x =3D 1,=20 > last_visible_x =3D 1606376600,=20 > last_visible_y =3D 32767,=20 > extra_line_spacing =3D 1606376960,=20 > max_extra_line_spacing =3D 32767,=20 > override_ascent =3D 38939184,=20 > override_descent =3D 1,=20 > override_boff =3D 0,=20 > glyph_row =3D 0x7fff5fbf5e00,=20 > area =3D TEXT_AREA,=20 > nglyphs =3D 0,=20 > pixel_width =3D 1606376768,=20 > ascent =3D 32767,=20 > descent =3D -2101775944,=20 > max_ascent =3D 32767,=20 > max_descent =3D 1606376768,=20 > phys_ascent =3D 32767,=20 > phys_descent =3D -2053194862,=20 > max_phys_ascent =3D 32767,=20 > max_phys_descent =3D 45428512,=20 > current_x =3D 1,=20 > continuation_lines_width =3D 38934128,=20 > eol_pos =3D { > charpos =3D 140734799767200,=20 > bytepos =3D 140735435137684 > },=20 > current_y =3D 0,=20 > first_vpos =3D 1,=20 > vpos =3D 10660486,=20 > hpos =3D 1,=20 > left_user_fringe_bitmap =3D 12064,=20 > right_user_fringe_bitmap =3D 693,=20 > left_user_fringe_face_id =3D 1,=20 > right_user_fringe_face_id =3D 252736,=20 > bidi_p =3D 1,=20 > bidi_it =3D { > bytepos =3D 4333918284,=20 > charpos =3D 0,=20 > ch =3D 46,=20 > nchars =3D 12,=20 > ch_len =3D 12,=20 > type =3D 46,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D 38919760,=20 > resolved_level =3D 1,=20 > invalid_levels =3D 1606379008,=20 > invalid_rl_levels =3D 32767,=20 > prev_was_pdf =3D -1,=20 > prev =3D { > bytepos =3D 4295626704,=20 > charpos =3D 4295633056,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D 48689664 > },=20 > last_strong =3D { > bytepos =3D 0,=20 > charpos =3D 0,=20 > type =3D 17127633,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > next_for_neutral =3D { > bytepos =3D 4294967296,=20 > charpos =3D 140735111610528,=20 > type =3D 6352,=20 > type_after_w1 =3D STRONG_L,=20 > orig_type =3D UNKNOWN_BT > },=20 > prev_for_neutral =3D { > bytepos =3D 4607182418800017408,=20 > charpos =3D 4333888784,=20 > type =3D 1065353216,=20 > type_after_w1 =3D 1065353216,=20 > orig_type =3D 1065353216 > },=20 > next_for_ws =3D { > bytepos =3D 0,=20 > charpos =3D 0,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D STRONG_L,=20 > orig_type =3D 24 > },=20 > next_en_pos =3D 0,=20 > next_en_type =3D UNKNOWN_BT,=20 > ignore_bn_limit =3D 4340395808,=20 > sor =3D 1606378080,=20 > scan_dir =3D 32767,=20 > disp_pos =3D 4340395808,=20 > disp_prop =3D 1606414792,=20 > stack_idx =3D 32767,=20 > level_stack =3D {{ > level =3D 1606414784,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 5,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 37540064,=20 > override =3D L2R > }, { > level =3D 32610368,=20 > override =3D L2R > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 6404,=20 > override =3D L2R > }, { > level =3D 1929724256,=20 > override =3D 32767 > }, { > level =3D 1606378272,=20 > override =3D 32767 > }, { > level =3D -1963215928,=20 > override =3D 32767 > }, { > level =3D 10,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1918224904,=20 > override =3D 32767 > }, { > level =3D 1,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > } , { > level =3D 50343994,=20 > override =3D L2R > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > } },=20 > string =3D { > lstring =3D 0,=20 > s =3D 0x0,=20 > schars =3D 0,=20 > bufpos =3D 0,=20 > from_disp_str =3D 0,=20 > unibyte =3D 0 > },=20 > paragraph_dir =3D NEUTRAL_DIR,=20 > separator_limit =3D 0,=20 > first_elt =3D 0,=20 > new_paragraph =3D 0,=20 > frame_window_p =3D 0 > },=20 > paragraph_embedding =3D NEUTRAL_DIR > } > row =3D (struct glyph_row *) 0x10446e400 > min_pos =3D 140734799769088 > #26 0x0000000100040b1f in try_window (window=3D4343804005, = flags=3D1606384480) at xdisp.c:16127 > it =3D { > window =3D 4327725333,=20 > w =3D 0x101f3d910,=20 > f =3D 0x101f3d6d0,=20 > method =3D GET_FROM_BUFFER,=20 > stop_charpos =3D 3,=20 > prev_stop =3D 1,=20 > base_level_stop =3D 0,=20 > end_charpos =3D 3,=20 > s =3D 0x0,=20 > string_nchars =3D 0,=20 > region_beg_charpos =3D -1,=20 > region_end_charpos =3D -1,=20 > redisplay_end_trigger_charpos =3D 0,=20 > multibyte_p =3D 1,=20 > header_line_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > dp =3D 0x0,=20 > dpvec =3D 0x0,=20 > dpend =3D 0x0,=20 > dpvec_char_len =3D 0,=20 > dpvec_face_id =3D 0,=20 > saved_face_id =3D 0,=20 > ctl_chars =3D {0 },=20 > start =3D { > pos =3D { > charpos =3D 1,=20 > bytepos =3D 1 > },=20 > overlay_string_index =3D -1,=20 > string_pos =3D { > charpos =3D -1,=20 > bytepos =3D -1 > },=20 > dpvec_index =3D -1 > },=20 > current =3D { > pos =3D { > charpos =3D 1,=20 > bytepos =3D 1 > },=20 > overlay_string_index =3D -1,=20 > string_pos =3D { > charpos =3D -1,=20 > bytepos =3D -1 > },=20 > dpvec_index =3D -1 > },=20 > n_overlay_strings =3D 0,=20 > overlay_strings_charpos =3D 1,=20 > overlay_strings =3D {0 },=20 > string_overlays =3D {0 },=20 > string =3D 4345311290,=20 > from_overlay =3D 0,=20 > stack =3D {{ > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }, { > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }, { > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }, { > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }, { > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }},=20 > sp =3D 0,=20 > selective =3D 0,=20 > what =3D IT_CHARACTER,=20 > face_id =3D 0,=20 > selective_display_ellipsis_p =3D 1,=20 > ctl_arrow_p =3D 1,=20 > face_box_p =3D 0,=20 > start_of_box_run_p =3D 0,=20 > end_of_box_run_p =3D 0,=20 > overlay_strings_at_end_processed_p =3D 0,=20 > ignore_overlay_strings_at_pos_p =3D 0,=20 > glyph_not_available_p =3D 0,=20 > starts_in_middle_of_char_p =3D 0,=20 > face_before_selective_p =3D 0,=20 > constrain_row_ascent_descent_p =3D 0,=20 > line_wrap =3D WINDOW_WRAP,=20 > base_face_id =3D 0,=20 > c =3D 8594,=20 > len =3D 3,=20 > cmp_it =3D { > stop_pos =3D 1,=20 > id =3D -1,=20 > ch =3D -2,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > char_to_display =3D 8594,=20 > glyphless_method =3D GLYPHLESS_DISPLAY_THIN_SPACE,=20 > image_id =3D 0,=20 > slice =3D { > x =3D 4345311290,=20 > y =3D 4345311290,=20 > width =3D 4345311290,=20 > height =3D 4345311290 > },=20 > space_width =3D 4345311290,=20 > voffset =3D 0,=20 > tab_width =3D 8,=20 > font_height =3D 4345311290,=20 > object =3D 4343702597,=20 > position =3D { > charpos =3D 1,=20 > bytepos =3D 1 > },=20 > truncation_pixel_width =3D 0,=20 > continuation_pixel_width =3D 0,=20 > first_visible_x =3D 0,=20 > last_visible_x =3D 560,=20 > last_visible_y =3D 495,=20 > extra_line_spacing =3D 0,=20 > max_extra_line_spacing =3D 0,=20 > override_ascent =3D -1,=20 > override_descent =3D 0,=20 > override_boff =3D 0,=20 > glyph_row =3D 0x10446e400,=20 > area =3D TEXT_AREA,=20 > nglyphs =3D 0,=20 > pixel_width =3D 0,=20 > ascent =3D 0,=20 > descent =3D 0,=20 > max_ascent =3D 0,=20 > max_descent =3D 0,=20 > phys_ascent =3D 0,=20 > phys_descent =3D 0,=20 > max_phys_ascent =3D 0,=20 > max_phys_descent =3D 0,=20 > current_x =3D 0,=20 > continuation_lines_width =3D 0,=20 > eol_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current_y =3D 0,=20 > first_vpos =3D 0,=20 > vpos =3D 0,=20 > hpos =3D 0,=20 > left_user_fringe_bitmap =3D 0,=20 > right_user_fringe_bitmap =3D 0,=20 > left_user_fringe_face_id =3D 0,=20 > right_user_fringe_face_id =3D 0,=20 > bidi_p =3D 1,=20 > bidi_it =3D { > bytepos =3D 1,=20 > charpos =3D 1,=20 > ch =3D 8594,=20 > nchars =3D 1,=20 > ch_len =3D 3,=20 > type =3D STRONG_L,=20 > type_after_w1 =3D NEUTRAL_ON,=20 > orig_type =3D NEUTRAL_ON,=20 > resolved_level =3D 0,=20 > invalid_levels =3D 0,=20 > invalid_rl_levels =3D -1,=20 > prev_was_pdf =3D 0,=20 > prev =3D { > bytepos =3D 1,=20 > charpos =3D 1,=20 > type =3D NEUTRAL_B,=20 > type_after_w1 =3D NEUTRAL_B,=20 > orig_type =3D NEUTRAL_B > },=20 > last_strong =3D { > bytepos =3D 0,=20 > charpos =3D 0,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > next_for_neutral =3D { > bytepos =3D 0,=20 > charpos =3D -1,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > prev_for_neutral =3D { > bytepos =3D 1,=20 > charpos =3D 1,=20 > type =3D STRONG_L,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > next_for_ws =3D { > bytepos =3D 0,=20 > charpos =3D 0,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > next_en_pos =3D 0,=20 > next_en_type =3D UNKNOWN_BT,=20 > ignore_bn_limit =3D -1,=20 > sor =3D L2R,=20 > scan_dir =3D 1,=20 > disp_pos =3D 3,=20 > disp_prop =3D 0,=20 > stack_idx =3D 0,=20 > level_stack =3D {{ > level =3D 0,=20 > override =3D NEUTRAL_DIR > } },=20 > string =3D { > lstring =3D 4345311290,=20 > s =3D 0x0,=20 > schars =3D 0,=20 > bufpos =3D 0,=20 > from_disp_str =3D 0,=20 > unibyte =3D 0 > },=20 > paragraph_dir =3D L2R,=20 > separator_limit =3D -1,=20 > first_elt =3D 0,=20 > new_paragraph =3D 0,=20 > frame_window_p =3D 1 > },=20 > paragraph_embedding =3D NEUTRAL_DIR > } > w =3D (struct window *) 0x101f3d910 > pos =3D #27 0x000000010004a070 in redisplay_window = (window=3D4343804005, just_this_one_p=3D1606404880) at xdisp.c:15652 > d2 =3D 14595 > d4 =3D 19 > d6 =3D 0 > d1 =3D 0 > d3 =3D 1 > d5 =3D 1 > old =3D (struct buffer *) 0x102e7a440 > update_mode_line =3D 1 > end_unchanged =3D 0 > w =3D (struct window *) 0x101f3d910 > beg_unchanged =3D 1 > it =3D { > window =3D 125756703507456,=20 > w =3D 0x100000000,=20 > f =3D 0x90000dd1a,=20 > method =3D 2147483648,=20 > stop_charpos =3D 17179869750,=20 > prev_stop =3D 712964571267,=20 > base_level_stop =3D 8589935173,=20 > end_charpos =3D 2147483647,=20 > s =3D 0x103a40400 "\033",=20 > string_nchars =3D 80,=20 > region_beg_charpos =3D 0,=20 > region_end_charpos =3D 46,=20 > redisplay_end_trigger_charpos =3D 48,=20 > multibyte_p =3D 0,=20 > header_line_p =3D 0,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 1,=20 > from_disp_prop_p =3D 0,=20 > ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > dp =3D 0xb,=20 > dpvec =3D 0x7fff5fbf93c0,=20 > dpend =3D 0x7fff8a76317e,=20 > dpvec_char_len =3D 46,=20 > dpvec_face_id =3D 0,=20 > saved_face_id =3D 184,=20 > ctl_chars =3D {4356046693, 4345311290, 140734799776400, 4345311290, = 140734799780720, 4295952836, 0, 0, 1, 0, 4372824490, 4343685158, 6, = 4372824491, 4343685158, 9},=20 > start =3D { > pos =3D { > charpos =3D 4372824492,=20 > bytepos =3D 4343685158 > },=20 > overlay_string_index =3D 12,=20 > string_pos =3D { > charpos =3D 4372824493,=20 > bytepos =3D 4343685158 > },=20 > dpvec_index =3D 15 > },=20 > current =3D { > pos =3D { > charpos =3D 4372824494,=20 > bytepos =3D 4343685158 > },=20 > overlay_string_index =3D 18,=20 > string_pos =3D { > charpos =3D 4372824495,=20 > bytepos =3D 4343685158 > },=20 > dpvec_index =3D 21 > },=20 > n_overlay_strings =3D 77857200,=20 > overlay_strings_charpos =3D 4343685158,=20 > overlay_strings =3D {24, 4372824497, 4343685158, 27, 4372824498, = 4343685158, 30, 4372824499, 4343685158, 33, 4372824500, 4343685158, 36, = 4372824501, 4343685158, 1},=20 > string_overlays =3D {1, 140734799793816, 15, 0, 140734799793816, 0, = 140734799776800, 4295530662, 140734799793848, 140734799793840, 15, = 140734799793816, 0, 1, 140734799777728, 4295531219},=20 > string =3D 15,=20 > from_overlay =3D 0,=20 > stack =3D {{ > string =3D 0,=20 > string_nchars =3D 1,=20 > end_charpos =3D 140734799777776,=20 > stop_charpos =3D 4295532350,=20 > prev_stop =3D 140734799776960,=20 > base_level_stop =3D 24,=20 > cmp_it =3D { > stop_pos =3D 24,=20 > id =3D 2293512536232,=20 > ch =3D 24,=20 > rule_idx =3D 24,=20 > lookback =3D 168,=20 > nglyphs =3D 534,=20 > reversed_p =3D 24,=20 > charpos =3D 0,=20 > nchars =3D 24,=20 > nbytes =3D 24,=20 > from =3D 0,=20 > to =3D 1072693248,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 140734799779424,=20 > slice =3D { > x =3D 140735516389758,=20 > y =3D 4294967296,=20 > width =3D 140734799794088,=20 > height =3D 140734799780720 > },=20 > image_id =3D 4295952836 > },=20 > comp =3D { > object =3D 140734799779424 > },=20 > stretch =3D { > object =3D 140734799779424 > } > },=20 > position =3D { > charpos =3D 2293512536232,=20 > bytepos =3D 4372794641 > },=20 > current =3D { > pos =3D { > charpos =3D 9012717867547387382,=20 > bytepos =3D 140734799779048 > },=20 > overlay_string_index =3D 1606391232,=20 > string_pos =3D { > charpos =3D 140734799780064,=20 > bytepos =3D 304 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 140734799777936,=20 > area =3D 2323022317,=20 > method =3D 32767,=20 > paragraph_embedding =3D 304,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 1606392032,=20 > voffset =3D 32767,=20 > space_width =3D 8,=20 > font_height =3D 576461864746423053 > }, { > string =3D 4343706070,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 1,=20 > ch =3D 5623696,=20 > rule_idx =3D 1,=20 > lookback =3D 77827344,=20 > nglyphs =3D 1,=20 > reversed_p =3D -77827344,=20 > charpos =3D 40,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 77827384,=20 > to =3D 1,=20 > width =3D 38921672 > },=20 > face_id =3D 38921488,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 4333888968,=20 > width =3D 0,=20 > height =3D 8 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 4343706068 > },=20 > current =3D { > pos =3D { > charpos =3D 140733193388043,=20 > bytepos =3D 4372794640 > },=20 > overlay_string_index =3D 1606389392,=20 > string_pos =3D { > charpos =3D 4295952836,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 20,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D R2L,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 77827344,=20 > voffset =3D 1,=20 > space_width =3D 4372794680,=20 > font_height =3D 4343706066 > }, { > string =3D 4294967296,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 1,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 4372794642,=20 > id =3D 4343685158,=20 > ch =3D 6,=20 > rule_idx =3D 0,=20 > lookback =3D 77827347,=20 > nglyphs =3D 1,=20 > reversed_p =3D 48717862,=20 > charpos =3D 9,=20 > nchars =3D 77827348,=20 > nbytes =3D 1,=20 > from =3D 48717862,=20 > to =3D 1,=20 > width =3D 12 > },=20 > face_id =3D 77827349,=20 > u =3D { > image =3D { > object =3D 4343685158,=20 > slice =3D { > x =3D 15,=20 > y =3D 4372794646,=20 > width =3D 4343685158,=20 > height =3D 4627448617123184640 > },=20 > image_id =3D 4627448617123184640 > },=20 > comp =3D { > object =3D 4343685158 > },=20 > stretch =3D { > object =3D 4343685158 > } > },=20 > position =3D { > charpos =3D 140734799777632,=20 > bytepos =3D 140735509743403 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 4333888784 > },=20 > overlay_string_index =3D 1606391000,=20 > string_pos =3D { > charpos =3D 34784940138403,=20 > bytepos =3D 140734799777808 > },=20 > dpvec_index =3D 11 > },=20 > from_overlay =3D 4294967305,=20 > area =3D 1606389772,=20 > method =3D 32767,=20 > paragraph_embedding =3D 1606391000,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 1,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 8099,=20 > voffset =3D 8099,=20 > space_width =3D 140734799777856,=20 > font_height =3D 140734799793816 > }, { > string =3D 9012717867547387382,=20 > string_nchars =3D 1606391688,=20 > end_charpos =3D 140734799779936,=20 > stop_charpos =3D 140734799780736,=20 > prev_stop =3D 304,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 140734799778608,=20 > id =3D 140735516410349,=20 > ch =3D 304,=20 > rule_idx =3D 32767,=20 > lookback =3D 1606392704,=20 > nglyphs =3D 32767,=20 > reversed_p =3D 0,=20 > charpos =3D 576461864700016684,=20 > nchars =3D 1,=20 > nbytes =3D 0,=20 > from =3D 16,=20 > to =3D 0,=20 > width =3D -16777216 > },=20 > face_id =3D 1,=20 > u =3D { > image =3D { > object =3D 4333888968,=20 > slice =3D { > x =3D 140734799781624,=20 > y =3D 140734799778007,=20 > width =3D 140734799781128,=20 > height =3D 140734799778008 > },=20 > image_id =3D 140734799777928 > },=20 > comp =3D { > object =3D 4333888968 > },=20 > stretch =3D { > object =3D 4333888968 > } > },=20 > position =3D { > charpos =3D 140734799777904,=20 > bytepos =3D 140735516446178 > },=20 > current =3D { > pos =3D { > charpos =3D 140734799777928,=20 > bytepos =3D 140734799780064 > },=20 > overlay_string_index =3D 1606389952,=20 > string_pos =3D { > charpos =3D 140735516446077,=20 > bytepos =3D 140734799781114 > },=20 > dpvec_index =3D 2 > },=20 > from_overlay =3D 1,=20 > area =3D 1606393592,=20 > method =3D 32767,=20 > paragraph_embedding =3D 46469901,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 580734,=20 > voffset =3D 0,=20 > space_width =3D 140734799781114,=20 > font_height =3D 140734799778000 > }, { > string =3D 140734799778800,=20 > string_nchars =3D -1971909360,=20 > end_charpos =3D 8391162080558216309,=20 > stop_charpos =3D 140734799793664,=20 > prev_stop =3D 15,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D -1,=20 > ch =3D 1606390944,=20 > rule_idx =3D 32767,=20 > lookback =3D 565054,=20 > nglyphs =3D 1,=20 > reversed_p =3D 0,=20 > charpos =3D 64258872,=20 > nchars =3D 1606404904,=20 > nbytes =3D 32767,=20 > from =3D -1,=20 > to =3D -1,=20 > width =3D -13500198 > },=20 > face_id =3D -1,=20 > u =3D { > image =3D { > object =3D 4333888968,=20 > slice =3D { > x =3D 4333888784,=20 > y =3D 3,=20 > width =3D 16,=20 > height =3D 140734799782544 > },=20 > image_id =3D 140735539178352 > },=20 > comp =3D { > object =3D 4333888968 > },=20 > stretch =3D { > object =3D 4333888968 > } > },=20 > position =3D { > charpos =3D 140734799780624,=20 > bytepos =3D 140735516389758 > },=20 > current =3D { > pos =3D { > charpos =3D 140734799782576,=20 > bytepos =3D 140735539178352 > },=20 > overlay_string_index =3D 8,=20 > string_pos =3D { > charpos =3D 27,=20 > bytepos =3D 2 > },=20 > dpvec_index =3D 536870914 > },=20 > from_overlay =3D 140734799778272,=20 > area =3D 2322976436,=20 > method =3D 32767,=20 > paragraph_embedding =3D 64258872,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 100,=20 > voffset =3D 0,=20 > space_width =3D 4294967292,=20 > font_height =3D 8589934591 > }},=20 > sp =3D 1606390592,=20 > selective =3D 140735516382606,=20 > what =3D 909391412,=20 > face_id =3D 825243961,=20 > selective_display_ellipsis_p =3D 0,=20 > ctl_arrow_p =3D 1,=20 > face_box_p =3D 1,=20 > start_of_box_run_p =3D 0,=20 > end_of_box_run_p =3D 1,=20 > overlay_strings_at_end_processed_p =3D 1,=20 > ignore_overlay_strings_at_pos_p =3D 1,=20 > glyph_not_available_p =3D 1,=20 > starts_in_middle_of_char_p =3D 1,=20 > face_before_selective_p =3D 0,=20 > constrain_row_ascent_descent_p =3D 1,=20 > line_wrap =3D 2098436902,=20 > base_face_id =3D 1606390432,=20 > c =3D 0,=20 > len =3D 1606390668,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 4329447552,=20 > ch =3D 6,=20 > rule_idx =3D 0,=20 > lookback =3D 34476056,=20 > nglyphs =3D 1,=20 > reversed_p =3D 34480720,=20 > charpos =3D 4329439232,=20 > nchars =3D 1606398960,=20 > nbytes =3D 32767,=20 > from =3D 0,=20 > to =3D 8288,=20 > width =3D 1606390508 > },=20 > char_to_display =3D 1606390504,=20 > glyphless_method =3D 32767,=20 > image_id =3D 0,=20 > slice =3D { > x =3D 140734799778532,=20 > y =3D 35596688949504,=20 > width =3D 140735524799600,=20 > height =3D 140735128787308 > },=20 > space_width =3D 35596688949248,=20 > voffset =3D -27860,=20 > tab_width =3D 24511,=20 > font_height =3D 140734799778600,=20 > object =3D 0,=20 > position =3D { > charpos =3D 140734799778596,=20 > bytepos =3D 35596688949504 > },=20 > truncation_pixel_width =3D 112,=20 > continuation_pixel_width =3D 526,=20 > first_visible_x =3D 1,=20 > last_visible_x =3D 34472076,=20 > last_visible_y =3D 1,=20 > extra_line_spacing =3D 1606394264,=20 > max_extra_line_spacing =3D 32767,=20 > override_ascent =3D 1606390651,=20 > override_descent =3D 32767,=20 > override_boff =3D 1606393776,=20 > glyph_row =3D 0x7fff5fbf937c,=20 > area =3D 1606390568,=20 > nglyphs =3D 32767,=20 > pixel_width =3D 1606390544,=20 > ascent =3D 32767,=20 > descent =3D -1971909150,=20 > max_ascent =3D 32767,=20 > max_descent =3D 1606390568,=20 > phys_ascent =3D 32767,=20 > phys_descent =3D 1606392704,=20 > max_phys_ascent =3D 32767,=20 > max_phys_descent =3D 1606390624,=20 > current_x =3D 32767,=20 > continuation_lines_width =3D -1971909251,=20 > eol_pos =3D { > charpos =3D 140734799781786,=20 > bytepos =3D 2 > },=20 > current_y =3D 1,=20 > first_vpos =3D 0,=20 > vpos =3D 1606394264,=20 > hpos =3D 32767,=20 > left_user_fringe_bitmap =3D 63532,=20 > right_user_fringe_bitmap =3D 0,=20 > left_user_fringe_face_id =3D 0,=20 > right_user_fringe_face_id =3D 19582,=20 > bidi_p =3D 0,=20 > bidi_it =3D { > bytepos =3D 140734799781786,=20 > charpos =3D 140734799778672,=20 > ch =3D 1606391440,=20 > nchars =3D 140735516445968,=20 > ch_len =3D 8388346030423827796,=20 > type =3D 1886413102,=20 > type_after_w1 =3D 32512,=20 > orig_type =3D 34471936,=20 > resolved_level =3D 8288,=20 > invalid_levels =3D 34471936,=20 > invalid_rl_levels =3D 1,=20 > prev_was_pdf =3D 34472012,=20 > prev =3D { > bytepos =3D 4329439296,=20 > charpos =3D 140734799778768,=20 > type =3D 2322971009,=20 > type_after_w1 =3D 32767,=20 > orig_type =3D 34472000 > },=20 > last_strong =3D { > bytepos =3D 0,=20 > charpos =3D 4329439232,=20 > type =3D 580735,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D 1606390768 > },=20 > next_for_neutral =3D { > bytepos =3D 140735516405459,=20 > charpos =3D 140734799780904,=20 > type =3D 1606352896,=20 > type_after_w1 =3D 32767,=20 > orig_type =3D 1606392848 > },=20 > prev_for_neutral =3D { > bytepos =3D 140735516435127,=20 > charpos =3D 12,=20 > type =3D 77857197,=20 > type_after_w1 =3D STRONG_L,=20 > orig_type =3D 48717862 > },=20 > next_for_ws =3D { > bytepos =3D 15,=20 > charpos =3D 4372824494,=20 > type =3D 48717862,=20 > type_after_w1 =3D STRONG_L,=20 > orig_type =3D NEUTRAL_WS > },=20 > next_en_pos =3D 4372824495,=20 > next_en_type =3D 48717862,=20 > ignore_bn_limit =3D 536870914,=20 > sor =3D 1606390912,=20 > scan_dir =3D 32767,=20 > disp_pos =3D 140735516364468,=20 > disp_prop =3D 24,=20 > stack_idx =3D 0,=20 > level_stack =3D {{ > level =3D 100,=20 > override =3D NEUTRAL_DIR > }, { > level =3D -4,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 34480704,=20 > override =3D L2R > }, { > level =3D 1606391264,=20 > override =3D 32767 > }, { > level =3D -1971972722,=20 > override =3D 32767 > }, { > level =3D 30,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 77857203,=20 > override =3D L2R > }, { > level =3D 48717862,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1606391340,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 34480256,=20 > override =3D L2R > }, { > level =3D 6,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 34476056,=20 > override =3D L2R > }, { > level =3D 34480720,=20 > override =3D L2R > }, { > level =3D 34471936,=20 > override =3D L2R > }, { > level =3D 1606405928,=20 > override =3D 32767 > }, { > level =3D 130972,=20 > override =3D 8288 > }, { > level =3D 1606391180,=20 > override =3D 32767 > }, { > level =3D 1606391176,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1606391172,=20 > override =3D 32767 > }, { > level =3D 256,=20 > override =3D 8288 > }, { > level =3D -1963555728,=20 > override =3D 32767 > }, { > level =3D 1935399276,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D 8288 > }, { > level =3D 1606391244,=20 > override =3D 32767 > }, { > level =3D 1606391240,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1606391236,=20 > override =3D 32767 > }, { > level =3D 256,=20 > override =3D 8288 > }, { > level =3D 34472048,=20 > override =3D L2R > }, { > level =3D 34472076,=20 > override =3D L2R > }, { > level =3D 0,=20 > override =3D 129 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D -1963555728,=20 > override =3D 32767 > }, { > level =3D 34480340,=20 > override =3D L2R > }, { > level =3D 34471936,=20 > override =3D 8288 > }, { > level =3D 1606391340,=20 > override =3D 32767 > }, { > level =3D 1606391336,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1606391332,=20 > override =3D 32767 > }, { > level =3D 256,=20 > override =3D 8288 > }, { > level =3D 34472048,=20 > override =3D L2R > }, { > level =3D 34472076,=20 > override =3D L2R > }, { > level =3D 34471936,=20 > override =3D 129 > }, { > level =3D 34472012,=20 > override =3D L2R > }, { > level =3D 34472048,=20 > override =3D L2R > }, { > level =3D 63532,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 19582,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 34472012,=20 > override =3D L2R > }, { > level =3D 34472000,=20 > override =3D L2R > }, { > level =3D 1606391360,=20 > override =3D 32767 > }, { > level =3D -1963555157,=20 > override =3D 32767 > }, { > level =3D 1606391360,=20 > override =3D 32767 > }, { > level =3D -1971996202,=20 > override =3D 32767 > }, { > level =3D 34471936,=20 > override =3D 8288 > }, { > level =3D 34471936,=20 > override =3D L2R > }, { > level =3D 1606391424,=20 > override =3D 32767 > }, { > level =3D -1963381035,=20 > override =3D 32767 > }, { > level =3D 1606392032,=20 > override =3D 32767 > }, { > level =3D 1606391976,=20 > override =3D 32767 > }, { > level =3D 34472000,=20 > override =3D L2R > }, { > level =3D 1606398674,=20 > override =3D 32767 > }, { > level =3D 4096,=20 > override =3D NEUTRAL_DIR > }},=20 > string =3D { > lstring =3D 140734799781216,=20 > s =3D 0x2
,=20 > schars =3D 4294967285,=20 > bufpos =3D 140734799780544,=20 > from_disp_str =3D 1,=20 > unibyte =3D 1 > },=20 > paragraph_dir =3D 1606391504,=20 > separator_limit =3D 140735524919057,=20 > first_elt =3D 0,=20 > new_paragraph =3D 0,=20 > frame_window_p =3D 0 > },=20 > paragraph_embedding =3D 1606392744 > } > count =3D 4 > #28 0x0000000100035934 in redisplay_window_0 (window=3D4343804005) at = xdisp.c:13738 > No locals. > #29 0x000000010011e63d in internal_condition_case_1 (bfun=3D0x100035910 = , arg=3D4343804005, handlers=3D4345320294, = hfun=3D0x1000169f0 ) at eval.c:1553 > c =3D { > tag =3D 4345311290,=20 > val =3D 4345311290,=20 > next =3D 0x7fff5fbfedb8,=20 > gcpro =3D 0x0,=20 > jmp =3D {92656, 1, 1606405216, 32767, 1606404912, 32767, 219408, 1, = 5740628, 1, 50352998, 1, 32758037, 1, 1172931, 1, 50410842, 1, 8099, = 895, 1606405104, 32767, 1077552, 1, 128, 0, 5749800, 1, 1606405184, = 32767, 1163453, 1, 50343994, 1, 50343994, 1, 50343994},=20 > backlist =3D 0x0,=20 > handlerlist =3D 0x7fff5fbfed90,=20 > lisp_eval_depth =3D 0,=20 > pdlcount =3D 4,=20 > poll_suppress_count =3D 0,=20 > interrupt_input_blocked =3D 0,=20 > byte_stack =3D 0x0 > } > h =3D { > handler =3D 4345320294,=20 > var =3D 4345311290,=20 > chosen_clause =3D 4295816643,=20 > tag =3D 0x7fff5fbfcb60,=20 > next =3D 0x7fff5fbfed90 > } > val =3D 0 > #30 0x00000001000358f3 in redisplay_windows (window=3D4343804005) at = xdisp.c:13718 > No locals. > #31 0x0000000100041d3a in redisplay_internal () at xdisp.c:13295 > fr =3D (struct frame *) 0x0 > count =3D 2 > old_frame =3D 4327724757 > #32 0x00000001000b0daa in read_char (commandflag=3D1606412736, = nmaps=3D140734799800768, maps=3D0x7fff5fbfe9c0, = prev_event=3D261675731526877183, used_mouse_menu=3D0x7fff5fbfe9c0, = end_time=3D0x7fff5fbfe9c0) at keyboard.c:2448 > previous_echo_area_message =3D 4345311290 > reread =3D 0 > polling_stopped_here =3D 0 > local_getcjmp =3D {0 , 48735296, 1, = 1606412608, 32767, 1090058, 1, 1606412688, 32767, 43118024, 1, 51561738, = 1, 5745280, 1} > key_already_recorded =3D 0 > c =3D 4345311290 > save_jump =3D {0 } > also_record =3D 4345311290 > orig_kboard =3D (struct kboard *) 0x102b04740 > #33 0x00000001000b3de7 in read_key_sequence () at keyboard.c:2832 > No symbol table info available. > #34 0x00000001000b597a in command_loop_1 () at keyboard.c:1449 > keybuf =3D {96, 24, 4300707924, 0, 140734799801408, = 140734799801488, 4296135378, 4300726435, 3, 4297607245, 5758976, = 9012717867547387382, 5, 4300708392, 4300707924, 4297607240, 4295665184, = 140734799801728, 4296134359, 140734800051584, 4300726272, = 140734800051584, 140734800066896, 140734799801600, 140734799871673, = 140734800023824, 140734799801776, 140734800051584, 4300726272, 5} > #35 0x000000010011e783 in internal_condition_case (bfun=3D0x1000b4470 = , handlers=3D4345367402, hfun=3D0x1000b5a10 ) = at eval.c:1515 > c =3D { > tag =3D 4345311290,=20 > val =3D 4345311290,=20 > next =3D 0x7fff5fbfeef0,=20 > gcpro =3D 0x0,=20 > jmp =3D {743952, 1, 1606414000, 32767, 1606413712, 32767, 5749800, 1, = 5740628, 1, 50400106, 1, 738416, 1, 1173262, 1, 5740628, 1, 8098, 895, = 697888, 1, 1173262, 1, 329, 0, 8096, 895, 3, 0, 0, 0, 0, 16711680, = 1128353093, 1330011987, 1281315918},=20 > backlist =3D 0x0,=20 > handlerlist =3D 0x0,=20 > lisp_eval_depth =3D 0,=20 > pdlcount =3D 2,=20 > poll_suppress_count =3D 0,=20 > interrupt_input_blocked =3D 0,=20 > byte_stack =3D 0x0 > } > h =3D { > handler =3D 4345367402,=20 > var =3D 4345311290,=20 > chosen_clause =3D 140734799802064,=20 > tag =3D 0x7fff5fbfedb8,=20 > next =3D 0x0 > } > val =3D 0 > #36 0x00000001000b444e in command_loop_2 (ignore=3D140734799801352) at = keyboard.c:1160 > No locals. > #37 0x000000010011e888 in internal_catch (tag=3D140734799801352, = func=3D0x1000b4410 , arg=3D140734799801352) at = eval.c:1272 > c =3D { > tag =3D 4345363402,=20 > val =3D 4345311290,=20 > next =3D 0x0,=20 > gcpro =3D 0x0,=20 > jmp =3D {50343994, 1, 1606414304, 32767, 1606414064, 32767, 5741096, = 1, 5740628, 1, 738320, 1, 738320, 1, 1173621, 1, 32243712, 1, 8098, 895, = 1606414208, 32767, -1963212380, 32767, 779314017, 0, 1456240, 1, = 1606414352, 32767, 1606414360, 32767, 1832488, 1, 50343994, 1, = 1606414304},=20 > backlist =3D 0x0,=20 > handlerlist =3D 0x0,=20 > lisp_eval_depth =3D 0,=20 > pdlcount =3D 2,=20 > poll_suppress_count =3D 0,=20 > interrupt_input_blocked =3D 0,=20 > byte_stack =3D 0x0 > } > #38 0x00000001000b5f70 in command_loop [inlined] () at = /Users/febeling/Downloads/emacs-24.0.97/src/keyboard.c:1139 > val =3D 4295705616 > count =3D 50396106 > val =3D 4295705616 > #39 0x00000001000b5f70 in recursive_edit_1 () at keyboard.c:759 > val =3D 4295705616 > count =3D 50396106 > val =3D 4295705616 > #40 0x00000001000a5d3c in Frecursive_edit () at keyboard.c:823 > count =3D 0 > buffer =3D 0 > #41 0x00000001000a281f in main (argc=3D50396106, argv=3D0x7fff5fbff1b0) = at emacs.c:1715 > stack_bottom_variable =3D 0 '\0' > dummy =3D 0 > junk =3D 0x0 > skip_args =3D 0 > rlim =3D { > rlim_cur =3D 8720000,=20 > rlim_max =3D 67104768 > } > dname_arg =3D 0x0 > dname_arg2 =3D "??_?\000\000\032\023?_?", '\0' , "\001", '\0' , " = \a?_?\000\0000\a?_?\000\000\000\000\000\000\002\000\000\000??_?\000" > ch_to_dir =3D 0x0 > (gdb) xbacktrace > Undefined command: "xbacktrace". Try "help". > (gdb) c > Continuing. >=20 > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 > 0x00007fff8966d3c2 in CFStringGetLength () > (gdb) quit > The program is running. Exit anyway? (y or n) y > febeling@flomac ~/Downloads/emacs-24.0.97> gdb = /Applications/Emacs.app/Contents/MacOS/Emacs > GNU gdb 6.3.50-20050815 (Apple version gdb-1752) (Sat Jan 28 03:02:46 = UTC 2012) > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and = you are > welcome to change it and/or distribute copies of it under certain = conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for = details. > This GDB was configured as "x86_64-apple-darwin"...Reading symbols for = shared libraries ........... done >=20 > (gdb) set args -Q > (gdb) r > Starting program: /Applications/Emacs.app/Contents/MacOS/Emacs -Q > Reading symbols for shared libraries = ++++++++++................................................................= ............................................................ done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries ......... done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done >=20 > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 > 0x00007fff8966d3c2 in CFStringGetLength () > (gdb) bt full > #0 0x00007fff8966d3c2 in CFStringGetLength () > No symbol table info available. > #1 0x00007fff896849e9 in CFStringCompareWithOptionsAndLocale () > No symbol table info available. > #2 0x00007fff89e937b2 in = CompareLocalizedDescriptorsByTraitsAndPrecedence () > No symbol table info available. > #3 0x00007fff896a5fa5 in __CFSimpleMergeSort () > No symbol table info available. > #4 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #5 0x00007fff896a6083 in __CFSimpleMergeSort () > No symbol table info available. > #6 0x00007fff896a6083 in __CFSimpleMergeSort () > No symbol table info available. > #7 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #8 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #9 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #10 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #11 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #12 0x00007fff896a5ef6 in CFSortIndexes () > No symbol table info available. > #13 0x00007fff89678e33 in CFQSortArray () > No symbol table info available. > #14 0x00007fff89678bb8 in CFArraySortValues () > No symbol table info available. > #15 0x00007fff89ebdb28 in TDescriptorSource::GetAllDescriptors () > No symbol table info available. > #16 0x00007fff89e8a587 in TDescriptor::CreateMatchingDescriptors () > No symbol table info available. > #17 0x0000000100a32599 in -[NSCTFontDescriptor = matchingFontDescriptorsWithMandatoryKeys:] () > No symbol table info available. > #18 0x00000001001a1c7a in ns_findfonts (font_spec=3D4366807040, = isMatch=3D0 '\0') at nsfont.m:521 > fdesc =3D (NSFontDescriptor *) 0x102eb9930 > list =3D 140734799761024 > #19 0x000000010012ff32 in font_list_entities (frame=3D140734799761440, = spec=3D140734799761440) at font.c:2728 > val =3D 4345311290 > list =3D 140734799761440 > driver_list =3D (struct font_driver_list *) 0x102a4b5b0 > f =3D (FRAME_PTR) 0x102a4d4a0 > size =3D 0 > ftype =3D 4345311290 > #20 0x0000000100131d5e in font_find_for_lface (f=3D0x7fff5fbf5130, = attrs=3D0x7fff5fbf5130, spec=3D626, c=3D1606373680) at font.c:3197 > registry =3D {4345516394, 4338015085, 8} > adstyle =3D {4345311290, 4338015085, 2375403569948205300} > pixel_size =3D 1606373680 > foundry =3D {4345520202, 4345311290, 4338015085} > frame =3D 4339324069 > work =3D 0 > val =3D 0 > #21 0x000000010017863f in fontset_find_font (fontset=3D4339324069, = c=3D1606373856, face=3D0x7fff5fbf51e0, id=3D1606373856, = fallback=3D1606373856) at fontset.c:620 > font_group =3D 4339324069 > vec =3D 4343892677 > #22 0x00000001001788da in fontset_font (fontset=3D4343563173, c=3D8594, = face=3D0x7fff5fbf5230, id=3D1606373936) at fontset.c:736 > rfont_def =3D 0 > base_fontset =3D 4328294309 > default_rfont_def =3D 0 > #23 0x0000000100178ce4 in face_for_char (f=3D0x102a4d4a0, = face=3D0x102e496e0, c=3D48535264, pos=3D-1, object=3D0) at fontset.c:950 > fontset =3D 4343563173 > charset =3D 4345311290 > rfont_def =3D 0 > face_id =3D > #24 0x000000010003272d in get_next_display_element (it=3D0x102eb8385) = at xdisp.c:6780 > c =3D -1 > success_p =3D 0 > #25 0x00000001000396bb in display_line (it=3D0x7fff5fbf6e30) at = xdisp.c:19134 > min_bpos =3D 0 > wrap_it =3D { > window =3D 0,=20 > w =3D 0x10a615060,=20 > f =3D 0x37,=20 > method =3D GET_FROM_BUFFER,=20 > stop_charpos =3D 4295539312,=20 > prev_stop =3D 140734799764944,=20 > base_level_stop =3D 140734799762520,=20 > end_charpos =3D 140734799762560,=20 > s =3D 0x11b094
,=20 > string_nchars =3D 4294967296,=20 > region_beg_charpos =3D -4294967295,=20 > region_end_charpos =3D 0,=20 > redisplay_end_trigger_charpos =3D 1606374976,=20 > multibyte_p =3D 0,=20 > header_line_p =3D 1,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 1,=20 > from_disp_prop_p =3D 1,=20 > ellipsis_p =3D 1,=20 > avoid_cursor_p =3D 0,=20 > dp =3D 0x1001b9570,=20 > dpvec =3D 0x1,=20 > dpend =3D 0x0,=20 > dpvec_char_len =3D 2,=20 > dpvec_face_id =3D 0,=20 > saved_face_id =3D 1,=20 > ctl_chars =3D {1, 1, 0, 0, 53, 4372431360, 140734799767256, -1, = 140734799763632, 4295536989, 4298236800, 4299726008, 0, 0, 0, -1},=20 > start =3D { > pos =3D { > charpos =3D 140734799767400,=20 > bytepos =3D 4298236712 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 4345474906,=20 > bytepos =3D 4345311290 > },=20 > dpvec_index =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 140734799762800,=20 > bytepos =3D 4296137578 > },=20 > overlay_string_index =3D 27,=20 > string_pos =3D { > charpos =3D 4298236717,=20 > bytepos =3D 4294967348 > },=20 > dpvec_index =3D 50344042 > },=20 > n_overlay_strings =3D 50343994,=20 > overlay_strings_charpos =3D 0,=20 > overlay_strings =3D {2, 4300119744, 0, 140734799762816, = 140734799762896, 4296135378, 32, 27, 4298236717, 1, = -6335429201474750317, 5, 2, 4300119744, 4298236712, -1},=20 > string_overlays =3D {140734799763136, 4345311290, 140734799762944, = 4296044148, 4349032198, 4345311290, 140734799763184, 4296132584, 0, 29, = 4297153296, 4300092675, 33, 0, 174210144, 0},=20 > string =3D 0,=20 > from_overlay =3D 0,=20 > stack =3D {{ > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 5151152,=20 > charpos =3D -1,=20 > nchars =3D 846592147,=20 > nbytes =3D -1475082059,=20 > from =3D 54064934,=20 > to =3D 1,=20 > width =3D 2 > },=20 > face_id =3D 5152448,=20 > u =3D { > image =3D { > object =3D 4300118448,=20 > slice =3D { > x =3D -1,=20 > y =3D 140734799763424,=20 > width =3D 4296133377,=20 > height =3D 2 > },=20 > image_id =3D 140734799763536 > },=20 > comp =3D { > object =3D 4300118448 > },=20 > stretch =3D { > object =3D 4300118448 > } > },=20 > position =3D { > charpos =3D 140734799763312,=20 > bytepos =3D 3 > },=20 > current =3D { > pos =3D { > charpos =3D 2,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 846592147,=20 > string_pos =3D { > charpos =3D 4345311290,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 1606375280 > },=20 > from_overlay =3D 32,=20 > area =3D RIGHT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D 1606375504,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 1,=20 > display_ellipsis_p =3D 1,=20 > avoid_cursor_p =3D 1,=20 > bidi_p =3D 1,=20 > from_disp_prop_p =3D 1,=20 > line_wrap =3D 1606375312,=20 > voffset =3D 32767,=20 > space_width =3D 140734799763336,=20 > font_height =3D -1 > }, { > string =3D 4338093400,=20 > string_nchars =3D 54064934,=20 > end_charpos =3D 4345422234,=20 > stop_charpos =3D 140734799763592,=20 > prev_stop =3D 2,=20 > base_level_stop =3D 2,=20 > cmp_it =3D { > stop_pos =3D 140734799763440,=20 > id =3D 4295535100,=20 > ch =3D 1606375424,=20 > rule_idx =3D 32767,=20 > lookback =3D 634687,=20 > nglyphs =3D 1,=20 > reversed_p =3D 1606375424,=20 > charpos =3D 4295602600,=20 > nchars =3D 44356768,=20 > nbytes =3D 1,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 1606375560 > },=20 > face_id =3D 44356768,=20 > u =3D { > image =3D { > object =3D 140734799763552,=20 > slice =3D { > x =3D 4295604923,=20 > y =3D -1,=20 > width =3D -1,=20 > height =3D 10 > },=20 > image_id =3D 1 > },=20 > comp =3D { > object =3D 140734799763552 > },=20 > stretch =3D { > object =3D 140734799763552 > } > },=20 > position =3D { > charpos =3D 140734799763592,=20 > bytepos =3D 140734799764240 > },=20 > current =3D { > pos =3D { > charpos =3D 4339324064,=20 > bytepos =3D 4 > },=20 > overlay_string_index =3D 50491082,=20 > string_pos =3D { > charpos =3D 140734799763736,=20 > bytepos =3D 140734799763808 > },=20 > dpvec_index =3D 637383 > },=20 > from_overlay =3D 0,=20 > area =3D 44356768,=20 > method =3D GET_FROM_DISPLAY_VECTOR,=20 > paragraph_embedding =3D L2R,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 50344618,=20 > voffset =3D 1,=20 > space_width =3D 4345350762,=20 > font_height =3D 4345350762 > }, { > string =3D 140734799763696,=20 > string_nchars =3D -2053264683,=20 > end_charpos =3D 4345350762,=20 > stop_charpos =3D 3771,=20 > prev_stop =3D 4362084352,=20 > base_level_stop =3D 140735500075208,=20 > cmp_it =3D { > stop_pos =3D 140735123080560,=20 > id =3D -128,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 48373488,=20 > nglyphs =3D 1,=20 > reversed_p =3D 32258560,=20 > charpos =3D 4328406920,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 4648383318516039680,=20 > slice =3D { > x =3D 4611686018427387904,=20 > y =3D 4327225856,=20 > width =3D 1929692528,=20 > height =3D 4327228008 > },=20 > image_id =3D 4327227984 > },=20 > comp =3D { > object =3D 4648383318516039680 > },=20 > stretch =3D { > object =3D 4648383318516039680 > } > },=20 > position =3D { > charpos =3D 4327228000,=20 > bytepos =3D 4327227992 > },=20 > current =3D { > pos =3D { > charpos =3D 4328325128,=20 > bytepos =3D 4327225860 > },=20 > overlay_string_index =3D 32260728,=20 > string_pos =3D { > charpos =3D 140733193388040,=20 > bytepos =3D 36683904 > },=20 > dpvec_index =3D 32258560 > },=20 > from_overlay =3D 4327228016,=20 > area =3D 32258560,=20 > method =3D GET_FROM_DISPLAY_VECTOR,=20 > paragraph_embedding =3D 4294967168,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 1,=20 > display_ellipsis_p =3D 1,=20 > avoid_cursor_p =3D 1,=20 > bidi_p =3D 1,=20 > from_disp_prop_p =3D 1,=20 > line_wrap =3D 7,=20 > voffset =3D 0,=20 > space_width =3D 4327211008,=20 > font_height =3D 4330777120 > }, { > string =3D 4330618880,=20 > string_nchars =3D 35809728,=20 > end_charpos =3D 4327211008,=20 > stop_charpos =3D 120,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 4343340784,=20 > cmp_it =3D { > stop_pos =3D 140734799764048,=20 > id =3D 140735509742929,=20 > ch =3D 4,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 1082279936,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 2,=20 > from =3D 33439600,=20 > to =3D 1,=20 > width =3D 0 > },=20 > face_id =3D 174230616,=20 > u =3D { > image =3D { > object =3D 4328406944,=20 > slice =3D { > x =3D 0,=20 > y =3D 140734799766912,=20 > width =3D 140735509742601,=20 > height =3D 0 > },=20 > image_id =3D 4611686018427387904 > },=20 > comp =3D { > object =3D 4328406944 > },=20 > stretch =3D { > object =3D 4328406944 > } > },=20 > position =3D { > charpos =3D 4624633867356078080,=20 > bytepos =3D 4624633867356078080 > },=20 > current =3D { > pos =3D { > charpos =3D 140734799764552,=20 > bytepos =3D 46 > },=20 > overlay_string_index =3D 1606376512,=20 > string_pos =3D { > charpos =3D 40,=20 > bytepos =3D 1606376128 > },=20 > dpvec_index =3D 50343994 > },=20 > from_overlay =3D 4300718328,=20 > area =3D 50343994,=20 > method =3D GET_FROM_DISPLAY_VECTOR,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 50343994,=20 > voffset =3D 0,=20 > space_width =3D 140734799764240,=20 > font_height =3D 4296442110 > }, { > string =3D 4343341712,=20 > string_nchars =3D 184,=20 > end_charpos =3D 4300717096,=20 > stop_charpos =3D 72057598384300312,=20 > prev_stop =3D 4684385727255937024,=20 > base_level_stop =3D 4625478292286210048,=20 > cmp_it =3D { > stop_pos =3D 4343339920,=20 > id =3D 4611686018427387904,=20 > ch =3D 0,=20 > rule_idx =3D 1090699264,=20 > lookback =3D 0,=20 > nglyphs =3D 1072693248,=20 > reversed_p =3D 48373776,=20 > charpos =3D 4469170176,=20 > nchars =3D 33439600,=20 > nbytes =3D 1,=20 > from =3D 4352,=20 > to =3D 0,=20 > width =3D 174193616 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 4343341648,=20 > slice =3D { > x =3D 0,=20 > y =3D 140734799764400,=20 > width =3D 4296484811,=20 > height =3D 140734799764536 > },=20 > image_id =3D 4300139488 > },=20 > comp =3D { > object =3D 4343341648 > },=20 > stretch =3D { > object =3D 4343341648 > } > },=20 > position =3D { > charpos =3D 56,=20 > bytepos =3D 140735498586629 > },=20 > current =3D { > pos =3D { > charpos =3D 101,=20 > bytepos =3D 4343345064 > },=20 > overlay_string_index =3D 48377456,=20 > string_pos =3D { > charpos =3D 2,=20 > bytepos =3D 4343343216 > },=20 > dpvec_index =3D 1606376536 > },=20 > from_overlay =3D 140734799764512,=20 > area =3D 2305223604,=20 > method =3D 32767,=20 > paragraph_embedding =3D 43,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 48440768,=20 > voffset =3D 1,=20 > space_width =3D 4343350352,=20 > font_height =3D 4343341872 > }},=20 > sp =3D 16973825,=20 > selective =3D 4343343264,=20 > what =3D 1606377000,=20 > face_id =3D 32767,=20 > selective_display_ellipsis_p =3D 0,=20 > ctl_arrow_p =3D 1,=20 > face_box_p =3D 0,=20 > start_of_box_run_p =3D 0,=20 > end_of_box_run_p =3D 0,=20 > overlay_strings_at_end_processed_p =3D 0,=20 > ignore_overlay_strings_at_pos_p =3D 0,=20 > glyph_not_available_p =3D 0,=20 > starts_in_middle_of_char_p =3D 0,=20 > face_before_selective_p =3D 0,=20 > constrain_row_ascent_descent_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > base_face_id =3D 1606376640,=20 > c =3D 32767,=20 > len =3D -1949191437,=20 > cmp_it =3D { > stop_pos =3D 4345311290,=20 > id =3D 4343350352,=20 > ch =3D 1,=20 > rule_idx =3D 16777216,=20 > lookback =3D 1,=20 > nglyphs =3D 0,=20 > reversed_p =3D 48375920,=20 > charpos =3D 4343344560,=20 > nchars =3D 48440768,=20 > nbytes =3D 1,=20 > from =3D 39006752,=20 > to =3D 1,=20 > width =3D 48383056 > },=20 > char_to_display =3D 1,=20 > glyphless_method =3D GLYPHLESS_DISPLAY_THIN_SPACE,=20 > image_id =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 2,=20 > width =3D 2,=20 > height =3D 33 > },=20 > space_width =3D 4469170184,=20 > voffset =3D 8960,=20 > tab_width =3D 738,=20 > font_height =3D 4343341832,=20 > object =3D 140734799766960,=20 > position =3D { > charpos =3D 140735509749301,=20 > bytepos =3D 4634766966517661696 > },=20 > truncation_pixel_width =3D -27804,=20 > continuation_pixel_width =3D 28,=20 > first_visible_x =3D 1,=20 > last_visible_x =3D 1606376600,=20 > last_visible_y =3D 32767,=20 > extra_line_spacing =3D 1606376960,=20 > max_extra_line_spacing =3D 32767,=20 > override_ascent =3D 33437408,=20 > override_descent =3D 1,=20 > override_boff =3D 0,=20 > glyph_row =3D 0x7fff5fbf5e00,=20 > area =3D TEXT_AREA,=20 > nglyphs =3D 0,=20 > pixel_width =3D 1606376768,=20 > ascent =3D 32767,=20 > descent =3D -2101775944,=20 > max_ascent =3D 32767,=20 > max_descent =3D 1606376768,=20 > phys_ascent =3D 32767,=20 > phys_descent =3D -2053194862,=20 > max_phys_ascent =3D 32767,=20 > max_phys_descent =3D 33362944,=20 > current_x =3D 1,=20 > continuation_lines_width =3D 33434944,=20 > eol_pos =3D { > charpos =3D 140734799767200,=20 > bytepos =3D 140735435137684 > },=20 > current_y =3D 0,=20 > first_vpos =3D 1,=20 > vpos =3D 10660486,=20 > hpos =3D 1,=20 > left_user_fringe_bitmap =3D 5120,=20 > right_user_fringe_bitmap =3D 509,=20 > left_user_fringe_face_id =3D 1,=20 > right_user_fringe_face_id =3D 317392,=20 > bidi_p =3D 0,=20 > bidi_it =3D { > bytepos =3D 4328416204,=20 > charpos =3D 0,=20 > ch =3D 46,=20 > nchars =3D 12,=20 > ch_len =3D 12,=20 > type =3D 46,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D 48372624,=20 > resolved_level =3D 1,=20 > invalid_levels =3D 1606379008,=20 > invalid_rl_levels =3D 32767,=20 > prev_was_pdf =3D -1,=20 > prev =3D { > bytepos =3D 4295626704,=20 > charpos =3D 4295633056,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D 174202880 > },=20 > last_strong =3D { > bytepos =3D 0,=20 > charpos =3D 0,=20 > type =3D 17127633,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > next_for_neutral =3D { > bytepos =3D 4294967296,=20 > charpos =3D 140735111610528,=20 > type =3D 6352,=20 > type_after_w1 =3D STRONG_L,=20 > orig_type =3D UNKNOWN_BT > },=20 > prev_for_neutral =3D { > bytepos =3D 4607182418800017408,=20 > charpos =3D 4343341648,=20 > type =3D 1065353216,=20 > type_after_w1 =3D 1065353216,=20 > orig_type =3D 1065353216 > },=20 > next_for_ws =3D { > bytepos =3D 0,=20 > charpos =3D 0,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D STRONG_L,=20 > orig_type =3D 24 > },=20 > next_en_pos =3D 0,=20 > next_en_type =3D UNKNOWN_BT,=20 > ignore_bn_limit =3D 4328330240,=20 > sor =3D 1606378080,=20 > scan_dir =3D 32767,=20 > disp_pos =3D 4328330240,=20 > disp_prop =3D 1606414792,=20 > stack_idx =3D 32767,=20 > level_stack =3D {{ > level =3D 1606414784,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 5,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 37540064,=20 > override =3D L2R > }, { > level =3D 32610368,=20 > override =3D L2R > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 6404,=20 > override =3D L2R > }, { > level =3D 1929724256,=20 > override =3D 32767 > }, { > level =3D 1606378272,=20 > override =3D 32767 > }, { > level =3D -1963215928,=20 > override =3D 32767 > }, { > level =3D 11,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1918224904,=20 > override =3D 32767 > }, { > level =3D 1,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > } , { > level =3D 50343994,=20 > override =3D L2R > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > } },=20 > string =3D { > lstring =3D 0,=20 > s =3D 0x0,=20 > schars =3D 0,=20 > bufpos =3D 0,=20 > from_disp_str =3D 0,=20 > unibyte =3D 0 > },=20 > paragraph_dir =3D NEUTRAL_DIR,=20 > separator_limit =3D 0,=20 > first_elt =3D 0,=20 > new_paragraph =3D 0,=20 > frame_window_p =3D 0 > },=20 > paragraph_embedding =3D NEUTRAL_DIR > } > row =3D (struct glyph_row *) 0x1049dde00 > min_pos =3D 140734799769088 > #26 0x0000000100040b1f in try_window (window=3D4343956357, = flags=3D1606384480) at xdisp.c:16127 > it =3D { > window =3D 4339322709,=20 > w =3D 0x102a4cf50,=20 > f =3D 0x102a4d4a0,=20 > method =3D GET_FROM_BUFFER,=20 > stop_charpos =3D 3,=20 > prev_stop =3D 1,=20 > base_level_stop =3D 0,=20 > end_charpos =3D 3,=20 > s =3D 0x0,=20 > string_nchars =3D 0,=20 > region_beg_charpos =3D -1,=20 > region_end_charpos =3D -1,=20 > redisplay_end_trigger_charpos =3D 0,=20 > multibyte_p =3D 1,=20 > header_line_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > dp =3D 0x0,=20 > dpvec =3D 0x0,=20 > dpend =3D 0x0,=20 > dpvec_char_len =3D 0,=20 > dpvec_face_id =3D 0,=20 > saved_face_id =3D 0,=20 > ctl_chars =3D {0 },=20 > start =3D { > pos =3D { > charpos =3D 1,=20 > bytepos =3D 1 > },=20 > overlay_string_index =3D -1,=20 > string_pos =3D { > charpos =3D -1,=20 > bytepos =3D -1 > },=20 > dpvec_index =3D -1 > },=20 > current =3D { > pos =3D { > charpos =3D 1,=20 > bytepos =3D 1 > },=20 > overlay_string_index =3D -1,=20 > string_pos =3D { > charpos =3D -1,=20 > bytepos =3D -1 > },=20 > dpvec_index =3D -1 > },=20 > n_overlay_strings =3D 0,=20 > overlay_strings_charpos =3D 1,=20 > overlay_strings =3D {0 },=20 > string_overlays =3D {0 },=20 > string =3D 4345311290,=20 > from_overlay =3D 0,=20 > stack =3D {{ > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }, { > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }, { > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }, { > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }, { > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }},=20 > sp =3D 0,=20 > selective =3D 0,=20 > what =3D IT_CHARACTER,=20 > face_id =3D 0,=20 > selective_display_ellipsis_p =3D 1,=20 > ctl_arrow_p =3D 1,=20 > face_box_p =3D 0,=20 > start_of_box_run_p =3D 0,=20 > end_of_box_run_p =3D 0,=20 > overlay_strings_at_end_processed_p =3D 0,=20 > ignore_overlay_strings_at_pos_p =3D 0,=20 > glyph_not_available_p =3D 0,=20 > starts_in_middle_of_char_p =3D 0,=20 > face_before_selective_p =3D 0,=20 > constrain_row_ascent_descent_p =3D 0,=20 > line_wrap =3D WINDOW_WRAP,=20 > base_face_id =3D 0,=20 > c =3D 8594,=20 > len =3D 3,=20 > cmp_it =3D { > stop_pos =3D 1,=20 > id =3D -1,=20 > ch =3D -2,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > char_to_display =3D 8594,=20 > glyphless_method =3D GLYPHLESS_DISPLAY_THIN_SPACE,=20 > image_id =3D 0,=20 > slice =3D { > x =3D 4345311290,=20 > y =3D 4345311290,=20 > width =3D 4345311290,=20 > height =3D 4345311290 > },=20 > space_width =3D 4345311290,=20 > voffset =3D 0,=20 > tab_width =3D 8,=20 > font_height =3D 4345311290,=20 > object =3D 4328488677,=20 > position =3D { > charpos =3D 1,=20 > bytepos =3D 1 > },=20 > truncation_pixel_width =3D 0,=20 > continuation_pixel_width =3D 0,=20 > first_visible_x =3D 0,=20 > last_visible_x =3D 560,=20 > last_visible_y =3D 495,=20 > extra_line_spacing =3D 0,=20 > max_extra_line_spacing =3D 0,=20 > override_ascent =3D -1,=20 > override_descent =3D 0,=20 > override_boff =3D 0,=20 > glyph_row =3D 0x1049dde00,=20 > area =3D TEXT_AREA,=20 > nglyphs =3D 0,=20 > pixel_width =3D 0,=20 > ascent =3D 0,=20 > descent =3D 0,=20 > max_ascent =3D 0,=20 > max_descent =3D 0,=20 > phys_ascent =3D 0,=20 > phys_descent =3D 0,=20 > max_phys_ascent =3D 0,=20 > max_phys_descent =3D 0,=20 > current_x =3D 0,=20 > continuation_lines_width =3D 0,=20 > eol_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current_y =3D 0,=20 > first_vpos =3D 0,=20 > vpos =3D 0,=20 > hpos =3D 0,=20 > left_user_fringe_bitmap =3D 0,=20 > right_user_fringe_bitmap =3D 0,=20 > left_user_fringe_face_id =3D 0,=20 > right_user_fringe_face_id =3D 0,=20 > bidi_p =3D 1,=20 > bidi_it =3D { > bytepos =3D 1,=20 > charpos =3D 1,=20 > ch =3D 8594,=20 > nchars =3D 1,=20 > ch_len =3D 3,=20 > type =3D STRONG_L,=20 > type_after_w1 =3D NEUTRAL_ON,=20 > orig_type =3D NEUTRAL_ON,=20 > resolved_level =3D 0,=20 > invalid_levels =3D 0,=20 > invalid_rl_levels =3D -1,=20 > prev_was_pdf =3D 0,=20 > prev =3D { > bytepos =3D 1,=20 > charpos =3D 1,=20 > type =3D NEUTRAL_B,=20 > type_after_w1 =3D NEUTRAL_B,=20 > orig_type =3D NEUTRAL_B > },=20 > last_strong =3D { > bytepos =3D 0,=20 > charpos =3D 0,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > next_for_neutral =3D { > bytepos =3D 0,=20 > charpos =3D -1,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > prev_for_neutral =3D { > bytepos =3D 1,=20 > charpos =3D 1,=20 > type =3D STRONG_L,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > next_for_ws =3D { > bytepos =3D 0,=20 > charpos =3D 0,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > next_en_pos =3D 0,=20 > next_en_type =3D UNKNOWN_BT,=20 > ignore_bn_limit =3D -1,=20 > sor =3D L2R,=20 > scan_dir =3D 1,=20 > disp_pos =3D 3,=20 > disp_prop =3D 0,=20 > stack_idx =3D 0,=20 > level_stack =3D {{ > level =3D 0,=20 > override =3D NEUTRAL_DIR > } },=20 > string =3D { > lstring =3D 4345311290,=20 > s =3D 0x0,=20 > schars =3D 0,=20 > bufpos =3D 0,=20 > from_disp_str =3D 0,=20 > unibyte =3D 0 > },=20 > paragraph_dir =3D L2R,=20 > separator_limit =3D -1,=20 > first_elt =3D 0,=20 > new_paragraph =3D 0,=20 > frame_window_p =3D 1 > },=20 > paragraph_embedding =3D NEUTRAL_DIR > } > w =3D (struct window *) 0x102a4cf50 > pos =3D #27 0x000000010004a070 in redisplay_window = (window=3D4343956357, just_this_one_p=3D1606404880) at xdisp.c:15652 > d2 =3D 14595 > d4 =3D 19 > d6 =3D 0 > d1 =3D 0 > d3 =3D 1 > d5 =3D 1 > old =3D (struct buffer *) 0x101ff7ee0 > update_mode_line =3D 1 > end_unchanged =3D 0 > w =3D (struct window *) 0x102a4cf50 > beg_unchanged =3D 1 > it =3D { > window =3D 125756675176960,=20 > w =3D 0x100000000,=20 > f =3D 0x90000dd6d,=20 > method =3D 2147483648,=20 > stop_charpos =3D 17179869750,=20 > prev_stop =3D 712964571267,=20 > base_level_stop =3D 8589935173,=20 > end_charpos =3D 2147483647,=20 > s =3D 0x101f3ba00 "",=20 > string_nchars =3D 80,=20 > region_beg_charpos =3D 0,=20 > region_end_charpos =3D 46,=20 > redisplay_end_trigger_charpos =3D 48,=20 > multibyte_p =3D 0,=20 > header_line_p =3D 0,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 1,=20 > from_disp_prop_p =3D 0,=20 > ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > dp =3D 0xb,=20 > dpvec =3D 0x7fff5fbf93c0,=20 > dpend =3D 0x7fff8a76317e,=20 > dpvec_char_len =3D 46,=20 > dpvec_face_id =3D 0,=20 > saved_face_id =3D 184,=20 > ctl_chars =3D {4469105493, 4345311290, 140734799776400, 4345311290, = 140734799780720, 4295952836, 0, 0, 1, 0, 4373038386, 4343858422, 6, = 4373038387, 4343858422, 9},=20 > start =3D { > pos =3D { > charpos =3D 4373038388,=20 > bytepos =3D 4343858422 > },=20 > overlay_string_index =3D 12,=20 > string_pos =3D { > charpos =3D 4373038389,=20 > bytepos =3D 4343858422 > },=20 > dpvec_index =3D 15 > },=20 > current =3D { > pos =3D { > charpos =3D 4373038390,=20 > bytepos =3D 4343858422 > },=20 > overlay_string_index =3D 18,=20 > string_pos =3D { > charpos =3D 4373038391,=20 > bytepos =3D 4343858422 > },=20 > dpvec_index =3D 21 > },=20 > n_overlay_strings =3D 78071096,=20 > overlay_strings_charpos =3D 4343858422,=20 > overlay_strings =3D {24, 4373038393, 4343858422, 27, 4373038394, = 4343858422, 30, 4373038395, 4343858422, 33, 4373038396, 4343858422, 36, = 4373038397, 4343858422, 1},=20 > string_overlays =3D {1, 140734799793816, 15, 0, 140734799793816, 0, = 140734799776800, 4295530662, 140734799793848, 140734799793840, 15, = 140734799793816, 0, 1, 140734799777728, 4295531219},=20 > string =3D 15,=20 > from_overlay =3D 0,=20 > stack =3D {{ > string =3D 0,=20 > string_nchars =3D 1,=20 > end_charpos =3D 140734799777776,=20 > stop_charpos =3D 4295532350,=20 > prev_stop =3D 140734799776960,=20 > base_level_stop =3D 24,=20 > cmp_it =3D { > stop_pos =3D 24,=20 > id =3D 2293512536232,=20 > ch =3D 24,=20 > rule_idx =3D 24,=20 > lookback =3D 168,=20 > nglyphs =3D 534,=20 > reversed_p =3D 24,=20 > charpos =3D 0,=20 > nchars =3D 24,=20 > nbytes =3D 24,=20 > from =3D 0,=20 > to =3D 1072693248,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 140734799779424,=20 > slice =3D { > x =3D 140735516389758,=20 > y =3D 4294967296,=20 > width =3D 140734799794088,=20 > height =3D 140734799780720 > },=20 > image_id =3D 4295952836 > },=20 > comp =3D { > object =3D 140734799779424 > },=20 > stretch =3D { > object =3D 140734799779424 > } > },=20 > position =3D { > charpos =3D 2293512536232,=20 > bytepos =3D 4370579761 > },=20 > current =3D { > pos =3D { > charpos =3D -6335429201474750317,=20 > bytepos =3D 140734799779048 > },=20 > overlay_string_index =3D 1606391232,=20 > string_pos =3D { > charpos =3D 140734799780064,=20 > bytepos =3D 304 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 140734799777936,=20 > area =3D 2323022317,=20 > method =3D 32767,=20 > paragraph_embedding =3D 304,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 1606392032,=20 > voffset =3D 32767,=20 > space_width =3D 8,=20 > font_height =3D 576461864746423053 > }, { > string =3D 4343852982,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 1,=20 > ch =3D 5623696,=20 > rule_idx =3D 1,=20 > lookback =3D 75612464,=20 > nglyphs =3D 1,=20 > reversed_p =3D -75612464,=20 > charpos =3D 40,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 75612504,=20 > to =3D 1,=20 > width =3D 48374536 > },=20 > face_id =3D 48374352,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 4343341832,=20 > width =3D 0,=20 > height =3D 8 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 4343852980 > },=20 > current =3D { > pos =3D { > charpos =3D 140733193388043,=20 > bytepos =3D 4370579760 > },=20 > overlay_string_index =3D 1606389392,=20 > string_pos =3D { > charpos =3D 4295952836,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 20,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D R2L,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 75612464,=20 > voffset =3D 1,=20 > space_width =3D 4370579800,=20 > font_height =3D 4343852978 > }, { > string =3D 4294967296,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 1,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 4370579762,=20 > id =3D 4343858422,=20 > ch =3D 6,=20 > rule_idx =3D 0,=20 > lookback =3D 75612467,=20 > nglyphs =3D 1,=20 > reversed_p =3D 48891126,=20 > charpos =3D 9,=20 > nchars =3D 75612468,=20 > nbytes =3D 1,=20 > from =3D 48891126,=20 > to =3D 1,=20 > width =3D 12 > },=20 > face_id =3D 75612469,=20 > u =3D { > image =3D { > object =3D 4343858422,=20 > slice =3D { > x =3D 15,=20 > y =3D 4370579766,=20 > width =3D 4343858422,=20 > height =3D 4627448617123184640 > },=20 > image_id =3D 4627448617123184640 > },=20 > comp =3D { > object =3D 4343858422 > },=20 > stretch =3D { > object =3D 4343858422 > } > },=20 > position =3D { > charpos =3D 140734799777632,=20 > bytepos =3D 140735509743403 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 4343341648 > },=20 > overlay_string_index =3D 1606391000,=20 > string_pos =3D { > charpos =3D 34784940138403,=20 > bytepos =3D 140734799777808 > },=20 > dpvec_index =3D 11 > },=20 > from_overlay =3D 4294967305,=20 > area =3D 1606389772,=20 > method =3D 32767,=20 > paragraph_embedding =3D 1606391000,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 1,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 8099,=20 > voffset =3D 8099,=20 > space_width =3D 140734799777856,=20 > font_height =3D 140734799793816 > }, { > string =3D -6335429201474750317,=20 > string_nchars =3D 1606391688,=20 > end_charpos =3D 140734799779936,=20 > stop_charpos =3D 140734799780736,=20 > prev_stop =3D 304,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 140734799778608,=20 > id =3D 140735516410349,=20 > ch =3D 304,=20 > rule_idx =3D 32767,=20 > lookback =3D 1606392704,=20 > nglyphs =3D 32767,=20 > reversed_p =3D 0,=20 > charpos =3D 576461864700016684,=20 > nchars =3D 1,=20 > nbytes =3D 0,=20 > from =3D 16,=20 > to =3D 0,=20 > width =3D -16777216 > },=20 > face_id =3D 1,=20 > u =3D { > image =3D { > object =3D 4343341832,=20 > slice =3D { > x =3D 140734799781624,=20 > y =3D 140734799778007,=20 > width =3D 140734799781128,=20 > height =3D 140734799778008 > },=20 > image_id =3D 140734799777928 > },=20 > comp =3D { > object =3D 4343341832 > },=20 > stretch =3D { > object =3D 4343341832 > } > },=20 > position =3D { > charpos =3D 140734799777904,=20 > bytepos =3D 140735516446178 > },=20 > current =3D { > pos =3D { > charpos =3D 140734799777928,=20 > bytepos =3D 140734799780064 > },=20 > overlay_string_index =3D 1606389952,=20 > string_pos =3D { > charpos =3D 140735516446077,=20 > bytepos =3D 140734799781114 > },=20 > dpvec_index =3D 2 > },=20 > from_overlay =3D 1,=20 > area =3D 1606393592,=20 > method =3D 32767,=20 > paragraph_embedding =3D 46469901,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 580734,=20 > voffset =3D 0,=20 > space_width =3D 140734799781114,=20 > font_height =3D 140734799778000 > }, { > string =3D 140734799778800,=20 > string_nchars =3D -1971909360,=20 > end_charpos =3D 8391162080558216309,=20 > stop_charpos =3D 140734799793664,=20 > prev_stop =3D 15,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D -1,=20 > ch =3D 1606390944,=20 > rule_idx =3D 32767,=20 > lookback =3D 565054,=20 > nglyphs =3D 1,=20 > reversed_p =3D 0,=20 > charpos =3D 107410232,=20 > nchars =3D 1606404904,=20 > nbytes =3D 32767,=20 > from =3D -1,=20 > to =3D -1,=20 > width =3D -13500198 > },=20 > face_id =3D -1,=20 > u =3D { > image =3D { > object =3D 4343341832,=20 > slice =3D { > x =3D 4343341648,=20 > y =3D 3,=20 > width =3D 16,=20 > height =3D 140734799782544 > },=20 > image_id =3D 140735539178352 > },=20 > comp =3D { > object =3D 4343341832 > },=20 > stretch =3D { > object =3D 4343341832 > } > },=20 > position =3D { > charpos =3D 140734799780624,=20 > bytepos =3D 140735516389758 > },=20 > current =3D { > pos =3D { > charpos =3D 140734799782576,=20 > bytepos =3D 140735539178352 > },=20 > overlay_string_index =3D 8,=20 > string_pos =3D { > charpos =3D 28,=20 > bytepos =3D 2 > },=20 > dpvec_index =3D 536870914 > },=20 > from_overlay =3D 140734799778272,=20 > area =3D 2322976436,=20 > method =3D 32767,=20 > paragraph_embedding =3D 107410232,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 100,=20 > voffset =3D 0,=20 > space_width =3D 4294967292,=20 > font_height =3D 8589934591 > }},=20 > sp =3D 1606390592,=20 > selective =3D 140735516382606,=20 > what =3D 909391412,=20 > face_id =3D 825243961,=20 > selective_display_ellipsis_p =3D 1,=20 > ctl_arrow_p =3D 1,=20 > face_box_p =3D 0,=20 > start_of_box_run_p =3D 0,=20 > end_of_box_run_p =3D 1,=20 > overlay_strings_at_end_processed_p =3D 0,=20 > ignore_overlay_strings_at_pos_p =3D 0,=20 > glyph_not_available_p =3D 1,=20 > starts_in_middle_of_char_p =3D 0,=20 > face_before_selective_p =3D 0,=20 > constrain_row_ascent_descent_p =3D 0,=20 > line_wrap =3D 2819885237,=20 > base_face_id =3D 1606390432,=20 > c =3D 0,=20 > len =3D 1606390668,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 4329447552,=20 > ch =3D 6,=20 > rule_idx =3D 0,=20 > lookback =3D 34476056,=20 > nglyphs =3D 1,=20 > reversed_p =3D 34480720,=20 > charpos =3D 4329439232,=20 > nchars =3D 1606398960,=20 > nbytes =3D 32767,=20 > from =3D 0,=20 > to =3D 8288,=20 > width =3D 1606390508 > },=20 > char_to_display =3D 1606390504,=20 > glyphless_method =3D 32767,=20 > image_id =3D 0,=20 > slice =3D { > x =3D 140734799778532,=20 > y =3D 35596688949504,=20 > width =3D 140735524799600,=20 > height =3D 140735128787308 > },=20 > space_width =3D 35596688949248,=20 > voffset =3D -27860,=20 > tab_width =3D 24511,=20 > font_height =3D 140734799778600,=20 > object =3D 0,=20 > position =3D { > charpos =3D 140734799778596,=20 > bytepos =3D 35596688949504 > },=20 > truncation_pixel_width =3D 112,=20 > continuation_pixel_width =3D 526,=20 > first_visible_x =3D 1,=20 > last_visible_x =3D 34472076,=20 > last_visible_y =3D 1,=20 > extra_line_spacing =3D 1606394264,=20 > max_extra_line_spacing =3D 32767,=20 > override_ascent =3D 1606390651,=20 > override_descent =3D 32767,=20 > override_boff =3D 1606393776,=20 > glyph_row =3D 0x7fff5fbf937c,=20 > area =3D 1606390568,=20 > nglyphs =3D 32767,=20 > pixel_width =3D 1606390544,=20 > ascent =3D 32767,=20 > descent =3D -1971909150,=20 > max_ascent =3D 32767,=20 > max_descent =3D 1606390568,=20 > phys_ascent =3D 32767,=20 > phys_descent =3D 1606392704,=20 > max_phys_ascent =3D 32767,=20 > max_phys_descent =3D 1606390624,=20 > current_x =3D 32767,=20 > continuation_lines_width =3D -1971909251,=20 > eol_pos =3D { > charpos =3D 140734799781786,=20 > bytepos =3D 2 > },=20 > current_y =3D 1,=20 > first_vpos =3D 0,=20 > vpos =3D 1606394264,=20 > hpos =3D 32767,=20 > left_user_fringe_bitmap =3D 63532,=20 > right_user_fringe_bitmap =3D 0,=20 > left_user_fringe_face_id =3D 0,=20 > right_user_fringe_face_id =3D 19582,=20 > bidi_p =3D 0,=20 > bidi_it =3D { > bytepos =3D 140734799781786,=20 > charpos =3D 140734799778672,=20 > ch =3D 1606391440,=20 > nchars =3D 140735516445968,=20 > ch_len =3D 8388346030423827796,=20 > type =3D 1886413102,=20 > type_after_w1 =3D 32512,=20 > orig_type =3D 34471936,=20 > resolved_level =3D 8288,=20 > invalid_levels =3D 34471936,=20 > invalid_rl_levels =3D 1,=20 > prev_was_pdf =3D 34472012,=20 > prev =3D { > bytepos =3D 4329439296,=20 > charpos =3D 140734799778768,=20 > type =3D 2322971009,=20 > type_after_w1 =3D 32767,=20 > orig_type =3D 34472000 > },=20 > last_strong =3D { > bytepos =3D 0,=20 > charpos =3D 4329439232,=20 > type =3D 580735,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D 1606390768 > },=20 > next_for_neutral =3D { > bytepos =3D 140735516405459,=20 > charpos =3D 140734799780904,=20 > type =3D 1606352896,=20 > type_after_w1 =3D 32767,=20 > orig_type =3D 1606392848 > },=20 > prev_for_neutral =3D { > bytepos =3D 140735516435127,=20 > charpos =3D 12,=20 > type =3D 78071093,=20 > type_after_w1 =3D STRONG_L,=20 > orig_type =3D 48891126 > },=20 > next_for_ws =3D { > bytepos =3D 15,=20 > charpos =3D 4373038390,=20 > type =3D 48891126,=20 > type_after_w1 =3D STRONG_L,=20 > orig_type =3D NEUTRAL_WS > },=20 > next_en_pos =3D 4373038391,=20 > next_en_type =3D 48891126,=20 > ignore_bn_limit =3D 536870914,=20 > sor =3D 1606390912,=20 > scan_dir =3D 32767,=20 > disp_pos =3D 140735516364468,=20 > disp_prop =3D 24,=20 > stack_idx =3D 0,=20 > level_stack =3D {{ > level =3D 100,=20 > override =3D NEUTRAL_DIR > }, { > level =3D -4,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 34480704,=20 > override =3D L2R > }, { > level =3D 1606391264,=20 > override =3D 32767 > }, { > level =3D -1971972722,=20 > override =3D 32767 > }, { > level =3D 30,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 78071099,=20 > override =3D L2R > }, { > level =3D 48891126,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1606391340,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 34480256,=20 > override =3D L2R > }, { > level =3D 6,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 34476056,=20 > override =3D L2R > }, { > level =3D 34480720,=20 > override =3D L2R > }, { > level =3D 34471936,=20 > override =3D L2R > }, { > level =3D 1606405928,=20 > override =3D 32767 > }, { > level =3D 130972,=20 > override =3D 8288 > }, { > level =3D 1606391180,=20 > override =3D 32767 > }, { > level =3D 1606391176,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1606391172,=20 > override =3D 32767 > }, { > level =3D 256,=20 > override =3D 8288 > }, { > level =3D -1963555728,=20 > override =3D 32767 > }, { > level =3D 1935399276,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D 8288 > }, { > level =3D 1606391244,=20 > override =3D 32767 > }, { > level =3D 1606391240,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1606391236,=20 > override =3D 32767 > }, { > level =3D 256,=20 > override =3D 8288 > }, { > level =3D 34472048,=20 > override =3D L2R > }, { > level =3D 34472076,=20 > override =3D L2R > }, { > level =3D 0,=20 > override =3D 129 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D -1963555728,=20 > override =3D 32767 > }, { > level =3D 34480340,=20 > override =3D L2R > }, { > level =3D 34471936,=20 > override =3D 8288 > }, { > level =3D 1606391340,=20 > override =3D 32767 > }, { > level =3D 1606391336,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1606391332,=20 > override =3D 32767 > }, { > level =3D 256,=20 > override =3D 8288 > }, { > level =3D 34472048,=20 > override =3D L2R > }, { > level =3D 34472076,=20 > override =3D L2R > }, { > level =3D 34471936,=20 > override =3D 129 > }, { > level =3D 34472012,=20 > override =3D L2R > }, { > level =3D 34472048,=20 > override =3D L2R > }, { > level =3D 63532,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 19582,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 34472012,=20 > override =3D L2R > }, { > level =3D 34472000,=20 > override =3D L2R > }, { > level =3D 1606391360,=20 > override =3D 32767 > }, { > level =3D -1963555157,=20 > override =3D 32767 > }, { > level =3D 1606391360,=20 > override =3D 32767 > }, { > level =3D -1971996202,=20 > override =3D 32767 > }, { > level =3D 34471936,=20 > override =3D 8288 > }, { > level =3D 34471936,=20 > override =3D L2R > }, { > level =3D 1606391424,=20 > override =3D 32767 > }, { > level =3D -1963381035,=20 > override =3D 32767 > }, { > level =3D 1606392032,=20 > override =3D 32767 > }, { > level =3D 1606391976,=20 > override =3D 32767 > }, { > level =3D 34472000,=20 > override =3D L2R > }, { > level =3D 1606398674,=20 > override =3D 32767 > }, { > level =3D 4096,=20 > override =3D NEUTRAL_DIR > }},=20 > string =3D { > lstring =3D 140734799781216,=20 > s =3D 0x2
,=20 > schars =3D 4294967285,=20 > bufpos =3D 140734799780544,=20 > from_disp_str =3D 1,=20 > unibyte =3D 1 > },=20 > paragraph_dir =3D 1606391504,=20 > separator_limit =3D 140735524919057,=20 > first_elt =3D 0,=20 > new_paragraph =3D 0,=20 > frame_window_p =3D 0 > },=20 > paragraph_embedding =3D 1606392744 > } > count =3D 4 > #28 0x0000000100035934 in redisplay_window_0 (window=3D4343956357) at = xdisp.c:13738 > No locals. > #29 0x000000010011e63d in internal_condition_case_1 (bfun=3D0x100035910 = , arg=3D4343956357, handlers=3D4345320294, = hfun=3D0x1000169f0 ) at eval.c:1553 > c =3D { > tag =3D 4345311290,=20 > val =3D 4345311290,=20 > next =3D 0x7fff5fbfedb8,=20 > gcpro =3D 0x0,=20 > jmp =3D {92656, 1, 1606405216, 32767, 1606404912, 32767, 219408, 1, = 5740628, 1, 50352998, 1, 44355413, 1, 1172931, 1, 50410842, 1, 8099, = 895, 1606405104, 32767, 1077552, 1, 128, 0, 5749800, 1, 1606405184, = 32767, 1163453, 1, 50343994, 1, 50343994, 1, 50343994},=20 > backlist =3D 0x0,=20 > handlerlist =3D 0x7fff5fbfed90,=20 > lisp_eval_depth =3D 0,=20 > pdlcount =3D 4,=20 > poll_suppress_count =3D 0,=20 > interrupt_input_blocked =3D 0,=20 > byte_stack =3D 0x0 > } > h =3D { > handler =3D 4345320294,=20 > var =3D 4345311290,=20 > chosen_clause =3D 4295816643,=20 > tag =3D 0x7fff5fbfcb60,=20 > next =3D 0x7fff5fbfed90 > } > val =3D 0 > #30 0x00000001000358f3 in redisplay_windows (window=3D4343956357) at = xdisp.c:13718 > No locals. > #31 0x0000000100041d3a in redisplay_internal () at xdisp.c:13295 > fr =3D (struct frame *) 0x0 > count =3D 2 > old_frame =3D 4339324069 > #32 0x00000001000b0daa in read_char (commandflag=3D1606412736, = nmaps=3D140734799800768, maps=3D0x7fff5fbfe9c0, = prev_event=3D208457375877693439, used_mouse_menu=3D0x7fff5fbfe9c0, = end_time=3D0x7fff5fbfe9c0) at keyboard.c:2448 > previous_echo_area_message =3D 4345311290 > reread =3D 0 > polling_stopped_here =3D 0 > local_getcjmp =3D {0 , 33521376, 1, = 1606412608, 32767, 1090058, 1, 1606412688, 32767, 43118024, 1, 51561738, = 1, 5745280, 1} > key_already_recorded =3D 0 > c =3D 4345311290 > save_jump =3D {0 } > also_record =3D 4345311290 > orig_kboard =3D (struct kboard *) 0x102504dd0 > #33 0x00000001000b3de7 in read_key_sequence () at keyboard.c:2832 > No symbol table info available. > #34 0x00000001000b597a in command_loop_1 () at keyboard.c:1449 > keybuf =3D {96, 24, 4300707924, 0, 140734799801408, = 140734799801488, 4296135378, 4300726435, 3, 4297607245, 5758976, = -6335429201474750317, 5, 4300708392, 4300707924, 4297607240, 4295665184, = 140734799801728, 4296134359, 140734800051584, 4300726272, = 140734800051584, 140734800066896, 140734799801600, 140734799871673, = 140734800023824, 140734799801776, 140734800051584, 4300726272, 5} > #35 0x000000010011e783 in internal_condition_case (bfun=3D0x1000b4470 = , handlers=3D4345367402, hfun=3D0x1000b5a10 ) = at eval.c:1515 > c =3D { > tag =3D 4345311290,=20 > val =3D 4345311290,=20 > next =3D 0x7fff5fbfeef0,=20 > gcpro =3D 0x0,=20 > jmp =3D {743952, 1, 1606414000, 32767, 1606413712, 32767, 5749800, 1, = 5740628, 1, 50400106, 1, 738416, 1, 1173262, 1, 5740628, 1, 8098, 895, = 697888, 1, 1173262, 1, 329, 0, 8096, 895, 3, 0, 0, 0, 0, 16711680, = 1128353093, 1330011987, 1281315918},=20 > backlist =3D 0x0,=20 > handlerlist =3D 0x0,=20 > lisp_eval_depth =3D 0,=20 > pdlcount =3D 2,=20 > poll_suppress_count =3D 0,=20 > interrupt_input_blocked =3D 0,=20 > byte_stack =3D 0x0 > } > h =3D { > handler =3D 4345367402,=20 > var =3D 4345311290,=20 > chosen_clause =3D 140734799802064,=20 > tag =3D 0x7fff5fbfedb8,=20 > next =3D 0x0 > } > val =3D 0 > #36 0x00000001000b444e in command_loop_2 (ignore=3D140734799801352) at = keyboard.c:1160 > No locals. > #37 0x000000010011e888 in internal_catch (tag=3D140734799801352, = func=3D0x1000b4410 , arg=3D140734799801352) at = eval.c:1272 > c =3D { > tag =3D 4345363402,=20 > val =3D 4345311290,=20 > next =3D 0x0,=20 > gcpro =3D 0x0,=20 > jmp =3D {50343994, 1, 1606414304, 32767, 1606414064, 32767, 5741096, = 1, 5740628, 1, 738320, 1, 738320, 1, 1173621, 1, 32243712, 1, 8098, 895, = 1606414208, 32767, -1963212380, 32767, 779314017, 0, 1456240, 1, = 1606414352, 32767, 1606414360, 32767, 1832488, 1, 50343994, 1, = 1606414304},=20 > backlist =3D 0x0,=20 > handlerlist =3D 0x0,=20 > lisp_eval_depth =3D 0,=20 > pdlcount =3D 2,=20 > poll_suppress_count =3D 0,=20 > interrupt_input_blocked =3D 0,=20 > byte_stack =3D 0x0 > } > #38 0x00000001000b5f70 in command_loop [inlined] () at = /Users/febeling/Downloads/emacs-24.0.97/src/keyboard.c:1139 > val =3D 4295705616 > count =3D 50396106 > val =3D 4295705616 > #39 0x00000001000b5f70 in recursive_edit_1 () at keyboard.c:759 > val =3D 4295705616 > count =3D 50396106 > val =3D 4295705616 > #40 0x00000001000a5d3c in Frecursive_edit () at keyboard.c:823 > count =3D 0 > buffer =3D 0 > #41 0x00000001000a281f in main (argc=3D50396106, argv=3D0x7fff5fbff1b0) = at emacs.c:1715 > stack_bottom_variable =3D 0 '\0' > dummy =3D 0 > junk =3D 0x0 > skip_args =3D 0 > rlim =3D { > rlim_cur =3D 8720000,=20 > rlim_max =3D 67104768 > } > dname_arg =3D 0x0 > dname_arg2 =3D "??_?\000\000\032\023?_?", '\0' , "\001", '\0' , " = \a?_?\000\0000\a?_?\000\000\000\000\000\000\002\000\000\000??_?\000" > ch_to_dir =3D 0x0 >=20 >=20 >=20 > In GNU Emacs 24.0.97.1 (x86_64-apple-darwin11.4.0, NS = apple-appkit-1138.47) > of 2012-05-22 on flomac.local > Windowing system distributor `Apple', version 10.3.1138 > Configured using: > `configure '--with-ns'' >=20 > Important settings: > value of $LC_ALL: nil > value of $LC_COLLATE: nil > value of $LC_CTYPE: nil > value of $LC_MESSAGES: nil > value of $LC_MONETARY: nil > value of $LC_NUMERIC: nil > value of $LC_TIME: nil > value of $LANG: nil > value of $XMODIFIERS: nil > locale-coding-system: nil > default enable-multibyte-characters: t >=20 > Major mode: Fundamental >=20 > Minor modes in effect: > show-paren-mode: t > tooltip-mode: t > mouse-wheel-mode: t > menu-bar-mode: t > file-name-shadow-mode: t > global-font-lock-mode: t > auto-composition-mode: t > auto-encryption-mode: t > auto-compression-mode: t > line-number-mode: t > transient-mark-mode: t > abbrev-mode: t >=20 > Recent input: > M-x r e p o =20 > >=20 > Recent messages: > Loading /Users/febeling/.emacs.d/elpa/package.el (source)...done > Initializing for host flomac.local > Loading ~/.emacs.d/abbrev_defs...done > For information about GNU Emacs and the GNU system, type C-h C-a. > Making completion list... >=20 > Load-path shadows: > ~/.emacs.d/elpa/package hides = /Applications/Emacs.app/Contents/Resources/lisp/emacs-lisp/package >=20 > Features: > (shadow sort mail-extr emacsbug message format-spec rfc822 mml mml-sec > mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils > mailheader sendmail rfc2047 rfc2045 ietf-drums mail-utils help-mode > easymenu view server paren uniquify oddmuse url url-proxy url-privacy > url-expand url-methods url-history url-cookie url-util url-parse > auth-source eieio assoc gnus-util password-cache url-vars mm-util > mail-prsvr mailcap skeleton sgml-mode ruby-test ruby-mode haml-mode > regexp-opt cl byte-opt warnings bytecomp byte-compile cconv macroexp > advice help-fns advice-preload org-install ido paredit easy-mmode > edit-server edmacro kmacro derived magit-autoloads package reporter > time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win > tool-bar dnd fontset image fringe lisp-mode register page menu-bar > rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax > facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese > tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak > czech european ethiopic indian cyrillic chinese case-table epa-hook > jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces > cus-face files text-properties overlay sha1 md5 base64 format env > code-pages mule custom widget hashtable-print-readable backquote > make-network-process ns multi-tty emacs) >=20 >=20 From debbugs-submit-bounces@debbugs.gnu.org Sat May 26 16:14:13 2012 Received: (at 11541) by debbugs.gnu.org; 26 May 2012 20:14:14 +0000 Received: from localhost ([127.0.0.1]:44488 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SYNNH-0005xF-0F for submit@debbugs.gnu.org; Sat, 26 May 2012 16:14:13 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:64471) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SYNMn-0005wA-O3 for 11541@debbugs.gnu.org; Sat, 26 May 2012 16:14:04 -0400 Received: by dacx6 with SMTP id x6so2343515dac.3 for <11541@debbugs.gnu.org>; Sat, 26 May 2012 13:12:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=ON/QCvPR7k+KRLYgeRxntXub4/tjX2a4SedRN/+fBL8=; b=G4IpdR8RGdKIJrwIzGMbC6y67G8SR1UvIiXCuMgpRNRK7vx7kJe+Px/HW5LEax5k/w M7J0G1HFGzQdYi6geZw1PMVHz+SjZyzj1/TTZCylIdQwaSXmCOys1Q6XF5CFUiwo69Bb yzL21RXn5Z8z31y5XOxMuppPgaLJSJvtcNl5VU3prOHv3svLHSSem/jM11+T37yyOQ9e rVNoxH65tJt23uMFnYWx6WhfRxMZ4R/563N2IphKzCdw54c9f4agpeggvC084IgkhViC YyA+3p61hOv7uQNP0amrl2uij8azKoBGnBX3LgSUK3wT5djo8cyxd2lRm9tFpic6MuYQ eTUw== Received: by 10.68.211.131 with SMTP id nc3mr10209542pbc.4.1338063143962; Sat, 26 May 2012 13:12:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.87.12 with HTTP; Sat, 26 May 2012 13:12:02 -0700 (PDT) In-Reply-To: <932DB946-9D4B-4C15-A84A-E0722BFA775D@swipnet.se> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <932DB946-9D4B-4C15-A84A-E0722BFA775D@swipnet.se> From: Florian Ebeling Date: Sat, 26 May 2012 22:12:02 +0200 Message-ID: Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 To: =?UTF-8?Q?Jan_Dj=C3=A4rv?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org SGksCgpJIHJ1biB0aGUgc3RhbmRhcmQgZm9udCwgYWxzbyB3aXRob3V0IGFueSBvdGhlciBwZXJz b25hbCBjdXN0b21pemF0aW9uCigtUSBvcHRpb24gc2V0KS4gTXkgWGNvZGUgaXMgdGhlIG1vc3Qg cmVjZW50IG9uZSAoNC4zLjIgKDRFMjAwMikpIHdpdGgKY29tbWFuZCBsaW5lIHRvb2xzIGluc3Rh bGxlZC4gKE5vdCBzdXJlIGlmIEkgcmVpbnN0YWxsZWQgdGhlIGxhdGVzdAp2ZXJzaW9ucyBjb21t YW5kIGxpbmUgdG9vbHMgb3IgaWYgdGhhdCB3b3VsZCBtYWtlIGFueSBkaWZmZXJlbmNlLikKCkN1 cmlvdXMgdGhhdCB5b3UgZG9uJ3Qgc2VlIHRoaXMgY3Jhc2guIEkgaGF2ZSBpdCB2ZXJ5IHByZWRp Y3RhYmx5LApjYW4ndCByZWFsbHkgdXNlIEVtYWNzIGZvciBhbnkga2luZCBvZiBVbmljb2RlIGF0 IHRoZSBtb21lbnQuCgpGbG9yaWFuCgpPbiBTYXQsIE1heSAyNiwgMjAxMiBhdCAxMDozMyBBTSwg SmFuIERqw6RydiA8amFuLmguZEBzd2lwbmV0LnNlPiB3cm90ZToKPiBIZWxsby4KPgo+IEl0IHdv cmtzIGZpbnMgZm9yIG1lLiDCoFdoYXQgZm9udCBhcmUgeW91IHVzaW5nPwo+IEFyZSB5b3UgcnVu bmluZyBzb21lIGJldGEgdmVyc2lvbiBvZiBYQ29kZT8gWW91ciBnZGIgdmVyc2lvbiBpcyBtdWNo IG5ld2VyIHRoZW4gbWluZS4KPgo+IMKgIMKgIMKgIMKgSmFuIEQuCj4KPgo+IDIyIG1haiAyMDEy IGtsLiAxMjoyOSBza3JldiBGbG9yaWFuIEViZWxpbmc6Cj4KPj4gSSBydW4gdGhlIENvY29hIGFw cGxpY2F0aW9uIHdpdGhvdXQgY29uZmlndXJhdGlvbiBmcm9tIHRoZSBkZWJ1Z2dlci4gU2VlCj4+ IGJlbG93IGZvciBvdXRwdXQuCj4+Cj4+IFRoZSBJIHZpc2l0IGEgZmlsZSAoQy14IEMtZikgdGhh dCBjb250YWlucyBhIHNpbmdsZSB1dGYtOCBjaGFyYWN0ZXIsCj4+IEFSUk9XIFJJR0hUIGFuZCBh IG5ld2xpbmUuIFRoYXQgZmlsZSwgdXRmOHRlc3QsIGlzIGZvdXIgYnl0ZXM6Cj4+Cj4+ICQgaGV4 ZHVtcCB1dGY4dGVzdAo+PiAwMDAwMDAwIGUyIDg2IDkyIDBhCj4+IDAwMDAwMDQKPj4KPj4gSXQg Y3Jhc2hlcyAoU0lHQUJSVCBzaWduYWwpLiBBIGZldyBtb3JlIG9ic2VydmF0aW9uczoKPj4KPj4g LSB0aGUgc2FtZSBmaWxlIG9wZW5zIHdpdGhvdXQgcHJvYmxlbXMgd2hlbiBydW5uaW5nIC1udyBp biBhIHRlcm1pbmFsCj4+IMKgc2hlbGwKPj4KPj4gLSB0aGlzIHNhbWUgY3Jhc2ggaGFwcGVucyB3 aGVuIHNldHRpbmcgdGhlIGNvZGluZyBzeXN0ZW0gdG8gdXRmLTgtdW5peAo+PiDCoGZvciB0aGUg bmV4dCBjb21tYW5kIGJlZm9yZSBmaW5kLWZpbGUgKEMteCBSRVQgYykKPj4KPj4gLSB0aGlzIGNy YXNoIGFsc28gc2VlbWVkIHRvIG9jY3VyIHdpdGggdmVyc2lvbnMgMjMuc29tZXRoaW5nIGFuZAo+ PiDCoDI0LjAuOTQsIGJ1dCBJIGRpZG4ndCByZXByb2R1Y2UgdGhlbSB1bmRlciBhcyBjb250cm9s bGVkIGNvbmRpdGlvbnMKPj4gwqAobm90IHNhbWUgZmlsZSwgYnV0IHNpbWlsYXIgdXRmLTggY29u dGFpbmluZyBzaG9ydCBmaWxlKQo+Pgo+PiBPdXRwdXQgZnJvbSBkZWJ1Z2dlciAnYnQgZnVsbCcg bG9va3MgbGlrZSB0aGlzOgo+Pgo+PiBnZGIgL0FwcGxpY2F0aW9ucy9FbWFjcy5hcHAvQ29udGVu dHMvTWFjT1MvRW1hY3MKPj4gR05VIGdkYiA2LjMuNTAtMjAwNTA4MTUgKEFwcGxlIHZlcnNpb24g Z2RiLTE3NTIpIChTYXQgSmFuIDI4IDAzOjAyOjQ2IFVUQyAyMDEyKQo+PiBDb3B5cmlnaHQgMjAw NCBGcmVlIFNvZnR3YXJlIEZvdW5kYXRpb24sIEluYy4KPj4gR0RCIGlzIGZyZWUgc29mdHdhcmUs IGNvdmVyZWQgYnkgdGhlIEdOVSBHZW5lcmFsIFB1YmxpYyBMaWNlbnNlLCBhbmQgeW91IGFyZQo+ PiB3ZWxjb21lIHRvIGNoYW5nZSBpdCBhbmQvb3IgZGlzdHJpYnV0ZSBjb3BpZXMgb2YgaXQgdW5k ZXIgY2VydGFpbiBjb25kaXRpb25zLgo+PiBUeXBlICJzaG93IGNvcHlpbmciIHRvIHNlZSB0aGUg Y29uZGl0aW9ucy4KPj4gVGhlcmUgaXMgYWJzb2x1dGVseSBubyB3YXJyYW50eSBmb3IgR0RCLiDC oFR5cGUgInNob3cgd2FycmFudHkiIGZvciBkZXRhaWxzLgo+PiBUaGlzIEdEQiB3YXMgY29uZmln dXJlZCBhcyAieDg2XzY0LWFwcGxlLWRhcndpbiIuLi5SZWFkaW5nIHN5bWJvbHMgZm9yIHNoYXJl ZCBsaWJyYXJpZXMgLi4uLi4uLi4uLi4gZG9uZQo+Pgo+PiAoZ2RiKSBzZXQgYXJncyAtUQo+PiAo Z2RiKSByCj4+IFN0YXJ0aW5nIHByb2dyYW06IC9BcHBsaWNhdGlvbnMvRW1hY3MuYXBwL0NvbnRl bnRzL01hY09TL0VtYWNzIC1RCj4+IFJlYWRpbmcgc3ltYm9scyBmb3Igc2hhcmVkIGxpYnJhcmll cyArKysrKysrKysrLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u Li4uLi4uLi4uLi4uLi4uLi4uLi4uLiBkb25lCj4+IFJlYWRpbmcgc3ltYm9scyBmb3Igc2hhcmVk IGxpYnJhcmllcyAuIGRvbmUKPj4gUmVhZGluZyBzeW1ib2xzIGZvciBzaGFyZWQgbGlicmFyaWVz IC4gZG9uZQo+PiBSZWFkaW5nIHN5bWJvbHMgZm9yIHNoYXJlZCBsaWJyYXJpZXMgLiBkb25lCj4+ IFJlYWRpbmcgc3ltYm9scyBmb3Igc2hhcmVkIGxpYnJhcmllcyAuIGRvbmUKPj4gUmVhZGluZyBz eW1ib2xzIGZvciBzaGFyZWQgbGlicmFyaWVzIC4gZG9uZQo+PiBSZWFkaW5nIHN5bWJvbHMgZm9y IHNoYXJlZCBsaWJyYXJpZXMgLiBkb25lCj4+IFJlYWRpbmcgc3ltYm9scyBmb3Igc2hhcmVkIGxp YnJhcmllcyAuLi4uLi4uLi4gZG9uZQo+PiBSZWFkaW5nIHN5bWJvbHMgZm9yIHNoYXJlZCBsaWJy YXJpZXMgLiBkb25lCj4+IFJlYWRpbmcgc3ltYm9scyBmb3Igc2hhcmVkIGxpYnJhcmllcyAuIGRv bmUKPj4gUmVhZGluZyBzeW1ib2xzIGZvciBzaGFyZWQgbGlicmFyaWVzIC4gZG9uZQo+Pgo+PiBQ cm9ncmFtIHJlY2VpdmVkIHNpZ25hbCBFWENfQkFEX0FDQ0VTUywgQ291bGQgbm90IGFjY2VzcyBt ZW1vcnkuCj4+IFJlYXNvbjogS0VSTl9JTlZBTElEX0FERFJFU1MgYXQgYWRkcmVzczogMHgwMDAw MDAwMDAwMDAwMDAwCj4+IDB4MDAwMDdmZmY4OTY2ZDNjMiBpbiBDRlN0cmluZ0dldExlbmd0aCAo KQo+PiAoZ2RiKSBidCBmdWxsCj4+ICMwIMKgMHgwMDAwN2ZmZjg5NjZkM2MyIGluIENGU3RyaW5n R2V0TGVuZ3RoICgpCj4+IE5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KPj4gIzEgwqAw eDAwMDA3ZmZmODk2ODQ5ZTkgaW4gQ0ZTdHJpbmdDb21wYXJlV2l0aE9wdGlvbnNBbmRMb2NhbGUg KCkKPj4gTm8gc3ltYm9sIHRhYmxlIGluZm8gYXZhaWxhYmxlLgo+PiAjMiDCoDB4MDAwMDdmZmY4 OWU5MzdiMiBpbiBDb21wYXJlTG9jYWxpemVkRGVzY3JpcHRvcnNCeVRyYWl0c0FuZFByZWNlZGVu Y2UgKCkKPj4gTm8gc3ltYm9sIHRhYmxlIGluZm8gYXZhaWxhYmxlLgo+PiAjMyDCoDB4MDAwMDdm ZmY4OTZhNWZhNSBpbiBfX0NGU2ltcGxlTWVyZ2VTb3J0ICgpCj4+IE5vIHN5bWJvbCB0YWJsZSBp bmZvIGF2YWlsYWJsZS4KPj4gIzQgwqAweDAwMDA3ZmZmODk2YTYwNjcgaW4gX19DRlNpbXBsZU1l cmdlU29ydCAoKQo+PiBObyBzeW1ib2wgdGFibGUgaW5mbyBhdmFpbGFibGUuCj4+ICM1IMKgMHgw MDAwN2ZmZjg5NmE2MDgzIGluIF9fQ0ZTaW1wbGVNZXJnZVNvcnQgKCkKPj4gTm8gc3ltYm9sIHRh YmxlIGluZm8gYXZhaWxhYmxlLgo+PiAjNiDCoDB4MDAwMDdmZmY4OTZhNjA4MyBpbiBfX0NGU2lt cGxlTWVyZ2VTb3J0ICgpCj4+IE5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KPj4gIzcg wqAweDAwMDA3ZmZmODk2YTYwNjcgaW4gX19DRlNpbXBsZU1lcmdlU29ydCAoKQo+PiBObyBzeW1i b2wgdGFibGUgaW5mbyBhdmFpbGFibGUuCj4+ICM4IMKgMHgwMDAwN2ZmZjg5NmE2MDY3IGluIF9f Q0ZTaW1wbGVNZXJnZVNvcnQgKCkKPj4gTm8gc3ltYm9sIHRhYmxlIGluZm8gYXZhaWxhYmxlLgo+ PiAjOSDCoDB4MDAwMDdmZmY4OTZhNjA2NyBpbiBfX0NGU2ltcGxlTWVyZ2VTb3J0ICgpCj4+IE5v IHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KPj4gIzEwIDB4MDAwMDdmZmY4OTZhNjA2NyBp biBfX0NGU2ltcGxlTWVyZ2VTb3J0ICgpCj4+IE5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJs ZS4KPj4gIzExIDB4MDAwMDdmZmY4OTZhNjA2NyBpbiBfX0NGU2ltcGxlTWVyZ2VTb3J0ICgpCj4+ IE5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KPj4gIzEyIDB4MDAwMDdmZmY4OTZhNWVm NiBpbiBDRlNvcnRJbmRleGVzICgpCj4+IE5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4K Pj4gIzEzIDB4MDAwMDdmZmY4OTY3OGUzMyBpbiBDRlFTb3J0QXJyYXkgKCkKPj4gTm8gc3ltYm9s IHRhYmxlIGluZm8gYXZhaWxhYmxlLgo+PiAjMTQgMHgwMDAwN2ZmZjg5Njc4YmI4IGluIENGQXJy YXlTb3J0VmFsdWVzICgpCj4+IE5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KPj4gIzE1 IDB4MDAwMDdmZmY4OWViZGIyOCBpbiBURGVzY3JpcHRvclNvdXJjZTo6R2V0QWxsRGVzY3JpcHRv cnMgKCkKPj4gTm8gc3ltYm9sIHRhYmxlIGluZm8gYXZhaWxhYmxlLgo+PiAjMTYgMHgwMDAwN2Zm Zjg5ZThhNTg3IGluIFREZXNjcmlwdG9yOjpDcmVhdGVNYXRjaGluZ0Rlc2NyaXB0b3JzICgpCj4+ IE5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KPj4gIzE3IDB4MDAwMDAwMDEwMGEzMjU5 OSBpbiAtW05TQ1RGb250RGVzY3JpcHRvciBtYXRjaGluZ0ZvbnREZXNjcmlwdG9yc1dpdGhNYW5k YXRvcnlLZXlzOl0gKCkKPj4gTm8gc3ltYm9sIHRhYmxlIGluZm8gYXZhaWxhYmxlLgo+PiAjMTgg MHgwMDAwMDAwMTAwMWExYzdhIGluIG5zX2ZpbmRmb250cyAoZm9udF9zcGVjPTQzNjY5OTM5MjAs IGlzTWF0Y2g9MCAnXDAnKSBhdCBuc2ZvbnQubTo1MjEKPj4gwqAgwqAgwqAgZmRlc2MgPSAoTlNG b250RGVzY3JpcHRvciAqKSAweDEwMmU5NDdhMAo+PiDCoCDCoCDCoCBsaXN0ID0gMTQwNzM0Nzk5 NzYxMDI0Cj4+ICMxOSAweDAwMDAwMDAxMDAxMmZmMzIgaW4gZm9udF9saXN0X2VudGl0aWVzIChm cmFtZT0xNDA3MzQ3OTk3NjE0NDAsIHNwZWM9MTQwNzM0Nzk5NzYxNDQwKSBhdCBmb250LmM6Mjcy OAo+PiDCoCDCoCDCoCB2YWwgPSA0MzQ1MzExMjkwCj4+IMKgIMKgIMKgIGxpc3QgPSAxNDA3MzQ3 OTk3NjE0NDAKPj4gwqAgwqAgwqAgZHJpdmVyX2xpc3QgPSAoc3RydWN0IGZvbnRfZHJpdmVyX2xp c3QgKikgMHgxMDFmM2NmOTAKPj4gwqAgwqAgwqAgZiA9IChGUkFNRV9QVFIpIDB4MTAxZjNkNmQw Cj4+IMKgIMKgIMKgIHNpemUgPSAwCj4+IMKgIMKgIMKgIGZ0eXBlID0gNDM0NTMxMTI5MAo+PiAj MjAgMHgwMDAwMDAwMTAwMTMxZDVlIGluIGZvbnRfZmluZF9mb3JfbGZhY2UgKGY9MHg3ZmZmNWZi ZjUxMzAsIGF0dHJzPTB4N2ZmZjVmYmY1MTMwLCBzcGVjPTYyNiwgYz0xNjA2MzczNjgwKSBhdCBm b250LmM6MzE5Nwo+PiDCoCDCoCDCoCByZWdpc3RyeSA9IHs0MzQ1NTE2Mzk0LCA0MzM4MDE1MDg1 LCA4fQo+PiDCoCDCoCDCoCBhZHN0eWxlID0gezQzNDUzMTEyOTAsIDQzMzgwMTUwODUsIDIzNzU0 MDM1Njk5NDgyMDUzMDB9Cj4+IMKgIMKgIMKgIHBpeGVsX3NpemUgPSAxNjA2MzczNjgwCj4+IMKg IMKgIMKgIGZvdW5kcnkgPSB7NDM0NTUyMDIwMiwgNDM0NTMxMTI5MCwgNDMzODAxNTA4NX0KPj4g wqAgwqAgwqAgZnJhbWUgPSA0MzI3NzI0NzU3Cj4+IMKgIMKgIMKgIHdvcmsgPSAwCj4+IMKgIMKg IMKgIHZhbCA9IDAKPj4gIzIxIDB4MDAwMDAwMDEwMDE3ODYzZiBpbiBmb250c2V0X2ZpbmRfZm9u dCAoZm9udHNldD00MzI3NzI0NzU3LCBjPTE2MDYzNzM4NTYsIGZhY2U9MHg3ZmZmNWZiZjUxZTAs IGlkPTE2MDYzNzM4NTYsIGZhbGxiYWNrPTE2MDYzNzM4NTYpIGF0IGZvbnRzZXQuYzo2MjAKPj4g wqAgwqAgwqAgZm9udF9ncm91cCA9IDQzMjc3MjQ3NTcKPj4gwqAgwqAgwqAgdmVjID0gNDM0MzUx NjM4OQo+PiAjMjIgMHgwMDAwMDAwMTAwMTc4OGRhIGluIGZvbnRzZXRfZm9udCAoZm9udHNldD00 MzU1ODkyMjEzLCBjPTg1OTQsIGZhY2U9MHg3ZmZmNWZiZjUyMzAsIGlkPTE2MDYzNzM5MzYpIGF0 IGZvbnRzZXQuYzo3MzYKPj4gwqAgwqAgwqAgcmZvbnRfZGVmID0gMAo+PiDCoCDCoCDCoCBiYXNl X2ZvbnRzZXQgPSA0MzQzMzA3ODI5Cj4+IMKgIMKgIMKgIGRlZmF1bHRfcmZvbnRfZGVmID0gMAo+ PiAjMjMgMHgwMDAwMDAwMTAwMTc4Y2U0IGluIGZhY2VfZm9yX2NoYXIgKGY9MHgxMDFmM2Q2ZDAs IGZhY2U9MHgxMDNhMWE4YjAsIGM9NjA5MjYxMjgsIHBvcz0tMSwgb2JqZWN0PTApIGF0IGZvbnRz ZXQuYzo5NTAKPj4gwqAgwqAgwqAgZm9udHNldCA9IDQzNTU4OTIyMTMKPj4gwqAgwqAgwqAgY2hh cnNldCA9IDQzNDUzMTEyOTAKPj4gwqAgwqAgwqAgcmZvbnRfZGVmID0gMAo+PiDCoCDCoCDCoCBm YWNlX2lkID0gPHZhbHVlIHRlbXBvcmFyaWx5IHVuYXZhaWxhYmxlLCBkdWUgdG8gb3B0aW1pemF0 aW9ucz4KPj4gIzI0IDB4MDAwMDAwMDEwMDAzMjcyZCBpbiBnZXRfbmV4dF9kaXNwbGF5X2VsZW1l bnQgKGl0PTB4MTAyZTkzMDY1KSBhdCB4ZGlzcC5jOjY3ODAKPj4gwqAgwqAgwqAgYyA9IC0xCj4+ IMKgIMKgIMKgIHN1Y2Nlc3NfcCA9IDAKPj4gIzI1IDB4MDAwMDAwMDEwMDAzOTZiYiBpbiBkaXNw bGF5X2xpbmUgKGl0PTB4N2ZmZjVmYmY2ZTMwKSBhdCB4ZGlzcC5jOjE5MTM0Cj4+IMKgIMKgIMKg IG1pbl9icG9zID0gMAo+PiDCoCDCoCDCoCB3cmFwX2l0ID0gewo+PiDCoHdpbmRvdyA9IDAsCj4+ IMKgdyA9IDB4MTAyZTQxNmMwLAo+PiDCoGYgPSAweDM3LAo+PiDCoG1ldGhvZCA9IEdFVF9GUk9N X0JVRkZFUiwKPj4gwqBzdG9wX2NoYXJwb3MgPSA0Mjk1NTM5MzEyLAo+PiDCoHByZXZfc3RvcCA9 IDE0MDczNDc5OTc2NDk0NCwKPj4gwqBiYXNlX2xldmVsX3N0b3AgPSAxNDA3MzQ3OTk3NjI1MjAs Cj4+IMKgZW5kX2NoYXJwb3MgPSAxNDA3MzQ3OTk3NjI1NjAsCj4+IMKgcyA9IDB4MTFiMDk0IDxB ZGRyZXNzIDB4MTFiMDk0IG91dCBvZiBib3VuZHM+LAo+PiDCoHN0cmluZ19uY2hhcnMgPSA0Mjk0 OTY3Mjk2LAo+PiDCoHJlZ2lvbl9iZWdfY2hhcnBvcyA9IC00Mjk0OTY3Mjk1LAo+PiDCoHJlZ2lv bl9lbmRfY2hhcnBvcyA9IDAsCj4+IMKgcmVkaXNwbGF5X2VuZF90cmlnZ2VyX2NoYXJwb3MgPSAx NjA2Mzc0OTc2LAo+PiDCoG11bHRpYnl0ZV9wID0gMCwKPj4gwqBoZWFkZXJfbGluZV9wID0gMSwK Pj4gwqBzdHJpbmdfZnJvbV9kaXNwbGF5X3Byb3BfcCA9IDAsCj4+IMKgc3RyaW5nX2Zyb21fcHJl Zml4X3Byb3BfcCA9IDEsCj4+IMKgZnJvbV9kaXNwX3Byb3BfcCA9IDEsCj4+IMKgZWxsaXBzaXNf cCA9IDEsCj4+IMKgYXZvaWRfY3Vyc29yX3AgPSAwLAo+PiDCoGRwID0gMHgxMDAxYjk1NzAsCj4+ IMKgZHB2ZWMgPSAweDEsCj4+IMKgZHBlbmQgPSAweDAsCj4+IMKgZHB2ZWNfY2hhcl9sZW4gPSAy LAo+PiDCoGRwdmVjX2ZhY2VfaWQgPSAwLAo+PiDCoHNhdmVkX2ZhY2VfaWQgPSAxLAo+PiDCoGN0 bF9jaGFycyA9IHsxLCAxLCAwLCAwLCA1MywgNDM2NjczMTI2NCwgMTQwNzM0Nzk5NzY3MjU2LCAt MSwgMTQwNzM0Nzk5NzYzNjMyLCA0Mjk1NTM2OTg5LCA0Mjk4MjM2ODAwLCA0Mjk5NzI2MDA4LCAw LCAwLCAwLCAtMX0sCj4+IMKgc3RhcnQgPSB7Cj4+IMKgIMKgcG9zID0gewo+PiDCoCDCoCDCoGNo YXJwb3MgPSAxNDA3MzQ3OTk3Njc0MDAsCj4+IMKgIMKgIMKgYnl0ZXBvcyA9IDQyOTgyMzY3MTIK Pj4gwqAgwqB9LAo+PiDCoCDCoG92ZXJsYXlfc3RyaW5nX2luZGV4ID0gMCwKPj4gwqAgwqBzdHJp bmdfcG9zID0gewo+PiDCoCDCoCDCoGNoYXJwb3MgPSA0MzQ1NDc0OTA2LAo+PiDCoCDCoCDCoGJ5 dGVwb3MgPSA0MzQ1MzExMjkwCj4+IMKgIMKgfSwKPj4gwqAgwqBkcHZlY19pbmRleCA9IDAKPj4g wqB9LAo+PiDCoGN1cnJlbnQgPSB7Cj4+IMKgIMKgcG9zID0gewo+PiDCoCDCoCDCoGNoYXJwb3Mg PSAxNDA3MzQ3OTk3NjI4MDAsCj4+IMKgIMKgIMKgYnl0ZXBvcyA9IDQyOTYxMzc1NzgKPj4gwqAg wqB9LAo+PiDCoCDCoG92ZXJsYXlfc3RyaW5nX2luZGV4ID0gMjcsCj4+IMKgIMKgc3RyaW5nX3Bv cyA9IHsKPj4gwqAgwqAgwqBjaGFycG9zID0gNDI5ODIzNjcxNywKPj4gwqAgwqAgwqBieXRlcG9z ID0gNDI5NDk2NzM0OAo+PiDCoCDCoH0sCj4+IMKgIMKgZHB2ZWNfaW5kZXggPSA1MDM0NDA0Mgo+ PiDCoH0sCj4+IMKgbl9vdmVybGF5X3N0cmluZ3MgPSA1MDM0Mzk5NCwKPj4gwqBvdmVybGF5X3N0 cmluZ3NfY2hhcnBvcyA9IDAsCj4+IMKgb3ZlcmxheV9zdHJpbmdzID0gezIsIDQzMDAxMTk3NDQs IDAsIDE0MDczNDc5OTc2MjgxNiwgMTQwNzM0Nzk5NzYyODk2LCA0Mjk2MTM1Mzc4LCAzMiwgMjcs IDQyOTgyMzY3MTcsIDEsIDkwMTI3MTc4Njc1NDczODczODIsIDUsIDIsIDQzMDAxMTk3NDQsIDQy OTgyMzY3MTIsIC0xfSwKPj4gwqBzdHJpbmdfb3ZlcmxheXMgPSB7MTQwNzM0Nzk5NzYzMTM2LCA0 MzQ1MzExMjkwLCAxNDA3MzQ3OTk3NjI5NDQsIDQyOTYwNDQxNDgsIDQzNDkzMzAwMzgsIDQzNDUz MTEyOTAsIDE0MDczNDc5OTc2MzE4NCwgNDI5NjEzMjU4NCwgMCwgMjksIDQyOTcxNTMyOTYsIDQz MDAwOTI2NzUsIDMzLCAwLCAzOTM1MjIyNCwgMH0sCj4+IMKgc3RyaW5nID0gMCwKPj4gwqBmcm9t X292ZXJsYXkgPSAwLAo+PiDCoHN0YWNrID0ge3sKPj4gwqAgwqAgwqBzdHJpbmcgPSAwLAo+PiDC oCDCoCDCoHN0cmluZ19uY2hhcnMgPSAwLAo+PiDCoCDCoCDCoGVuZF9jaGFycG9zID0gMCwKPj4g wqAgwqAgwqBzdG9wX2NoYXJwb3MgPSAwLAo+PiDCoCDCoCDCoHByZXZfc3RvcCA9IDAsCj4+IMKg IMKgIMKgYmFzZV9sZXZlbF9zdG9wID0gMCwKPj4gwqAgwqAgwqBjbXBfaXQgPSB7Cj4+IMKgIMKg IMKgIMKgc3RvcF9wb3MgPSAwLAo+PiDCoCDCoCDCoCDCoGlkID0gMCwKPj4gwqAgwqAgwqAgwqBj aCA9IDAsCj4+IMKgIMKgIMKgIMKgcnVsZV9pZHggPSAwLAo+PiDCoCDCoCDCoCDCoGxvb2tiYWNr ID0gMCwKPj4gwqAgwqAgwqAgwqBuZ2x5cGhzID0gMCwKPj4gwqAgwqAgwqAgwqByZXZlcnNlZF9w ID0gNTE1MTE1MiwKPj4gwqAgwqAgwqAgwqBjaGFycG9zID0gLTEsCj4+IMKgIMKgIMKgIMKgbmNo YXJzID0gNzM3ODMwMzkwLAo+PiDCoCDCoCDCoCDCoG5ieXRlcyA9IDIwOTg0MzY5MDIsCj4+IMKg IMKgIMKgIMKgZnJvbSA9IDU0MzYyNzU4LAo+PiDCoCDCoCDCoCDCoHRvID0gMSwKPj4gwqAgwqAg wqAgwqB3aWR0aCA9IDIKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGZhY2VfaWQgPSA1MTUyNDQ4 LAo+PiDCoCDCoCDCoHUgPSB7Cj4+IMKgIMKgIMKgIMKgaW1hZ2UgPSB7Cj4+IMKgIMKgIMKgIMKg IMKgb2JqZWN0ID0gNDMwMDExODQ0OCwKPj4gwqAgwqAgwqAgwqAgwqBzbGljZSA9IHsKPj4gwqAg wqAgwqAgwqAgwqAgwqB4ID0gLTEsCj4+IMKgIMKgIMKgIMKgIMKgIMKgeSA9IDE0MDczNDc5OTc2 MzQyNCwKPj4gwqAgwqAgwqAgwqAgwqAgwqB3aWR0aCA9IDQyOTYxMzMzNzcsCj4+IMKgIMKgIMKg IMKgIMKgIMKgaGVpZ2h0ID0gMgo+PiDCoCDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgIMKg aW1hZ2VfaWQgPSAxNDA3MzQ3OTk3NjM1MzYKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDC oGNvbXAgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0gNDMwMDExODQ0OAo+PiDCoCDCoCDC oCDCoH0sCj4+IMKgIMKgIMKgIMKgc3RyZXRjaCA9IHsKPj4gwqAgwqAgwqAgwqAgwqBvYmplY3Qg PSA0MzAwMTE4NDQ4Cj4+IMKgIMKgIMKgIMKgfQo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgcG9z aXRpb24gPSB7Cj4+IMKgIMKgIMKgIMKgY2hhcnBvcyA9IDE0MDczNDc5OTc2MzMxMiwKPj4gwqAg wqAgwqAgwqBieXRlcG9zID0gMwo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgY3VycmVudCA9IHsK Pj4gwqAgwqAgwqAgwqBwb3MgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgY2hhcnBvcyA9IDIsCj4+IMKg IMKgIMKgIMKgIMKgYnl0ZXBvcyA9IDAKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoG92 ZXJsYXlfc3RyaW5nX2luZGV4ID0gNzM3ODMwMzkwLAo+PiDCoCDCoCDCoCDCoHN0cmluZ19wb3Mg PSB7Cj4+IMKgIMKgIMKgIMKgIMKgY2hhcnBvcyA9IDQzNDUzMTEyOTAsCj4+IMKgIMKgIMKgIMKg IMKgYnl0ZXBvcyA9IDAKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoGRwdmVjX2luZGV4 ID0gMTYwNjM3NTI4MAo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgZnJvbV9vdmVybGF5ID0gMzIs Cj4+IMKgIMKgIMKgYXJlYSA9IFJJR0hUX01BUkdJTl9BUkVBLAo+PiDCoCDCoCDCoG1ldGhvZCA9 IEdFVF9GUk9NX0JVRkZFUiwKPj4gwqAgwqAgwqBwYXJhZ3JhcGhfZW1iZWRkaW5nID0gMTYwNjM3 NTUwNCwKPj4gwqAgwqAgwqBtdWx0aWJ5dGVfcCA9IDEsCj4+IMKgIMKgIMKgc3RyaW5nX2Zyb21f ZGlzcGxheV9wcm9wX3AgPSAxLAo+PiDCoCDCoCDCoHN0cmluZ19mcm9tX3ByZWZpeF9wcm9wX3Ag PSAxLAo+PiDCoCDCoCDCoGRpc3BsYXlfZWxsaXBzaXNfcCA9IDEsCj4+IMKgIMKgIMKgYXZvaWRf Y3Vyc29yX3AgPSAxLAo+PiDCoCDCoCDCoGJpZGlfcCA9IDEsCj4+IMKgIMKgIMKgZnJvbV9kaXNw X3Byb3BfcCA9IDEsCj4+IMKgIMKgIMKgbGluZV93cmFwID0gMTYwNjM3NTMxMiwKPj4gwqAgwqAg wqB2b2Zmc2V0ID0gMzI3NjcsCj4+IMKgIMKgIMKgc3BhY2Vfd2lkdGggPSAxNDA3MzQ3OTk3NjMz MzYsCj4+IMKgIMKgIMKgZm9udF9oZWlnaHQgPSAtMQo+PiDCoCDCoH0sIHsKPj4gwqAgwqAgwqBz dHJpbmcgPSA0MzM4MDkzNDAwLAo+PiDCoCDCoCDCoHN0cmluZ19uY2hhcnMgPSA1NDM2Mjc1OCwK Pj4gwqAgwqAgwqBlbmRfY2hhcnBvcyA9IDQzNDU0MjIyMzQsCj4+IMKgIMKgIMKgc3RvcF9jaGFy cG9zID0gMTQwNzM0Nzk5NzYzNTkyLAo+PiDCoCDCoCDCoHByZXZfc3RvcCA9IDIsCj4+IMKgIMKg IMKgYmFzZV9sZXZlbF9zdG9wID0gMiwKPj4gwqAgwqAgwqBjbXBfaXQgPSB7Cj4+IMKgIMKgIMKg IMKgc3RvcF9wb3MgPSAxNDA3MzQ3OTk3NjM0NDAsCj4+IMKgIMKgIMKgIMKgaWQgPSA0Mjk1NTM1 MTAwLAo+PiDCoCDCoCDCoCDCoGNoID0gMTYwNjM3NTQyNCwKPj4gwqAgwqAgwqAgwqBydWxlX2lk eCA9IDMyNzY3LAo+PiDCoCDCoCDCoCDCoGxvb2tiYWNrID0gNjM0Njg3LAo+PiDCoCDCoCDCoCDC oG5nbHlwaHMgPSAxLAo+PiDCoCDCoCDCoCDCoHJldmVyc2VkX3AgPSAxNjA2Mzc1NDI0LAo+PiDC oCDCoCDCoCDCoGNoYXJwb3MgPSA0Mjk1NjAyNjAwLAo+PiDCoCDCoCDCoCDCoG5jaGFycyA9IDMy NzU3NDU2LAo+PiDCoCDCoCDCoCDCoG5ieXRlcyA9IDEsCj4+IMKgIMKgIMKgIMKgZnJvbSA9IDAs Cj4+IMKgIMKgIMKgIMKgdG8gPSAwLAo+PiDCoCDCoCDCoCDCoHdpZHRoID0gMTYwNjM3NTU2MAo+ PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgZmFjZV9pZCA9IDMyNzU3NDU2LAo+PiDCoCDCoCDCoHUg PSB7Cj4+IMKgIMKgIMKgIMKgaW1hZ2UgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0gMTQw NzM0Nzk5NzYzNTUyLAo+PiDCoCDCoCDCoCDCoCDCoHNsaWNlID0gewo+PiDCoCDCoCDCoCDCoCDC oCDCoHggPSA0Mjk1NjA0OTIzLAo+PiDCoCDCoCDCoCDCoCDCoCDCoHkgPSAtMSwKPj4gwqAgwqAg wqAgwqAgwqAgwqB3aWR0aCA9IC0xLAo+PiDCoCDCoCDCoCDCoCDCoCDCoGhlaWdodCA9IDEwCj4+ IMKgIMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqAgwqBpbWFnZV9pZCA9IDEKPj4gwqAgwqAg wqAgwqB9LAo+PiDCoCDCoCDCoCDCoGNvbXAgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0g MTQwNzM0Nzk5NzYzNTUyCj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBzdHJldGNoID0g ewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9IDE0MDczNDc5OTc2MzU1Mgo+PiDCoCDCoCDCoCDC oH0KPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoHBvc2l0aW9uID0gewo+PiDCoCDCoCDCoCDCoGNo YXJwb3MgPSAxNDA3MzQ3OTk3NjM1OTIsCj4+IMKgIMKgIMKgIMKgYnl0ZXBvcyA9IDE0MDczNDc5 OTc2NDI0MAo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgY3VycmVudCA9IHsKPj4gwqAgwqAgwqAg wqBwb3MgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgY2hhcnBvcyA9IDQzMjc3MjQ3NTIsCj4+IMKgIMKg IMKgIMKgIMKgYnl0ZXBvcyA9IDQKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoG92ZXJs YXlfc3RyaW5nX2luZGV4ID0gNTA0OTEwODIsCj4+IMKgIMKgIMKgIMKgc3RyaW5nX3BvcyA9IHsK Pj4gwqAgwqAgwqAgwqAgwqBjaGFycG9zID0gMTQwNzM0Nzk5NzYzNzM2LAo+PiDCoCDCoCDCoCDC oCDCoGJ5dGVwb3MgPSAxNDA3MzQ3OTk3NjM4MDgKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDC oCDCoGRwdmVjX2luZGV4ID0gNjM3MzgzCj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBmcm9tX292 ZXJsYXkgPSAwLAo+PiDCoCDCoCDCoGFyZWEgPSAzMjc1NzQ1NiwKPj4gwqAgwqAgwqBtZXRob2Qg PSBHRVRfRlJPTV9ESVNQTEFZX1ZFQ1RPUiwKPj4gwqAgwqAgwqBwYXJhZ3JhcGhfZW1iZWRkaW5n ID0gTDJSLAo+PiDCoCDCoCDCoG11bHRpYnl0ZV9wID0gMSwKPj4gwqAgwqAgwqBzdHJpbmdfZnJv bV9kaXNwbGF5X3Byb3BfcCA9IDAsCj4+IMKgIMKgIMKgc3RyaW5nX2Zyb21fcHJlZml4X3Byb3Bf cCA9IDAsCj4+IMKgIMKgIMKgZGlzcGxheV9lbGxpcHNpc19wID0gMCwKPj4gwqAgwqAgwqBhdm9p ZF9jdXJzb3JfcCA9IDAsCj4+IMKgIMKgIMKgYmlkaV9wID0gMCwKPj4gwqAgwqAgwqBmcm9tX2Rp c3BfcHJvcF9wID0gMCwKPj4gwqAgwqAgwqBsaW5lX3dyYXAgPSA1MDM0NDYxOCwKPj4gwqAgwqAg wqB2b2Zmc2V0ID0gMSwKPj4gwqAgwqAgwqBzcGFjZV93aWR0aCA9IDQzNDUzNTA3NjIsCj4+IMKg IMKgIMKgZm9udF9oZWlnaHQgPSA0MzQ1MzUwNzYyCj4+IMKgIMKgfSwgewo+PiDCoCDCoCDCoHN0 cmluZyA9IDE0MDczNDc5OTc2MzY5NiwKPj4gwqAgwqAgwqBzdHJpbmdfbmNoYXJzID0gLTIwNTMy NjQ2ODMsCj4+IMKgIMKgIMKgZW5kX2NoYXJwb3MgPSA0MzQ1MzUwNzYyLAo+PiDCoCDCoCDCoHN0 b3BfY2hhcnBvcyA9IDM3NzEsCj4+IMKgIMKgIMKgcHJldl9zdG9wID0gMTQwNzM0Nzk5NzYzNzEy LAo+PiDCoCDCoCDCoGJhc2VfbGV2ZWxfc3RvcCA9IDE0MDczNTUyNDkxODQ4NiwKPj4gwqAgwqAg wqBjbXBfaXQgPSB7Cj4+IMKgIMKgIMKgIMKgc3RvcF9wb3MgPSAzNjI4OTQzMDg5NiwKPj4gwqAg wqAgwqAgwqBpZCA9IC0xMjgsCj4+IMKgIMKgIMKgIMKgY2ggPSAwLAo+PiDCoCDCoCDCoCDCoHJ1 bGVfaWR4ID0gMCwKPj4gwqAgwqAgwqAgwqBsb29rYmFjayA9IDM4OTIwNjI0LAo+PiDCoCDCoCDC oCDCoG5nbHlwaHMgPSAxLAo+PiDCoCDCoCDCoCDCoHJldmVyc2VkX3AgPSAzMjI1ODU2MCwKPj4g wqAgwqAgwqAgwqBjaGFycG9zID0gNDMzMzkxNjQyNCwKPj4gwqAgwqAgwqAgwqBuY2hhcnMgPSAw LAo+PiDCoCDCoCDCoCDCoG5ieXRlcyA9IDAsCj4+IMKgIMKgIMKgIMKgZnJvbSA9IDAsCj4+IMKg IMKgIMKgIMKgdG8gPSAwLAo+PiDCoCDCoCDCoCDCoHdpZHRoID0gMAo+PiDCoCDCoCDCoH0sCj4+ IMKgIMKgIMKgZmFjZV9pZCA9IDAsCj4+IMKgIMKgIMKgdSA9IHsKPj4gwqAgwqAgwqAgwqBpbWFn ZSA9IHsKPj4gwqAgwqAgwqAgwqAgwqBvYmplY3QgPSA0NjQ4MzgzMzE4NTE2MDM5NjgwLAo+PiDC oCDCoCDCoCDCoCDCoHNsaWNlID0gewo+PiDCoCDCoCDCoCDCoCDCoCDCoHggPSA0NjExNjg2MDE4 NDI3Mzg3OTA0LAo+PiDCoCDCoCDCoCDCoCDCoCDCoHkgPSA0MzI3MjI1ODU2LAo+PiDCoCDCoCDC oCDCoCDCoCDCoHdpZHRoID0gMTkyOTY5MjUyOCwKPj4gwqAgwqAgwqAgwqAgwqAgwqBoZWlnaHQg PSA0MzI3MjMzMTI4Cj4+IMKgIMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqAgwqBpbWFnZV9p ZCA9IDQzMjcyMzMxMDQKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoGNvbXAgPSB7Cj4+ IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0gNDY0ODM4MzMxODUxNjAzOTY4MAo+PiDCoCDCoCDCoCDC oH0sCj4+IMKgIMKgIMKgIMKgc3RyZXRjaCA9IHsKPj4gwqAgwqAgwqAgwqAgwqBvYmplY3QgPSA0 NjQ4MzgzMzE4NTE2MDM5NjgwCj4+IMKgIMKgIMKgIMKgfQo+PiDCoCDCoCDCoH0sCj4+IMKgIMKg IMKgcG9zaXRpb24gPSB7Cj4+IMKgIMKgIMKgIMKgY2hhcnBvcyA9IDQzMjcyMzMxMjAsCj4+IMKg IMKgIMKgIMKgYnl0ZXBvcyA9IDQzMjcyMzMxMTIKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGN1 cnJlbnQgPSB7Cj4+IMKgIMKgIMKgIMKgcG9zID0gewo+PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3Mg PSA0MzI3MjExMDE2LAo+PiDCoCDCoCDCoCDCoCDCoGJ5dGVwb3MgPSA0MzI3MjMwOTgwCj4+IMKg IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBvdmVybGF5X3N0cmluZ19pbmRleCA9IDMyMjY1ODQ4 LAo+PiDCoCDCoCDCoCDCoHN0cmluZ19wb3MgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgY2hhcnBvcyA9 IDE0MDczMzE5MzM4ODA0MCwKPj4gwqAgwqAgwqAgwqAgwqBieXRlcG9zID0gODY1MTc4NDMyMAo+ PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgZHB2ZWNfaW5kZXggPSAzMjI2MzY4MAo+PiDC oCDCoCDCoH0sCj4+IMKgIMKgIMKgZnJvbV9vdmVybGF5ID0gNDMyNzIzMzEzNiwKPj4gwqAgwqAg wqBhcmVhID0gMzIyNjM2ODAsCj4+IMKgIMKgIMKgbWV0aG9kID0gR0VUX0ZST01fRElTUExBWV9W RUNUT1IsCj4+IMKgIMKgIMKgcGFyYWdyYXBoX2VtYmVkZGluZyA9IDQyOTQ5NjcxNjgsCj4+IMKg IMKgIMKgbXVsdGlieXRlX3AgPSAxLAo+PiDCoCDCoCDCoHN0cmluZ19mcm9tX2Rpc3BsYXlfcHJv cF9wID0gMSwKPj4gwqAgwqAgwqBzdHJpbmdfZnJvbV9wcmVmaXhfcHJvcF9wID0gMSwKPj4gwqAg wqAgwqBkaXNwbGF5X2VsbGlwc2lzX3AgPSAxLAo+PiDCoCDCoCDCoGF2b2lkX2N1cnNvcl9wID0g MSwKPj4gwqAgwqAgwqBiaWRpX3AgPSAxLAo+PiDCoCDCoCDCoGZyb21fZGlzcF9wcm9wX3AgPSAx LAo+PiDCoCDCoCDCoGxpbmVfd3JhcCA9IDcsCj4+IMKgIMKgIMKgdm9mZnNldCA9IDAsCj4+IMKg IMKgIMKgc3BhY2Vfd2lkdGggPSA0MzI3MjExMDA4LAo+PiDCoCDCoCDCoGZvbnRfaGVpZ2h0ID0g NDM1NjA0ODAzMgo+PiDCoCDCoH0sIHsKPj4gwqAgwqAgwqBzdHJpbmcgPSA0MzU1Nzg0NzA0LAo+ PiDCoCDCoCDCoHN0cmluZ19uY2hhcnMgPSA2MTA4MDU3NiwKPj4gwqAgwqAgwqBlbmRfY2hhcnBv cyA9IDQzMjcyMTEwMDgsCj4+IMKgIMKgIMKgc3RvcF9jaGFycG9zID0gMTIwLAo+PiDCoCDCoCDC oHByZXZfc3RvcCA9IDAsCj4+IMKgIMKgIMKgYmFzZV9sZXZlbF9zdG9wID0gNDMzMzg4NzkyMCwK Pj4gwqAgwqAgwqBjbXBfaXQgPSB7Cj4+IMKgIMKgIMKgIMKgc3RvcF9wb3MgPSAxNDA3MzQ3OTk3 NjQwNDgsCj4+IMKgIMKgIMKgIMKgaWQgPSAxNDA3MzU1MDk3NDI5MjksCj4+IMKgIMKgIMKgIMKg Y2ggPSA0LAo+PiDCoCDCoCDCoCDCoHJ1bGVfaWR4ID0gMCwKPj4gwqAgwqAgwqAgwqBsb29rYmFj ayA9IDAsCj4+IMKgIMKgIMKgIMKgbmdseXBocyA9IDEwODIyNzk5MzYsCj4+IMKgIMKgIMKgIMKg cmV2ZXJzZWRfcCA9IDAsCj4+IMKgIMKgIMKgIMKgY2hhcnBvcyA9IDAsCj4+IMKgIMKgIMKgIMKg bmNoYXJzID0gMCwKPj4gwqAgwqAgwqAgwqBuYnl0ZXMgPSAyLAo+PiDCoCDCoCDCoCDCoGZyb20g PSAzODk0OTEwNCwKPj4gwqAgwqAgwqAgwqB0byA9IDEsCj4+IMKgIMKgIMKgIMKgd2lkdGggPSAw Cj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBmYWNlX2lkID0gNDg2OTAwMjQsCj4+IMKgIMKgIMKg dSA9IHsKPj4gwqAgwqAgwqAgwqBpbWFnZSA9IHsKPj4gwqAgwqAgwqAgwqAgwqBvYmplY3QgPSA0 MzMzOTE2NDQ4LAo+PiDCoCDCoCDCoCDCoCDCoHNsaWNlID0gewo+PiDCoCDCoCDCoCDCoCDCoCDC oHggPSAwLAo+PiDCoCDCoCDCoCDCoCDCoCDCoHkgPSAxNDA3MzQ3OTk3NjY5MTIsCj4+IMKgIMKg IMKgIMKgIMKgIMKgd2lkdGggPSAxNDA3MzU1MDk3NDI2MDEsCj4+IMKgIMKgIMKgIMKgIMKgIMKg aGVpZ2h0ID0gMAo+PiDCoCDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgIMKgaW1hZ2VfaWQg PSA0NjExNjg2MDE4NDI3Mzg3OTA0Cj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBjb21w ID0gewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9IDQzMzM5MTY0NDgKPj4gwqAgwqAgwqAgwqB9 LAo+PiDCoCDCoCDCoCDCoHN0cmV0Y2ggPSB7Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0gNDMz MzkxNjQ0OAo+PiDCoCDCoCDCoCDCoH0KPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoHBvc2l0aW9u ID0gewo+PiDCoCDCoCDCoCDCoGNoYXJwb3MgPSA0NjI0NjMzODY3MzU2MDc4MDgwLAo+PiDCoCDC oCDCoCDCoGJ5dGVwb3MgPSA0NjI0NjMzODY3MzU2MDc4MDgwCj4+IMKgIMKgIMKgfSwKPj4gwqAg wqAgwqBjdXJyZW50ID0gewo+PiDCoCDCoCDCoCDCoHBvcyA9IHsKPj4gwqAgwqAgwqAgwqAgwqBj aGFycG9zID0gMTQwNzM0Nzk5NzY0NTUyLAo+PiDCoCDCoCDCoCDCoCDCoGJ5dGVwb3MgPSA0Ngo+ PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgb3ZlcmxheV9zdHJpbmdfaW5kZXggPSAxNjA2 Mzc2NTEyLAo+PiDCoCDCoCDCoCDCoHN0cmluZ19wb3MgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgY2hh cnBvcyA9IDQwLAo+PiDCoCDCoCDCoCDCoCDCoGJ5dGVwb3MgPSAxNjA2Mzc2MTI4Cj4+IMKgIMKg IMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBkcHZlY19pbmRleCA9IDUwMzQzOTk0Cj4+IMKgIMKgIMKg fSwKPj4gwqAgwqAgwqBmcm9tX292ZXJsYXkgPSA0MzAwNzE4MzI4LAo+PiDCoCDCoCDCoGFyZWEg PSA1MDM0Mzk5NCwKPj4gwqAgwqAgwqBtZXRob2QgPSBHRVRfRlJPTV9ESVNQTEFZX1ZFQ1RPUiwK Pj4gwqAgwqAgwqBwYXJhZ3JhcGhfZW1iZWRkaW5nID0gTkVVVFJBTF9ESVIsCj4+IMKgIMKgIMKg bXVsdGlieXRlX3AgPSAwLAo+PiDCoCDCoCDCoHN0cmluZ19mcm9tX2Rpc3BsYXlfcHJvcF9wID0g MCwKPj4gwqAgwqAgwqBzdHJpbmdfZnJvbV9wcmVmaXhfcHJvcF9wID0gMCwKPj4gwqAgwqAgwqBk aXNwbGF5X2VsbGlwc2lzX3AgPSAwLAo+PiDCoCDCoCDCoGF2b2lkX2N1cnNvcl9wID0gMCwKPj4g wqAgwqAgwqBiaWRpX3AgPSAwLAo+PiDCoCDCoCDCoGZyb21fZGlzcF9wcm9wX3AgPSAwLAo+PiDC oCDCoCDCoGxpbmVfd3JhcCA9IDUwMzQzOTk0LAo+PiDCoCDCoCDCoHZvZmZzZXQgPSAwLAo+PiDC oCDCoCDCoHNwYWNlX3dpZHRoID0gMTQwNzM0Nzk5NzY0MjQwLAo+PiDCoCDCoCDCoGZvbnRfaGVp Z2h0ID0gNDI5NjQ0MjExMAo+PiDCoCDCoH0sIHsKPj4gwqAgwqAgwqBzdHJpbmcgPSA0MzMzODg4 ODQ4LAo+PiDCoCDCoCDCoHN0cmluZ19uY2hhcnMgPSAxODQsCj4+IMKgIMKgIMKgZW5kX2NoYXJw b3MgPSA0MzAwNzE3MDk2LAo+PiDCoCDCoCDCoHN0b3BfY2hhcnBvcyA9IDcyMDU3NTk4Mzg0MzAw MzEyLAo+PiDCoCDCoCDCoHByZXZfc3RvcCA9IDQ2ODQzODU3MjcyNTU5MzcwMjQsCj4+IMKgIMKg IMKgYmFzZV9sZXZlbF9zdG9wID0gNDYyNTQ3ODI5MjI4NjIxMDA0OCwKPj4gwqAgwqAgwqBjbXBf aXQgPSB7Cj4+IMKgIMKgIMKgIMKgc3RvcF9wb3MgPSA0MzMzODg3MDU2LAo+PiDCoCDCoCDCoCDC oGlkID0gNDYxMTY4NjAxODQyNzM4NzkwNCwKPj4gwqAgwqAgwqAgwqBjaCA9IDAsCj4+IMKgIMKg IMKgIMKgcnVsZV9pZHggPSAxMDkwNjk5MjY0LAo+PiDCoCDCoCDCoCDCoGxvb2tiYWNrID0gMCwK Pj4gwqAgwqAgwqAgwqBuZ2x5cGhzID0gMTA3MjY5MzI0OCwKPj4gwqAgwqAgwqAgwqByZXZlcnNl ZF9wID0gMzg5MjA5MTIsCj4+IMKgIMKgIMKgIMKgY2hhcnBvcyA9IDQzNDM2NTY5NjAsCj4+IMKg IMKgIMKgIMKgbmNoYXJzID0gMzg5NDkxMDQsCj4+IMKgIMKgIMKgIMKgbmJ5dGVzID0gMSwKPj4g wqAgwqAgwqAgwqBmcm9tID0gNDM1MiwKPj4gwqAgwqAgwqAgwqB0byA9IDAsCj4+IMKgIMKgIMKg IMKgd2lkdGggPSA0ODY4OTg0MAo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgZmFjZV9pZCA9IDAs Cj4+IMKgIMKgIMKgdSA9IHsKPj4gwqAgwqAgwqAgwqBpbWFnZSA9IHsKPj4gwqAgwqAgwqAgwqAg wqBvYmplY3QgPSA0MzMzODg4Nzg0LAo+PiDCoCDCoCDCoCDCoCDCoHNsaWNlID0gewo+PiDCoCDC oCDCoCDCoCDCoCDCoHggPSAwLAo+PiDCoCDCoCDCoCDCoCDCoCDCoHkgPSAxNDA3MzQ3OTk3NjQ0 MDAsCj4+IMKgIMKgIMKgIMKgIMKgIMKgd2lkdGggPSA0Mjk2NDg0ODExLAo+PiDCoCDCoCDCoCDC oCDCoCDCoGhlaWdodCA9IDE0MDczNDc5OTc2NDUzNgo+PiDCoCDCoCDCoCDCoCDCoH0sCj4+IMKg IMKgIMKgIMKgIMKgaW1hZ2VfaWQgPSA0MzAwMTM5NDg4Cj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAg wqAgwqAgwqBjb21wID0gewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9IDQzMzM4ODg3ODQKPj4g wqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoHN0cmV0Y2ggPSB7Cj4+IMKgIMKgIMKgIMKgIMKg b2JqZWN0ID0gNDMzMzg4ODc4NAo+PiDCoCDCoCDCoCDCoH0KPj4gwqAgwqAgwqB9LAo+PiDCoCDC oCDCoHBvc2l0aW9uID0gewo+PiDCoCDCoCDCoCDCoGNoYXJwb3MgPSA1NiwKPj4gwqAgwqAgwqAg wqBieXRlcG9zID0gMTQwNzM1NDk4NTg2NjI5Cj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBjdXJy ZW50ID0gewo+PiDCoCDCoCDCoCDCoHBvcyA9IHsKPj4gwqAgwqAgwqAgwqAgwqBjaGFycG9zID0g MTAxLAo+PiDCoCDCoCDCoCDCoCDCoGJ5dGVwb3MgPSA0MzMzODkyMjAwCj4+IMKgIMKgIMKgIMKg fSwKPj4gwqAgwqAgwqAgwqBvdmVybGF5X3N0cmluZ19pbmRleCA9IDM4OTI0NTkyLAo+PiDCoCDC oCDCoCDCoHN0cmluZ19wb3MgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgY2hhcnBvcyA9IDIsCj4+IMKg IMKgIMKgIMKgIMKgYnl0ZXBvcyA9IDQzMzM4OTAzNTIKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDC oCDCoCDCoGRwdmVjX2luZGV4ID0gMTYwNjM3NjUzNgo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKg ZnJvbV9vdmVybGF5ID0gMTQwNzM0Nzk5NzY0NTEyLAo+PiDCoCDCoCDCoGFyZWEgPSAyMzA1MjIz NjA0LAo+PiDCoCDCoCDCoG1ldGhvZCA9IDMyNzY3LAo+PiDCoCDCoCDCoHBhcmFncmFwaF9lbWJl ZGRpbmcgPSA0MywKPj4gwqAgwqAgwqBtdWx0aWJ5dGVfcCA9IDAsCj4+IMKgIMKgIMKgc3RyaW5n X2Zyb21fZGlzcGxheV9wcm9wX3AgPSAxLAo+PiDCoCDCoCDCoHN0cmluZ19mcm9tX3ByZWZpeF9w cm9wX3AgPSAwLAo+PiDCoCDCoCDCoGRpc3BsYXlfZWxsaXBzaXNfcCA9IDAsCj4+IMKgIMKgIMKg YXZvaWRfY3Vyc29yX3AgPSAwLAo+PiDCoCDCoCDCoGJpZGlfcCA9IDAsCj4+IMKgIMKgIMKgZnJv bV9kaXNwX3Byb3BfcCA9IDAsCj4+IMKgIMKgIMKgbGluZV93cmFwID0gMzkwMjk0MDgsCj4+IMKg IMKgIMKgdm9mZnNldCA9IDEsCj4+IMKgIMKgIMKgc3BhY2Vfd2lkdGggPSA0MzMzOTIxOTg0LAo+ PiDCoCDCoCDCoGZvbnRfaGVpZ2h0ID0gNDMzMzg4OTAwOAo+PiDCoCDCoH19LAo+PiDCoHNwID0g MTY5NzM4MjUsCj4+IMKgc2VsZWN0aXZlID0gNDMzMzg5MDQwMCwKPj4gwqB3aGF0ID0gMTYwNjM3 NzAwMCwKPj4gwqBmYWNlX2lkID0gMzI3NjcsCj4+IMKgc2VsZWN0aXZlX2Rpc3BsYXlfZWxsaXBz aXNfcCA9IDAsCj4+IMKgY3RsX2Fycm93X3AgPSAxLAo+PiDCoGZhY2VfYm94X3AgPSAwLAo+PiDC oHN0YXJ0X29mX2JveF9ydW5fcCA9IDAsCj4+IMKgZW5kX29mX2JveF9ydW5fcCA9IDAsCj4+IMKg b3ZlcmxheV9zdHJpbmdzX2F0X2VuZF9wcm9jZXNzZWRfcCA9IDAsCj4+IMKgaWdub3JlX292ZXJs YXlfc3RyaW5nc19hdF9wb3NfcCA9IDAsCj4+IMKgZ2x5cGhfbm90X2F2YWlsYWJsZV9wID0gMCwK Pj4gwqBzdGFydHNfaW5fbWlkZGxlX29mX2NoYXJfcCA9IDAsCj4+IMKgZmFjZV9iZWZvcmVfc2Vs ZWN0aXZlX3AgPSAwLAo+PiDCoGNvbnN0cmFpbl9yb3dfYXNjZW50X2Rlc2NlbnRfcCA9IDAsCj4+ IMKgbGluZV93cmFwID0gVFJVTkNBVEUsCj4+IMKgYmFzZV9mYWNlX2lkID0gMTYwNjM3NjY0MCwK Pj4gwqBjID0gMzI3NjcsCj4+IMKgbGVuID0gLTE5NDkxOTE0MzcsCj4+IMKgY21wX2l0ID0gewo+ PiDCoCDCoHN0b3BfcG9zID0gNDM0NTMxMTI5MCwKPj4gwqAgwqBpZCA9IDQzMzM5MjE5ODQsCj4+ IMKgIMKgY2ggPSAxLAo+PiDCoCDCoHJ1bGVfaWR4ID0gMTY3NzcyMTYsCj4+IMKgIMKgbG9va2Jh Y2sgPSAxLAo+PiDCoCDCoG5nbHlwaHMgPSAwLAo+PiDCoCDCoHJldmVyc2VkX3AgPSAzODkyMzA1 NiwKPj4gwqAgwqBjaGFycG9zID0gNDMzMzg5MTY5NiwKPj4gwqAgwqBuY2hhcnMgPSAzOTAyOTQw OCwKPj4gwqAgwqBuYnl0ZXMgPSAxLAo+PiDCoCDCoGZyb20gPSAzODkwNjc4NCwKPj4gwqAgwqB0 byA9IDEsCj4+IMKgIMKgd2lkdGggPSAzODk1NDY4OAo+PiDCoH0sCj4+IMKgY2hhcl90b19kaXNw bGF5ID0gMSwKPj4gwqBnbHlwaGxlc3NfbWV0aG9kID0gR0xZUEhMRVNTX0RJU1BMQVlfVEhJTl9T UEFDRSwKPj4gwqBpbWFnZV9pZCA9IDAsCj4+IMKgc2xpY2UgPSB7Cj4+IMKgIMKgeCA9IDAsCj4+ IMKgIMKgeSA9IDIsCj4+IMKgIMKgd2lkdGggPSAyLAo+PiDCoCDCoGhlaWdodCA9IDMzCj4+IMKg fSwKPj4gwqBzcGFjZV93aWR0aCA9IDQzNDM2NTY5NjgsCj4+IMKgdm9mZnNldCA9IC02NzIwLAo+ PiDCoHRhYl93aWR0aCA9IDU5MywKPj4gwqBmb250X2hlaWdodCA9IDQzMzM4ODg5NjgsCj4+IMKg b2JqZWN0ID0gMTQwNzM0Nzk5NzY2OTYwLAo+PiDCoHBvc2l0aW9uID0gewo+PiDCoCDCoGNoYXJw b3MgPSAxNDA3MzU1MDk3NDkzMDEsCj4+IMKgIMKgYnl0ZXBvcyA9IDQ2MzQ3NjY5NjY1MTc2NjE2 OTYKPj4gwqB9LAo+PiDCoHRydW5jYXRpb25fcGl4ZWxfd2lkdGggPSAtMjc4MDQsCj4+IMKgY29u dGludWF0aW9uX3BpeGVsX3dpZHRoID0gMjgsCj4+IMKgZmlyc3RfdmlzaWJsZV94ID0gMSwKPj4g wqBsYXN0X3Zpc2libGVfeCA9IDE2MDYzNzY2MDAsCj4+IMKgbGFzdF92aXNpYmxlX3kgPSAzMjc2 NywKPj4gwqBleHRyYV9saW5lX3NwYWNpbmcgPSAxNjA2Mzc2OTYwLAo+PiDCoG1heF9leHRyYV9s aW5lX3NwYWNpbmcgPSAzMjc2NywKPj4gwqBvdmVycmlkZV9hc2NlbnQgPSAzODkzOTE4NCwKPj4g wqBvdmVycmlkZV9kZXNjZW50ID0gMSwKPj4gwqBvdmVycmlkZV9ib2ZmID0gMCwKPj4gwqBnbHlw aF9yb3cgPSAweDdmZmY1ZmJmNWUwMCwKPj4gwqBhcmVhID0gVEVYVF9BUkVBLAo+PiDCoG5nbHlw aHMgPSAwLAo+PiDCoHBpeGVsX3dpZHRoID0gMTYwNjM3Njc2OCwKPj4gwqBhc2NlbnQgPSAzMjc2 NywKPj4gwqBkZXNjZW50ID0gLTIxMDE3NzU5NDQsCj4+IMKgbWF4X2FzY2VudCA9IDMyNzY3LAo+ PiDCoG1heF9kZXNjZW50ID0gMTYwNjM3Njc2OCwKPj4gwqBwaHlzX2FzY2VudCA9IDMyNzY3LAo+ PiDCoHBoeXNfZGVzY2VudCA9IC0yMDUzMTk0ODYyLAo+PiDCoG1heF9waHlzX2FzY2VudCA9IDMy NzY3LAo+PiDCoG1heF9waHlzX2Rlc2NlbnQgPSA0NTQyODUxMiwKPj4gwqBjdXJyZW50X3ggPSAx LAo+PiDCoGNvbnRpbnVhdGlvbl9saW5lc193aWR0aCA9IDM4OTM0MTI4LAo+PiDCoGVvbF9wb3Mg PSB7Cj4+IMKgIMKgY2hhcnBvcyA9IDE0MDczNDc5OTc2NzIwMCwKPj4gwqAgwqBieXRlcG9zID0g MTQwNzM1NDM1MTM3Njg0Cj4+IMKgfSwKPj4gwqBjdXJyZW50X3kgPSAwLAo+PiDCoGZpcnN0X3Zw b3MgPSAxLAo+PiDCoHZwb3MgPSAxMDY2MDQ4NiwKPj4gwqBocG9zID0gMSwKPj4gwqBsZWZ0X3Vz ZXJfZnJpbmdlX2JpdG1hcCA9IDEyMDY0LAo+PiDCoHJpZ2h0X3VzZXJfZnJpbmdlX2JpdG1hcCA9 IDY5MywKPj4gwqBsZWZ0X3VzZXJfZnJpbmdlX2ZhY2VfaWQgPSAxLAo+PiDCoHJpZ2h0X3VzZXJf ZnJpbmdlX2ZhY2VfaWQgPSAyNTI3MzYsCj4+IMKgYmlkaV9wID0gMSwKPj4gwqBiaWRpX2l0ID0g ewo+PiDCoCDCoGJ5dGVwb3MgPSA0MzMzOTE4Mjg0LAo+PiDCoCDCoGNoYXJwb3MgPSAwLAo+PiDC oCDCoGNoID0gNDYsCj4+IMKgIMKgbmNoYXJzID0gMTIsCj4+IMKgIMKgY2hfbGVuID0gMTIsCj4+ IMKgIMKgdHlwZSA9IDQ2LAo+PiDCoCDCoHR5cGVfYWZ0ZXJfdzEgPSBVTktOT1dOX0JULAo+PiDC oCDCoG9yaWdfdHlwZSA9IDM4OTE5NzYwLAo+PiDCoCDCoHJlc29sdmVkX2xldmVsID0gMSwKPj4g wqAgwqBpbnZhbGlkX2xldmVscyA9IDE2MDYzNzkwMDgsCj4+IMKgIMKgaW52YWxpZF9ybF9sZXZl bHMgPSAzMjc2NywKPj4gwqAgwqBwcmV2X3dhc19wZGYgPSAtMSwKPj4gwqAgwqBwcmV2ID0gewo+ PiDCoCDCoCDCoGJ5dGVwb3MgPSA0Mjk1NjI2NzA0LAo+PiDCoCDCoCDCoGNoYXJwb3MgPSA0Mjk1 NjMzMDU2LAo+PiDCoCDCoCDCoHR5cGUgPSBVTktOT1dOX0JULAo+PiDCoCDCoCDCoHR5cGVfYWZ0 ZXJfdzEgPSBVTktOT1dOX0JULAo+PiDCoCDCoCDCoG9yaWdfdHlwZSA9IDQ4Njg5NjY0Cj4+IMKg IMKgfSwKPj4gwqAgwqBsYXN0X3N0cm9uZyA9IHsKPj4gwqAgwqAgwqBieXRlcG9zID0gMCwKPj4g wqAgwqAgwqBjaGFycG9zID0gMCwKPj4gwqAgwqAgwqB0eXBlID0gMTcxMjc2MzMsCj4+IMKgIMKg IMKgdHlwZV9hZnRlcl93MSA9IFVOS05PV05fQlQsCj4+IMKgIMKgIMKgb3JpZ190eXBlID0gVU5L Tk9XTl9CVAo+PiDCoCDCoH0sCj4+IMKgIMKgbmV4dF9mb3JfbmV1dHJhbCA9IHsKPj4gwqAgwqAg wqBieXRlcG9zID0gNDI5NDk2NzI5NiwKPj4gwqAgwqAgwqBjaGFycG9zID0gMTQwNzM1MTExNjEw NTI4LAo+PiDCoCDCoCDCoHR5cGUgPSA2MzUyLAo+PiDCoCDCoCDCoHR5cGVfYWZ0ZXJfdzEgPSBT VFJPTkdfTCwKPj4gwqAgwqAgwqBvcmlnX3R5cGUgPSBVTktOT1dOX0JUCj4+IMKgIMKgfSwKPj4g wqAgwqBwcmV2X2Zvcl9uZXV0cmFsID0gewo+PiDCoCDCoCDCoGJ5dGVwb3MgPSA0NjA3MTgyNDE4 ODAwMDE3NDA4LAo+PiDCoCDCoCDCoGNoYXJwb3MgPSA0MzMzODg4Nzg0LAo+PiDCoCDCoCDCoHR5 cGUgPSAxMDY1MzUzMjE2LAo+PiDCoCDCoCDCoHR5cGVfYWZ0ZXJfdzEgPSAxMDY1MzUzMjE2LAo+ PiDCoCDCoCDCoG9yaWdfdHlwZSA9IDEwNjUzNTMyMTYKPj4gwqAgwqB9LAo+PiDCoCDCoG5leHRf Zm9yX3dzID0gewo+PiDCoCDCoCDCoGJ5dGVwb3MgPSAwLAo+PiDCoCDCoCDCoGNoYXJwb3MgPSAw LAo+PiDCoCDCoCDCoHR5cGUgPSBVTktOT1dOX0JULAo+PiDCoCDCoCDCoHR5cGVfYWZ0ZXJfdzEg PSBTVFJPTkdfTCwKPj4gwqAgwqAgwqBvcmlnX3R5cGUgPSAyNAo+PiDCoCDCoH0sCj4+IMKgIMKg bmV4dF9lbl9wb3MgPSAwLAo+PiDCoCDCoG5leHRfZW5fdHlwZSA9IFVOS05PV05fQlQsCj4+IMKg IMKgaWdub3JlX2JuX2xpbWl0ID0gNDM0MDM5NTgwOCwKPj4gwqAgwqBzb3IgPSAxNjA2Mzc4MDgw LAo+PiDCoCDCoHNjYW5fZGlyID0gMzI3NjcsCj4+IMKgIMKgZGlzcF9wb3MgPSA0MzQwMzk1ODA4 LAo+PiDCoCDCoGRpc3BfcHJvcCA9IDE2MDY0MTQ3OTIsCj4+IMKgIMKgc3RhY2tfaWR4ID0gMzI3 NjcsCj4+IMKgIMKgbGV2ZWxfc3RhY2sgPSB7ewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMTYwNjQx NDc4NCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IDMyNzY3Cj4+IMKgIMKgIMKgfSwgewo+PiDC oCDCoCDCoCDCoGxldmVsID0gMCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IE5FVVRSQUxfRElS Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gNSwKPj4gwqAgwqAgwqAgwqBv dmVycmlkZSA9IE5FVVRSQUxfRElSCj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVs ID0gMzc1NDAwNjQsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBMMlIKPj4gwqAgwqAgwqB9LCB7 Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAzMjYxMDM2OCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9 IEwyUgo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDAsCj4+IMKgIMKgIMKg IMKgb3ZlcnJpZGUgPSBORVVUUkFMX0RJUgo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBs ZXZlbCA9IDAsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBORVVUUkFMX0RJUgo+PiDCoCDCoCDC oH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDAsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBO RVVUUkFMX0RJUgo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDAsCj4+IMKg IMKgIMKgIMKgb3ZlcnJpZGUgPSBORVVUUkFMX0RJUgo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAg wqAgwqBsZXZlbCA9IDY0MDQsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBMMlIKPj4gwqAgwqAg wqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAxOTI5NzI0MjU2LAo+PiDCoCDCoCDCoCDCoG92 ZXJyaWRlID0gMzI3NjcKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAxNjA2 Mzc4MjcyLAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gMzI3NjcKPj4gwqAgwqAgwqB9LCB7Cj4+ IMKgIMKgIMKgIMKgbGV2ZWwgPSAtMTk2MzIxNTkyOCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9 IDMyNzY3Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMTAsCj4+IMKgIMKg IMKgIMKgb3ZlcnJpZGUgPSBORVVUUkFMX0RJUgo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAg wqBsZXZlbCA9IDE5MTgyMjQ5MDQsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSAzMjc2Nwo+PiDC oCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDEsCj4+IMKgIMKgIMKgIMKgb3ZlcnJp ZGUgPSBORVVUUkFMX0RJUgo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDAs Cj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBORVVUUkFMX0RJUgo+PiDCoCDCoCDCoH0gPHJlcGVh dHMgMjggdGltZXM+LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSA1MDM0Mzk5NCwKPj4gwqAgwqAg wqAgwqBvdmVycmlkZSA9IEwyUgo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9 IDAsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBORVVUUkFMX0RJUgo+PiDCoCDCoCDCoH0gPHJl cGVhdHMgMTkgdGltZXM+fSwKPj4gwqAgwqBzdHJpbmcgPSB7Cj4+IMKgIMKgIMKgbHN0cmluZyA9 IDAsCj4+IMKgIMKgIMKgcyA9IDB4MCwKPj4gwqAgwqAgwqBzY2hhcnMgPSAwLAo+PiDCoCDCoCDC oGJ1ZnBvcyA9IDAsCj4+IMKgIMKgIMKgZnJvbV9kaXNwX3N0ciA9IDAsCj4+IMKgIMKgIMKgdW5p Ynl0ZSA9IDAKPj4gwqAgwqB9LAo+PiDCoCDCoHBhcmFncmFwaF9kaXIgPSBORVVUUkFMX0RJUiwK Pj4gwqAgwqBzZXBhcmF0b3JfbGltaXQgPSAwLAo+PiDCoCDCoGZpcnN0X2VsdCA9IDAsCj4+IMKg IMKgbmV3X3BhcmFncmFwaCA9IDAsCj4+IMKgIMKgZnJhbWVfd2luZG93X3AgPSAwCj4+IMKgfSwK Pj4gwqBwYXJhZ3JhcGhfZW1iZWRkaW5nID0gTkVVVFJBTF9ESVIKPj4gfQo+PiDCoCDCoCDCoCBy b3cgPSAoc3RydWN0IGdseXBoX3JvdyAqKSAweDEwNDQ2ZTQwMAo+PiDCoCDCoCDCoCBtaW5fcG9z ID0gMTQwNzM0Nzk5NzY5MDg4Cj4+ICMyNiAweDAwMDAwMDAxMDAwNDBiMWYgaW4gdHJ5X3dpbmRv dyAod2luZG93PTQzNDM4MDQwMDUsIGZsYWdzPTE2MDYzODQ0ODApIGF0IHhkaXNwLmM6MTYxMjcK Pj4gwqAgwqAgwqAgaXQgPSB7Cj4+IMKgd2luZG93ID0gNDMyNzcyNTMzMywKPj4gwqB3ID0gMHgx MDFmM2Q5MTAsCj4+IMKgZiA9IDB4MTAxZjNkNmQwLAo+PiDCoG1ldGhvZCA9IEdFVF9GUk9NX0JV RkZFUiwKPj4gwqBzdG9wX2NoYXJwb3MgPSAzLAo+PiDCoHByZXZfc3RvcCA9IDEsCj4+IMKgYmFz ZV9sZXZlbF9zdG9wID0gMCwKPj4gwqBlbmRfY2hhcnBvcyA9IDMsCj4+IMKgcyA9IDB4MCwKPj4g wqBzdHJpbmdfbmNoYXJzID0gMCwKPj4gwqByZWdpb25fYmVnX2NoYXJwb3MgPSAtMSwKPj4gwqBy ZWdpb25fZW5kX2NoYXJwb3MgPSAtMSwKPj4gwqByZWRpc3BsYXlfZW5kX3RyaWdnZXJfY2hhcnBv cyA9IDAsCj4+IMKgbXVsdGlieXRlX3AgPSAxLAo+PiDCoGhlYWRlcl9saW5lX3AgPSAwLAo+PiDC oHN0cmluZ19mcm9tX2Rpc3BsYXlfcHJvcF9wID0gMCwKPj4gwqBzdHJpbmdfZnJvbV9wcmVmaXhf cHJvcF9wID0gMCwKPj4gwqBmcm9tX2Rpc3BfcHJvcF9wID0gMCwKPj4gwqBlbGxpcHNpc19wID0g MCwKPj4gwqBhdm9pZF9jdXJzb3JfcCA9IDAsCj4+IMKgZHAgPSAweDAsCj4+IMKgZHB2ZWMgPSAw eDAsCj4+IMKgZHBlbmQgPSAweDAsCj4+IMKgZHB2ZWNfY2hhcl9sZW4gPSAwLAo+PiDCoGRwdmVj X2ZhY2VfaWQgPSAwLAo+PiDCoHNhdmVkX2ZhY2VfaWQgPSAwLAo+PiDCoGN0bF9jaGFycyA9IHsw IDxyZXBlYXRzIDE2IHRpbWVzPn0sCj4+IMKgc3RhcnQgPSB7Cj4+IMKgIMKgcG9zID0gewo+PiDC oCDCoCDCoGNoYXJwb3MgPSAxLAo+PiDCoCDCoCDCoGJ5dGVwb3MgPSAxCj4+IMKgIMKgfSwKPj4g wqAgwqBvdmVybGF5X3N0cmluZ19pbmRleCA9IC0xLAo+PiDCoCDCoHN0cmluZ19wb3MgPSB7Cj4+ IMKgIMKgIMKgY2hhcnBvcyA9IC0xLAo+PiDCoCDCoCDCoGJ5dGVwb3MgPSAtMQo+PiDCoCDCoH0s Cj4+IMKgIMKgZHB2ZWNfaW5kZXggPSAtMQo+PiDCoH0sCj4+IMKgY3VycmVudCA9IHsKPj4gwqAg wqBwb3MgPSB7Cj4+IMKgIMKgIMKgY2hhcnBvcyA9IDEsCj4+IMKgIMKgIMKgYnl0ZXBvcyA9IDEK Pj4gwqAgwqB9LAo+PiDCoCDCoG92ZXJsYXlfc3RyaW5nX2luZGV4ID0gLTEsCj4+IMKgIMKgc3Ry aW5nX3BvcyA9IHsKPj4gwqAgwqAgwqBjaGFycG9zID0gLTEsCj4+IMKgIMKgIMKgYnl0ZXBvcyA9 IC0xCj4+IMKgIMKgfSwKPj4gwqAgwqBkcHZlY19pbmRleCA9IC0xCj4+IMKgfSwKPj4gwqBuX292 ZXJsYXlfc3RyaW5ncyA9IDAsCj4+IMKgb3ZlcmxheV9zdHJpbmdzX2NoYXJwb3MgPSAxLAo+PiDC oG92ZXJsYXlfc3RyaW5ncyA9IHswIDxyZXBlYXRzIDE2IHRpbWVzPn0sCj4+IMKgc3RyaW5nX292 ZXJsYXlzID0gezAgPHJlcGVhdHMgMTYgdGltZXM+fSwKPj4gwqBzdHJpbmcgPSA0MzQ1MzExMjkw LAo+PiDCoGZyb21fb3ZlcmxheSA9IDAsCj4+IMKgc3RhY2sgPSB7ewo+PiDCoCDCoCDCoHN0cmlu ZyA9IDAsCj4+IMKgIMKgIMKgc3RyaW5nX25jaGFycyA9IDAsCj4+IMKgIMKgIMKgZW5kX2NoYXJw b3MgPSAwLAo+PiDCoCDCoCDCoHN0b3BfY2hhcnBvcyA9IDAsCj4+IMKgIMKgIMKgcHJldl9zdG9w ID0gMCwKPj4gwqAgwqAgwqBiYXNlX2xldmVsX3N0b3AgPSAwLAo+PiDCoCDCoCDCoGNtcF9pdCA9 IHsKPj4gwqAgwqAgwqAgwqBzdG9wX3BvcyA9IDAsCj4+IMKgIMKgIMKgIMKgaWQgPSAwLAo+PiDC oCDCoCDCoCDCoGNoID0gMCwKPj4gwqAgwqAgwqAgwqBydWxlX2lkeCA9IDAsCj4+IMKgIMKgIMKg IMKgbG9va2JhY2sgPSAwLAo+PiDCoCDCoCDCoCDCoG5nbHlwaHMgPSAwLAo+PiDCoCDCoCDCoCDC oHJldmVyc2VkX3AgPSAwLAo+PiDCoCDCoCDCoCDCoGNoYXJwb3MgPSAwLAo+PiDCoCDCoCDCoCDC oG5jaGFycyA9IDAsCj4+IMKgIMKgIMKgIMKgbmJ5dGVzID0gMCwKPj4gwqAgwqAgwqAgwqBmcm9t ID0gMCwKPj4gwqAgwqAgwqAgwqB0byA9IDAsCj4+IMKgIMKgIMKgIMKgd2lkdGggPSAwCj4+IMKg IMKgIMKgfSwKPj4gwqAgwqAgwqBmYWNlX2lkID0gMCwKPj4gwqAgwqAgwqB1ID0gewo+PiDCoCDC oCDCoCDCoGltYWdlID0gewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9IDAsCj4+IMKgIMKgIMKg IMKgIMKgc2xpY2UgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgIMKgeCA9IDAsCj4+IMKgIMKgIMKgIMKg IMKgIMKgeSA9IDAsCj4+IMKgIMKgIMKgIMKgIMKgIMKgd2lkdGggPSAwLAo+PiDCoCDCoCDCoCDC oCDCoCDCoGhlaWdodCA9IDAKPj4gwqAgwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoCDCoGlt YWdlX2lkID0gMAo+PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgY29tcCA9IHsKPj4gwqAg wqAgwqAgwqAgwqBvYmplY3QgPSAwCj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBzdHJl dGNoID0gewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9IDAKPj4gwqAgwqAgwqAgwqB9Cj4+IMKg IMKgIMKgfSwKPj4gwqAgwqAgwqBwb3NpdGlvbiA9IHsKPj4gwqAgwqAgwqAgwqBjaGFycG9zID0g MCwKPj4gwqAgwqAgwqAgwqBieXRlcG9zID0gMAo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgY3Vy cmVudCA9IHsKPj4gwqAgwqAgwqAgwqBwb3MgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgY2hhcnBvcyA9 IDAsCj4+IMKgIMKgIMKgIMKgIMKgYnl0ZXBvcyA9IDAKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDC oCDCoCDCoG92ZXJsYXlfc3RyaW5nX2luZGV4ID0gMCwKPj4gwqAgwqAgwqAgwqBzdHJpbmdfcG9z ID0gewo+PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3MgPSAwLAo+PiDCoCDCoCDCoCDCoCDCoGJ5dGVw b3MgPSAwCj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBkcHZlY19pbmRleCA9IDAKPj4g wqAgwqAgwqB9LAo+PiDCoCDCoCDCoGZyb21fb3ZlcmxheSA9IDAsCj4+IMKgIMKgIMKgYXJlYSA9 IExFRlRfTUFSR0lOX0FSRUEsCj4+IMKgIMKgIMKgbWV0aG9kID0gR0VUX0ZST01fQlVGRkVSLAo+ PiDCoCDCoCDCoHBhcmFncmFwaF9lbWJlZGRpbmcgPSBORVVUUkFMX0RJUiwKPj4gwqAgwqAgwqBt dWx0aWJ5dGVfcCA9IDAsCj4+IMKgIMKgIMKgc3RyaW5nX2Zyb21fZGlzcGxheV9wcm9wX3AgPSAw LAo+PiDCoCDCoCDCoHN0cmluZ19mcm9tX3ByZWZpeF9wcm9wX3AgPSAwLAo+PiDCoCDCoCDCoGRp c3BsYXlfZWxsaXBzaXNfcCA9IDAsCj4+IMKgIMKgIMKgYXZvaWRfY3Vyc29yX3AgPSAwLAo+PiDC oCDCoCDCoGJpZGlfcCA9IDAsCj4+IMKgIMKgIMKgZnJvbV9kaXNwX3Byb3BfcCA9IDAsCj4+IMKg IMKgIMKgbGluZV93cmFwID0gVFJVTkNBVEUsCj4+IMKgIMKgIMKgdm9mZnNldCA9IDAsCj4+IMKg IMKgIMKgc3BhY2Vfd2lkdGggPSAwLAo+PiDCoCDCoCDCoGZvbnRfaGVpZ2h0ID0gMAo+PiDCoCDC oH0sIHsKPj4gwqAgwqAgwqBzdHJpbmcgPSAwLAo+PiDCoCDCoCDCoHN0cmluZ19uY2hhcnMgPSAw LAo+PiDCoCDCoCDCoGVuZF9jaGFycG9zID0gMCwKPj4gwqAgwqAgwqBzdG9wX2NoYXJwb3MgPSAw LAo+PiDCoCDCoCDCoHByZXZfc3RvcCA9IDAsCj4+IMKgIMKgIMKgYmFzZV9sZXZlbF9zdG9wID0g MCwKPj4gwqAgwqAgwqBjbXBfaXQgPSB7Cj4+IMKgIMKgIMKgIMKgc3RvcF9wb3MgPSAwLAo+PiDC oCDCoCDCoCDCoGlkID0gMCwKPj4gwqAgwqAgwqAgwqBjaCA9IDAsCj4+IMKgIMKgIMKgIMKgcnVs ZV9pZHggPSAwLAo+PiDCoCDCoCDCoCDCoGxvb2tiYWNrID0gMCwKPj4gwqAgwqAgwqAgwqBuZ2x5 cGhzID0gMCwKPj4gwqAgwqAgwqAgwqByZXZlcnNlZF9wID0gMCwKPj4gwqAgwqAgwqAgwqBjaGFy cG9zID0gMCwKPj4gwqAgwqAgwqAgwqBuY2hhcnMgPSAwLAo+PiDCoCDCoCDCoCDCoG5ieXRlcyA9 IDAsCj4+IMKgIMKgIMKgIMKgZnJvbSA9IDAsCj4+IMKgIMKgIMKgIMKgdG8gPSAwLAo+PiDCoCDC oCDCoCDCoHdpZHRoID0gMAo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgZmFjZV9pZCA9IDAsCj4+ IMKgIMKgIMKgdSA9IHsKPj4gwqAgwqAgwqAgwqBpbWFnZSA9IHsKPj4gwqAgwqAgwqAgwqAgwqBv YmplY3QgPSAwLAo+PiDCoCDCoCDCoCDCoCDCoHNsaWNlID0gewo+PiDCoCDCoCDCoCDCoCDCoCDC oHggPSAwLAo+PiDCoCDCoCDCoCDCoCDCoCDCoHkgPSAwLAo+PiDCoCDCoCDCoCDCoCDCoCDCoHdp ZHRoID0gMCwKPj4gwqAgwqAgwqAgwqAgwqAgwqBoZWlnaHQgPSAwCj4+IMKgIMKgIMKgIMKgIMKg fSwKPj4gwqAgwqAgwqAgwqAgwqBpbWFnZV9pZCA9IDAKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDC oCDCoCDCoGNvbXAgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0gMAo+PiDCoCDCoCDCoCDC oH0sCj4+IMKgIMKgIMKgIMKgc3RyZXRjaCA9IHsKPj4gwqAgwqAgwqAgwqAgwqBvYmplY3QgPSAw Cj4+IMKgIMKgIMKgIMKgfQo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgcG9zaXRpb24gPSB7Cj4+ IMKgIMKgIMKgIMKgY2hhcnBvcyA9IDAsCj4+IMKgIMKgIMKgIMKgYnl0ZXBvcyA9IDAKPj4gwqAg wqAgwqB9LAo+PiDCoCDCoCDCoGN1cnJlbnQgPSB7Cj4+IMKgIMKgIMKgIMKgcG9zID0gewo+PiDC oCDCoCDCoCDCoCDCoGNoYXJwb3MgPSAwLAo+PiDCoCDCoCDCoCDCoCDCoGJ5dGVwb3MgPSAwCj4+ IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBvdmVybGF5X3N0cmluZ19pbmRleCA9IDAsCj4+ IMKgIMKgIMKgIMKgc3RyaW5nX3BvcyA9IHsKPj4gwqAgwqAgwqAgwqAgwqBjaGFycG9zID0gMCwK Pj4gwqAgwqAgwqAgwqAgwqBieXRlcG9zID0gMAo+PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKg IMKgZHB2ZWNfaW5kZXggPSAwCj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBmcm9tX292ZXJsYXkg PSAwLAo+PiDCoCDCoCDCoGFyZWEgPSBMRUZUX01BUkdJTl9BUkVBLAo+PiDCoCDCoCDCoG1ldGhv ZCA9IEdFVF9GUk9NX0JVRkZFUiwKPj4gwqAgwqAgwqBwYXJhZ3JhcGhfZW1iZWRkaW5nID0gTkVV VFJBTF9ESVIsCj4+IMKgIMKgIMKgbXVsdGlieXRlX3AgPSAwLAo+PiDCoCDCoCDCoHN0cmluZ19m cm9tX2Rpc3BsYXlfcHJvcF9wID0gMCwKPj4gwqAgwqAgwqBzdHJpbmdfZnJvbV9wcmVmaXhfcHJv cF9wID0gMCwKPj4gwqAgwqAgwqBkaXNwbGF5X2VsbGlwc2lzX3AgPSAwLAo+PiDCoCDCoCDCoGF2 b2lkX2N1cnNvcl9wID0gMCwKPj4gwqAgwqAgwqBiaWRpX3AgPSAwLAo+PiDCoCDCoCDCoGZyb21f ZGlzcF9wcm9wX3AgPSAwLAo+PiDCoCDCoCDCoGxpbmVfd3JhcCA9IFRSVU5DQVRFLAo+PiDCoCDC oCDCoHZvZmZzZXQgPSAwLAo+PiDCoCDCoCDCoHNwYWNlX3dpZHRoID0gMCwKPj4gwqAgwqAgwqBm b250X2hlaWdodCA9IDAKPj4gwqAgwqB9LCB7Cj4+IMKgIMKgIMKgc3RyaW5nID0gMCwKPj4gwqAg wqAgwqBzdHJpbmdfbmNoYXJzID0gMCwKPj4gwqAgwqAgwqBlbmRfY2hhcnBvcyA9IDAsCj4+IMKg IMKgIMKgc3RvcF9jaGFycG9zID0gMCwKPj4gwqAgwqAgwqBwcmV2X3N0b3AgPSAwLAo+PiDCoCDC oCDCoGJhc2VfbGV2ZWxfc3RvcCA9IDAsCj4+IMKgIMKgIMKgY21wX2l0ID0gewo+PiDCoCDCoCDC oCDCoHN0b3BfcG9zID0gMCwKPj4gwqAgwqAgwqAgwqBpZCA9IDAsCj4+IMKgIMKgIMKgIMKgY2gg PSAwLAo+PiDCoCDCoCDCoCDCoHJ1bGVfaWR4ID0gMCwKPj4gwqAgwqAgwqAgwqBsb29rYmFjayA9 IDAsCj4+IMKgIMKgIMKgIMKgbmdseXBocyA9IDAsCj4+IMKgIMKgIMKgIMKgcmV2ZXJzZWRfcCA9 IDAsCj4+IMKgIMKgIMKgIMKgY2hhcnBvcyA9IDAsCj4+IMKgIMKgIMKgIMKgbmNoYXJzID0gMCwK Pj4gwqAgwqAgwqAgwqBuYnl0ZXMgPSAwLAo+PiDCoCDCoCDCoCDCoGZyb20gPSAwLAo+PiDCoCDC oCDCoCDCoHRvID0gMCwKPj4gwqAgwqAgwqAgwqB3aWR0aCA9IDAKPj4gwqAgwqAgwqB9LAo+PiDC oCDCoCDCoGZhY2VfaWQgPSAwLAo+PiDCoCDCoCDCoHUgPSB7Cj4+IMKgIMKgIMKgIMKgaW1hZ2Ug PSB7Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0gMCwKPj4gwqAgwqAgwqAgwqAgwqBzbGljZSA9 IHsKPj4gwqAgwqAgwqAgwqAgwqAgwqB4ID0gMCwKPj4gwqAgwqAgwqAgwqAgwqAgwqB5ID0gMCwK Pj4gwqAgwqAgwqAgwqAgwqAgwqB3aWR0aCA9IDAsCj4+IMKgIMKgIMKgIMKgIMKgIMKgaGVpZ2h0 ID0gMAo+PiDCoCDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgIMKgaW1hZ2VfaWQgPSAwCj4+ IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBjb21wID0gewo+PiDCoCDCoCDCoCDCoCDCoG9i amVjdCA9IDAKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoHN0cmV0Y2ggPSB7Cj4+IMKg IMKgIMKgIMKgIMKgb2JqZWN0ID0gMAo+PiDCoCDCoCDCoCDCoH0KPj4gwqAgwqAgwqB9LAo+PiDC oCDCoCDCoHBvc2l0aW9uID0gewo+PiDCoCDCoCDCoCDCoGNoYXJwb3MgPSAwLAo+PiDCoCDCoCDC oCDCoGJ5dGVwb3MgPSAwCj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBjdXJyZW50ID0gewo+PiDC oCDCoCDCoCDCoHBvcyA9IHsKPj4gwqAgwqAgwqAgwqAgwqBjaGFycG9zID0gMCwKPj4gwqAgwqAg wqAgwqAgwqBieXRlcG9zID0gMAo+PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgb3Zlcmxh eV9zdHJpbmdfaW5kZXggPSAwLAo+PiDCoCDCoCDCoCDCoHN0cmluZ19wb3MgPSB7Cj4+IMKgIMKg IMKgIMKgIMKgY2hhcnBvcyA9IDAsCj4+IMKgIMKgIMKgIMKgIMKgYnl0ZXBvcyA9IDAKPj4gwqAg wqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoGRwdmVjX2luZGV4ID0gMAo+PiDCoCDCoCDCoH0sCj4+ IMKgIMKgIMKgZnJvbV9vdmVybGF5ID0gMCwKPj4gwqAgwqAgwqBhcmVhID0gTEVGVF9NQVJHSU5f QVJFQSwKPj4gwqAgwqAgwqBtZXRob2QgPSBHRVRfRlJPTV9CVUZGRVIsCj4+IMKgIMKgIMKgcGFy YWdyYXBoX2VtYmVkZGluZyA9IE5FVVRSQUxfRElSLAo+PiDCoCDCoCDCoG11bHRpYnl0ZV9wID0g MCwKPj4gwqAgwqAgwqBzdHJpbmdfZnJvbV9kaXNwbGF5X3Byb3BfcCA9IDAsCj4+IMKgIMKgIMKg c3RyaW5nX2Zyb21fcHJlZml4X3Byb3BfcCA9IDAsCj4+IMKgIMKgIMKgZGlzcGxheV9lbGxpcHNp c19wID0gMCwKPj4gwqAgwqAgwqBhdm9pZF9jdXJzb3JfcCA9IDAsCj4+IMKgIMKgIMKgYmlkaV9w ID0gMCwKPj4gwqAgwqAgwqBmcm9tX2Rpc3BfcHJvcF9wID0gMCwKPj4gwqAgwqAgwqBsaW5lX3dy YXAgPSBUUlVOQ0FURSwKPj4gwqAgwqAgwqB2b2Zmc2V0ID0gMCwKPj4gwqAgwqAgwqBzcGFjZV93 aWR0aCA9IDAsCj4+IMKgIMKgIMKgZm9udF9oZWlnaHQgPSAwCj4+IMKgIMKgfSwgewo+PiDCoCDC oCDCoHN0cmluZyA9IDAsCj4+IMKgIMKgIMKgc3RyaW5nX25jaGFycyA9IDAsCj4+IMKgIMKgIMKg ZW5kX2NoYXJwb3MgPSAwLAo+PiDCoCDCoCDCoHN0b3BfY2hhcnBvcyA9IDAsCj4+IMKgIMKgIMKg cHJldl9zdG9wID0gMCwKPj4gwqAgwqAgwqBiYXNlX2xldmVsX3N0b3AgPSAwLAo+PiDCoCDCoCDC oGNtcF9pdCA9IHsKPj4gwqAgwqAgwqAgwqBzdG9wX3BvcyA9IDAsCj4+IMKgIMKgIMKgIMKgaWQg PSAwLAo+PiDCoCDCoCDCoCDCoGNoID0gMCwKPj4gwqAgwqAgwqAgwqBydWxlX2lkeCA9IDAsCj4+ IMKgIMKgIMKgIMKgbG9va2JhY2sgPSAwLAo+PiDCoCDCoCDCoCDCoG5nbHlwaHMgPSAwLAo+PiDC oCDCoCDCoCDCoHJldmVyc2VkX3AgPSAwLAo+PiDCoCDCoCDCoCDCoGNoYXJwb3MgPSAwLAo+PiDC oCDCoCDCoCDCoG5jaGFycyA9IDAsCj4+IMKgIMKgIMKgIMKgbmJ5dGVzID0gMCwKPj4gwqAgwqAg wqAgwqBmcm9tID0gMCwKPj4gwqAgwqAgwqAgwqB0byA9IDAsCj4+IMKgIMKgIMKgIMKgd2lkdGgg PSAwCj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBmYWNlX2lkID0gMCwKPj4gwqAgwqAgwqB1ID0g ewo+PiDCoCDCoCDCoCDCoGltYWdlID0gewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9IDAsCj4+ IMKgIMKgIMKgIMKgIMKgc2xpY2UgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgIMKgeCA9IDAsCj4+IMKg IMKgIMKgIMKgIMKgIMKgeSA9IDAsCj4+IMKgIMKgIMKgIMKgIMKgIMKgd2lkdGggPSAwLAo+PiDC oCDCoCDCoCDCoCDCoCDCoGhlaWdodCA9IDAKPj4gwqAgwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDC oCDCoCDCoGltYWdlX2lkID0gMAo+PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgY29tcCA9 IHsKPj4gwqAgwqAgwqAgwqAgwqBvYmplY3QgPSAwCj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAg wqAgwqBzdHJldGNoID0gewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9IDAKPj4gwqAgwqAgwqAg wqB9Cj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBwb3NpdGlvbiA9IHsKPj4gwqAgwqAgwqAgwqBj aGFycG9zID0gMCwKPj4gwqAgwqAgwqAgwqBieXRlcG9zID0gMAo+PiDCoCDCoCDCoH0sCj4+IMKg IMKgIMKgY3VycmVudCA9IHsKPj4gwqAgwqAgwqAgwqBwb3MgPSB7Cj4+IMKgIMKgIMKgIMKgIMKg Y2hhcnBvcyA9IDAsCj4+IMKgIMKgIMKgIMKgIMKgYnl0ZXBvcyA9IDAKPj4gwqAgwqAgwqAgwqB9 LAo+PiDCoCDCoCDCoCDCoG92ZXJsYXlfc3RyaW5nX2luZGV4ID0gMCwKPj4gwqAgwqAgwqAgwqBz dHJpbmdfcG9zID0gewo+PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3MgPSAwLAo+PiDCoCDCoCDCoCDC oCDCoGJ5dGVwb3MgPSAwCj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBkcHZlY19pbmRl eCA9IDAKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGZyb21fb3ZlcmxheSA9IDAsCj4+IMKgIMKg IMKgYXJlYSA9IExFRlRfTUFSR0lOX0FSRUEsCj4+IMKgIMKgIMKgbWV0aG9kID0gR0VUX0ZST01f QlVGRkVSLAo+PiDCoCDCoCDCoHBhcmFncmFwaF9lbWJlZGRpbmcgPSBORVVUUkFMX0RJUiwKPj4g wqAgwqAgwqBtdWx0aWJ5dGVfcCA9IDAsCj4+IMKgIMKgIMKgc3RyaW5nX2Zyb21fZGlzcGxheV9w cm9wX3AgPSAwLAo+PiDCoCDCoCDCoHN0cmluZ19mcm9tX3ByZWZpeF9wcm9wX3AgPSAwLAo+PiDC oCDCoCDCoGRpc3BsYXlfZWxsaXBzaXNfcCA9IDAsCj4+IMKgIMKgIMKgYXZvaWRfY3Vyc29yX3Ag PSAwLAo+PiDCoCDCoCDCoGJpZGlfcCA9IDAsCj4+IMKgIMKgIMKgZnJvbV9kaXNwX3Byb3BfcCA9 IDAsCj4+IMKgIMKgIMKgbGluZV93cmFwID0gVFJVTkNBVEUsCj4+IMKgIMKgIMKgdm9mZnNldCA9 IDAsCj4+IMKgIMKgIMKgc3BhY2Vfd2lkdGggPSAwLAo+PiDCoCDCoCDCoGZvbnRfaGVpZ2h0ID0g MAo+PiDCoCDCoH0sIHsKPj4gwqAgwqAgwqBzdHJpbmcgPSAwLAo+PiDCoCDCoCDCoHN0cmluZ19u Y2hhcnMgPSAwLAo+PiDCoCDCoCDCoGVuZF9jaGFycG9zID0gMCwKPj4gwqAgwqAgwqBzdG9wX2No YXJwb3MgPSAwLAo+PiDCoCDCoCDCoHByZXZfc3RvcCA9IDAsCj4+IMKgIMKgIMKgYmFzZV9sZXZl bF9zdG9wID0gMCwKPj4gwqAgwqAgwqBjbXBfaXQgPSB7Cj4+IMKgIMKgIMKgIMKgc3RvcF9wb3Mg PSAwLAo+PiDCoCDCoCDCoCDCoGlkID0gMCwKPj4gwqAgwqAgwqAgwqBjaCA9IDAsCj4+IMKgIMKg IMKgIMKgcnVsZV9pZHggPSAwLAo+PiDCoCDCoCDCoCDCoGxvb2tiYWNrID0gMCwKPj4gwqAgwqAg wqAgwqBuZ2x5cGhzID0gMCwKPj4gwqAgwqAgwqAgwqByZXZlcnNlZF9wID0gMCwKPj4gwqAgwqAg wqAgwqBjaGFycG9zID0gMCwKPj4gwqAgwqAgwqAgwqBuY2hhcnMgPSAwLAo+PiDCoCDCoCDCoCDC oG5ieXRlcyA9IDAsCj4+IMKgIMKgIMKgIMKgZnJvbSA9IDAsCj4+IMKgIMKgIMKgIMKgdG8gPSAw LAo+PiDCoCDCoCDCoCDCoHdpZHRoID0gMAo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgZmFjZV9p ZCA9IDAsCj4+IMKgIMKgIMKgdSA9IHsKPj4gwqAgwqAgwqAgwqBpbWFnZSA9IHsKPj4gwqAgwqAg wqAgwqAgwqBvYmplY3QgPSAwLAo+PiDCoCDCoCDCoCDCoCDCoHNsaWNlID0gewo+PiDCoCDCoCDC oCDCoCDCoCDCoHggPSAwLAo+PiDCoCDCoCDCoCDCoCDCoCDCoHkgPSAwLAo+PiDCoCDCoCDCoCDC oCDCoCDCoHdpZHRoID0gMCwKPj4gwqAgwqAgwqAgwqAgwqAgwqBoZWlnaHQgPSAwCj4+IMKgIMKg IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqAgwqBpbWFnZV9pZCA9IDAKPj4gwqAgwqAgwqAgwqB9 LAo+PiDCoCDCoCDCoCDCoGNvbXAgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0gMAo+PiDC oCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgc3RyZXRjaCA9IHsKPj4gwqAgwqAgwqAgwqAgwqBv YmplY3QgPSAwCj4+IMKgIMKgIMKgIMKgfQo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgcG9zaXRp b24gPSB7Cj4+IMKgIMKgIMKgIMKgY2hhcnBvcyA9IDAsCj4+IMKgIMKgIMKgIMKgYnl0ZXBvcyA9 IDAKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGN1cnJlbnQgPSB7Cj4+IMKgIMKgIMKgIMKgcG9z ID0gewo+PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3MgPSAwLAo+PiDCoCDCoCDCoCDCoCDCoGJ5dGVw b3MgPSAwCj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBvdmVybGF5X3N0cmluZ19pbmRl eCA9IDAsCj4+IMKgIMKgIMKgIMKgc3RyaW5nX3BvcyA9IHsKPj4gwqAgwqAgwqAgwqAgwqBjaGFy cG9zID0gMCwKPj4gwqAgwqAgwqAgwqAgwqBieXRlcG9zID0gMAo+PiDCoCDCoCDCoCDCoH0sCj4+ IMKgIMKgIMKgIMKgZHB2ZWNfaW5kZXggPSAwCj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBmcm9t X292ZXJsYXkgPSAwLAo+PiDCoCDCoCDCoGFyZWEgPSBMRUZUX01BUkdJTl9BUkVBLAo+PiDCoCDC oCDCoG1ldGhvZCA9IEdFVF9GUk9NX0JVRkZFUiwKPj4gwqAgwqAgwqBwYXJhZ3JhcGhfZW1iZWRk aW5nID0gTkVVVFJBTF9ESVIsCj4+IMKgIMKgIMKgbXVsdGlieXRlX3AgPSAwLAo+PiDCoCDCoCDC oHN0cmluZ19mcm9tX2Rpc3BsYXlfcHJvcF9wID0gMCwKPj4gwqAgwqAgwqBzdHJpbmdfZnJvbV9w cmVmaXhfcHJvcF9wID0gMCwKPj4gwqAgwqAgwqBkaXNwbGF5X2VsbGlwc2lzX3AgPSAwLAo+PiDC oCDCoCDCoGF2b2lkX2N1cnNvcl9wID0gMCwKPj4gwqAgwqAgwqBiaWRpX3AgPSAwLAo+PiDCoCDC oCDCoGZyb21fZGlzcF9wcm9wX3AgPSAwLAo+PiDCoCDCoCDCoGxpbmVfd3JhcCA9IFRSVU5DQVRF LAo+PiDCoCDCoCDCoHZvZmZzZXQgPSAwLAo+PiDCoCDCoCDCoHNwYWNlX3dpZHRoID0gMCwKPj4g wqAgwqAgwqBmb250X2hlaWdodCA9IDAKPj4gwqAgwqB9fSwKPj4gwqBzcCA9IDAsCj4+IMKgc2Vs ZWN0aXZlID0gMCwKPj4gwqB3aGF0ID0gSVRfQ0hBUkFDVEVSLAo+PiDCoGZhY2VfaWQgPSAwLAo+ PiDCoHNlbGVjdGl2ZV9kaXNwbGF5X2VsbGlwc2lzX3AgPSAxLAo+PiDCoGN0bF9hcnJvd19wID0g MSwKPj4gwqBmYWNlX2JveF9wID0gMCwKPj4gwqBzdGFydF9vZl9ib3hfcnVuX3AgPSAwLAo+PiDC oGVuZF9vZl9ib3hfcnVuX3AgPSAwLAo+PiDCoG92ZXJsYXlfc3RyaW5nc19hdF9lbmRfcHJvY2Vz c2VkX3AgPSAwLAo+PiDCoGlnbm9yZV9vdmVybGF5X3N0cmluZ3NfYXRfcG9zX3AgPSAwLAo+PiDC oGdseXBoX25vdF9hdmFpbGFibGVfcCA9IDAsCj4+IMKgc3RhcnRzX2luX21pZGRsZV9vZl9jaGFy X3AgPSAwLAo+PiDCoGZhY2VfYmVmb3JlX3NlbGVjdGl2ZV9wID0gMCwKPj4gwqBjb25zdHJhaW5f cm93X2FzY2VudF9kZXNjZW50X3AgPSAwLAo+PiDCoGxpbmVfd3JhcCA9IFdJTkRPV19XUkFQLAo+ PiDCoGJhc2VfZmFjZV9pZCA9IDAsCj4+IMKgYyA9IDg1OTQsCj4+IMKgbGVuID0gMywKPj4gwqBj bXBfaXQgPSB7Cj4+IMKgIMKgc3RvcF9wb3MgPSAxLAo+PiDCoCDCoGlkID0gLTEsCj4+IMKgIMKg Y2ggPSAtMiwKPj4gwqAgwqBydWxlX2lkeCA9IDAsCj4+IMKgIMKgbG9va2JhY2sgPSAwLAo+PiDC oCDCoG5nbHlwaHMgPSAwLAo+PiDCoCDCoHJldmVyc2VkX3AgPSAwLAo+PiDCoCDCoGNoYXJwb3Mg PSAwLAo+PiDCoCDCoG5jaGFycyA9IDAsCj4+IMKgIMKgbmJ5dGVzID0gMCwKPj4gwqAgwqBmcm9t ID0gMCwKPj4gwqAgwqB0byA9IDAsCj4+IMKgIMKgd2lkdGggPSAwCj4+IMKgfSwKPj4gwqBjaGFy X3RvX2Rpc3BsYXkgPSA4NTk0LAo+PiDCoGdseXBobGVzc19tZXRob2QgPSBHTFlQSExFU1NfRElT UExBWV9USElOX1NQQUNFLAo+PiDCoGltYWdlX2lkID0gMCwKPj4gwqBzbGljZSA9IHsKPj4gwqAg wqB4ID0gNDM0NTMxMTI5MCwKPj4gwqAgwqB5ID0gNDM0NTMxMTI5MCwKPj4gwqAgwqB3aWR0aCA9 IDQzNDUzMTEyOTAsCj4+IMKgIMKgaGVpZ2h0ID0gNDM0NTMxMTI5MAo+PiDCoH0sCj4+IMKgc3Bh Y2Vfd2lkdGggPSA0MzQ1MzExMjkwLAo+PiDCoHZvZmZzZXQgPSAwLAo+PiDCoHRhYl93aWR0aCA9 IDgsCj4+IMKgZm9udF9oZWlnaHQgPSA0MzQ1MzExMjkwLAo+PiDCoG9iamVjdCA9IDQzNDM3MDI1 OTcsCj4+IMKgcG9zaXRpb24gPSB7Cj4+IMKgIMKgY2hhcnBvcyA9IDEsCj4+IMKgIMKgYnl0ZXBv cyA9IDEKPj4gwqB9LAo+PiDCoHRydW5jYXRpb25fcGl4ZWxfd2lkdGggPSAwLAo+PiDCoGNvbnRp bnVhdGlvbl9waXhlbF93aWR0aCA9IDAsCj4+IMKgZmlyc3RfdmlzaWJsZV94ID0gMCwKPj4gwqBs YXN0X3Zpc2libGVfeCA9IDU2MCwKPj4gwqBsYXN0X3Zpc2libGVfeSA9IDQ5NSwKPj4gwqBleHRy YV9saW5lX3NwYWNpbmcgPSAwLAo+PiDCoG1heF9leHRyYV9saW5lX3NwYWNpbmcgPSAwLAo+PiDC oG92ZXJyaWRlX2FzY2VudCA9IC0xLAo+PiDCoG92ZXJyaWRlX2Rlc2NlbnQgPSAwLAo+PiDCoG92 ZXJyaWRlX2JvZmYgPSAwLAo+PiDCoGdseXBoX3JvdyA9IDB4MTA0NDZlNDAwLAo+PiDCoGFyZWEg PSBURVhUX0FSRUEsCj4+IMKgbmdseXBocyA9IDAsCj4+IMKgcGl4ZWxfd2lkdGggPSAwLAo+PiDC oGFzY2VudCA9IDAsCj4+IMKgZGVzY2VudCA9IDAsCj4+IMKgbWF4X2FzY2VudCA9IDAsCj4+IMKg bWF4X2Rlc2NlbnQgPSAwLAo+PiDCoHBoeXNfYXNjZW50ID0gMCwKPj4gwqBwaHlzX2Rlc2NlbnQg PSAwLAo+PiDCoG1heF9waHlzX2FzY2VudCA9IDAsCj4+IMKgbWF4X3BoeXNfZGVzY2VudCA9IDAs Cj4+IMKgY3VycmVudF94ID0gMCwKPj4gwqBjb250aW51YXRpb25fbGluZXNfd2lkdGggPSAwLAo+ PiDCoGVvbF9wb3MgPSB7Cj4+IMKgIMKgY2hhcnBvcyA9IDAsCj4+IMKgIMKgYnl0ZXBvcyA9IDAK Pj4gwqB9LAo+PiDCoGN1cnJlbnRfeSA9IDAsCj4+IMKgZmlyc3RfdnBvcyA9IDAsCj4+IMKgdnBv cyA9IDAsCj4+IMKgaHBvcyA9IDAsCj4+IMKgbGVmdF91c2VyX2ZyaW5nZV9iaXRtYXAgPSAwLAo+ PiDCoHJpZ2h0X3VzZXJfZnJpbmdlX2JpdG1hcCA9IDAsCj4+IMKgbGVmdF91c2VyX2ZyaW5nZV9m YWNlX2lkID0gMCwKPj4gwqByaWdodF91c2VyX2ZyaW5nZV9mYWNlX2lkID0gMCwKPj4gwqBiaWRp X3AgPSAxLAo+PiDCoGJpZGlfaXQgPSB7Cj4+IMKgIMKgYnl0ZXBvcyA9IDEsCj4+IMKgIMKgY2hh cnBvcyA9IDEsCj4+IMKgIMKgY2ggPSA4NTk0LAo+PiDCoCDCoG5jaGFycyA9IDEsCj4+IMKgIMKg Y2hfbGVuID0gMywKPj4gwqAgwqB0eXBlID0gU1RST05HX0wsCj4+IMKgIMKgdHlwZV9hZnRlcl93 MSA9IE5FVVRSQUxfT04sCj4+IMKgIMKgb3JpZ190eXBlID0gTkVVVFJBTF9PTiwKPj4gwqAgwqBy ZXNvbHZlZF9sZXZlbCA9IDAsCj4+IMKgIMKgaW52YWxpZF9sZXZlbHMgPSAwLAo+PiDCoCDCoGlu dmFsaWRfcmxfbGV2ZWxzID0gLTEsCj4+IMKgIMKgcHJldl93YXNfcGRmID0gMCwKPj4gwqAgwqBw cmV2ID0gewo+PiDCoCDCoCDCoGJ5dGVwb3MgPSAxLAo+PiDCoCDCoCDCoGNoYXJwb3MgPSAxLAo+ PiDCoCDCoCDCoHR5cGUgPSBORVVUUkFMX0IsCj4+IMKgIMKgIMKgdHlwZV9hZnRlcl93MSA9IE5F VVRSQUxfQiwKPj4gwqAgwqAgwqBvcmlnX3R5cGUgPSBORVVUUkFMX0IKPj4gwqAgwqB9LAo+PiDC oCDCoGxhc3Rfc3Ryb25nID0gewo+PiDCoCDCoCDCoGJ5dGVwb3MgPSAwLAo+PiDCoCDCoCDCoGNo YXJwb3MgPSAwLAo+PiDCoCDCoCDCoHR5cGUgPSBVTktOT1dOX0JULAo+PiDCoCDCoCDCoHR5cGVf YWZ0ZXJfdzEgPSBVTktOT1dOX0JULAo+PiDCoCDCoCDCoG9yaWdfdHlwZSA9IFVOS05PV05fQlQK Pj4gwqAgwqB9LAo+PiDCoCDCoG5leHRfZm9yX25ldXRyYWwgPSB7Cj4+IMKgIMKgIMKgYnl0ZXBv cyA9IDAsCj4+IMKgIMKgIMKgY2hhcnBvcyA9IC0xLAo+PiDCoCDCoCDCoHR5cGUgPSBVTktOT1dO X0JULAo+PiDCoCDCoCDCoHR5cGVfYWZ0ZXJfdzEgPSBVTktOT1dOX0JULAo+PiDCoCDCoCDCoG9y aWdfdHlwZSA9IFVOS05PV05fQlQKPj4gwqAgwqB9LAo+PiDCoCDCoHByZXZfZm9yX25ldXRyYWwg PSB7Cj4+IMKgIMKgIMKgYnl0ZXBvcyA9IDEsCj4+IMKgIMKgIMKgY2hhcnBvcyA9IDEsCj4+IMKg IMKgIMKgdHlwZSA9IFNUUk9OR19MLAo+PiDCoCDCoCDCoHR5cGVfYWZ0ZXJfdzEgPSBVTktOT1dO X0JULAo+PiDCoCDCoCDCoG9yaWdfdHlwZSA9IFVOS05PV05fQlQKPj4gwqAgwqB9LAo+PiDCoCDC oG5leHRfZm9yX3dzID0gewo+PiDCoCDCoCDCoGJ5dGVwb3MgPSAwLAo+PiDCoCDCoCDCoGNoYXJw b3MgPSAwLAo+PiDCoCDCoCDCoHR5cGUgPSBVTktOT1dOX0JULAo+PiDCoCDCoCDCoHR5cGVfYWZ0 ZXJfdzEgPSBVTktOT1dOX0JULAo+PiDCoCDCoCDCoG9yaWdfdHlwZSA9IFVOS05PV05fQlQKPj4g wqAgwqB9LAo+PiDCoCDCoG5leHRfZW5fcG9zID0gMCwKPj4gwqAgwqBuZXh0X2VuX3R5cGUgPSBV TktOT1dOX0JULAo+PiDCoCDCoGlnbm9yZV9ibl9saW1pdCA9IC0xLAo+PiDCoCDCoHNvciA9IEwy UiwKPj4gwqAgwqBzY2FuX2RpciA9IDEsCj4+IMKgIMKgZGlzcF9wb3MgPSAzLAo+PiDCoCDCoGRp c3BfcHJvcCA9IDAsCj4+IMKgIMKgc3RhY2tfaWR4ID0gMCwKPj4gwqAgwqBsZXZlbF9zdGFjayA9 IHt7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAwLAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gTkVV VFJBTF9ESVIKPj4gwqAgwqAgwqB9IDxyZXBlYXRzIDY0IHRpbWVzPn0sCj4+IMKgIMKgc3RyaW5n ID0gewo+PiDCoCDCoCDCoGxzdHJpbmcgPSA0MzQ1MzExMjkwLAo+PiDCoCDCoCDCoHMgPSAweDAs Cj4+IMKgIMKgIMKgc2NoYXJzID0gMCwKPj4gwqAgwqAgwqBidWZwb3MgPSAwLAo+PiDCoCDCoCDC oGZyb21fZGlzcF9zdHIgPSAwLAo+PiDCoCDCoCDCoHVuaWJ5dGUgPSAwCj4+IMKgIMKgfSwKPj4g wqAgwqBwYXJhZ3JhcGhfZGlyID0gTDJSLAo+PiDCoCDCoHNlcGFyYXRvcl9saW1pdCA9IC0xLAo+ PiDCoCDCoGZpcnN0X2VsdCA9IDAsCj4+IMKgIMKgbmV3X3BhcmFncmFwaCA9IDAsCj4+IMKgIMKg ZnJhbWVfd2luZG93X3AgPSAxCj4+IMKgfSwKPj4gwqBwYXJhZ3JhcGhfZW1iZWRkaW5nID0gTkVV VFJBTF9ESVIKPj4gfQo+PiDCoCDCoCDCoCB3ID0gKHN0cnVjdCB3aW5kb3cgKikgMHgxMDFmM2Q5 MTAKPj4gwqAgwqAgwqAgcG9zID0gIzI3IDB4MDAwMDAwMDEwMDA0YTA3MCBpbiByZWRpc3BsYXlf d2luZG93ICh3aW5kb3c9NDM0MzgwNDAwNSwganVzdF90aGlzX29uZV9wPTE2MDY0MDQ4ODApIGF0 IHhkaXNwLmM6MTU2NTIKPj4gwqAgwqAgwqAgZDIgPSAxNDU5NQo+PiDCoCDCoCDCoCBkNCA9IDE5 Cj4+IMKgIMKgIMKgIGQ2ID0gMAo+PiDCoCDCoCDCoCBkMSA9IDAKPj4gwqAgwqAgwqAgZDMgPSAx Cj4+IMKgIMKgIMKgIGQ1ID0gMQo+PiDCoCDCoCDCoCBvbGQgPSAoc3RydWN0IGJ1ZmZlciAqKSAw eDEwMmU3YTQ0MAo+PiDCoCDCoCDCoCB1cGRhdGVfbW9kZV9saW5lID0gMQo+PiDCoCDCoCDCoCBl bmRfdW5jaGFuZ2VkID0gMAo+PiDCoCDCoCDCoCB3ID0gKHN0cnVjdCB3aW5kb3cgKikgMHgxMDFm M2Q5MTAKPj4gwqAgwqAgwqAgYmVnX3VuY2hhbmdlZCA9IDEKPj4gwqAgwqAgwqAgaXQgPSB7Cj4+ IMKgd2luZG93ID0gMTI1NzU2NzAzNTA3NDU2LAo+PiDCoHcgPSAweDEwMDAwMDAwMCwKPj4gwqBm ID0gMHg5MDAwMGRkMWEsCj4+IMKgbWV0aG9kID0gMjE0NzQ4MzY0OCwKPj4gwqBzdG9wX2NoYXJw b3MgPSAxNzE3OTg2OTc1MCwKPj4gwqBwcmV2X3N0b3AgPSA3MTI5NjQ1NzEyNjcsCj4+IMKgYmFz ZV9sZXZlbF9zdG9wID0gODU4OTkzNTE3MywKPj4gwqBlbmRfY2hhcnBvcyA9IDIxNDc0ODM2NDcs Cj4+IMKgcyA9IDB4MTAzYTQwNDAwICJcMDMzIiwKPj4gwqBzdHJpbmdfbmNoYXJzID0gODAsCj4+ IMKgcmVnaW9uX2JlZ19jaGFycG9zID0gMCwKPj4gwqByZWdpb25fZW5kX2NoYXJwb3MgPSA0NiwK Pj4gwqByZWRpc3BsYXlfZW5kX3RyaWdnZXJfY2hhcnBvcyA9IDQ4LAo+PiDCoG11bHRpYnl0ZV9w ID0gMCwKPj4gwqBoZWFkZXJfbGluZV9wID0gMCwKPj4gwqBzdHJpbmdfZnJvbV9kaXNwbGF5X3By b3BfcCA9IDEsCj4+IMKgc3RyaW5nX2Zyb21fcHJlZml4X3Byb3BfcCA9IDEsCj4+IMKgZnJvbV9k aXNwX3Byb3BfcCA9IDAsCj4+IMKgZWxsaXBzaXNfcCA9IDAsCj4+IMKgYXZvaWRfY3Vyc29yX3Ag PSAwLAo+PiDCoGRwID0gMHhiLAo+PiDCoGRwdmVjID0gMHg3ZmZmNWZiZjkzYzAsCj4+IMKgZHBl bmQgPSAweDdmZmY4YTc2MzE3ZSwKPj4gwqBkcHZlY19jaGFyX2xlbiA9IDQ2LAo+PiDCoGRwdmVj X2ZhY2VfaWQgPSAwLAo+PiDCoHNhdmVkX2ZhY2VfaWQgPSAxODQsCj4+IMKgY3RsX2NoYXJzID0g ezQzNTYwNDY2OTMsIDQzNDUzMTEyOTAsIDE0MDczNDc5OTc3NjQwMCwgNDM0NTMxMTI5MCwgMTQw NzM0Nzk5NzgwNzIwLCA0Mjk1OTUyODM2LCAwLCAwLCAxLCAwLCA0MzcyODI0NDkwLCA0MzQzNjg1 MTU4LCA2LCA0MzcyODI0NDkxLCA0MzQzNjg1MTU4LCA5fSwKPj4gwqBzdGFydCA9IHsKPj4gwqAg wqBwb3MgPSB7Cj4+IMKgIMKgIMKgY2hhcnBvcyA9IDQzNzI4MjQ0OTIsCj4+IMKgIMKgIMKgYnl0 ZXBvcyA9IDQzNDM2ODUxNTgKPj4gwqAgwqB9LAo+PiDCoCDCoG92ZXJsYXlfc3RyaW5nX2luZGV4 ID0gMTIsCj4+IMKgIMKgc3RyaW5nX3BvcyA9IHsKPj4gwqAgwqAgwqBjaGFycG9zID0gNDM3Mjgy NDQ5MywKPj4gwqAgwqAgwqBieXRlcG9zID0gNDM0MzY4NTE1OAo+PiDCoCDCoH0sCj4+IMKgIMKg ZHB2ZWNfaW5kZXggPSAxNQo+PiDCoH0sCj4+IMKgY3VycmVudCA9IHsKPj4gwqAgwqBwb3MgPSB7 Cj4+IMKgIMKgIMKgY2hhcnBvcyA9IDQzNzI4MjQ0OTQsCj4+IMKgIMKgIMKgYnl0ZXBvcyA9IDQz NDM2ODUxNTgKPj4gwqAgwqB9LAo+PiDCoCDCoG92ZXJsYXlfc3RyaW5nX2luZGV4ID0gMTgsCj4+ IMKgIMKgc3RyaW5nX3BvcyA9IHsKPj4gwqAgwqAgwqBjaGFycG9zID0gNDM3MjgyNDQ5NSwKPj4g wqAgwqAgwqBieXRlcG9zID0gNDM0MzY4NTE1OAo+PiDCoCDCoH0sCj4+IMKgIMKgZHB2ZWNfaW5k ZXggPSAyMQo+PiDCoH0sCj4+IMKgbl9vdmVybGF5X3N0cmluZ3MgPSA3Nzg1NzIwMCwKPj4gwqBv dmVybGF5X3N0cmluZ3NfY2hhcnBvcyA9IDQzNDM2ODUxNTgsCj4+IMKgb3ZlcmxheV9zdHJpbmdz ID0gezI0LCA0MzcyODI0NDk3LCA0MzQzNjg1MTU4LCAyNywgNDM3MjgyNDQ5OCwgNDM0MzY4NTE1 OCwgMzAsIDQzNzI4MjQ0OTksIDQzNDM2ODUxNTgsIDMzLCA0MzcyODI0NTAwLCA0MzQzNjg1MTU4 LCAzNiwgNDM3MjgyNDUwMSwgNDM0MzY4NTE1OCwgMX0sCj4+IMKgc3RyaW5nX292ZXJsYXlzID0g ezEsIDE0MDczNDc5OTc5MzgxNiwgMTUsIDAsIDE0MDczNDc5OTc5MzgxNiwgMCwgMTQwNzM0Nzk5 Nzc2ODAwLCA0Mjk1NTMwNjYyLCAxNDA3MzQ3OTk3OTM4NDgsIDE0MDczNDc5OTc5Mzg0MCwgMTUs IDE0MDczNDc5OTc5MzgxNiwgMCwgMSwgMTQwNzM0Nzk5Nzc3NzI4LCA0Mjk1NTMxMjE5fSwKPj4g wqBzdHJpbmcgPSAxNSwKPj4gwqBmcm9tX292ZXJsYXkgPSAwLAo+PiDCoHN0YWNrID0ge3sKPj4g wqAgwqAgwqBzdHJpbmcgPSAwLAo+PiDCoCDCoCDCoHN0cmluZ19uY2hhcnMgPSAxLAo+PiDCoCDC oCDCoGVuZF9jaGFycG9zID0gMTQwNzM0Nzk5Nzc3Nzc2LAo+PiDCoCDCoCDCoHN0b3BfY2hhcnBv cyA9IDQyOTU1MzIzNTAsCj4+IMKgIMKgIMKgcHJldl9zdG9wID0gMTQwNzM0Nzk5Nzc2OTYwLAo+ PiDCoCDCoCDCoGJhc2VfbGV2ZWxfc3RvcCA9IDI0LAo+PiDCoCDCoCDCoGNtcF9pdCA9IHsKPj4g wqAgwqAgwqAgwqBzdG9wX3BvcyA9IDI0LAo+PiDCoCDCoCDCoCDCoGlkID0gMjI5MzUxMjUzNjIz MiwKPj4gwqAgwqAgwqAgwqBjaCA9IDI0LAo+PiDCoCDCoCDCoCDCoHJ1bGVfaWR4ID0gMjQsCj4+ IMKgIMKgIMKgIMKgbG9va2JhY2sgPSAxNjgsCj4+IMKgIMKgIMKgIMKgbmdseXBocyA9IDUzNCwK Pj4gwqAgwqAgwqAgwqByZXZlcnNlZF9wID0gMjQsCj4+IMKgIMKgIMKgIMKgY2hhcnBvcyA9IDAs Cj4+IMKgIMKgIMKgIMKgbmNoYXJzID0gMjQsCj4+IMKgIMKgIMKgIMKgbmJ5dGVzID0gMjQsCj4+ IMKgIMKgIMKgIMKgZnJvbSA9IDAsCj4+IMKgIMKgIMKgIMKgdG8gPSAxMDcyNjkzMjQ4LAo+PiDC oCDCoCDCoCDCoHdpZHRoID0gMAo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgZmFjZV9pZCA9IDAs Cj4+IMKgIMKgIMKgdSA9IHsKPj4gwqAgwqAgwqAgwqBpbWFnZSA9IHsKPj4gwqAgwqAgwqAgwqAg wqBvYmplY3QgPSAxNDA3MzQ3OTk3Nzk0MjQsCj4+IMKgIMKgIMKgIMKgIMKgc2xpY2UgPSB7Cj4+ IMKgIMKgIMKgIMKgIMKgIMKgeCA9IDE0MDczNTUxNjM4OTc1OCwKPj4gwqAgwqAgwqAgwqAgwqAg wqB5ID0gNDI5NDk2NzI5NiwKPj4gwqAgwqAgwqAgwqAgwqAgwqB3aWR0aCA9IDE0MDczNDc5OTc5 NDA4OCwKPj4gwqAgwqAgwqAgwqAgwqAgwqBoZWlnaHQgPSAxNDA3MzQ3OTk3ODA3MjAKPj4gwqAg wqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoCDCoGltYWdlX2lkID0gNDI5NTk1MjgzNgo+PiDC oCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgY29tcCA9IHsKPj4gwqAgwqAgwqAgwqAgwqBvYmpl Y3QgPSAxNDA3MzQ3OTk3Nzk0MjQKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoHN0cmV0 Y2ggPSB7Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0gMTQwNzM0Nzk5Nzc5NDI0Cj4+IMKgIMKg IMKgIMKgfQo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgcG9zaXRpb24gPSB7Cj4+IMKgIMKgIMKg IMKgY2hhcnBvcyA9IDIyOTM1MTI1MzYyMzIsCj4+IMKgIMKgIMKgIMKgYnl0ZXBvcyA9IDQzNzI3 OTQ2NDEKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGN1cnJlbnQgPSB7Cj4+IMKgIMKgIMKgIMKg cG9zID0gewo+PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3MgPSA5MDEyNzE3ODY3NTQ3Mzg3MzgyLAo+ PiDCoCDCoCDCoCDCoCDCoGJ5dGVwb3MgPSAxNDA3MzQ3OTk3NzkwNDgKPj4gwqAgwqAgwqAgwqB9 LAo+PiDCoCDCoCDCoCDCoG92ZXJsYXlfc3RyaW5nX2luZGV4ID0gMTYwNjM5MTIzMiwKPj4gwqAg wqAgwqAgwqBzdHJpbmdfcG9zID0gewo+PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3MgPSAxNDA3MzQ3 OTk3ODAwNjQsCj4+IMKgIMKgIMKgIMKgIMKgYnl0ZXBvcyA9IDMwNAo+PiDCoCDCoCDCoCDCoH0s Cj4+IMKgIMKgIMKgIMKgZHB2ZWNfaW5kZXggPSAwCj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBm cm9tX292ZXJsYXkgPSAxNDA3MzQ3OTk3Nzc5MzYsCj4+IMKgIMKgIMKgYXJlYSA9IDIzMjMwMjIz MTcsCj4+IMKgIMKgIMKgbWV0aG9kID0gMzI3NjcsCj4+IMKgIMKgIMKgcGFyYWdyYXBoX2VtYmVk ZGluZyA9IDMwNCwKPj4gwqAgwqAgwqBtdWx0aWJ5dGVfcCA9IDAsCj4+IMKgIMKgIMKgc3RyaW5n X2Zyb21fZGlzcGxheV9wcm9wX3AgPSAwLAo+PiDCoCDCoCDCoHN0cmluZ19mcm9tX3ByZWZpeF9w cm9wX3AgPSAwLAo+PiDCoCDCoCDCoGRpc3BsYXlfZWxsaXBzaXNfcCA9IDAsCj4+IMKgIMKgIMKg YXZvaWRfY3Vyc29yX3AgPSAwLAo+PiDCoCDCoCDCoGJpZGlfcCA9IDAsCj4+IMKgIMKgIMKgZnJv bV9kaXNwX3Byb3BfcCA9IDAsCj4+IMKgIMKgIMKgbGluZV93cmFwID0gMTYwNjM5MjAzMiwKPj4g wqAgwqAgwqB2b2Zmc2V0ID0gMzI3NjcsCj4+IMKgIMKgIMKgc3BhY2Vfd2lkdGggPSA4LAo+PiDC oCDCoCDCoGZvbnRfaGVpZ2h0ID0gNTc2NDYxODY0NzQ2NDIzMDUzCj4+IMKgIMKgfSwgewo+PiDC oCDCoCDCoHN0cmluZyA9IDQzNDM3MDYwNzAsCj4+IMKgIMKgIMKgc3RyaW5nX25jaGFycyA9IDAs Cj4+IMKgIMKgIMKgZW5kX2NoYXJwb3MgPSAwLAo+PiDCoCDCoCDCoHN0b3BfY2hhcnBvcyA9IDAs Cj4+IMKgIMKgIMKgcHJldl9zdG9wID0gMCwKPj4gwqAgwqAgwqBiYXNlX2xldmVsX3N0b3AgPSAw LAo+PiDCoCDCoCDCoGNtcF9pdCA9IHsKPj4gwqAgwqAgwqAgwqBzdG9wX3BvcyA9IDAsCj4+IMKg IMKgIMKgIMKgaWQgPSAxLAo+PiDCoCDCoCDCoCDCoGNoID0gNTYyMzY5NiwKPj4gwqAgwqAgwqAg wqBydWxlX2lkeCA9IDEsCj4+IMKgIMKgIMKgIMKgbG9va2JhY2sgPSA3NzgyNzM0NCwKPj4gwqAg wqAgwqAgwqBuZ2x5cGhzID0gMSwKPj4gwqAgwqAgwqAgwqByZXZlcnNlZF9wID0gLTc3ODI3MzQ0 LAo+PiDCoCDCoCDCoCDCoGNoYXJwb3MgPSA0MCwKPj4gwqAgwqAgwqAgwqBuY2hhcnMgPSAwLAo+ PiDCoCDCoCDCoCDCoG5ieXRlcyA9IDAsCj4+IMKgIMKgIMKgIMKgZnJvbSA9IDc3ODI3Mzg0LAo+ PiDCoCDCoCDCoCDCoHRvID0gMSwKPj4gwqAgwqAgwqAgwqB3aWR0aCA9IDM4OTIxNjcyCj4+IMKg IMKgIMKgfSwKPj4gwqAgwqAgwqBmYWNlX2lkID0gMzg5MjE0ODgsCj4+IMKgIMKgIMKgdSA9IHsK Pj4gwqAgwqAgwqAgwqBpbWFnZSA9IHsKPj4gwqAgwqAgwqAgwqAgwqBvYmplY3QgPSAwLAo+PiDC oCDCoCDCoCDCoCDCoHNsaWNlID0gewo+PiDCoCDCoCDCoCDCoCDCoCDCoHggPSAwLAo+PiDCoCDC oCDCoCDCoCDCoCDCoHkgPSA0MzMzODg4OTY4LAo+PiDCoCDCoCDCoCDCoCDCoCDCoHdpZHRoID0g MCwKPj4gwqAgwqAgwqAgwqAgwqAgwqBoZWlnaHQgPSA4Cj4+IMKgIMKgIMKgIMKgIMKgfSwKPj4g wqAgwqAgwqAgwqAgwqBpbWFnZV9pZCA9IDAKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDC oGNvbXAgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0gMAo+PiDCoCDCoCDCoCDCoH0sCj4+ IMKgIMKgIMKgIMKgc3RyZXRjaCA9IHsKPj4gwqAgwqAgwqAgwqAgwqBvYmplY3QgPSAwCj4+IMKg IMKgIMKgIMKgfQo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgcG9zaXRpb24gPSB7Cj4+IMKgIMKg IMKgIMKgY2hhcnBvcyA9IDAsCj4+IMKgIMKgIMKgIMKgYnl0ZXBvcyA9IDQzNDM3MDYwNjgKPj4g wqAgwqAgwqB9LAo+PiDCoCDCoCDCoGN1cnJlbnQgPSB7Cj4+IMKgIMKgIMKgIMKgcG9zID0gewo+ PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3MgPSAxNDA3MzMxOTMzODgwNDMsCj4+IMKgIMKgIMKgIMKg IMKgYnl0ZXBvcyA9IDQzNzI3OTQ2NDAKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoG92 ZXJsYXlfc3RyaW5nX2luZGV4ID0gMTYwNjM4OTM5MiwKPj4gwqAgwqAgwqAgwqBzdHJpbmdfcG9z ID0gewo+PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3MgPSA0Mjk1OTUyODM2LAo+PiDCoCDCoCDCoCDC oCDCoGJ5dGVwb3MgPSAwCj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBkcHZlY19pbmRl eCA9IDAKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGZyb21fb3ZlcmxheSA9IDIwLAo+PiDCoCDC oCDCoGFyZWEgPSBMRUZUX01BUkdJTl9BUkVBLAo+PiDCoCDCoCDCoG1ldGhvZCA9IEdFVF9GUk9N X0JVRkZFUiwKPj4gwqAgwqAgwqBwYXJhZ3JhcGhfZW1iZWRkaW5nID0gUjJMLAo+PiDCoCDCoCDC oG11bHRpYnl0ZV9wID0gMCwKPj4gwqAgwqAgwqBzdHJpbmdfZnJvbV9kaXNwbGF5X3Byb3BfcCA9 IDAsCj4+IMKgIMKgIMKgc3RyaW5nX2Zyb21fcHJlZml4X3Byb3BfcCA9IDAsCj4+IMKgIMKgIMKg ZGlzcGxheV9lbGxpcHNpc19wID0gMCwKPj4gwqAgwqAgwqBhdm9pZF9jdXJzb3JfcCA9IDAsCj4+ IMKgIMKgIMKgYmlkaV9wID0gMCwKPj4gwqAgwqAgwqBmcm9tX2Rpc3BfcHJvcF9wID0gMCwKPj4g wqAgwqAgwqBsaW5lX3dyYXAgPSA3NzgyNzM0NCwKPj4gwqAgwqAgwqB2b2Zmc2V0ID0gMSwKPj4g wqAgwqAgwqBzcGFjZV93aWR0aCA9IDQzNzI3OTQ2ODAsCj4+IMKgIMKgIMKgZm9udF9oZWlnaHQg PSA0MzQzNzA2MDY2Cj4+IMKgIMKgfSwgewo+PiDCoCDCoCDCoHN0cmluZyA9IDQyOTQ5NjcyOTYs Cj4+IMKgIMKgIMKgc3RyaW5nX25jaGFycyA9IDAsCj4+IMKgIMKgIMKgZW5kX2NoYXJwb3MgPSAw LAo+PiDCoCDCoCDCoHN0b3BfY2hhcnBvcyA9IDAsCj4+IMKgIMKgIMKgcHJldl9zdG9wID0gMSwK Pj4gwqAgwqAgwqBiYXNlX2xldmVsX3N0b3AgPSAwLAo+PiDCoCDCoCDCoGNtcF9pdCA9IHsKPj4g wqAgwqAgwqAgwqBzdG9wX3BvcyA9IDQzNzI3OTQ2NDIsCj4+IMKgIMKgIMKgIMKgaWQgPSA0MzQz Njg1MTU4LAo+PiDCoCDCoCDCoCDCoGNoID0gNiwKPj4gwqAgwqAgwqAgwqBydWxlX2lkeCA9IDAs Cj4+IMKgIMKgIMKgIMKgbG9va2JhY2sgPSA3NzgyNzM0NywKPj4gwqAgwqAgwqAgwqBuZ2x5cGhz ID0gMSwKPj4gwqAgwqAgwqAgwqByZXZlcnNlZF9wID0gNDg3MTc4NjIsCj4+IMKgIMKgIMKgIMKg Y2hhcnBvcyA9IDksCj4+IMKgIMKgIMKgIMKgbmNoYXJzID0gNzc4MjczNDgsCj4+IMKgIMKgIMKg IMKgbmJ5dGVzID0gMSwKPj4gwqAgwqAgwqAgwqBmcm9tID0gNDg3MTc4NjIsCj4+IMKgIMKgIMKg IMKgdG8gPSAxLAo+PiDCoCDCoCDCoCDCoHdpZHRoID0gMTIKPj4gwqAgwqAgwqB9LAo+PiDCoCDC oCDCoGZhY2VfaWQgPSA3NzgyNzM0OSwKPj4gwqAgwqAgwqB1ID0gewo+PiDCoCDCoCDCoCDCoGlt YWdlID0gewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9IDQzNDM2ODUxNTgsCj4+IMKgIMKgIMKg IMKgIMKgc2xpY2UgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgIMKgeCA9IDE1LAo+PiDCoCDCoCDCoCDC oCDCoCDCoHkgPSA0MzcyNzk0NjQ2LAo+PiDCoCDCoCDCoCDCoCDCoCDCoHdpZHRoID0gNDM0MzY4 NTE1OCwKPj4gwqAgwqAgwqAgwqAgwqAgwqBoZWlnaHQgPSA0NjI3NDQ4NjE3MTIzMTg0NjQwCj4+ IMKgIMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqAgwqBpbWFnZV9pZCA9IDQ2Mjc0NDg2MTcx MjMxODQ2NDAKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoGNvbXAgPSB7Cj4+IMKgIMKg IMKgIMKgIMKgb2JqZWN0ID0gNDM0MzY4NTE1OAo+PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKg IMKgc3RyZXRjaCA9IHsKPj4gwqAgwqAgwqAgwqAgwqBvYmplY3QgPSA0MzQzNjg1MTU4Cj4+IMKg IMKgIMKgIMKgfQo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgcG9zaXRpb24gPSB7Cj4+IMKgIMKg IMKgIMKgY2hhcnBvcyA9IDE0MDczNDc5OTc3NzYzMiwKPj4gwqAgwqAgwqAgwqBieXRlcG9zID0g MTQwNzM1NTA5NzQzNDAzCj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBjdXJyZW50ID0gewo+PiDC oCDCoCDCoCDCoHBvcyA9IHsKPj4gwqAgwqAgwqAgwqAgwqBjaGFycG9zID0gMCwKPj4gwqAgwqAg wqAgwqAgwqBieXRlcG9zID0gNDMzMzg4ODc4NAo+PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKg IMKgb3ZlcmxheV9zdHJpbmdfaW5kZXggPSAxNjA2MzkxMDAwLAo+PiDCoCDCoCDCoCDCoHN0cmlu Z19wb3MgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgY2hhcnBvcyA9IDM0Nzg0OTQwMTM4NDAzLAo+PiDC oCDCoCDCoCDCoCDCoGJ5dGVwb3MgPSAxNDA3MzQ3OTk3Nzc4MDgKPj4gwqAgwqAgwqAgwqB9LAo+ PiDCoCDCoCDCoCDCoGRwdmVjX2luZGV4ID0gMTEKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGZy b21fb3ZlcmxheSA9IDQyOTQ5NjczMDUsCj4+IMKgIMKgIMKgYXJlYSA9IDE2MDYzODk3NzIsCj4+ IMKgIMKgIMKgbWV0aG9kID0gMzI3NjcsCj4+IMKgIMKgIMKgcGFyYWdyYXBoX2VtYmVkZGluZyA9 IDE2MDYzOTEwMDAsCj4+IMKgIMKgIMKgbXVsdGlieXRlX3AgPSAxLAo+PiDCoCDCoCDCoHN0cmlu Z19mcm9tX2Rpc3BsYXlfcHJvcF9wID0gMSwKPj4gwqAgwqAgwqBzdHJpbmdfZnJvbV9wcmVmaXhf cHJvcF9wID0gMCwKPj4gwqAgwqAgwqBkaXNwbGF5X2VsbGlwc2lzX3AgPSAwLAo+PiDCoCDCoCDC oGF2b2lkX2N1cnNvcl9wID0gMCwKPj4gwqAgwqAgwqBiaWRpX3AgPSAxLAo+PiDCoCDCoCDCoGZy b21fZGlzcF9wcm9wX3AgPSAwLAo+PiDCoCDCoCDCoGxpbmVfd3JhcCA9IDgwOTksCj4+IMKgIMKg IMKgdm9mZnNldCA9IDgwOTksCj4+IMKgIMKgIMKgc3BhY2Vfd2lkdGggPSAxNDA3MzQ3OTk3Nzc4 NTYsCj4+IMKgIMKgIMKgZm9udF9oZWlnaHQgPSAxNDA3MzQ3OTk3OTM4MTYKPj4gwqAgwqB9LCB7 Cj4+IMKgIMKgIMKgc3RyaW5nID0gOTAxMjcxNzg2NzU0NzM4NzM4MiwKPj4gwqAgwqAgwqBzdHJp bmdfbmNoYXJzID0gMTYwNjM5MTY4OCwKPj4gwqAgwqAgwqBlbmRfY2hhcnBvcyA9IDE0MDczNDc5 OTc3OTkzNiwKPj4gwqAgwqAgwqBzdG9wX2NoYXJwb3MgPSAxNDA3MzQ3OTk3ODA3MzYsCj4+IMKg IMKgIMKgcHJldl9zdG9wID0gMzA0LAo+PiDCoCDCoCDCoGJhc2VfbGV2ZWxfc3RvcCA9IDAsCj4+ IMKgIMKgIMKgY21wX2l0ID0gewo+PiDCoCDCoCDCoCDCoHN0b3BfcG9zID0gMTQwNzM0Nzk5Nzc4 NjA4LAo+PiDCoCDCoCDCoCDCoGlkID0gMTQwNzM1NTE2NDEwMzQ5LAo+PiDCoCDCoCDCoCDCoGNo ID0gMzA0LAo+PiDCoCDCoCDCoCDCoHJ1bGVfaWR4ID0gMzI3NjcsCj4+IMKgIMKgIMKgIMKgbG9v a2JhY2sgPSAxNjA2MzkyNzA0LAo+PiDCoCDCoCDCoCDCoG5nbHlwaHMgPSAzMjc2NywKPj4gwqAg wqAgwqAgwqByZXZlcnNlZF9wID0gMCwKPj4gwqAgwqAgwqAgwqBjaGFycG9zID0gNTc2NDYxODY0 NzAwMDE2Njg0LAo+PiDCoCDCoCDCoCDCoG5jaGFycyA9IDEsCj4+IMKgIMKgIMKgIMKgbmJ5dGVz ID0gMCwKPj4gwqAgwqAgwqAgwqBmcm9tID0gMTYsCj4+IMKgIMKgIMKgIMKgdG8gPSAwLAo+PiDC oCDCoCDCoCDCoHdpZHRoID0gLTE2Nzc3MjE2Cj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBmYWNl X2lkID0gMSwKPj4gwqAgwqAgwqB1ID0gewo+PiDCoCDCoCDCoCDCoGltYWdlID0gewo+PiDCoCDC oCDCoCDCoCDCoG9iamVjdCA9IDQzMzM4ODg5NjgsCj4+IMKgIMKgIMKgIMKgIMKgc2xpY2UgPSB7 Cj4+IMKgIMKgIMKgIMKgIMKgIMKgeCA9IDE0MDczNDc5OTc4MTYyNCwKPj4gwqAgwqAgwqAgwqAg wqAgwqB5ID0gMTQwNzM0Nzk5Nzc4MDA3LAo+PiDCoCDCoCDCoCDCoCDCoCDCoHdpZHRoID0gMTQw NzM0Nzk5NzgxMTI4LAo+PiDCoCDCoCDCoCDCoCDCoCDCoGhlaWdodCA9IDE0MDczNDc5OTc3ODAw OAo+PiDCoCDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgIMKgaW1hZ2VfaWQgPSAxNDA3MzQ3 OTk3Nzc5MjgKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoGNvbXAgPSB7Cj4+IMKgIMKg IMKgIMKgIMKgb2JqZWN0ID0gNDMzMzg4ODk2OAo+PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKg IMKgc3RyZXRjaCA9IHsKPj4gwqAgwqAgwqAgwqAgwqBvYmplY3QgPSA0MzMzODg4OTY4Cj4+IMKg IMKgIMKgIMKgfQo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgcG9zaXRpb24gPSB7Cj4+IMKgIMKg IMKgIMKgY2hhcnBvcyA9IDE0MDczNDc5OTc3NzkwNCwKPj4gwqAgwqAgwqAgwqBieXRlcG9zID0g MTQwNzM1NTE2NDQ2MTc4Cj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBjdXJyZW50ID0gewo+PiDC oCDCoCDCoCDCoHBvcyA9IHsKPj4gwqAgwqAgwqAgwqAgwqBjaGFycG9zID0gMTQwNzM0Nzk5Nzc3 OTI4LAo+PiDCoCDCoCDCoCDCoCDCoGJ5dGVwb3MgPSAxNDA3MzQ3OTk3ODAwNjQKPj4gwqAgwqAg wqAgwqB9LAo+PiDCoCDCoCDCoCDCoG92ZXJsYXlfc3RyaW5nX2luZGV4ID0gMTYwNjM4OTk1MiwK Pj4gwqAgwqAgwqAgwqBzdHJpbmdfcG9zID0gewo+PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3MgPSAx NDA3MzU1MTY0NDYwNzcsCj4+IMKgIMKgIMKgIMKgIMKgYnl0ZXBvcyA9IDE0MDczNDc5OTc4MTEx NAo+PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgZHB2ZWNfaW5kZXggPSAyCj4+IMKgIMKg IMKgfSwKPj4gwqAgwqAgwqBmcm9tX292ZXJsYXkgPSAxLAo+PiDCoCDCoCDCoGFyZWEgPSAxNjA2 MzkzNTkyLAo+PiDCoCDCoCDCoG1ldGhvZCA9IDMyNzY3LAo+PiDCoCDCoCDCoHBhcmFncmFwaF9l bWJlZGRpbmcgPSA0NjQ2OTkwMSwKPj4gwqAgwqAgwqBtdWx0aWJ5dGVfcCA9IDAsCj4+IMKgIMKg IMKgc3RyaW5nX2Zyb21fZGlzcGxheV9wcm9wX3AgPSAwLAo+PiDCoCDCoCDCoHN0cmluZ19mcm9t X3ByZWZpeF9wcm9wX3AgPSAwLAo+PiDCoCDCoCDCoGRpc3BsYXlfZWxsaXBzaXNfcCA9IDAsCj4+ IMKgIMKgIMKgYXZvaWRfY3Vyc29yX3AgPSAwLAo+PiDCoCDCoCDCoGJpZGlfcCA9IDAsCj4+IMKg IMKgIMKgZnJvbV9kaXNwX3Byb3BfcCA9IDAsCj4+IMKgIMKgIMKgbGluZV93cmFwID0gNTgwNzM0 LAo+PiDCoCDCoCDCoHZvZmZzZXQgPSAwLAo+PiDCoCDCoCDCoHNwYWNlX3dpZHRoID0gMTQwNzM0 Nzk5NzgxMTE0LAo+PiDCoCDCoCDCoGZvbnRfaGVpZ2h0ID0gMTQwNzM0Nzk5Nzc4MDAwCj4+IMKg IMKgfSwgewo+PiDCoCDCoCDCoHN0cmluZyA9IDE0MDczNDc5OTc3ODgwMCwKPj4gwqAgwqAgwqBz dHJpbmdfbmNoYXJzID0gLTE5NzE5MDkzNjAsCj4+IMKgIMKgIMKgZW5kX2NoYXJwb3MgPSA4Mzkx MTYyMDgwNTU4MjE2MzA5LAo+PiDCoCDCoCDCoHN0b3BfY2hhcnBvcyA9IDE0MDczNDc5OTc5MzY2 NCwKPj4gwqAgwqAgwqBwcmV2X3N0b3AgPSAxNSwKPj4gwqAgwqAgwqBiYXNlX2xldmVsX3N0b3Ag PSAwLAo+PiDCoCDCoCDCoGNtcF9pdCA9IHsKPj4gwqAgwqAgwqAgwqBzdG9wX3BvcyA9IDAsCj4+ IMKgIMKgIMKgIMKgaWQgPSAtMSwKPj4gwqAgwqAgwqAgwqBjaCA9IDE2MDYzOTA5NDQsCj4+IMKg IMKgIMKgIMKgcnVsZV9pZHggPSAzMjc2NywKPj4gwqAgwqAgwqAgwqBsb29rYmFjayA9IDU2NTA1 NCwKPj4gwqAgwqAgwqAgwqBuZ2x5cGhzID0gMSwKPj4gwqAgwqAgwqAgwqByZXZlcnNlZF9wID0g MCwKPj4gwqAgwqAgwqAgwqBjaGFycG9zID0gNjQyNTg4NzIsCj4+IMKgIMKgIMKgIMKgbmNoYXJz ID0gMTYwNjQwNDkwNCwKPj4gwqAgwqAgwqAgwqBuYnl0ZXMgPSAzMjc2NywKPj4gwqAgwqAgwqAg wqBmcm9tID0gLTEsCj4+IMKgIMKgIMKgIMKgdG8gPSAtMSwKPj4gwqAgwqAgwqAgwqB3aWR0aCA9 IC0xMzUwMDE5OAo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgZmFjZV9pZCA9IC0xLAo+PiDCoCDC oCDCoHUgPSB7Cj4+IMKgIMKgIMKgIMKgaW1hZ2UgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0 ID0gNDMzMzg4ODk2OCwKPj4gwqAgwqAgwqAgwqAgwqBzbGljZSA9IHsKPj4gwqAgwqAgwqAgwqAg wqAgwqB4ID0gNDMzMzg4ODc4NCwKPj4gwqAgwqAgwqAgwqAgwqAgwqB5ID0gMywKPj4gwqAgwqAg wqAgwqAgwqAgwqB3aWR0aCA9IDE2LAo+PiDCoCDCoCDCoCDCoCDCoCDCoGhlaWdodCA9IDE0MDcz NDc5OTc4MjU0NAo+PiDCoCDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgIMKgaW1hZ2VfaWQg PSAxNDA3MzU1MzkxNzgzNTIKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoGNvbXAgPSB7 Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0gNDMzMzg4ODk2OAo+PiDCoCDCoCDCoCDCoH0sCj4+ IMKgIMKgIMKgIMKgc3RyZXRjaCA9IHsKPj4gwqAgwqAgwqAgwqAgwqBvYmplY3QgPSA0MzMzODg4 OTY4Cj4+IMKgIMKgIMKgIMKgfQo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgcG9zaXRpb24gPSB7 Cj4+IMKgIMKgIMKgIMKgY2hhcnBvcyA9IDE0MDczNDc5OTc4MDYyNCwKPj4gwqAgwqAgwqAgwqBi eXRlcG9zID0gMTQwNzM1NTE2Mzg5NzU4Cj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBjdXJyZW50 ID0gewo+PiDCoCDCoCDCoCDCoHBvcyA9IHsKPj4gwqAgwqAgwqAgwqAgwqBjaGFycG9zID0gMTQw NzM0Nzk5NzgyNTc2LAo+PiDCoCDCoCDCoCDCoCDCoGJ5dGVwb3MgPSAxNDA3MzU1MzkxNzgzNTIK Pj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoG92ZXJsYXlfc3RyaW5nX2luZGV4ID0gOCwK Pj4gwqAgwqAgwqAgwqBzdHJpbmdfcG9zID0gewo+PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3MgPSAy NywKPj4gwqAgwqAgwqAgwqAgwqBieXRlcG9zID0gMgo+PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKg IMKgIMKgZHB2ZWNfaW5kZXggPSA1MzY4NzA5MTQKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGZy b21fb3ZlcmxheSA9IDE0MDczNDc5OTc3ODI3MiwKPj4gwqAgwqAgwqBhcmVhID0gMjMyMjk3NjQz NiwKPj4gwqAgwqAgwqBtZXRob2QgPSAzMjc2NywKPj4gwqAgwqAgwqBwYXJhZ3JhcGhfZW1iZWRk aW5nID0gNjQyNTg4NzIsCj4+IMKgIMKgIMKgbXVsdGlieXRlX3AgPSAxLAo+PiDCoCDCoCDCoHN0 cmluZ19mcm9tX2Rpc3BsYXlfcHJvcF9wID0gMCwKPj4gwqAgwqAgwqBzdHJpbmdfZnJvbV9wcmVm aXhfcHJvcF9wID0gMCwKPj4gwqAgwqAgwqBkaXNwbGF5X2VsbGlwc2lzX3AgPSAwLAo+PiDCoCDC oCDCoGF2b2lkX2N1cnNvcl9wID0gMCwKPj4gwqAgwqAgwqBiaWRpX3AgPSAwLAo+PiDCoCDCoCDC oGZyb21fZGlzcF9wcm9wX3AgPSAwLAo+PiDCoCDCoCDCoGxpbmVfd3JhcCA9IDEwMCwKPj4gwqAg wqAgwqB2b2Zmc2V0ID0gMCwKPj4gwqAgwqAgwqBzcGFjZV93aWR0aCA9IDQyOTQ5NjcyOTIsCj4+ IMKgIMKgIMKgZm9udF9oZWlnaHQgPSA4NTg5OTM0NTkxCj4+IMKgIMKgfX0sCj4+IMKgc3AgPSAx NjA2MzkwNTkyLAo+PiDCoHNlbGVjdGl2ZSA9IDE0MDczNTUxNjM4MjYwNiwKPj4gwqB3aGF0ID0g OTA5MzkxNDEyLAo+PiDCoGZhY2VfaWQgPSA4MjUyNDM5NjEsCj4+IMKgc2VsZWN0aXZlX2Rpc3Bs YXlfZWxsaXBzaXNfcCA9IDAsCj4+IMKgY3RsX2Fycm93X3AgPSAxLAo+PiDCoGZhY2VfYm94X3Ag PSAxLAo+PiDCoHN0YXJ0X29mX2JveF9ydW5fcCA9IDAsCj4+IMKgZW5kX29mX2JveF9ydW5fcCA9 IDEsCj4+IMKgb3ZlcmxheV9zdHJpbmdzX2F0X2VuZF9wcm9jZXNzZWRfcCA9IDEsCj4+IMKgaWdu b3JlX292ZXJsYXlfc3RyaW5nc19hdF9wb3NfcCA9IDEsCj4+IMKgZ2x5cGhfbm90X2F2YWlsYWJs ZV9wID0gMSwKPj4gwqBzdGFydHNfaW5fbWlkZGxlX29mX2NoYXJfcCA9IDEsCj4+IMKgZmFjZV9i ZWZvcmVfc2VsZWN0aXZlX3AgPSAwLAo+PiDCoGNvbnN0cmFpbl9yb3dfYXNjZW50X2Rlc2NlbnRf cCA9IDEsCj4+IMKgbGluZV93cmFwID0gMjA5ODQzNjkwMiwKPj4gwqBiYXNlX2ZhY2VfaWQgPSAx NjA2MzkwNDMyLAo+PiDCoGMgPSAwLAo+PiDCoGxlbiA9IDE2MDYzOTA2NjgsCj4+IMKgY21wX2l0 ID0gewo+PiDCoCDCoHN0b3BfcG9zID0gMCwKPj4gwqAgwqBpZCA9IDQzMjk0NDc1NTIsCj4+IMKg IMKgY2ggPSA2LAo+PiDCoCDCoHJ1bGVfaWR4ID0gMCwKPj4gwqAgwqBsb29rYmFjayA9IDM0NDc2 MDU2LAo+PiDCoCDCoG5nbHlwaHMgPSAxLAo+PiDCoCDCoHJldmVyc2VkX3AgPSAzNDQ4MDcyMCwK Pj4gwqAgwqBjaGFycG9zID0gNDMyOTQzOTIzMiwKPj4gwqAgwqBuY2hhcnMgPSAxNjA2Mzk4OTYw LAo+PiDCoCDCoG5ieXRlcyA9IDMyNzY3LAo+PiDCoCDCoGZyb20gPSAwLAo+PiDCoCDCoHRvID0g ODI4OCwKPj4gwqAgwqB3aWR0aCA9IDE2MDYzOTA1MDgKPj4gwqB9LAo+PiDCoGNoYXJfdG9fZGlz cGxheSA9IDE2MDYzOTA1MDQsCj4+IMKgZ2x5cGhsZXNzX21ldGhvZCA9IDMyNzY3LAo+PiDCoGlt YWdlX2lkID0gMCwKPj4gwqBzbGljZSA9IHsKPj4gwqAgwqB4ID0gMTQwNzM0Nzk5Nzc4NTMyLAo+ PiDCoCDCoHkgPSAzNTU5NjY4ODk0OTUwNCwKPj4gwqAgwqB3aWR0aCA9IDE0MDczNTUyNDc5OTYw MCwKPj4gwqAgwqBoZWlnaHQgPSAxNDA3MzUxMjg3ODczMDgKPj4gwqB9LAo+PiDCoHNwYWNlX3dp ZHRoID0gMzU1OTY2ODg5NDkyNDgsCj4+IMKgdm9mZnNldCA9IC0yNzg2MCwKPj4gwqB0YWJfd2lk dGggPSAyNDUxMSwKPj4gwqBmb250X2hlaWdodCA9IDE0MDczNDc5OTc3ODYwMCwKPj4gwqBvYmpl Y3QgPSAwLAo+PiDCoHBvc2l0aW9uID0gewo+PiDCoCDCoGNoYXJwb3MgPSAxNDA3MzQ3OTk3Nzg1 OTYsCj4+IMKgIMKgYnl0ZXBvcyA9IDM1NTk2Njg4OTQ5NTA0Cj4+IMKgfSwKPj4gwqB0cnVuY2F0 aW9uX3BpeGVsX3dpZHRoID0gMTEyLAo+PiDCoGNvbnRpbnVhdGlvbl9waXhlbF93aWR0aCA9IDUy NiwKPj4gwqBmaXJzdF92aXNpYmxlX3ggPSAxLAo+PiDCoGxhc3RfdmlzaWJsZV94ID0gMzQ0NzIw NzYsCj4+IMKgbGFzdF92aXNpYmxlX3kgPSAxLAo+PiDCoGV4dHJhX2xpbmVfc3BhY2luZyA9IDE2 MDYzOTQyNjQsCj4+IMKgbWF4X2V4dHJhX2xpbmVfc3BhY2luZyA9IDMyNzY3LAo+PiDCoG92ZXJy aWRlX2FzY2VudCA9IDE2MDYzOTA2NTEsCj4+IMKgb3ZlcnJpZGVfZGVzY2VudCA9IDMyNzY3LAo+ PiDCoG92ZXJyaWRlX2JvZmYgPSAxNjA2MzkzNzc2LAo+PiDCoGdseXBoX3JvdyA9IDB4N2ZmZjVm YmY5MzdjLAo+PiDCoGFyZWEgPSAxNjA2MzkwNTY4LAo+PiDCoG5nbHlwaHMgPSAzMjc2NywKPj4g wqBwaXhlbF93aWR0aCA9IDE2MDYzOTA1NDQsCj4+IMKgYXNjZW50ID0gMzI3NjcsCj4+IMKgZGVz Y2VudCA9IC0xOTcxOTA5MTUwLAo+PiDCoG1heF9hc2NlbnQgPSAzMjc2NywKPj4gwqBtYXhfZGVz Y2VudCA9IDE2MDYzOTA1NjgsCj4+IMKgcGh5c19hc2NlbnQgPSAzMjc2NywKPj4gwqBwaHlzX2Rl c2NlbnQgPSAxNjA2MzkyNzA0LAo+PiDCoG1heF9waHlzX2FzY2VudCA9IDMyNzY3LAo+PiDCoG1h eF9waHlzX2Rlc2NlbnQgPSAxNjA2MzkwNjI0LAo+PiDCoGN1cnJlbnRfeCA9IDMyNzY3LAo+PiDC oGNvbnRpbnVhdGlvbl9saW5lc193aWR0aCA9IC0xOTcxOTA5MjUxLAo+PiDCoGVvbF9wb3MgPSB7 Cj4+IMKgIMKgY2hhcnBvcyA9IDE0MDczNDc5OTc4MTc4NiwKPj4gwqAgwqBieXRlcG9zID0gMgo+ PiDCoH0sCj4+IMKgY3VycmVudF95ID0gMSwKPj4gwqBmaXJzdF92cG9zID0gMCwKPj4gwqB2cG9z ID0gMTYwNjM5NDI2NCwKPj4gwqBocG9zID0gMzI3NjcsCj4+IMKgbGVmdF91c2VyX2ZyaW5nZV9i aXRtYXAgPSA2MzUzMiwKPj4gwqByaWdodF91c2VyX2ZyaW5nZV9iaXRtYXAgPSAwLAo+PiDCoGxl ZnRfdXNlcl9mcmluZ2VfZmFjZV9pZCA9IDAsCj4+IMKgcmlnaHRfdXNlcl9mcmluZ2VfZmFjZV9p ZCA9IDE5NTgyLAo+PiDCoGJpZGlfcCA9IDAsCj4+IMKgYmlkaV9pdCA9IHsKPj4gwqAgwqBieXRl cG9zID0gMTQwNzM0Nzk5NzgxNzg2LAo+PiDCoCDCoGNoYXJwb3MgPSAxNDA3MzQ3OTk3Nzg2NzIs Cj4+IMKgIMKgY2ggPSAxNjA2MzkxNDQwLAo+PiDCoCDCoG5jaGFycyA9IDE0MDczNTUxNjQ0NTk2 OCwKPj4gwqAgwqBjaF9sZW4gPSA4Mzg4MzQ2MDMwNDIzODI3Nzk2LAo+PiDCoCDCoHR5cGUgPSAx ODg2NDEzMTAyLAo+PiDCoCDCoHR5cGVfYWZ0ZXJfdzEgPSAzMjUxMiwKPj4gwqAgwqBvcmlnX3R5 cGUgPSAzNDQ3MTkzNiwKPj4gwqAgwqByZXNvbHZlZF9sZXZlbCA9IDgyODgsCj4+IMKgIMKgaW52 YWxpZF9sZXZlbHMgPSAzNDQ3MTkzNiwKPj4gwqAgwqBpbnZhbGlkX3JsX2xldmVscyA9IDEsCj4+ IMKgIMKgcHJldl93YXNfcGRmID0gMzQ0NzIwMTIsCj4+IMKgIMKgcHJldiA9IHsKPj4gwqAgwqAg wqBieXRlcG9zID0gNDMyOTQzOTI5NiwKPj4gwqAgwqAgwqBjaGFycG9zID0gMTQwNzM0Nzk5Nzc4 NzY4LAo+PiDCoCDCoCDCoHR5cGUgPSAyMzIyOTcxMDA5LAo+PiDCoCDCoCDCoHR5cGVfYWZ0ZXJf dzEgPSAzMjc2NywKPj4gwqAgwqAgwqBvcmlnX3R5cGUgPSAzNDQ3MjAwMAo+PiDCoCDCoH0sCj4+ IMKgIMKgbGFzdF9zdHJvbmcgPSB7Cj4+IMKgIMKgIMKgYnl0ZXBvcyA9IDAsCj4+IMKgIMKgIMKg Y2hhcnBvcyA9IDQzMjk0MzkyMzIsCj4+IMKgIMKgIMKgdHlwZSA9IDU4MDczNSwKPj4gwqAgwqAg wqB0eXBlX2FmdGVyX3cxID0gVU5LTk9XTl9CVCwKPj4gwqAgwqAgwqBvcmlnX3R5cGUgPSAxNjA2 MzkwNzY4Cj4+IMKgIMKgfSwKPj4gwqAgwqBuZXh0X2Zvcl9uZXV0cmFsID0gewo+PiDCoCDCoCDC oGJ5dGVwb3MgPSAxNDA3MzU1MTY0MDU0NTksCj4+IMKgIMKgIMKgY2hhcnBvcyA9IDE0MDczNDc5 OTc4MDkwNCwKPj4gwqAgwqAgwqB0eXBlID0gMTYwNjM1Mjg5NiwKPj4gwqAgwqAgwqB0eXBlX2Fm dGVyX3cxID0gMzI3NjcsCj4+IMKgIMKgIMKgb3JpZ190eXBlID0gMTYwNjM5Mjg0OAo+PiDCoCDC oH0sCj4+IMKgIMKgcHJldl9mb3JfbmV1dHJhbCA9IHsKPj4gwqAgwqAgwqBieXRlcG9zID0gMTQw NzM1NTE2NDM1MTI3LAo+PiDCoCDCoCDCoGNoYXJwb3MgPSAxMiwKPj4gwqAgwqAgwqB0eXBlID0g Nzc4NTcxOTcsCj4+IMKgIMKgIMKgdHlwZV9hZnRlcl93MSA9IFNUUk9OR19MLAo+PiDCoCDCoCDC oG9yaWdfdHlwZSA9IDQ4NzE3ODYyCj4+IMKgIMKgfSwKPj4gwqAgwqBuZXh0X2Zvcl93cyA9IHsK Pj4gwqAgwqAgwqBieXRlcG9zID0gMTUsCj4+IMKgIMKgIMKgY2hhcnBvcyA9IDQzNzI4MjQ0OTQs Cj4+IMKgIMKgIMKgdHlwZSA9IDQ4NzE3ODYyLAo+PiDCoCDCoCDCoHR5cGVfYWZ0ZXJfdzEgPSBT VFJPTkdfTCwKPj4gwqAgwqAgwqBvcmlnX3R5cGUgPSBORVVUUkFMX1dTCj4+IMKgIMKgfSwKPj4g wqAgwqBuZXh0X2VuX3BvcyA9IDQzNzI4MjQ0OTUsCj4+IMKgIMKgbmV4dF9lbl90eXBlID0gNDg3 MTc4NjIsCj4+IMKgIMKgaWdub3JlX2JuX2xpbWl0ID0gNTM2ODcwOTE0LAo+PiDCoCDCoHNvciA9 IDE2MDYzOTA5MTIsCj4+IMKgIMKgc2Nhbl9kaXIgPSAzMjc2NywKPj4gwqAgwqBkaXNwX3BvcyA9 IDE0MDczNTUxNjM2NDQ2OCwKPj4gwqAgwqBkaXNwX3Byb3AgPSAyNCwKPj4gwqAgwqBzdGFja19p ZHggPSAwLAo+PiDCoCDCoGxldmVsX3N0YWNrID0ge3sKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDEw MCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IE5FVVRSQUxfRElSCj4+IMKgIMKgIMKgfSwgewo+ PiDCoCDCoCDCoCDCoGxldmVsID0gLTQsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBORVVUUkFM X0RJUgo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDM0NDgwNzA0LAo+PiDC oCDCoCDCoCDCoG92ZXJyaWRlID0gTDJSCj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxl dmVsID0gMTYwNjM5MTI2NCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IDMyNzY3Cj4+IMKgIMKg IMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gLTE5NzE5NzI3MjIsCj4+IMKgIMKgIMKgIMKg b3ZlcnJpZGUgPSAzMjc2Nwo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDMw LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gTkVVVFJBTF9ESVIKPj4gwqAgwqAgwqB9LCB7Cj4+ IMKgIMKgIMKgIMKgbGV2ZWwgPSA3Nzg1NzIwMywKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IEwy Ugo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDQ4NzE3ODYyLAo+PiDCoCDC oCDCoCDCoG92ZXJyaWRlID0gTkVVVFJBTF9ESVIKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKg IMKgbGV2ZWwgPSAxNjA2MzkxMzQwLAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gMzI3NjcKPj4g wqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAwLAo+PiDCoCDCoCDCoCDCoG92ZXJy aWRlID0gTkVVVFJBTF9ESVIKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAz NDQ4MDI1NiwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IEwyUgo+PiDCoCDCoCDCoH0sIHsKPj4g wqAgwqAgwqAgwqBsZXZlbCA9IDYsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBORVVUUkFMX0RJ Ugo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDM0NDc2MDU2LAo+PiDCoCDC oCDCoCDCoG92ZXJyaWRlID0gTDJSCj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVs ID0gMzQ0ODA3MjAsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBMMlIKPj4gwqAgwqAgwqB9LCB7 Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAzNDQ3MTkzNiwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9 IEwyUgo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDE2MDY0MDU5MjgsCj4+ IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSAzMjc2Nwo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAg wqBsZXZlbCA9IDEzMDk3MiwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IDgyODgKPj4gwqAgwqAg wqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAxNjA2MzkxMTgwLAo+PiDCoCDCoCDCoCDCoG92 ZXJyaWRlID0gMzI3NjcKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAxNjA2 MzkxMTc2LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gMzI3NjcKPj4gwqAgwqAgwqB9LCB7Cj4+ IMKgIMKgIMKgIMKgbGV2ZWwgPSAwLAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gTkVVVFJBTF9E SVIKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAxNjA2MzkxMTcyLAo+PiDC oCDCoCDCoCDCoG92ZXJyaWRlID0gMzI3NjcKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKg bGV2ZWwgPSAyNTYsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSA4Mjg4Cj4+IMKgIMKgIMKgfSwg ewo+PiDCoCDCoCDCoCDCoGxldmVsID0gLTE5NjM1NTU3MjgsCj4+IMKgIMKgIMKgIMKgb3ZlcnJp ZGUgPSAzMjc2Nwo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDE5MzUzOTky NzYsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSAzMjc2Nwo+PiDCoCDCoCDCoH0sIHsKPj4gwqAg wqAgwqAgwqBsZXZlbCA9IDAsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSA4Mjg4Cj4+IMKgIMKg IMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMTYwNjM5MTI0NCwKPj4gwqAgwqAgwqAgwqBv dmVycmlkZSA9IDMyNzY3Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMTYw NjM5MTI0MCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IDMyNzY3Cj4+IMKgIMKgIMKgfSwgewo+ PiDCoCDCoCDCoCDCoGxldmVsID0gMCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IE5FVVRSQUxf RElSCj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMTYwNjM5MTIzNiwKPj4g wqAgwqAgwqAgwqBvdmVycmlkZSA9IDMyNzY3Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDC oGxldmVsID0gMjU2LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gODI4OAo+PiDCoCDCoCDCoH0s IHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDM0NDcyMDQ4LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRl ID0gTDJSCj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMzQ0NzIwNzYsCj4+ IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBMMlIKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKg bGV2ZWwgPSAwLAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gMTI5Cj4+IMKgIMKgIMKgfSwgewo+ PiDCoCDCoCDCoCDCoGxldmVsID0gMCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IE5FVVRSQUxf RElSCj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gLTE5NjM1NTU3MjgsCj4+ IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSAzMjc2Nwo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAg wqBsZXZlbCA9IDM0NDgwMzQwLAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gTDJSCj4+IMKgIMKg IMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMzQ0NzE5MzYsCj4+IMKgIMKgIMKgIMKgb3Zl cnJpZGUgPSA4Mjg4Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMTYwNjM5 MTM0MCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IDMyNzY3Cj4+IMKgIMKgIMKgfSwgewo+PiDC oCDCoCDCoCDCoGxldmVsID0gMTYwNjM5MTMzNiwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IDMy NzY3Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMCwKPj4gwqAgwqAgwqAg wqBvdmVycmlkZSA9IE5FVVRSQUxfRElSCj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxl dmVsID0gMTYwNjM5MTMzMiwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IDMyNzY3Cj4+IMKgIMKg IMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMjU2LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRl ID0gODI4OAo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDM0NDcyMDQ4LAo+ PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gTDJSCj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDC oGxldmVsID0gMzQ0NzIwNzYsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBMMlIKPj4gwqAgwqAg wqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAzNDQ3MTkzNiwKPj4gwqAgwqAgwqAgwqBvdmVy cmlkZSA9IDEyOQo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDM0NDcyMDEy LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gTDJSCj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDC oCDCoGxldmVsID0gMzQ0NzIwNDgsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBMMlIKPj4gwqAg wqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSA2MzUzMiwKPj4gwqAgwqAgwqAgwqBvdmVy cmlkZSA9IE5FVVRSQUxfRElSCj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0g MTk1ODIsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBORVVUUkFMX0RJUgo+PiDCoCDCoCDCoH0s IHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDM0NDcyMDEyLAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRl ID0gTDJSCj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMzQ0NzIwMDAsCj4+ IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBMMlIKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKg bGV2ZWwgPSAxNjA2MzkxMzYwLAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gMzI3NjcKPj4gwqAg wqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAtMTk2MzU1NTE1NywKPj4gwqAgwqAgwqAg wqBvdmVycmlkZSA9IDMyNzY3Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0g MTYwNjM5MTM2MCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IDMyNzY3Cj4+IMKgIMKgIMKgfSwg ewo+PiDCoCDCoCDCoCDCoGxldmVsID0gLTE5NzE5OTYyMDIsCj4+IMKgIMKgIMKgIMKgb3ZlcnJp ZGUgPSAzMjc2Nwo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDM0NDcxOTM2 LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gODI4OAo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAg wqAgwqBsZXZlbCA9IDM0NDcxOTM2LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gTDJSCj4+IMKg IMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMTYwNjM5MTQyNCwKPj4gwqAgwqAgwqAg wqBvdmVycmlkZSA9IDMyNzY3Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0g LTE5NjMzODEwMzUsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSAzMjc2Nwo+PiDCoCDCoCDCoH0s IHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDE2MDYzOTIwMzIsCj4+IMKgIMKgIMKgIMKgb3ZlcnJp ZGUgPSAzMjc2Nwo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDE2MDYzOTE5 NzYsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSAzMjc2Nwo+PiDCoCDCoCDCoH0sIHsKPj4gwqAg wqAgwqAgwqBsZXZlbCA9IDM0NDcyMDAwLAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gTDJSCj4+ IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMTYwNjM5ODY3NCwKPj4gwqAgwqAg wqAgwqBvdmVycmlkZSA9IDMyNzY3Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVs ID0gNDA5NiwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IE5FVVRSQUxfRElSCj4+IMKgIMKgIMKg fX0sCj4+IMKgIMKgc3RyaW5nID0gewo+PiDCoCDCoCDCoGxzdHJpbmcgPSAxNDA3MzQ3OTk3ODEy MTYsCj4+IMKgIMKgIMKgcyA9IDB4MiA8QWRkcmVzcyAweDIgb3V0IG9mIGJvdW5kcz4sCj4+IMKg IMKgIMKgc2NoYXJzID0gNDI5NDk2NzI4NSwKPj4gwqAgwqAgwqBidWZwb3MgPSAxNDA3MzQ3OTk3 ODA1NDQsCj4+IMKgIMKgIMKgZnJvbV9kaXNwX3N0ciA9IDEsCj4+IMKgIMKgIMKgdW5pYnl0ZSA9 IDEKPj4gwqAgwqB9LAo+PiDCoCDCoHBhcmFncmFwaF9kaXIgPSAxNjA2MzkxNTA0LAo+PiDCoCDC oHNlcGFyYXRvcl9saW1pdCA9IDE0MDczNTUyNDkxOTA1NywKPj4gwqAgwqBmaXJzdF9lbHQgPSAw LAo+PiDCoCDCoG5ld19wYXJhZ3JhcGggPSAwLAo+PiDCoCDCoGZyYW1lX3dpbmRvd19wID0gMAo+ PiDCoH0sCj4+IMKgcGFyYWdyYXBoX2VtYmVkZGluZyA9IDE2MDYzOTI3NDQKPj4gfQo+PiDCoCDC oCDCoCBjb3VudCA9IDQKPj4gIzI4IDB4MDAwMDAwMDEwMDAzNTkzNCBpbiByZWRpc3BsYXlfd2lu ZG93XzAgKHdpbmRvdz00MzQzODA0MDA1KSBhdCB4ZGlzcC5jOjEzNzM4Cj4+IE5vIGxvY2Fscy4K Pj4gIzI5IDB4MDAwMDAwMDEwMDExZTYzZCBpbiBpbnRlcm5hbF9jb25kaXRpb25fY2FzZV8xIChi ZnVuPTB4MTAwMDM1OTEwIDxyZWRpc3BsYXlfd2luZG93XzA+LCBhcmc9NDM0MzgwNDAwNSwgaGFu ZGxlcnM9NDM0NTMyMDI5NCwgaGZ1bj0weDEwMDAxNjlmMCA8cmVkaXNwbGF5X3dpbmRvd19lcnJv cj4pIGF0IGV2YWwuYzoxNTUzCj4+IMKgIMKgIMKgIGMgPSB7Cj4+IMKgdGFnID0gNDM0NTMxMTI5 MCwKPj4gwqB2YWwgPSA0MzQ1MzExMjkwLAo+PiDCoG5leHQgPSAweDdmZmY1ZmJmZWRiOCwKPj4g wqBnY3BybyA9IDB4MCwKPj4gwqBqbXAgPSB7OTI2NTYsIDEsIDE2MDY0MDUyMTYsIDMyNzY3LCAx NjA2NDA0OTEyLCAzMjc2NywgMjE5NDA4LCAxLCA1NzQwNjI4LCAxLCA1MDM1Mjk5OCwgMSwgMzI3 NTgwMzcsIDEsIDExNzI5MzEsIDEsIDUwNDEwODQyLCAxLCA4MDk5LCA4OTUsIDE2MDY0MDUxMDQs IDMyNzY3LCAxMDc3NTUyLCAxLCAxMjgsIDAsIDU3NDk4MDAsIDEsIDE2MDY0MDUxODQsIDMyNzY3 LCAxMTYzNDUzLCAxLCA1MDM0Mzk5NCwgMSwgNTAzNDM5OTQsIDEsIDUwMzQzOTk0fSwKPj4gwqBi YWNrbGlzdCA9IDB4MCwKPj4gwqBoYW5kbGVybGlzdCA9IDB4N2ZmZjVmYmZlZDkwLAo+PiDCoGxp c3BfZXZhbF9kZXB0aCA9IDAsCj4+IMKgcGRsY291bnQgPSA0LAo+PiDCoHBvbGxfc3VwcHJlc3Nf Y291bnQgPSAwLAo+PiDCoGludGVycnVwdF9pbnB1dF9ibG9ja2VkID0gMCwKPj4gwqBieXRlX3N0 YWNrID0gMHgwCj4+IH0KPj4gwqAgwqAgwqAgaCA9IHsKPj4gwqBoYW5kbGVyID0gNDM0NTMyMDI5 NCwKPj4gwqB2YXIgPSA0MzQ1MzExMjkwLAo+PiDCoGNob3Nlbl9jbGF1c2UgPSA0Mjk1ODE2NjQz LAo+PiDCoHRhZyA9IDB4N2ZmZjVmYmZjYjYwLAo+PiDCoG5leHQgPSAweDdmZmY1ZmJmZWQ5MAo+ PiB9Cj4+IMKgIMKgIMKgIHZhbCA9IDAKPj4gIzMwIDB4MDAwMDAwMDEwMDAzNThmMyBpbiByZWRp c3BsYXlfd2luZG93cyAod2luZG93PTQzNDM4MDQwMDUpIGF0IHhkaXNwLmM6MTM3MTgKPj4gTm8g bG9jYWxzLgo+PiAjMzEgMHgwMDAwMDAwMTAwMDQxZDNhIGluIHJlZGlzcGxheV9pbnRlcm5hbCAo KSBhdCB4ZGlzcC5jOjEzMjk1Cj4+IMKgIMKgIMKgIGZyID0gKHN0cnVjdCBmcmFtZSAqKSAweDAK Pj4gwqAgwqAgwqAgY291bnQgPSAyCj4+IMKgIMKgIMKgIG9sZF9mcmFtZSA9IDQzMjc3MjQ3NTcK Pj4gIzMyIDB4MDAwMDAwMDEwMDBiMGRhYSBpbiByZWFkX2NoYXIgKGNvbW1hbmRmbGFnPTE2MDY0 MTI3MzYsIG5tYXBzPTE0MDczNDc5OTgwMDc2OCwgbWFwcz0weDdmZmY1ZmJmZTljMCwgcHJldl9l dmVudD0yNjE2NzU3MzE1MjY4NzcxODMsIHVzZWRfbW91c2VfbWVudT0weDdmZmY1ZmJmZTljMCwg ZW5kX3RpbWU9MHg3ZmZmNWZiZmU5YzApIGF0IGtleWJvYXJkLmM6MjQ0OAo+PiDCoCDCoCDCoCBw cmV2aW91c19lY2hvX2FyZWFfbWVzc2FnZSA9IDQzNDUzMTEyOTAKPj4gwqAgwqAgwqAgcmVyZWFk ID0gMAo+PiDCoCDCoCDCoCBwb2xsaW5nX3N0b3BwZWRfaGVyZSA9IDAKPj4gwqAgwqAgwqAgbG9j YWxfZ2V0Y2ptcCA9IHswIDxyZXBlYXRzIDIzIHRpbWVzPiwgNDg3MzUyOTYsIDEsIDE2MDY0MTI2 MDgsIDMyNzY3LCAxMDkwMDU4LCAxLCAxNjA2NDEyNjg4LCAzMjc2NywgNDMxMTgwMjQsIDEsIDUx NTYxNzM4LCAxLCA1NzQ1MjgwLCAxfQo+PiDCoCDCoCDCoCBrZXlfYWxyZWFkeV9yZWNvcmRlZCA9 IDAKPj4gwqAgwqAgwqAgYyA9IDQzNDUzMTEyOTAKPj4gwqAgwqAgwqAgc2F2ZV9qdW1wID0gezAg PHJlcGVhdHMgMzcgdGltZXM+fQo+PiDCoCDCoCDCoCBhbHNvX3JlY29yZCA9IDQzNDUzMTEyOTAK Pj4gwqAgwqAgwqAgb3JpZ19rYm9hcmQgPSAoc3RydWN0IGtib2FyZCAqKSAweDEwMmIwNDc0MAo+ PiAjMzMgMHgwMDAwMDAwMTAwMGIzZGU3IGluIHJlYWRfa2V5X3NlcXVlbmNlICgpIGF0IGtleWJv YXJkLmM6MjgzMgo+PiBObyBzeW1ib2wgdGFibGUgaW5mbyBhdmFpbGFibGUuCj4+ICMzNCAweDAw MDAwMDAxMDAwYjU5N2EgaW4gY29tbWFuZF9sb29wXzEgKCkgYXQga2V5Ym9hcmQuYzoxNDQ5Cj4+ IMKgIMKgIMKgIGtleWJ1ZiA9IHs5NiwgMjQsIDQzMDA3MDc5MjQsIDAsIDE0MDczNDc5OTgwMTQw OCwgMTQwNzM0Nzk5ODAxNDg4LCA0Mjk2MTM1Mzc4LCA0MzAwNzI2NDM1LCAzLCA0Mjk3NjA3MjQ1 LCA1NzU4OTc2LCA5MDEyNzE3ODY3NTQ3Mzg3MzgyLCA1LCA0MzAwNzA4MzkyLCA0MzAwNzA3OTI0 LCA0Mjk3NjA3MjQwLCA0Mjk1NjY1MTg0LCAxNDA3MzQ3OTk4MDE3MjgsIDQyOTYxMzQzNTksIDE0 MDczNDgwMDA1MTU4NCwgNDMwMDcyNjI3MiwgMTQwNzM0ODAwMDUxNTg0LCAxNDA3MzQ4MDAwNjY4 OTYsIDE0MDczNDc5OTgwMTYwMCwgMTQwNzM0Nzk5ODcxNjczLCAxNDA3MzQ4MDAwMjM4MjQsIDE0 MDczNDc5OTgwMTc3NiwgMTQwNzM0ODAwMDUxNTg0LCA0MzAwNzI2MjcyLCA1fQo+PiAjMzUgMHgw MDAwMDAwMTAwMTFlNzgzIGluIGludGVybmFsX2NvbmRpdGlvbl9jYXNlIChiZnVuPTB4MTAwMGI0 NDcwIDxjb21tYW5kX2xvb3BfMT4sIGhhbmRsZXJzPTQzNDUzNjc0MDIsIGhmdW49MHgxMDAwYjVh MTAgPGNtZF9lcnJvcj4pIGF0IGV2YWwuYzoxNTE1Cj4+IMKgIMKgIMKgIGMgPSB7Cj4+IMKgdGFn ID0gNDM0NTMxMTI5MCwKPj4gwqB2YWwgPSA0MzQ1MzExMjkwLAo+PiDCoG5leHQgPSAweDdmZmY1 ZmJmZWVmMCwKPj4gwqBnY3BybyA9IDB4MCwKPj4gwqBqbXAgPSB7NzQzOTUyLCAxLCAxNjA2NDE0 MDAwLCAzMjc2NywgMTYwNjQxMzcxMiwgMzI3NjcsIDU3NDk4MDAsIDEsIDU3NDA2MjgsIDEsIDUw NDAwMTA2LCAxLCA3Mzg0MTYsIDEsIDExNzMyNjIsIDEsIDU3NDA2MjgsIDEsIDgwOTgsIDg5NSwg Njk3ODg4LCAxLCAxMTczMjYyLCAxLCAzMjksIDAsIDgwOTYsIDg5NSwgMywgMCwgMCwgMCwgMCwg MTY3MTE2ODAsIDExMjgzNTMwOTMsIDEzMzAwMTE5ODcsIDEyODEzMTU5MTh9LAo+PiDCoGJhY2ts aXN0ID0gMHgwLAo+PiDCoGhhbmRsZXJsaXN0ID0gMHgwLAo+PiDCoGxpc3BfZXZhbF9kZXB0aCA9 IDAsCj4+IMKgcGRsY291bnQgPSAyLAo+PiDCoHBvbGxfc3VwcHJlc3NfY291bnQgPSAwLAo+PiDC oGludGVycnVwdF9pbnB1dF9ibG9ja2VkID0gMCwKPj4gwqBieXRlX3N0YWNrID0gMHgwCj4+IH0K Pj4gwqAgwqAgwqAgaCA9IHsKPj4gwqBoYW5kbGVyID0gNDM0NTM2NzQwMiwKPj4gwqB2YXIgPSA0 MzQ1MzExMjkwLAo+PiDCoGNob3Nlbl9jbGF1c2UgPSAxNDA3MzQ3OTk4MDIwNjQsCj4+IMKgdGFn ID0gMHg3ZmZmNWZiZmVkYjgsCj4+IMKgbmV4dCA9IDB4MAo+PiB9Cj4+IMKgIMKgIMKgIHZhbCA9 IDAKPj4gIzM2IDB4MDAwMDAwMDEwMDBiNDQ0ZSBpbiBjb21tYW5kX2xvb3BfMiAoaWdub3JlPTE0 MDczNDc5OTgwMTM1MikgYXQga2V5Ym9hcmQuYzoxMTYwCj4+IE5vIGxvY2Fscy4KPj4gIzM3IDB4 MDAwMDAwMDEwMDExZTg4OCBpbiBpbnRlcm5hbF9jYXRjaCAodGFnPTE0MDczNDc5OTgwMTM1Miwg ZnVuYz0weDEwMDBiNDQxMCA8Y29tbWFuZF9sb29wXzI+LCBhcmc9MTQwNzM0Nzk5ODAxMzUyKSBh dCBldmFsLmM6MTI3Mgo+PiDCoCDCoCDCoCBjID0gewo+PiDCoHRhZyA9IDQzNDUzNjM0MDIsCj4+ IMKgdmFsID0gNDM0NTMxMTI5MCwKPj4gwqBuZXh0ID0gMHgwLAo+PiDCoGdjcHJvID0gMHgwLAo+ PiDCoGptcCA9IHs1MDM0Mzk5NCwgMSwgMTYwNjQxNDMwNCwgMzI3NjcsIDE2MDY0MTQwNjQsIDMy NzY3LCA1NzQxMDk2LCAxLCA1NzQwNjI4LCAxLCA3MzgzMjAsIDEsIDczODMyMCwgMSwgMTE3MzYy MSwgMSwgMzIyNDM3MTIsIDEsIDgwOTgsIDg5NSwgMTYwNjQxNDIwOCwgMzI3NjcsIC0xOTYzMjEy MzgwLCAzMjc2NywgNzc5MzE0MDE3LCAwLCAxNDU2MjQwLCAxLCAxNjA2NDE0MzUyLCAzMjc2Nywg MTYwNjQxNDM2MCwgMzI3NjcsIDE4MzI0ODgsIDEsIDUwMzQzOTk0LCAxLCAxNjA2NDE0MzA0fSwK Pj4gwqBiYWNrbGlzdCA9IDB4MCwKPj4gwqBoYW5kbGVybGlzdCA9IDB4MCwKPj4gwqBsaXNwX2V2 YWxfZGVwdGggPSAwLAo+PiDCoHBkbGNvdW50ID0gMiwKPj4gwqBwb2xsX3N1cHByZXNzX2NvdW50 ID0gMCwKPj4gwqBpbnRlcnJ1cHRfaW5wdXRfYmxvY2tlZCA9IDAsCj4+IMKgYnl0ZV9zdGFjayA9 IDB4MAo+PiB9Cj4+ICMzOCAweDAwMDAwMDAxMDAwYjVmNzAgaW4gY29tbWFuZF9sb29wIFtpbmxp bmVkXSAoKSBhdCAvVXNlcnMvZmViZWxpbmcvRG93bmxvYWRzL2VtYWNzLTI0LjAuOTcvc3JjL2tl eWJvYXJkLmM6MTEzOQo+PiDCoCDCoCDCoCB2YWwgPSA0Mjk1NzA1NjE2Cj4+IMKgIMKgIMKgIGNv dW50ID0gNTAzOTYxMDYKPj4gwqAgwqAgwqAgdmFsID0gNDI5NTcwNTYxNgo+PiAjMzkgMHgwMDAw MDAwMTAwMGI1ZjcwIGluIHJlY3Vyc2l2ZV9lZGl0XzEgKCkgYXQga2V5Ym9hcmQuYzo3NTkKPj4g wqAgwqAgwqAgdmFsID0gNDI5NTcwNTYxNgo+PiDCoCDCoCDCoCBjb3VudCA9IDUwMzk2MTA2Cj4+ IMKgIMKgIMKgIHZhbCA9IDQyOTU3MDU2MTYKPj4gIzQwIDB4MDAwMDAwMDEwMDBhNWQzYyBpbiBG cmVjdXJzaXZlX2VkaXQgKCkgYXQga2V5Ym9hcmQuYzo4MjMKPj4gwqAgwqAgwqAgY291bnQgPSAw Cj4+IMKgIMKgIMKgIGJ1ZmZlciA9IDAKPj4gIzQxIDB4MDAwMDAwMDEwMDBhMjgxZiBpbiBtYWlu IChhcmdjPTUwMzk2MTA2LCBhcmd2PTB4N2ZmZjVmYmZmMWIwKSBhdCBlbWFjcy5jOjE3MTUKPj4g wqAgwqAgwqAgc3RhY2tfYm90dG9tX3ZhcmlhYmxlID0gMCAnXDAnCj4+IMKgIMKgIMKgIGR1bW15 ID0gMAo+PiDCoCDCoCDCoCBqdW5rID0gMHgwCj4+IMKgIMKgIMKgIHNraXBfYXJncyA9IDAKPj4g wqAgwqAgwqAgcmxpbSA9IHsKPj4gwqBybGltX2N1ciA9IDg3MjAwMDAsCj4+IMKgcmxpbV9tYXgg PSA2NzEwNDc2OAo+PiB9Cj4+IMKgIMKgIMKgIGRuYW1lX2FyZyA9IDB4MAo+PiDCoCDCoCDCoCBk bmFtZV9hcmcyID0gIj8/Xz9cMDAwXDAwMFwwMzJcMDIzP18/IiwgJ1wwJyA8cmVwZWF0cyAxNCB0 aW1lcz4sICJcMDAxIiwgJ1wwJyA8cmVwZWF0cyAxOSB0aW1lcz4sICIgXGE/Xz9cMDAwXDAwMDBc YT9fP1wwMDBcMDAwXDAwMFwwMDBcMDAwXDAwMFwwMDJcMDAwXDAwMFwwMDA/P18/XDAwMCIKPj4g wqAgwqAgwqAgY2hfdG9fZGlyID0gMHgwCj4+IChnZGIpIHhiYWNrdHJhY2UKPj4gVW5kZWZpbmVk IGNvbW1hbmQ6ICJ4YmFja3RyYWNlIi4gwqBUcnkgImhlbHAiLgo+PiAoZ2RiKSBjCj4+IENvbnRp bnVpbmcuCj4+Cj4+IFByb2dyYW0gcmVjZWl2ZWQgc2lnbmFsIEVYQ19CQURfQUNDRVNTLCBDb3Vs ZCBub3QgYWNjZXNzIG1lbW9yeS4KPj4gUmVhc29uOiBLRVJOX0lOVkFMSURfQUREUkVTUyBhdCBh ZGRyZXNzOiAweDAwMDAwMDAwMDAwMDAwMDAKPj4gMHgwMDAwN2ZmZjg5NjZkM2MyIGluIENGU3Ry aW5nR2V0TGVuZ3RoICgpCj4+IChnZGIpIHF1aXQKPj4gVGhlIHByb2dyYW0gaXMgcnVubmluZy4g wqBFeGl0IGFueXdheT8gKHkgb3IgbikgeQo+PiBmZWJlbGluZ0BmbG9tYWMgfi9Eb3dubG9hZHMv ZW1hY3MtMjQuMC45Nz4gZ2RiIC9BcHBsaWNhdGlvbnMvRW1hY3MuYXBwL0NvbnRlbnRzL01hY09T L0VtYWNzCj4+IEdOVSBnZGIgNi4zLjUwLTIwMDUwODE1IChBcHBsZSB2ZXJzaW9uIGdkYi0xNzUy KSAoU2F0IEphbiAyOCAwMzowMjo0NiBVVEMgMjAxMikKPj4gQ29weXJpZ2h0IDIwMDQgRnJlZSBT b2Z0d2FyZSBGb3VuZGF0aW9uLCBJbmMuCj4+IEdEQiBpcyBmcmVlIHNvZnR3YXJlLCBjb3ZlcmVk IGJ5IHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSwgYW5kIHlvdSBhcmUKPj4gd2VsY29t ZSB0byBjaGFuZ2UgaXQgYW5kL29yIGRpc3RyaWJ1dGUgY29waWVzIG9mIGl0IHVuZGVyIGNlcnRh aW4gY29uZGl0aW9ucy4KPj4gVHlwZSAic2hvdyBjb3B5aW5nIiB0byBzZWUgdGhlIGNvbmRpdGlv bnMuCj4+IFRoZXJlIGlzIGFic29sdXRlbHkgbm8gd2FycmFudHkgZm9yIEdEQi4gwqBUeXBlICJz aG93IHdhcnJhbnR5IiBmb3IgZGV0YWlscy4KPj4gVGhpcyBHREIgd2FzIGNvbmZpZ3VyZWQgYXMg Ing4Nl82NC1hcHBsZS1kYXJ3aW4iLi4uUmVhZGluZyBzeW1ib2xzIGZvciBzaGFyZWQgbGlicmFy aWVzIC4uLi4uLi4uLi4uIGRvbmUKPj4KPj4gKGdkYikgc2V0IGFyZ3MgLVEKPj4gKGdkYikgcgo+ PiBTdGFydGluZyBwcm9ncmFtOiAvQXBwbGljYXRpb25zL0VtYWNzLmFwcC9Db250ZW50cy9NYWNP Uy9FbWFjcyAtUQo+PiBSZWFkaW5nIHN5bWJvbHMgZm9yIHNoYXJlZCBsaWJyYXJpZXMgKysrKysr KysrKy4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u Li4uLi4uLi4uLi4uLi4gZG9uZQo+PiBSZWFkaW5nIHN5bWJvbHMgZm9yIHNoYXJlZCBsaWJyYXJp ZXMgLiBkb25lCj4+IFJlYWRpbmcgc3ltYm9scyBmb3Igc2hhcmVkIGxpYnJhcmllcyAuIGRvbmUK Pj4gUmVhZGluZyBzeW1ib2xzIGZvciBzaGFyZWQgbGlicmFyaWVzIC4gZG9uZQo+PiBSZWFkaW5n IHN5bWJvbHMgZm9yIHNoYXJlZCBsaWJyYXJpZXMgLiBkb25lCj4+IFJlYWRpbmcgc3ltYm9scyBm b3Igc2hhcmVkIGxpYnJhcmllcyAuIGRvbmUKPj4gUmVhZGluZyBzeW1ib2xzIGZvciBzaGFyZWQg bGlicmFyaWVzIC4gZG9uZQo+PiBSZWFkaW5nIHN5bWJvbHMgZm9yIHNoYXJlZCBsaWJyYXJpZXMg Li4uLi4uLi4uIGRvbmUKPj4gUmVhZGluZyBzeW1ib2xzIGZvciBzaGFyZWQgbGlicmFyaWVzIC4g ZG9uZQo+PiBSZWFkaW5nIHN5bWJvbHMgZm9yIHNoYXJlZCBsaWJyYXJpZXMgLiBkb25lCj4+IFJl YWRpbmcgc3ltYm9scyBmb3Igc2hhcmVkIGxpYnJhcmllcyAuIGRvbmUKPj4KPj4gUHJvZ3JhbSBy ZWNlaXZlZCBzaWduYWwgRVhDX0JBRF9BQ0NFU1MsIENvdWxkIG5vdCBhY2Nlc3MgbWVtb3J5Lgo+ PiBSZWFzb246IEtFUk5fSU5WQUxJRF9BRERSRVNTIGF0IGFkZHJlc3M6IDB4MDAwMDAwMDAwMDAw MDAwMAo+PiAweDAwMDA3ZmZmODk2NmQzYzIgaW4gQ0ZTdHJpbmdHZXRMZW5ndGggKCkKPj4gKGdk YikgYnQgZnVsbAo+PiAjMCDCoDB4MDAwMDdmZmY4OTY2ZDNjMiBpbiBDRlN0cmluZ0dldExlbmd0 aCAoKQo+PiBObyBzeW1ib2wgdGFibGUgaW5mbyBhdmFpbGFibGUuCj4+ICMxIMKgMHgwMDAwN2Zm Zjg5Njg0OWU5IGluIENGU3RyaW5nQ29tcGFyZVdpdGhPcHRpb25zQW5kTG9jYWxlICgpCj4+IE5v IHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KPj4gIzIgwqAweDAwMDA3ZmZmODllOTM3YjIg aW4gQ29tcGFyZUxvY2FsaXplZERlc2NyaXB0b3JzQnlUcmFpdHNBbmRQcmVjZWRlbmNlICgpCj4+ IE5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KPj4gIzMgwqAweDAwMDA3ZmZmODk2YTVm YTUgaW4gX19DRlNpbXBsZU1lcmdlU29ydCAoKQo+PiBObyBzeW1ib2wgdGFibGUgaW5mbyBhdmFp bGFibGUuCj4+ICM0IMKgMHgwMDAwN2ZmZjg5NmE2MDY3IGluIF9fQ0ZTaW1wbGVNZXJnZVNvcnQg KCkKPj4gTm8gc3ltYm9sIHRhYmxlIGluZm8gYXZhaWxhYmxlLgo+PiAjNSDCoDB4MDAwMDdmZmY4 OTZhNjA4MyBpbiBfX0NGU2ltcGxlTWVyZ2VTb3J0ICgpCj4+IE5vIHN5bWJvbCB0YWJsZSBpbmZv IGF2YWlsYWJsZS4KPj4gIzYgwqAweDAwMDA3ZmZmODk2YTYwODMgaW4gX19DRlNpbXBsZU1lcmdl U29ydCAoKQo+PiBObyBzeW1ib2wgdGFibGUgaW5mbyBhdmFpbGFibGUuCj4+ICM3IMKgMHgwMDAw N2ZmZjg5NmE2MDY3IGluIF9fQ0ZTaW1wbGVNZXJnZVNvcnQgKCkKPj4gTm8gc3ltYm9sIHRhYmxl IGluZm8gYXZhaWxhYmxlLgo+PiAjOCDCoDB4MDAwMDdmZmY4OTZhNjA2NyBpbiBfX0NGU2ltcGxl TWVyZ2VTb3J0ICgpCj4+IE5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KPj4gIzkgwqAw eDAwMDA3ZmZmODk2YTYwNjcgaW4gX19DRlNpbXBsZU1lcmdlU29ydCAoKQo+PiBObyBzeW1ib2wg dGFibGUgaW5mbyBhdmFpbGFibGUuCj4+ICMxMCAweDAwMDA3ZmZmODk2YTYwNjcgaW4gX19DRlNp bXBsZU1lcmdlU29ydCAoKQo+PiBObyBzeW1ib2wgdGFibGUgaW5mbyBhdmFpbGFibGUuCj4+ICMx MSAweDAwMDA3ZmZmODk2YTYwNjcgaW4gX19DRlNpbXBsZU1lcmdlU29ydCAoKQo+PiBObyBzeW1i b2wgdGFibGUgaW5mbyBhdmFpbGFibGUuCj4+ICMxMiAweDAwMDA3ZmZmODk2YTVlZjYgaW4gQ0ZT b3J0SW5kZXhlcyAoKQo+PiBObyBzeW1ib2wgdGFibGUgaW5mbyBhdmFpbGFibGUuCj4+ICMxMyAw eDAwMDA3ZmZmODk2NzhlMzMgaW4gQ0ZRU29ydEFycmF5ICgpCj4+IE5vIHN5bWJvbCB0YWJsZSBp bmZvIGF2YWlsYWJsZS4KPj4gIzE0IDB4MDAwMDdmZmY4OTY3OGJiOCBpbiBDRkFycmF5U29ydFZh bHVlcyAoKQo+PiBObyBzeW1ib2wgdGFibGUgaW5mbyBhdmFpbGFibGUuCj4+ICMxNSAweDAwMDA3 ZmZmODllYmRiMjggaW4gVERlc2NyaXB0b3JTb3VyY2U6OkdldEFsbERlc2NyaXB0b3JzICgpCj4+ IE5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KPj4gIzE2IDB4MDAwMDdmZmY4OWU4YTU4 NyBpbiBURGVzY3JpcHRvcjo6Q3JlYXRlTWF0Y2hpbmdEZXNjcmlwdG9ycyAoKQo+PiBObyBzeW1i b2wgdGFibGUgaW5mbyBhdmFpbGFibGUuCj4+ICMxNyAweDAwMDAwMDAxMDBhMzI1OTkgaW4gLVtO U0NURm9udERlc2NyaXB0b3IgbWF0Y2hpbmdGb250RGVzY3JpcHRvcnNXaXRoTWFuZGF0b3J5S2V5 czpdICgpCj4+IE5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KPj4gIzE4IDB4MDAwMDAw MDEwMDFhMWM3YSBpbiBuc19maW5kZm9udHMgKGZvbnRfc3BlYz00MzY2ODA3MDQwLCBpc01hdGNo PTAgJ1wwJykgYXQgbnNmb250Lm06NTIxCj4+IMKgIMKgIMKgIGZkZXNjID0gKE5TRm9udERlc2Ny aXB0b3IgKikgMHgxMDJlYjk5MzAKPj4gwqAgwqAgwqAgbGlzdCA9IDE0MDczNDc5OTc2MTAyNAo+ PiAjMTkgMHgwMDAwMDAwMTAwMTJmZjMyIGluIGZvbnRfbGlzdF9lbnRpdGllcyAoZnJhbWU9MTQw NzM0Nzk5NzYxNDQwLCBzcGVjPTE0MDczNDc5OTc2MTQ0MCkgYXQgZm9udC5jOjI3MjgKPj4gwqAg wqAgwqAgdmFsID0gNDM0NTMxMTI5MAo+PiDCoCDCoCDCoCBsaXN0ID0gMTQwNzM0Nzk5NzYxNDQw Cj4+IMKgIMKgIMKgIGRyaXZlcl9saXN0ID0gKHN0cnVjdCBmb250X2RyaXZlcl9saXN0ICopIDB4 MTAyYTRiNWIwCj4+IMKgIMKgIMKgIGYgPSAoRlJBTUVfUFRSKSAweDEwMmE0ZDRhMAo+PiDCoCDC oCDCoCBzaXplID0gMAo+PiDCoCDCoCDCoCBmdHlwZSA9IDQzNDUzMTEyOTAKPj4gIzIwIDB4MDAw MDAwMDEwMDEzMWQ1ZSBpbiBmb250X2ZpbmRfZm9yX2xmYWNlIChmPTB4N2ZmZjVmYmY1MTMwLCBh dHRycz0weDdmZmY1ZmJmNTEzMCwgc3BlYz02MjYsIGM9MTYwNjM3MzY4MCkgYXQgZm9udC5jOjMx OTcKPj4gwqAgwqAgwqAgcmVnaXN0cnkgPSB7NDM0NTUxNjM5NCwgNDMzODAxNTA4NSwgOH0KPj4g wqAgwqAgwqAgYWRzdHlsZSA9IHs0MzQ1MzExMjkwLCA0MzM4MDE1MDg1LCAyMzc1NDAzNTY5OTQ4 MjA1MzAwfQo+PiDCoCDCoCDCoCBwaXhlbF9zaXplID0gMTYwNjM3MzY4MAo+PiDCoCDCoCDCoCBm b3VuZHJ5ID0gezQzNDU1MjAyMDIsIDQzNDUzMTEyOTAsIDQzMzgwMTUwODV9Cj4+IMKgIMKgIMKg IGZyYW1lID0gNDMzOTMyNDA2OQo+PiDCoCDCoCDCoCB3b3JrID0gMAo+PiDCoCDCoCDCoCB2YWwg PSAwCj4+ICMyMSAweDAwMDAwMDAxMDAxNzg2M2YgaW4gZm9udHNldF9maW5kX2ZvbnQgKGZvbnRz ZXQ9NDMzOTMyNDA2OSwgYz0xNjA2MzczODU2LCBmYWNlPTB4N2ZmZjVmYmY1MWUwLCBpZD0xNjA2 MzczODU2LCBmYWxsYmFjaz0xNjA2MzczODU2KSBhdCBmb250c2V0LmM6NjIwCj4+IMKgIMKgIMKg IGZvbnRfZ3JvdXAgPSA0MzM5MzI0MDY5Cj4+IMKgIMKgIMKgIHZlYyA9IDQzNDM4OTI2NzcKPj4g IzIyIDB4MDAwMDAwMDEwMDE3ODhkYSBpbiBmb250c2V0X2ZvbnQgKGZvbnRzZXQ9NDM0MzU2MzE3 MywgYz04NTk0LCBmYWNlPTB4N2ZmZjVmYmY1MjMwLCBpZD0xNjA2MzczOTM2KSBhdCBmb250c2V0 LmM6NzM2Cj4+IMKgIMKgIMKgIHJmb250X2RlZiA9IDAKPj4gwqAgwqAgwqAgYmFzZV9mb250c2V0 ID0gNDMyODI5NDMwOQo+PiDCoCDCoCDCoCBkZWZhdWx0X3Jmb250X2RlZiA9IDAKPj4gIzIzIDB4 MDAwMDAwMDEwMDE3OGNlNCBpbiBmYWNlX2Zvcl9jaGFyIChmPTB4MTAyYTRkNGEwLCBmYWNlPTB4 MTAyZTQ5NmUwLCBjPTQ4NTM1MjY0LCBwb3M9LTEsIG9iamVjdD0wKSBhdCBmb250c2V0LmM6OTUw Cj4+IMKgIMKgIMKgIGZvbnRzZXQgPSA0MzQzNTYzMTczCj4+IMKgIMKgIMKgIGNoYXJzZXQgPSA0 MzQ1MzExMjkwCj4+IMKgIMKgIMKgIHJmb250X2RlZiA9IDAKPj4gwqAgwqAgwqAgZmFjZV9pZCA9 IDx2YWx1ZSB0ZW1wb3JhcmlseSB1bmF2YWlsYWJsZSwgZHVlIHRvIG9wdGltaXphdGlvbnM+Cj4+ ICMyNCAweDAwMDAwMDAxMDAwMzI3MmQgaW4gZ2V0X25leHRfZGlzcGxheV9lbGVtZW50IChpdD0w eDEwMmViODM4NSkgYXQgeGRpc3AuYzo2NzgwCj4+IMKgIMKgIMKgIGMgPSAtMQo+PiDCoCDCoCDC oCBzdWNjZXNzX3AgPSAwCj4+ICMyNSAweDAwMDAwMDAxMDAwMzk2YmIgaW4gZGlzcGxheV9saW5l IChpdD0weDdmZmY1ZmJmNmUzMCkgYXQgeGRpc3AuYzoxOTEzNAo+PiDCoCDCoCDCoCBtaW5fYnBv cyA9IDAKPj4gwqAgwqAgwqAgd3JhcF9pdCA9IHsKPj4gwqB3aW5kb3cgPSAwLAo+PiDCoHcgPSAw eDEwYTYxNTA2MCwKPj4gwqBmID0gMHgzNywKPj4gwqBtZXRob2QgPSBHRVRfRlJPTV9CVUZGRVIs Cj4+IMKgc3RvcF9jaGFycG9zID0gNDI5NTUzOTMxMiwKPj4gwqBwcmV2X3N0b3AgPSAxNDA3MzQ3 OTk3NjQ5NDQsCj4+IMKgYmFzZV9sZXZlbF9zdG9wID0gMTQwNzM0Nzk5NzYyNTIwLAo+PiDCoGVu ZF9jaGFycG9zID0gMTQwNzM0Nzk5NzYyNTYwLAo+PiDCoHMgPSAweDExYjA5NCA8QWRkcmVzcyAw eDExYjA5NCBvdXQgb2YgYm91bmRzPiwKPj4gwqBzdHJpbmdfbmNoYXJzID0gNDI5NDk2NzI5NiwK Pj4gwqByZWdpb25fYmVnX2NoYXJwb3MgPSAtNDI5NDk2NzI5NSwKPj4gwqByZWdpb25fZW5kX2No YXJwb3MgPSAwLAo+PiDCoHJlZGlzcGxheV9lbmRfdHJpZ2dlcl9jaGFycG9zID0gMTYwNjM3NDk3 NiwKPj4gwqBtdWx0aWJ5dGVfcCA9IDAsCj4+IMKgaGVhZGVyX2xpbmVfcCA9IDEsCj4+IMKgc3Ry aW5nX2Zyb21fZGlzcGxheV9wcm9wX3AgPSAwLAo+PiDCoHN0cmluZ19mcm9tX3ByZWZpeF9wcm9w X3AgPSAxLAo+PiDCoGZyb21fZGlzcF9wcm9wX3AgPSAxLAo+PiDCoGVsbGlwc2lzX3AgPSAxLAo+ PiDCoGF2b2lkX2N1cnNvcl9wID0gMCwKPj4gwqBkcCA9IDB4MTAwMWI5NTcwLAo+PiDCoGRwdmVj ID0gMHgxLAo+PiDCoGRwZW5kID0gMHgwLAo+PiDCoGRwdmVjX2NoYXJfbGVuID0gMiwKPj4gwqBk cHZlY19mYWNlX2lkID0gMCwKPj4gwqBzYXZlZF9mYWNlX2lkID0gMSwKPj4gwqBjdGxfY2hhcnMg PSB7MSwgMSwgMCwgMCwgNTMsIDQzNzI0MzEzNjAsIDE0MDczNDc5OTc2NzI1NiwgLTEsIDE0MDcz NDc5OTc2MzYzMiwgNDI5NTUzNjk4OSwgNDI5ODIzNjgwMCwgNDI5OTcyNjAwOCwgMCwgMCwgMCwg LTF9LAo+PiDCoHN0YXJ0ID0gewo+PiDCoCDCoHBvcyA9IHsKPj4gwqAgwqAgwqBjaGFycG9zID0g MTQwNzM0Nzk5NzY3NDAwLAo+PiDCoCDCoCDCoGJ5dGVwb3MgPSA0Mjk4MjM2NzEyCj4+IMKgIMKg fSwKPj4gwqAgwqBvdmVybGF5X3N0cmluZ19pbmRleCA9IDAsCj4+IMKgIMKgc3RyaW5nX3BvcyA9 IHsKPj4gwqAgwqAgwqBjaGFycG9zID0gNDM0NTQ3NDkwNiwKPj4gwqAgwqAgwqBieXRlcG9zID0g NDM0NTMxMTI5MAo+PiDCoCDCoH0sCj4+IMKgIMKgZHB2ZWNfaW5kZXggPSAwCj4+IMKgfSwKPj4g wqBjdXJyZW50ID0gewo+PiDCoCDCoHBvcyA9IHsKPj4gwqAgwqAgwqBjaGFycG9zID0gMTQwNzM0 Nzk5NzYyODAwLAo+PiDCoCDCoCDCoGJ5dGVwb3MgPSA0Mjk2MTM3NTc4Cj4+IMKgIMKgfSwKPj4g wqAgwqBvdmVybGF5X3N0cmluZ19pbmRleCA9IDI3LAo+PiDCoCDCoHN0cmluZ19wb3MgPSB7Cj4+ IMKgIMKgIMKgY2hhcnBvcyA9IDQyOTgyMzY3MTcsCj4+IMKgIMKgIMKgYnl0ZXBvcyA9IDQyOTQ5 NjczNDgKPj4gwqAgwqB9LAo+PiDCoCDCoGRwdmVjX2luZGV4ID0gNTAzNDQwNDIKPj4gwqB9LAo+ PiDCoG5fb3ZlcmxheV9zdHJpbmdzID0gNTAzNDM5OTQsCj4+IMKgb3ZlcmxheV9zdHJpbmdzX2No YXJwb3MgPSAwLAo+PiDCoG92ZXJsYXlfc3RyaW5ncyA9IHsyLCA0MzAwMTE5NzQ0LCAwLCAxNDA3 MzQ3OTk3NjI4MTYsIDE0MDczNDc5OTc2Mjg5NiwgNDI5NjEzNTM3OCwgMzIsIDI3LCA0Mjk4MjM2 NzE3LCAxLCAtNjMzNTQyOTIwMTQ3NDc1MDMxNywgNSwgMiwgNDMwMDExOTc0NCwgNDI5ODIzNjcx MiwgLTF9LAo+PiDCoHN0cmluZ19vdmVybGF5cyA9IHsxNDA3MzQ3OTk3NjMxMzYsIDQzNDUzMTEy OTAsIDE0MDczNDc5OTc2Mjk0NCwgNDI5NjA0NDE0OCwgNDM0OTAzMjE5OCwgNDM0NTMxMTI5MCwg MTQwNzM0Nzk5NzYzMTg0LCA0Mjk2MTMyNTg0LCAwLCAyOSwgNDI5NzE1MzI5NiwgNDMwMDA5MjY3 NSwgMzMsIDAsIDE3NDIxMDE0NCwgMH0sCj4+IMKgc3RyaW5nID0gMCwKPj4gwqBmcm9tX292ZXJs YXkgPSAwLAo+PiDCoHN0YWNrID0ge3sKPj4gwqAgwqAgwqBzdHJpbmcgPSAwLAo+PiDCoCDCoCDC oHN0cmluZ19uY2hhcnMgPSAwLAo+PiDCoCDCoCDCoGVuZF9jaGFycG9zID0gMCwKPj4gwqAgwqAg wqBzdG9wX2NoYXJwb3MgPSAwLAo+PiDCoCDCoCDCoHByZXZfc3RvcCA9IDAsCj4+IMKgIMKgIMKg YmFzZV9sZXZlbF9zdG9wID0gMCwKPj4gwqAgwqAgwqBjbXBfaXQgPSB7Cj4+IMKgIMKgIMKgIMKg c3RvcF9wb3MgPSAwLAo+PiDCoCDCoCDCoCDCoGlkID0gMCwKPj4gwqAgwqAgwqAgwqBjaCA9IDAs Cj4+IMKgIMKgIMKgIMKgcnVsZV9pZHggPSAwLAo+PiDCoCDCoCDCoCDCoGxvb2tiYWNrID0gMCwK Pj4gwqAgwqAgwqAgwqBuZ2x5cGhzID0gMCwKPj4gwqAgwqAgwqAgwqByZXZlcnNlZF9wID0gNTE1 MTE1MiwKPj4gwqAgwqAgwqAgwqBjaGFycG9zID0gLTEsCj4+IMKgIMKgIMKgIMKgbmNoYXJzID0g ODQ2NTkyMTQ3LAo+PiDCoCDCoCDCoCDCoG5ieXRlcyA9IC0xNDc1MDgyMDU5LAo+PiDCoCDCoCDC oCDCoGZyb20gPSA1NDA2NDkzNCwKPj4gwqAgwqAgwqAgwqB0byA9IDEsCj4+IMKgIMKgIMKgIMKg d2lkdGggPSAyCj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBmYWNlX2lkID0gNTE1MjQ0OCwKPj4g wqAgwqAgwqB1ID0gewo+PiDCoCDCoCDCoCDCoGltYWdlID0gewo+PiDCoCDCoCDCoCDCoCDCoG9i amVjdCA9IDQzMDAxMTg0NDgsCj4+IMKgIMKgIMKgIMKgIMKgc2xpY2UgPSB7Cj4+IMKgIMKgIMKg IMKgIMKgIMKgeCA9IC0xLAo+PiDCoCDCoCDCoCDCoCDCoCDCoHkgPSAxNDA3MzQ3OTk3NjM0MjQs Cj4+IMKgIMKgIMKgIMKgIMKgIMKgd2lkdGggPSA0Mjk2MTMzMzc3LAo+PiDCoCDCoCDCoCDCoCDC oCDCoGhlaWdodCA9IDIKPj4gwqAgwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoCDCoGltYWdl X2lkID0gMTQwNzM0Nzk5NzYzNTM2Cj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBjb21w ID0gewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9IDQzMDAxMTg0NDgKPj4gwqAgwqAgwqAgwqB9 LAo+PiDCoCDCoCDCoCDCoHN0cmV0Y2ggPSB7Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0gNDMw MDExODQ0OAo+PiDCoCDCoCDCoCDCoH0KPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoHBvc2l0aW9u ID0gewo+PiDCoCDCoCDCoCDCoGNoYXJwb3MgPSAxNDA3MzQ3OTk3NjMzMTIsCj4+IMKgIMKgIMKg IMKgYnl0ZXBvcyA9IDMKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGN1cnJlbnQgPSB7Cj4+IMKg IMKgIMKgIMKgcG9zID0gewo+PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3MgPSAyLAo+PiDCoCDCoCDC oCDCoCDCoGJ5dGVwb3MgPSAwCj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBvdmVybGF5 X3N0cmluZ19pbmRleCA9IDg0NjU5MjE0NywKPj4gwqAgwqAgwqAgwqBzdHJpbmdfcG9zID0gewo+ PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3MgPSA0MzQ1MzExMjkwLAo+PiDCoCDCoCDCoCDCoCDCoGJ5 dGVwb3MgPSAwCj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBkcHZlY19pbmRleCA9IDE2 MDYzNzUyODAKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGZyb21fb3ZlcmxheSA9IDMyLAo+PiDC oCDCoCDCoGFyZWEgPSBSSUdIVF9NQVJHSU5fQVJFQSwKPj4gwqAgwqAgwqBtZXRob2QgPSBHRVRf RlJPTV9CVUZGRVIsCj4+IMKgIMKgIMKgcGFyYWdyYXBoX2VtYmVkZGluZyA9IDE2MDYzNzU1MDQs Cj4+IMKgIMKgIMKgbXVsdGlieXRlX3AgPSAxLAo+PiDCoCDCoCDCoHN0cmluZ19mcm9tX2Rpc3Bs YXlfcHJvcF9wID0gMSwKPj4gwqAgwqAgwqBzdHJpbmdfZnJvbV9wcmVmaXhfcHJvcF9wID0gMSwK Pj4gwqAgwqAgwqBkaXNwbGF5X2VsbGlwc2lzX3AgPSAxLAo+PiDCoCDCoCDCoGF2b2lkX2N1cnNv cl9wID0gMSwKPj4gwqAgwqAgwqBiaWRpX3AgPSAxLAo+PiDCoCDCoCDCoGZyb21fZGlzcF9wcm9w X3AgPSAxLAo+PiDCoCDCoCDCoGxpbmVfd3JhcCA9IDE2MDYzNzUzMTIsCj4+IMKgIMKgIMKgdm9m ZnNldCA9IDMyNzY3LAo+PiDCoCDCoCDCoHNwYWNlX3dpZHRoID0gMTQwNzM0Nzk5NzYzMzM2LAo+ PiDCoCDCoCDCoGZvbnRfaGVpZ2h0ID0gLTEKPj4gwqAgwqB9LCB7Cj4+IMKgIMKgIMKgc3RyaW5n ID0gNDMzODA5MzQwMCwKPj4gwqAgwqAgwqBzdHJpbmdfbmNoYXJzID0gNTQwNjQ5MzQsCj4+IMKg IMKgIMKgZW5kX2NoYXJwb3MgPSA0MzQ1NDIyMjM0LAo+PiDCoCDCoCDCoHN0b3BfY2hhcnBvcyA9 IDE0MDczNDc5OTc2MzU5MiwKPj4gwqAgwqAgwqBwcmV2X3N0b3AgPSAyLAo+PiDCoCDCoCDCoGJh c2VfbGV2ZWxfc3RvcCA9IDIsCj4+IMKgIMKgIMKgY21wX2l0ID0gewo+PiDCoCDCoCDCoCDCoHN0 b3BfcG9zID0gMTQwNzM0Nzk5NzYzNDQwLAo+PiDCoCDCoCDCoCDCoGlkID0gNDI5NTUzNTEwMCwK Pj4gwqAgwqAgwqAgwqBjaCA9IDE2MDYzNzU0MjQsCj4+IMKgIMKgIMKgIMKgcnVsZV9pZHggPSAz Mjc2NywKPj4gwqAgwqAgwqAgwqBsb29rYmFjayA9IDYzNDY4NywKPj4gwqAgwqAgwqAgwqBuZ2x5 cGhzID0gMSwKPj4gwqAgwqAgwqAgwqByZXZlcnNlZF9wID0gMTYwNjM3NTQyNCwKPj4gwqAgwqAg wqAgwqBjaGFycG9zID0gNDI5NTYwMjYwMCwKPj4gwqAgwqAgwqAgwqBuY2hhcnMgPSA0NDM1Njc2 OCwKPj4gwqAgwqAgwqAgwqBuYnl0ZXMgPSAxLAo+PiDCoCDCoCDCoCDCoGZyb20gPSAwLAo+PiDC oCDCoCDCoCDCoHRvID0gMCwKPj4gwqAgwqAgwqAgwqB3aWR0aCA9IDE2MDYzNzU1NjAKPj4gwqAg wqAgwqB9LAo+PiDCoCDCoCDCoGZhY2VfaWQgPSA0NDM1Njc2OCwKPj4gwqAgwqAgwqB1ID0gewo+ PiDCoCDCoCDCoCDCoGltYWdlID0gewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9IDE0MDczNDc5 OTc2MzU1MiwKPj4gwqAgwqAgwqAgwqAgwqBzbGljZSA9IHsKPj4gwqAgwqAgwqAgwqAgwqAgwqB4 ID0gNDI5NTYwNDkyMywKPj4gwqAgwqAgwqAgwqAgwqAgwqB5ID0gLTEsCj4+IMKgIMKgIMKgIMKg IMKgIMKgd2lkdGggPSAtMSwKPj4gwqAgwqAgwqAgwqAgwqAgwqBoZWlnaHQgPSAxMAo+PiDCoCDC oCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgIMKgaW1hZ2VfaWQgPSAxCj4+IMKgIMKgIMKgIMKg fSwKPj4gwqAgwqAgwqAgwqBjb21wID0gewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9IDE0MDcz NDc5OTc2MzU1Mgo+PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgc3RyZXRjaCA9IHsKPj4g wqAgwqAgwqAgwqAgwqBvYmplY3QgPSAxNDA3MzQ3OTk3NjM1NTIKPj4gwqAgwqAgwqAgwqB9Cj4+ IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBwb3NpdGlvbiA9IHsKPj4gwqAgwqAgwqAgwqBjaGFycG9z ID0gMTQwNzM0Nzk5NzYzNTkyLAo+PiDCoCDCoCDCoCDCoGJ5dGVwb3MgPSAxNDA3MzQ3OTk3NjQy NDAKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGN1cnJlbnQgPSB7Cj4+IMKgIMKgIMKgIMKgcG9z ID0gewo+PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3MgPSA0MzM5MzI0MDY0LAo+PiDCoCDCoCDCoCDC oCDCoGJ5dGVwb3MgPSA0Cj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBvdmVybGF5X3N0 cmluZ19pbmRleCA9IDUwNDkxMDgyLAo+PiDCoCDCoCDCoCDCoHN0cmluZ19wb3MgPSB7Cj4+IMKg IMKgIMKgIMKgIMKgY2hhcnBvcyA9IDE0MDczNDc5OTc2MzczNiwKPj4gwqAgwqAgwqAgwqAgwqBi eXRlcG9zID0gMTQwNzM0Nzk5NzYzODA4Cj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBk cHZlY19pbmRleCA9IDYzNzM4Mwo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgZnJvbV9vdmVybGF5 ID0gMCwKPj4gwqAgwqAgwqBhcmVhID0gNDQzNTY3NjgsCj4+IMKgIMKgIMKgbWV0aG9kID0gR0VU X0ZST01fRElTUExBWV9WRUNUT1IsCj4+IMKgIMKgIMKgcGFyYWdyYXBoX2VtYmVkZGluZyA9IEwy UiwKPj4gwqAgwqAgwqBtdWx0aWJ5dGVfcCA9IDEsCj4+IMKgIMKgIMKgc3RyaW5nX2Zyb21fZGlz cGxheV9wcm9wX3AgPSAwLAo+PiDCoCDCoCDCoHN0cmluZ19mcm9tX3ByZWZpeF9wcm9wX3AgPSAw LAo+PiDCoCDCoCDCoGRpc3BsYXlfZWxsaXBzaXNfcCA9IDAsCj4+IMKgIMKgIMKgYXZvaWRfY3Vy c29yX3AgPSAwLAo+PiDCoCDCoCDCoGJpZGlfcCA9IDAsCj4+IMKgIMKgIMKgZnJvbV9kaXNwX3By b3BfcCA9IDAsCj4+IMKgIMKgIMKgbGluZV93cmFwID0gNTAzNDQ2MTgsCj4+IMKgIMKgIMKgdm9m ZnNldCA9IDEsCj4+IMKgIMKgIMKgc3BhY2Vfd2lkdGggPSA0MzQ1MzUwNzYyLAo+PiDCoCDCoCDC oGZvbnRfaGVpZ2h0ID0gNDM0NTM1MDc2Mgo+PiDCoCDCoH0sIHsKPj4gwqAgwqAgwqBzdHJpbmcg PSAxNDA3MzQ3OTk3NjM2OTYsCj4+IMKgIMKgIMKgc3RyaW5nX25jaGFycyA9IC0yMDUzMjY0Njgz LAo+PiDCoCDCoCDCoGVuZF9jaGFycG9zID0gNDM0NTM1MDc2MiwKPj4gwqAgwqAgwqBzdG9wX2No YXJwb3MgPSAzNzcxLAo+PiDCoCDCoCDCoHByZXZfc3RvcCA9IDQzNjIwODQzNTIsCj4+IMKgIMKg IMKgYmFzZV9sZXZlbF9zdG9wID0gMTQwNzM1NTAwMDc1MjA4LAo+PiDCoCDCoCDCoGNtcF9pdCA9 IHsKPj4gwqAgwqAgwqAgwqBzdG9wX3BvcyA9IDE0MDczNTEyMzA4MDU2MCwKPj4gwqAgwqAgwqAg wqBpZCA9IC0xMjgsCj4+IMKgIMKgIMKgIMKgY2ggPSAwLAo+PiDCoCDCoCDCoCDCoHJ1bGVfaWR4 ID0gMCwKPj4gwqAgwqAgwqAgwqBsb29rYmFjayA9IDQ4MzczNDg4LAo+PiDCoCDCoCDCoCDCoG5n bHlwaHMgPSAxLAo+PiDCoCDCoCDCoCDCoHJldmVyc2VkX3AgPSAzMjI1ODU2MCwKPj4gwqAgwqAg wqAgwqBjaGFycG9zID0gNDMyODQwNjkyMCwKPj4gwqAgwqAgwqAgwqBuY2hhcnMgPSAwLAo+PiDC oCDCoCDCoCDCoG5ieXRlcyA9IDAsCj4+IMKgIMKgIMKgIMKgZnJvbSA9IDAsCj4+IMKgIMKgIMKg IMKgdG8gPSAwLAo+PiDCoCDCoCDCoCDCoHdpZHRoID0gMAo+PiDCoCDCoCDCoH0sCj4+IMKgIMKg IMKgZmFjZV9pZCA9IDAsCj4+IMKgIMKgIMKgdSA9IHsKPj4gwqAgwqAgwqAgwqBpbWFnZSA9IHsK Pj4gwqAgwqAgwqAgwqAgwqBvYmplY3QgPSA0NjQ4MzgzMzE4NTE2MDM5NjgwLAo+PiDCoCDCoCDC oCDCoCDCoHNsaWNlID0gewo+PiDCoCDCoCDCoCDCoCDCoCDCoHggPSA0NjExNjg2MDE4NDI3Mzg3 OTA0LAo+PiDCoCDCoCDCoCDCoCDCoCDCoHkgPSA0MzI3MjI1ODU2LAo+PiDCoCDCoCDCoCDCoCDC oCDCoHdpZHRoID0gMTkyOTY5MjUyOCwKPj4gwqAgwqAgwqAgwqAgwqAgwqBoZWlnaHQgPSA0MzI3 MjI4MDA4Cj4+IMKgIMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqAgwqBpbWFnZV9pZCA9IDQz MjcyMjc5ODQKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoGNvbXAgPSB7Cj4+IMKgIMKg IMKgIMKgIMKgb2JqZWN0ID0gNDY0ODM4MzMxODUxNjAzOTY4MAo+PiDCoCDCoCDCoCDCoH0sCj4+ IMKgIMKgIMKgIMKgc3RyZXRjaCA9IHsKPj4gwqAgwqAgwqAgwqAgwqBvYmplY3QgPSA0NjQ4Mzgz MzE4NTE2MDM5NjgwCj4+IMKgIMKgIMKgIMKgfQo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgcG9z aXRpb24gPSB7Cj4+IMKgIMKgIMKgIMKgY2hhcnBvcyA9IDQzMjcyMjgwMDAsCj4+IMKgIMKgIMKg IMKgYnl0ZXBvcyA9IDQzMjcyMjc5OTIKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGN1cnJlbnQg PSB7Cj4+IMKgIMKgIMKgIMKgcG9zID0gewo+PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3MgPSA0MzI4 MzI1MTI4LAo+PiDCoCDCoCDCoCDCoCDCoGJ5dGVwb3MgPSA0MzI3MjI1ODYwCj4+IMKgIMKgIMKg IMKgfSwKPj4gwqAgwqAgwqAgwqBvdmVybGF5X3N0cmluZ19pbmRleCA9IDMyMjYwNzI4LAo+PiDC oCDCoCDCoCDCoHN0cmluZ19wb3MgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgY2hhcnBvcyA9IDE0MDcz MzE5MzM4ODA0MCwKPj4gwqAgwqAgwqAgwqAgwqBieXRlcG9zID0gMzY2ODM5MDQKPj4gwqAgwqAg wqAgwqB9LAo+PiDCoCDCoCDCoCDCoGRwdmVjX2luZGV4ID0gMzIyNTg1NjAKPj4gwqAgwqAgwqB9 LAo+PiDCoCDCoCDCoGZyb21fb3ZlcmxheSA9IDQzMjcyMjgwMTYsCj4+IMKgIMKgIMKgYXJlYSA9 IDMyMjU4NTYwLAo+PiDCoCDCoCDCoG1ldGhvZCA9IEdFVF9GUk9NX0RJU1BMQVlfVkVDVE9SLAo+ PiDCoCDCoCDCoHBhcmFncmFwaF9lbWJlZGRpbmcgPSA0Mjk0OTY3MTY4LAo+PiDCoCDCoCDCoG11 bHRpYnl0ZV9wID0gMSwKPj4gwqAgwqAgwqBzdHJpbmdfZnJvbV9kaXNwbGF5X3Byb3BfcCA9IDEs Cj4+IMKgIMKgIMKgc3RyaW5nX2Zyb21fcHJlZml4X3Byb3BfcCA9IDEsCj4+IMKgIMKgIMKgZGlz cGxheV9lbGxpcHNpc19wID0gMSwKPj4gwqAgwqAgwqBhdm9pZF9jdXJzb3JfcCA9IDEsCj4+IMKg IMKgIMKgYmlkaV9wID0gMSwKPj4gwqAgwqAgwqBmcm9tX2Rpc3BfcHJvcF9wID0gMSwKPj4gwqAg wqAgwqBsaW5lX3dyYXAgPSA3LAo+PiDCoCDCoCDCoHZvZmZzZXQgPSAwLAo+PiDCoCDCoCDCoHNw YWNlX3dpZHRoID0gNDMyNzIxMTAwOCwKPj4gwqAgwqAgwqBmb250X2hlaWdodCA9IDQzMzA3Nzcx MjAKPj4gwqAgwqB9LCB7Cj4+IMKgIMKgIMKgc3RyaW5nID0gNDMzMDYxODg4MCwKPj4gwqAgwqAg wqBzdHJpbmdfbmNoYXJzID0gMzU4MDk3MjgsCj4+IMKgIMKgIMKgZW5kX2NoYXJwb3MgPSA0MzI3 MjExMDA4LAo+PiDCoCDCoCDCoHN0b3BfY2hhcnBvcyA9IDEyMCwKPj4gwqAgwqAgwqBwcmV2X3N0 b3AgPSAwLAo+PiDCoCDCoCDCoGJhc2VfbGV2ZWxfc3RvcCA9IDQzNDMzNDA3ODQsCj4+IMKgIMKg IMKgY21wX2l0ID0gewo+PiDCoCDCoCDCoCDCoHN0b3BfcG9zID0gMTQwNzM0Nzk5NzY0MDQ4LAo+ PiDCoCDCoCDCoCDCoGlkID0gMTQwNzM1NTA5NzQyOTI5LAo+PiDCoCDCoCDCoCDCoGNoID0gNCwK Pj4gwqAgwqAgwqAgwqBydWxlX2lkeCA9IDAsCj4+IMKgIMKgIMKgIMKgbG9va2JhY2sgPSAwLAo+ PiDCoCDCoCDCoCDCoG5nbHlwaHMgPSAxMDgyMjc5OTM2LAo+PiDCoCDCoCDCoCDCoHJldmVyc2Vk X3AgPSAwLAo+PiDCoCDCoCDCoCDCoGNoYXJwb3MgPSAwLAo+PiDCoCDCoCDCoCDCoG5jaGFycyA9 IDAsCj4+IMKgIMKgIMKgIMKgbmJ5dGVzID0gMiwKPj4gwqAgwqAgwqAgwqBmcm9tID0gMzM0Mzk2 MDAsCj4+IMKgIMKgIMKgIMKgdG8gPSAxLAo+PiDCoCDCoCDCoCDCoHdpZHRoID0gMAo+PiDCoCDC oCDCoH0sCj4+IMKgIMKgIMKgZmFjZV9pZCA9IDE3NDIzMDYxNiwKPj4gwqAgwqAgwqB1ID0gewo+ PiDCoCDCoCDCoCDCoGltYWdlID0gewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9IDQzMjg0MDY5 NDQsCj4+IMKgIMKgIMKgIMKgIMKgc2xpY2UgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgIMKgeCA9IDAs Cj4+IMKgIMKgIMKgIMKgIMKgIMKgeSA9IDE0MDczNDc5OTc2NjkxMiwKPj4gwqAgwqAgwqAgwqAg wqAgwqB3aWR0aCA9IDE0MDczNTUwOTc0MjYwMSwKPj4gwqAgwqAgwqAgwqAgwqAgwqBoZWlnaHQg PSAwCj4+IMKgIMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqAgwqBpbWFnZV9pZCA9IDQ2MTE2 ODYwMTg0MjczODc5MDQKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoGNvbXAgPSB7Cj4+ IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0gNDMyODQwNjk0NAo+PiDCoCDCoCDCoCDCoH0sCj4+IMKg IMKgIMKgIMKgc3RyZXRjaCA9IHsKPj4gwqAgwqAgwqAgwqAgwqBvYmplY3QgPSA0MzI4NDA2OTQ0 Cj4+IMKgIMKgIMKgIMKgfQo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgcG9zaXRpb24gPSB7Cj4+ IMKgIMKgIMKgIMKgY2hhcnBvcyA9IDQ2MjQ2MzM4NjczNTYwNzgwODAsCj4+IMKgIMKgIMKgIMKg Ynl0ZXBvcyA9IDQ2MjQ2MzM4NjczNTYwNzgwODAKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGN1 cnJlbnQgPSB7Cj4+IMKgIMKgIMKgIMKgcG9zID0gewo+PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3Mg PSAxNDA3MzQ3OTk3NjQ1NTIsCj4+IMKgIMKgIMKgIMKgIMKgYnl0ZXBvcyA9IDQ2Cj4+IMKgIMKg IMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBvdmVybGF5X3N0cmluZ19pbmRleCA9IDE2MDYzNzY1MTIs Cj4+IMKgIMKgIMKgIMKgc3RyaW5nX3BvcyA9IHsKPj4gwqAgwqAgwqAgwqAgwqBjaGFycG9zID0g NDAsCj4+IMKgIMKgIMKgIMKgIMKgYnl0ZXBvcyA9IDE2MDYzNzYxMjgKPj4gwqAgwqAgwqAgwqB9 LAo+PiDCoCDCoCDCoCDCoGRwdmVjX2luZGV4ID0gNTAzNDM5OTQKPj4gwqAgwqAgwqB9LAo+PiDC oCDCoCDCoGZyb21fb3ZlcmxheSA9IDQzMDA3MTgzMjgsCj4+IMKgIMKgIMKgYXJlYSA9IDUwMzQz OTk0LAo+PiDCoCDCoCDCoG1ldGhvZCA9IEdFVF9GUk9NX0RJU1BMQVlfVkVDVE9SLAo+PiDCoCDC oCDCoHBhcmFncmFwaF9lbWJlZGRpbmcgPSBORVVUUkFMX0RJUiwKPj4gwqAgwqAgwqBtdWx0aWJ5 dGVfcCA9IDAsCj4+IMKgIMKgIMKgc3RyaW5nX2Zyb21fZGlzcGxheV9wcm9wX3AgPSAwLAo+PiDC oCDCoCDCoHN0cmluZ19mcm9tX3ByZWZpeF9wcm9wX3AgPSAwLAo+PiDCoCDCoCDCoGRpc3BsYXlf ZWxsaXBzaXNfcCA9IDAsCj4+IMKgIMKgIMKgYXZvaWRfY3Vyc29yX3AgPSAwLAo+PiDCoCDCoCDC oGJpZGlfcCA9IDAsCj4+IMKgIMKgIMKgZnJvbV9kaXNwX3Byb3BfcCA9IDAsCj4+IMKgIMKgIMKg bGluZV93cmFwID0gNTAzNDM5OTQsCj4+IMKgIMKgIMKgdm9mZnNldCA9IDAsCj4+IMKgIMKgIMKg c3BhY2Vfd2lkdGggPSAxNDA3MzQ3OTk3NjQyNDAsCj4+IMKgIMKgIMKgZm9udF9oZWlnaHQgPSA0 Mjk2NDQyMTEwCj4+IMKgIMKgfSwgewo+PiDCoCDCoCDCoHN0cmluZyA9IDQzNDMzNDE3MTIsCj4+ IMKgIMKgIMKgc3RyaW5nX25jaGFycyA9IDE4NCwKPj4gwqAgwqAgwqBlbmRfY2hhcnBvcyA9IDQz MDA3MTcwOTYsCj4+IMKgIMKgIMKgc3RvcF9jaGFycG9zID0gNzIwNTc1OTgzODQzMDAzMTIsCj4+ IMKgIMKgIMKgcHJldl9zdG9wID0gNDY4NDM4NTcyNzI1NTkzNzAyNCwKPj4gwqAgwqAgwqBiYXNl X2xldmVsX3N0b3AgPSA0NjI1NDc4MjkyMjg2MjEwMDQ4LAo+PiDCoCDCoCDCoGNtcF9pdCA9IHsK Pj4gwqAgwqAgwqAgwqBzdG9wX3BvcyA9IDQzNDMzMzk5MjAsCj4+IMKgIMKgIMKgIMKgaWQgPSA0 NjExNjg2MDE4NDI3Mzg3OTA0LAo+PiDCoCDCoCDCoCDCoGNoID0gMCwKPj4gwqAgwqAgwqAgwqBy dWxlX2lkeCA9IDEwOTA2OTkyNjQsCj4+IMKgIMKgIMKgIMKgbG9va2JhY2sgPSAwLAo+PiDCoCDC oCDCoCDCoG5nbHlwaHMgPSAxMDcyNjkzMjQ4LAo+PiDCoCDCoCDCoCDCoHJldmVyc2VkX3AgPSA0 ODM3Mzc3NiwKPj4gwqAgwqAgwqAgwqBjaGFycG9zID0gNDQ2OTE3MDE3NiwKPj4gwqAgwqAgwqAg wqBuY2hhcnMgPSAzMzQzOTYwMCwKPj4gwqAgwqAgwqAgwqBuYnl0ZXMgPSAxLAo+PiDCoCDCoCDC oCDCoGZyb20gPSA0MzUyLAo+PiDCoCDCoCDCoCDCoHRvID0gMCwKPj4gwqAgwqAgwqAgwqB3aWR0 aCA9IDE3NDE5MzYxNgo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgZmFjZV9pZCA9IDAsCj4+IMKg IMKgIMKgdSA9IHsKPj4gwqAgwqAgwqAgwqBpbWFnZSA9IHsKPj4gwqAgwqAgwqAgwqAgwqBvYmpl Y3QgPSA0MzQzMzQxNjQ4LAo+PiDCoCDCoCDCoCDCoCDCoHNsaWNlID0gewo+PiDCoCDCoCDCoCDC oCDCoCDCoHggPSAwLAo+PiDCoCDCoCDCoCDCoCDCoCDCoHkgPSAxNDA3MzQ3OTk3NjQ0MDAsCj4+ IMKgIMKgIMKgIMKgIMKgIMKgd2lkdGggPSA0Mjk2NDg0ODExLAo+PiDCoCDCoCDCoCDCoCDCoCDC oGhlaWdodCA9IDE0MDczNDc5OTc2NDUzNgo+PiDCoCDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKg IMKgIMKgaW1hZ2VfaWQgPSA0MzAwMTM5NDg4Cj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAg wqBjb21wID0gewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9IDQzNDMzNDE2NDgKPj4gwqAgwqAg wqAgwqB9LAo+PiDCoCDCoCDCoCDCoHN0cmV0Y2ggPSB7Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0 ID0gNDM0MzM0MTY0OAo+PiDCoCDCoCDCoCDCoH0KPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoHBv c2l0aW9uID0gewo+PiDCoCDCoCDCoCDCoGNoYXJwb3MgPSA1NiwKPj4gwqAgwqAgwqAgwqBieXRl cG9zID0gMTQwNzM1NDk4NTg2NjI5Cj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBjdXJyZW50ID0g ewo+PiDCoCDCoCDCoCDCoHBvcyA9IHsKPj4gwqAgwqAgwqAgwqAgwqBjaGFycG9zID0gMTAxLAo+ PiDCoCDCoCDCoCDCoCDCoGJ5dGVwb3MgPSA0MzQzMzQ1MDY0Cj4+IMKgIMKgIMKgIMKgfSwKPj4g wqAgwqAgwqAgwqBvdmVybGF5X3N0cmluZ19pbmRleCA9IDQ4Mzc3NDU2LAo+PiDCoCDCoCDCoCDC oHN0cmluZ19wb3MgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgY2hhcnBvcyA9IDIsCj4+IMKgIMKgIMKg IMKgIMKgYnl0ZXBvcyA9IDQzNDMzNDMyMTYKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDC oGRwdmVjX2luZGV4ID0gMTYwNjM3NjUzNgo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgZnJvbV9v dmVybGF5ID0gMTQwNzM0Nzk5NzY0NTEyLAo+PiDCoCDCoCDCoGFyZWEgPSAyMzA1MjIzNjA0LAo+ PiDCoCDCoCDCoG1ldGhvZCA9IDMyNzY3LAo+PiDCoCDCoCDCoHBhcmFncmFwaF9lbWJlZGRpbmcg PSA0MywKPj4gwqAgwqAgwqBtdWx0aWJ5dGVfcCA9IDAsCj4+IMKgIMKgIMKgc3RyaW5nX2Zyb21f ZGlzcGxheV9wcm9wX3AgPSAxLAo+PiDCoCDCoCDCoHN0cmluZ19mcm9tX3ByZWZpeF9wcm9wX3Ag PSAwLAo+PiDCoCDCoCDCoGRpc3BsYXlfZWxsaXBzaXNfcCA9IDAsCj4+IMKgIMKgIMKgYXZvaWRf Y3Vyc29yX3AgPSAwLAo+PiDCoCDCoCDCoGJpZGlfcCA9IDAsCj4+IMKgIMKgIMKgZnJvbV9kaXNw X3Byb3BfcCA9IDAsCj4+IMKgIMKgIMKgbGluZV93cmFwID0gNDg0NDA3NjgsCj4+IMKgIMKgIMKg dm9mZnNldCA9IDEsCj4+IMKgIMKgIMKgc3BhY2Vfd2lkdGggPSA0MzQzMzUwMzUyLAo+PiDCoCDC oCDCoGZvbnRfaGVpZ2h0ID0gNDM0MzM0MTg3Mgo+PiDCoCDCoH19LAo+PiDCoHNwID0gMTY5NzM4 MjUsCj4+IMKgc2VsZWN0aXZlID0gNDM0MzM0MzI2NCwKPj4gwqB3aGF0ID0gMTYwNjM3NzAwMCwK Pj4gwqBmYWNlX2lkID0gMzI3NjcsCj4+IMKgc2VsZWN0aXZlX2Rpc3BsYXlfZWxsaXBzaXNfcCA9 IDAsCj4+IMKgY3RsX2Fycm93X3AgPSAxLAo+PiDCoGZhY2VfYm94X3AgPSAwLAo+PiDCoHN0YXJ0 X29mX2JveF9ydW5fcCA9IDAsCj4+IMKgZW5kX29mX2JveF9ydW5fcCA9IDAsCj4+IMKgb3Zlcmxh eV9zdHJpbmdzX2F0X2VuZF9wcm9jZXNzZWRfcCA9IDAsCj4+IMKgaWdub3JlX292ZXJsYXlfc3Ry aW5nc19hdF9wb3NfcCA9IDAsCj4+IMKgZ2x5cGhfbm90X2F2YWlsYWJsZV9wID0gMCwKPj4gwqBz dGFydHNfaW5fbWlkZGxlX29mX2NoYXJfcCA9IDAsCj4+IMKgZmFjZV9iZWZvcmVfc2VsZWN0aXZl X3AgPSAwLAo+PiDCoGNvbnN0cmFpbl9yb3dfYXNjZW50X2Rlc2NlbnRfcCA9IDAsCj4+IMKgbGlu ZV93cmFwID0gVFJVTkNBVEUsCj4+IMKgYmFzZV9mYWNlX2lkID0gMTYwNjM3NjY0MCwKPj4gwqBj ID0gMzI3NjcsCj4+IMKgbGVuID0gLTE5NDkxOTE0MzcsCj4+IMKgY21wX2l0ID0gewo+PiDCoCDC oHN0b3BfcG9zID0gNDM0NTMxMTI5MCwKPj4gwqAgwqBpZCA9IDQzNDMzNTAzNTIsCj4+IMKgIMKg Y2ggPSAxLAo+PiDCoCDCoHJ1bGVfaWR4ID0gMTY3NzcyMTYsCj4+IMKgIMKgbG9va2JhY2sgPSAx LAo+PiDCoCDCoG5nbHlwaHMgPSAwLAo+PiDCoCDCoHJldmVyc2VkX3AgPSA0ODM3NTkyMCwKPj4g wqAgwqBjaGFycG9zID0gNDM0MzM0NDU2MCwKPj4gwqAgwqBuY2hhcnMgPSA0ODQ0MDc2OCwKPj4g wqAgwqBuYnl0ZXMgPSAxLAo+PiDCoCDCoGZyb20gPSAzOTAwNjc1MiwKPj4gwqAgwqB0byA9IDEs Cj4+IMKgIMKgd2lkdGggPSA0ODM4MzA1Ngo+PiDCoH0sCj4+IMKgY2hhcl90b19kaXNwbGF5ID0g MSwKPj4gwqBnbHlwaGxlc3NfbWV0aG9kID0gR0xZUEhMRVNTX0RJU1BMQVlfVEhJTl9TUEFDRSwK Pj4gwqBpbWFnZV9pZCA9IDAsCj4+IMKgc2xpY2UgPSB7Cj4+IMKgIMKgeCA9IDAsCj4+IMKgIMKg eSA9IDIsCj4+IMKgIMKgd2lkdGggPSAyLAo+PiDCoCDCoGhlaWdodCA9IDMzCj4+IMKgfSwKPj4g wqBzcGFjZV93aWR0aCA9IDQ0NjkxNzAxODQsCj4+IMKgdm9mZnNldCA9IDg5NjAsCj4+IMKgdGFi X3dpZHRoID0gNzM4LAo+PiDCoGZvbnRfaGVpZ2h0ID0gNDM0MzM0MTgzMiwKPj4gwqBvYmplY3Qg PSAxNDA3MzQ3OTk3NjY5NjAsCj4+IMKgcG9zaXRpb24gPSB7Cj4+IMKgIMKgY2hhcnBvcyA9IDE0 MDczNTUwOTc0OTMwMSwKPj4gwqAgwqBieXRlcG9zID0gNDYzNDc2Njk2NjUxNzY2MTY5Ngo+PiDC oH0sCj4+IMKgdHJ1bmNhdGlvbl9waXhlbF93aWR0aCA9IC0yNzgwNCwKPj4gwqBjb250aW51YXRp b25fcGl4ZWxfd2lkdGggPSAyOCwKPj4gwqBmaXJzdF92aXNpYmxlX3ggPSAxLAo+PiDCoGxhc3Rf dmlzaWJsZV94ID0gMTYwNjM3NjYwMCwKPj4gwqBsYXN0X3Zpc2libGVfeSA9IDMyNzY3LAo+PiDC oGV4dHJhX2xpbmVfc3BhY2luZyA9IDE2MDYzNzY5NjAsCj4+IMKgbWF4X2V4dHJhX2xpbmVfc3Bh Y2luZyA9IDMyNzY3LAo+PiDCoG92ZXJyaWRlX2FzY2VudCA9IDMzNDM3NDA4LAo+PiDCoG92ZXJy aWRlX2Rlc2NlbnQgPSAxLAo+PiDCoG92ZXJyaWRlX2JvZmYgPSAwLAo+PiDCoGdseXBoX3JvdyA9 IDB4N2ZmZjVmYmY1ZTAwLAo+PiDCoGFyZWEgPSBURVhUX0FSRUEsCj4+IMKgbmdseXBocyA9IDAs Cj4+IMKgcGl4ZWxfd2lkdGggPSAxNjA2Mzc2NzY4LAo+PiDCoGFzY2VudCA9IDMyNzY3LAo+PiDC oGRlc2NlbnQgPSAtMjEwMTc3NTk0NCwKPj4gwqBtYXhfYXNjZW50ID0gMzI3NjcsCj4+IMKgbWF4 X2Rlc2NlbnQgPSAxNjA2Mzc2NzY4LAo+PiDCoHBoeXNfYXNjZW50ID0gMzI3NjcsCj4+IMKgcGh5 c19kZXNjZW50ID0gLTIwNTMxOTQ4NjIsCj4+IMKgbWF4X3BoeXNfYXNjZW50ID0gMzI3NjcsCj4+ IMKgbWF4X3BoeXNfZGVzY2VudCA9IDMzMzYyOTQ0LAo+PiDCoGN1cnJlbnRfeCA9IDEsCj4+IMKg Y29udGludWF0aW9uX2xpbmVzX3dpZHRoID0gMzM0MzQ5NDQsCj4+IMKgZW9sX3BvcyA9IHsKPj4g wqAgwqBjaGFycG9zID0gMTQwNzM0Nzk5NzY3MjAwLAo+PiDCoCDCoGJ5dGVwb3MgPSAxNDA3MzU0 MzUxMzc2ODQKPj4gwqB9LAo+PiDCoGN1cnJlbnRfeSA9IDAsCj4+IMKgZmlyc3RfdnBvcyA9IDEs Cj4+IMKgdnBvcyA9IDEwNjYwNDg2LAo+PiDCoGhwb3MgPSAxLAo+PiDCoGxlZnRfdXNlcl9mcmlu Z2VfYml0bWFwID0gNTEyMCwKPj4gwqByaWdodF91c2VyX2ZyaW5nZV9iaXRtYXAgPSA1MDksCj4+ IMKgbGVmdF91c2VyX2ZyaW5nZV9mYWNlX2lkID0gMSwKPj4gwqByaWdodF91c2VyX2ZyaW5nZV9m YWNlX2lkID0gMzE3MzkyLAo+PiDCoGJpZGlfcCA9IDAsCj4+IMKgYmlkaV9pdCA9IHsKPj4gwqAg wqBieXRlcG9zID0gNDMyODQxNjIwNCwKPj4gwqAgwqBjaGFycG9zID0gMCwKPj4gwqAgwqBjaCA9 IDQ2LAo+PiDCoCDCoG5jaGFycyA9IDEyLAo+PiDCoCDCoGNoX2xlbiA9IDEyLAo+PiDCoCDCoHR5 cGUgPSA0NiwKPj4gwqAgwqB0eXBlX2FmdGVyX3cxID0gVU5LTk9XTl9CVCwKPj4gwqAgwqBvcmln X3R5cGUgPSA0ODM3MjYyNCwKPj4gwqAgwqByZXNvbHZlZF9sZXZlbCA9IDEsCj4+IMKgIMKgaW52 YWxpZF9sZXZlbHMgPSAxNjA2Mzc5MDA4LAo+PiDCoCDCoGludmFsaWRfcmxfbGV2ZWxzID0gMzI3 NjcsCj4+IMKgIMKgcHJldl93YXNfcGRmID0gLTEsCj4+IMKgIMKgcHJldiA9IHsKPj4gwqAgwqAg wqBieXRlcG9zID0gNDI5NTYyNjcwNCwKPj4gwqAgwqAgwqBjaGFycG9zID0gNDI5NTYzMzA1NiwK Pj4gwqAgwqAgwqB0eXBlID0gVU5LTk9XTl9CVCwKPj4gwqAgwqAgwqB0eXBlX2FmdGVyX3cxID0g VU5LTk9XTl9CVCwKPj4gwqAgwqAgwqBvcmlnX3R5cGUgPSAxNzQyMDI4ODAKPj4gwqAgwqB9LAo+ PiDCoCDCoGxhc3Rfc3Ryb25nID0gewo+PiDCoCDCoCDCoGJ5dGVwb3MgPSAwLAo+PiDCoCDCoCDC oGNoYXJwb3MgPSAwLAo+PiDCoCDCoCDCoHR5cGUgPSAxNzEyNzYzMywKPj4gwqAgwqAgwqB0eXBl X2FmdGVyX3cxID0gVU5LTk9XTl9CVCwKPj4gwqAgwqAgwqBvcmlnX3R5cGUgPSBVTktOT1dOX0JU Cj4+IMKgIMKgfSwKPj4gwqAgwqBuZXh0X2Zvcl9uZXV0cmFsID0gewo+PiDCoCDCoCDCoGJ5dGVw b3MgPSA0Mjk0OTY3Mjk2LAo+PiDCoCDCoCDCoGNoYXJwb3MgPSAxNDA3MzUxMTE2MTA1MjgsCj4+ IMKgIMKgIMKgdHlwZSA9IDYzNTIsCj4+IMKgIMKgIMKgdHlwZV9hZnRlcl93MSA9IFNUUk9OR19M LAo+PiDCoCDCoCDCoG9yaWdfdHlwZSA9IFVOS05PV05fQlQKPj4gwqAgwqB9LAo+PiDCoCDCoHBy ZXZfZm9yX25ldXRyYWwgPSB7Cj4+IMKgIMKgIMKgYnl0ZXBvcyA9IDQ2MDcxODI0MTg4MDAwMTc0 MDgsCj4+IMKgIMKgIMKgY2hhcnBvcyA9IDQzNDMzNDE2NDgsCj4+IMKgIMKgIMKgdHlwZSA9IDEw NjUzNTMyMTYsCj4+IMKgIMKgIMKgdHlwZV9hZnRlcl93MSA9IDEwNjUzNTMyMTYsCj4+IMKgIMKg IMKgb3JpZ190eXBlID0gMTA2NTM1MzIxNgo+PiDCoCDCoH0sCj4+IMKgIMKgbmV4dF9mb3Jfd3Mg PSB7Cj4+IMKgIMKgIMKgYnl0ZXBvcyA9IDAsCj4+IMKgIMKgIMKgY2hhcnBvcyA9IDAsCj4+IMKg IMKgIMKgdHlwZSA9IFVOS05PV05fQlQsCj4+IMKgIMKgIMKgdHlwZV9hZnRlcl93MSA9IFNUUk9O R19MLAo+PiDCoCDCoCDCoG9yaWdfdHlwZSA9IDI0Cj4+IMKgIMKgfSwKPj4gwqAgwqBuZXh0X2Vu X3BvcyA9IDAsCj4+IMKgIMKgbmV4dF9lbl90eXBlID0gVU5LTk9XTl9CVCwKPj4gwqAgwqBpZ25v cmVfYm5fbGltaXQgPSA0MzI4MzMwMjQwLAo+PiDCoCDCoHNvciA9IDE2MDYzNzgwODAsCj4+IMKg IMKgc2Nhbl9kaXIgPSAzMjc2NywKPj4gwqAgwqBkaXNwX3BvcyA9IDQzMjgzMzAyNDAsCj4+IMKg IMKgZGlzcF9wcm9wID0gMTYwNjQxNDc5MiwKPj4gwqAgwqBzdGFja19pZHggPSAzMjc2NywKPj4g wqAgwqBsZXZlbF9zdGFjayA9IHt7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAxNjA2NDE0Nzg0LAo+ PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gMzI3NjcKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKg IMKgbGV2ZWwgPSAwLAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gTkVVVFJBTF9ESVIKPj4gwqAg wqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSA1LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRl ID0gTkVVVFJBTF9ESVIKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAzNzU0 MDA2NCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IEwyUgo+PiDCoCDCoCDCoH0sIHsKPj4gwqAg wqAgwqAgwqBsZXZlbCA9IDMyNjEwMzY4LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gTDJSCj4+ IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMCwKPj4gwqAgwqAgwqAgwqBvdmVy cmlkZSA9IE5FVVRSQUxfRElSCj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0g MCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IE5FVVRSQUxfRElSCj4+IMKgIMKgIMKgfSwgewo+ PiDCoCDCoCDCoCDCoGxldmVsID0gMCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IE5FVVRSQUxf RElSCj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMCwKPj4gwqAgwqAgwqAg wqBvdmVycmlkZSA9IE5FVVRSQUxfRElSCj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxl dmVsID0gNjQwNCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IEwyUgo+PiDCoCDCoCDCoH0sIHsK Pj4gwqAgwqAgwqAgwqBsZXZlbCA9IDE5Mjk3MjQyNTYsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUg PSAzMjc2Nwo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDE2MDYzNzgyNzIs Cj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSAzMjc2Nwo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAg wqAgwqBsZXZlbCA9IC0xOTYzMjE1OTI4LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gMzI3NjcK Pj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAxMSwKPj4gwqAgwqAgwqAgwqBv dmVycmlkZSA9IE5FVVRSQUxfRElSCj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVs ID0gMTkxODIyNDkwNCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IDMyNzY3Cj4+IMKgIMKgIMKg fSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMSwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IE5F VVRSQUxfRElSCj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMCwKPj4gwqAg wqAgwqAgwqBvdmVycmlkZSA9IE5FVVRSQUxfRElSCj4+IMKgIMKgIMKgfSA8cmVwZWF0cyAyOCB0 aW1lcz4sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDUwMzQzOTk0LAo+PiDCoCDCoCDCoCDCoG92 ZXJyaWRlID0gTDJSCj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMCwKPj4g wqAgwqAgwqAgwqBvdmVycmlkZSA9IE5FVVRSQUxfRElSCj4+IMKgIMKgIMKgfSA8cmVwZWF0cyAx OSB0aW1lcz59LAo+PiDCoCDCoHN0cmluZyA9IHsKPj4gwqAgwqAgwqBsc3RyaW5nID0gMCwKPj4g wqAgwqAgwqBzID0gMHgwLAo+PiDCoCDCoCDCoHNjaGFycyA9IDAsCj4+IMKgIMKgIMKgYnVmcG9z ID0gMCwKPj4gwqAgwqAgwqBmcm9tX2Rpc3Bfc3RyID0gMCwKPj4gwqAgwqAgwqB1bmlieXRlID0g MAo+PiDCoCDCoH0sCj4+IMKgIMKgcGFyYWdyYXBoX2RpciA9IE5FVVRSQUxfRElSLAo+PiDCoCDC oHNlcGFyYXRvcl9saW1pdCA9IDAsCj4+IMKgIMKgZmlyc3RfZWx0ID0gMCwKPj4gwqAgwqBuZXdf cGFyYWdyYXBoID0gMCwKPj4gwqAgwqBmcmFtZV93aW5kb3dfcCA9IDAKPj4gwqB9LAo+PiDCoHBh cmFncmFwaF9lbWJlZGRpbmcgPSBORVVUUkFMX0RJUgo+PiB9Cj4+IMKgIMKgIMKgIHJvdyA9IChz dHJ1Y3QgZ2x5cGhfcm93ICopIDB4MTA0OWRkZTAwCj4+IMKgIMKgIMKgIG1pbl9wb3MgPSAxNDA3 MzQ3OTk3NjkwODgKPj4gIzI2IDB4MDAwMDAwMDEwMDA0MGIxZiBpbiB0cnlfd2luZG93ICh3aW5k b3c9NDM0Mzk1NjM1NywgZmxhZ3M9MTYwNjM4NDQ4MCkgYXQgeGRpc3AuYzoxNjEyNwo+PiDCoCDC oCDCoCBpdCA9IHsKPj4gwqB3aW5kb3cgPSA0MzM5MzIyNzA5LAo+PiDCoHcgPSAweDEwMmE0Y2Y1 MCwKPj4gwqBmID0gMHgxMDJhNGQ0YTAsCj4+IMKgbWV0aG9kID0gR0VUX0ZST01fQlVGRkVSLAo+ PiDCoHN0b3BfY2hhcnBvcyA9IDMsCj4+IMKgcHJldl9zdG9wID0gMSwKPj4gwqBiYXNlX2xldmVs X3N0b3AgPSAwLAo+PiDCoGVuZF9jaGFycG9zID0gMywKPj4gwqBzID0gMHgwLAo+PiDCoHN0cmlu Z19uY2hhcnMgPSAwLAo+PiDCoHJlZ2lvbl9iZWdfY2hhcnBvcyA9IC0xLAo+PiDCoHJlZ2lvbl9l bmRfY2hhcnBvcyA9IC0xLAo+PiDCoHJlZGlzcGxheV9lbmRfdHJpZ2dlcl9jaGFycG9zID0gMCwK Pj4gwqBtdWx0aWJ5dGVfcCA9IDEsCj4+IMKgaGVhZGVyX2xpbmVfcCA9IDAsCj4+IMKgc3RyaW5n X2Zyb21fZGlzcGxheV9wcm9wX3AgPSAwLAo+PiDCoHN0cmluZ19mcm9tX3ByZWZpeF9wcm9wX3Ag PSAwLAo+PiDCoGZyb21fZGlzcF9wcm9wX3AgPSAwLAo+PiDCoGVsbGlwc2lzX3AgPSAwLAo+PiDC oGF2b2lkX2N1cnNvcl9wID0gMCwKPj4gwqBkcCA9IDB4MCwKPj4gwqBkcHZlYyA9IDB4MCwKPj4g wqBkcGVuZCA9IDB4MCwKPj4gwqBkcHZlY19jaGFyX2xlbiA9IDAsCj4+IMKgZHB2ZWNfZmFjZV9p ZCA9IDAsCj4+IMKgc2F2ZWRfZmFjZV9pZCA9IDAsCj4+IMKgY3RsX2NoYXJzID0gezAgPHJlcGVh dHMgMTYgdGltZXM+fSwKPj4gwqBzdGFydCA9IHsKPj4gwqAgwqBwb3MgPSB7Cj4+IMKgIMKgIMKg Y2hhcnBvcyA9IDEsCj4+IMKgIMKgIMKgYnl0ZXBvcyA9IDEKPj4gwqAgwqB9LAo+PiDCoCDCoG92 ZXJsYXlfc3RyaW5nX2luZGV4ID0gLTEsCj4+IMKgIMKgc3RyaW5nX3BvcyA9IHsKPj4gwqAgwqAg wqBjaGFycG9zID0gLTEsCj4+IMKgIMKgIMKgYnl0ZXBvcyA9IC0xCj4+IMKgIMKgfSwKPj4gwqAg wqBkcHZlY19pbmRleCA9IC0xCj4+IMKgfSwKPj4gwqBjdXJyZW50ID0gewo+PiDCoCDCoHBvcyA9 IHsKPj4gwqAgwqAgwqBjaGFycG9zID0gMSwKPj4gwqAgwqAgwqBieXRlcG9zID0gMQo+PiDCoCDC oH0sCj4+IMKgIMKgb3ZlcmxheV9zdHJpbmdfaW5kZXggPSAtMSwKPj4gwqAgwqBzdHJpbmdfcG9z ID0gewo+PiDCoCDCoCDCoGNoYXJwb3MgPSAtMSwKPj4gwqAgwqAgwqBieXRlcG9zID0gLTEKPj4g wqAgwqB9LAo+PiDCoCDCoGRwdmVjX2luZGV4ID0gLTEKPj4gwqB9LAo+PiDCoG5fb3ZlcmxheV9z dHJpbmdzID0gMCwKPj4gwqBvdmVybGF5X3N0cmluZ3NfY2hhcnBvcyA9IDEsCj4+IMKgb3Zlcmxh eV9zdHJpbmdzID0gezAgPHJlcGVhdHMgMTYgdGltZXM+fSwKPj4gwqBzdHJpbmdfb3ZlcmxheXMg PSB7MCA8cmVwZWF0cyAxNiB0aW1lcz59LAo+PiDCoHN0cmluZyA9IDQzNDUzMTEyOTAsCj4+IMKg ZnJvbV9vdmVybGF5ID0gMCwKPj4gwqBzdGFjayA9IHt7Cj4+IMKgIMKgIMKgc3RyaW5nID0gMCwK Pj4gwqAgwqAgwqBzdHJpbmdfbmNoYXJzID0gMCwKPj4gwqAgwqAgwqBlbmRfY2hhcnBvcyA9IDAs Cj4+IMKgIMKgIMKgc3RvcF9jaGFycG9zID0gMCwKPj4gwqAgwqAgwqBwcmV2X3N0b3AgPSAwLAo+ PiDCoCDCoCDCoGJhc2VfbGV2ZWxfc3RvcCA9IDAsCj4+IMKgIMKgIMKgY21wX2l0ID0gewo+PiDC oCDCoCDCoCDCoHN0b3BfcG9zID0gMCwKPj4gwqAgwqAgwqAgwqBpZCA9IDAsCj4+IMKgIMKgIMKg IMKgY2ggPSAwLAo+PiDCoCDCoCDCoCDCoHJ1bGVfaWR4ID0gMCwKPj4gwqAgwqAgwqAgwqBsb29r YmFjayA9IDAsCj4+IMKgIMKgIMKgIMKgbmdseXBocyA9IDAsCj4+IMKgIMKgIMKgIMKgcmV2ZXJz ZWRfcCA9IDAsCj4+IMKgIMKgIMKgIMKgY2hhcnBvcyA9IDAsCj4+IMKgIMKgIMKgIMKgbmNoYXJz ID0gMCwKPj4gwqAgwqAgwqAgwqBuYnl0ZXMgPSAwLAo+PiDCoCDCoCDCoCDCoGZyb20gPSAwLAo+ PiDCoCDCoCDCoCDCoHRvID0gMCwKPj4gwqAgwqAgwqAgwqB3aWR0aCA9IDAKPj4gwqAgwqAgwqB9 LAo+PiDCoCDCoCDCoGZhY2VfaWQgPSAwLAo+PiDCoCDCoCDCoHUgPSB7Cj4+IMKgIMKgIMKgIMKg aW1hZ2UgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0gMCwKPj4gwqAgwqAgwqAgwqAgwqBz bGljZSA9IHsKPj4gwqAgwqAgwqAgwqAgwqAgwqB4ID0gMCwKPj4gwqAgwqAgwqAgwqAgwqAgwqB5 ID0gMCwKPj4gwqAgwqAgwqAgwqAgwqAgwqB3aWR0aCA9IDAsCj4+IMKgIMKgIMKgIMKgIMKgIMKg aGVpZ2h0ID0gMAo+PiDCoCDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgIMKgaW1hZ2VfaWQg PSAwCj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBjb21wID0gewo+PiDCoCDCoCDCoCDC oCDCoG9iamVjdCA9IDAKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoHN0cmV0Y2ggPSB7 Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0gMAo+PiDCoCDCoCDCoCDCoH0KPj4gwqAgwqAgwqB9 LAo+PiDCoCDCoCDCoHBvc2l0aW9uID0gewo+PiDCoCDCoCDCoCDCoGNoYXJwb3MgPSAwLAo+PiDC oCDCoCDCoCDCoGJ5dGVwb3MgPSAwCj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBjdXJyZW50ID0g ewo+PiDCoCDCoCDCoCDCoHBvcyA9IHsKPj4gwqAgwqAgwqAgwqAgwqBjaGFycG9zID0gMCwKPj4g wqAgwqAgwqAgwqAgwqBieXRlcG9zID0gMAo+PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKg b3ZlcmxheV9zdHJpbmdfaW5kZXggPSAwLAo+PiDCoCDCoCDCoCDCoHN0cmluZ19wb3MgPSB7Cj4+ IMKgIMKgIMKgIMKgIMKgY2hhcnBvcyA9IDAsCj4+IMKgIMKgIMKgIMKgIMKgYnl0ZXBvcyA9IDAK Pj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoGRwdmVjX2luZGV4ID0gMAo+PiDCoCDCoCDC oH0sCj4+IMKgIMKgIMKgZnJvbV9vdmVybGF5ID0gMCwKPj4gwqAgwqAgwqBhcmVhID0gTEVGVF9N QVJHSU5fQVJFQSwKPj4gwqAgwqAgwqBtZXRob2QgPSBHRVRfRlJPTV9CVUZGRVIsCj4+IMKgIMKg IMKgcGFyYWdyYXBoX2VtYmVkZGluZyA9IE5FVVRSQUxfRElSLAo+PiDCoCDCoCDCoG11bHRpYnl0 ZV9wID0gMCwKPj4gwqAgwqAgwqBzdHJpbmdfZnJvbV9kaXNwbGF5X3Byb3BfcCA9IDAsCj4+IMKg IMKgIMKgc3RyaW5nX2Zyb21fcHJlZml4X3Byb3BfcCA9IDAsCj4+IMKgIMKgIMKgZGlzcGxheV9l bGxpcHNpc19wID0gMCwKPj4gwqAgwqAgwqBhdm9pZF9jdXJzb3JfcCA9IDAsCj4+IMKgIMKgIMKg YmlkaV9wID0gMCwKPj4gwqAgwqAgwqBmcm9tX2Rpc3BfcHJvcF9wID0gMCwKPj4gwqAgwqAgwqBs aW5lX3dyYXAgPSBUUlVOQ0FURSwKPj4gwqAgwqAgwqB2b2Zmc2V0ID0gMCwKPj4gwqAgwqAgwqBz cGFjZV93aWR0aCA9IDAsCj4+IMKgIMKgIMKgZm9udF9oZWlnaHQgPSAwCj4+IMKgIMKgfSwgewo+ PiDCoCDCoCDCoHN0cmluZyA9IDAsCj4+IMKgIMKgIMKgc3RyaW5nX25jaGFycyA9IDAsCj4+IMKg IMKgIMKgZW5kX2NoYXJwb3MgPSAwLAo+PiDCoCDCoCDCoHN0b3BfY2hhcnBvcyA9IDAsCj4+IMKg IMKgIMKgcHJldl9zdG9wID0gMCwKPj4gwqAgwqAgwqBiYXNlX2xldmVsX3N0b3AgPSAwLAo+PiDC oCDCoCDCoGNtcF9pdCA9IHsKPj4gwqAgwqAgwqAgwqBzdG9wX3BvcyA9IDAsCj4+IMKgIMKgIMKg IMKgaWQgPSAwLAo+PiDCoCDCoCDCoCDCoGNoID0gMCwKPj4gwqAgwqAgwqAgwqBydWxlX2lkeCA9 IDAsCj4+IMKgIMKgIMKgIMKgbG9va2JhY2sgPSAwLAo+PiDCoCDCoCDCoCDCoG5nbHlwaHMgPSAw LAo+PiDCoCDCoCDCoCDCoHJldmVyc2VkX3AgPSAwLAo+PiDCoCDCoCDCoCDCoGNoYXJwb3MgPSAw LAo+PiDCoCDCoCDCoCDCoG5jaGFycyA9IDAsCj4+IMKgIMKgIMKgIMKgbmJ5dGVzID0gMCwKPj4g wqAgwqAgwqAgwqBmcm9tID0gMCwKPj4gwqAgwqAgwqAgwqB0byA9IDAsCj4+IMKgIMKgIMKgIMKg d2lkdGggPSAwCj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBmYWNlX2lkID0gMCwKPj4gwqAgwqAg wqB1ID0gewo+PiDCoCDCoCDCoCDCoGltYWdlID0gewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9 IDAsCj4+IMKgIMKgIMKgIMKgIMKgc2xpY2UgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgIMKgeCA9IDAs Cj4+IMKgIMKgIMKgIMKgIMKgIMKgeSA9IDAsCj4+IMKgIMKgIMKgIMKgIMKgIMKgd2lkdGggPSAw LAo+PiDCoCDCoCDCoCDCoCDCoCDCoGhlaWdodCA9IDAKPj4gwqAgwqAgwqAgwqAgwqB9LAo+PiDC oCDCoCDCoCDCoCDCoGltYWdlX2lkID0gMAo+PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKg Y29tcCA9IHsKPj4gwqAgwqAgwqAgwqAgwqBvYmplY3QgPSAwCj4+IMKgIMKgIMKgIMKgfSwKPj4g wqAgwqAgwqAgwqBzdHJldGNoID0gewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9IDAKPj4gwqAg wqAgwqAgwqB9Cj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBwb3NpdGlvbiA9IHsKPj4gwqAgwqAg wqAgwqBjaGFycG9zID0gMCwKPj4gwqAgwqAgwqAgwqBieXRlcG9zID0gMAo+PiDCoCDCoCDCoH0s Cj4+IMKgIMKgIMKgY3VycmVudCA9IHsKPj4gwqAgwqAgwqAgwqBwb3MgPSB7Cj4+IMKgIMKgIMKg IMKgIMKgY2hhcnBvcyA9IDAsCj4+IMKgIMKgIMKgIMKgIMKgYnl0ZXBvcyA9IDAKPj4gwqAgwqAg wqAgwqB9LAo+PiDCoCDCoCDCoCDCoG92ZXJsYXlfc3RyaW5nX2luZGV4ID0gMCwKPj4gwqAgwqAg wqAgwqBzdHJpbmdfcG9zID0gewo+PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3MgPSAwLAo+PiDCoCDC oCDCoCDCoCDCoGJ5dGVwb3MgPSAwCj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBkcHZl Y19pbmRleCA9IDAKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGZyb21fb3ZlcmxheSA9IDAsCj4+ IMKgIMKgIMKgYXJlYSA9IExFRlRfTUFSR0lOX0FSRUEsCj4+IMKgIMKgIMKgbWV0aG9kID0gR0VU X0ZST01fQlVGRkVSLAo+PiDCoCDCoCDCoHBhcmFncmFwaF9lbWJlZGRpbmcgPSBORVVUUkFMX0RJ UiwKPj4gwqAgwqAgwqBtdWx0aWJ5dGVfcCA9IDAsCj4+IMKgIMKgIMKgc3RyaW5nX2Zyb21fZGlz cGxheV9wcm9wX3AgPSAwLAo+PiDCoCDCoCDCoHN0cmluZ19mcm9tX3ByZWZpeF9wcm9wX3AgPSAw LAo+PiDCoCDCoCDCoGRpc3BsYXlfZWxsaXBzaXNfcCA9IDAsCj4+IMKgIMKgIMKgYXZvaWRfY3Vy c29yX3AgPSAwLAo+PiDCoCDCoCDCoGJpZGlfcCA9IDAsCj4+IMKgIMKgIMKgZnJvbV9kaXNwX3By b3BfcCA9IDAsCj4+IMKgIMKgIMKgbGluZV93cmFwID0gVFJVTkNBVEUsCj4+IMKgIMKgIMKgdm9m ZnNldCA9IDAsCj4+IMKgIMKgIMKgc3BhY2Vfd2lkdGggPSAwLAo+PiDCoCDCoCDCoGZvbnRfaGVp Z2h0ID0gMAo+PiDCoCDCoH0sIHsKPj4gwqAgwqAgwqBzdHJpbmcgPSAwLAo+PiDCoCDCoCDCoHN0 cmluZ19uY2hhcnMgPSAwLAo+PiDCoCDCoCDCoGVuZF9jaGFycG9zID0gMCwKPj4gwqAgwqAgwqBz dG9wX2NoYXJwb3MgPSAwLAo+PiDCoCDCoCDCoHByZXZfc3RvcCA9IDAsCj4+IMKgIMKgIMKgYmFz ZV9sZXZlbF9zdG9wID0gMCwKPj4gwqAgwqAgwqBjbXBfaXQgPSB7Cj4+IMKgIMKgIMKgIMKgc3Rv cF9wb3MgPSAwLAo+PiDCoCDCoCDCoCDCoGlkID0gMCwKPj4gwqAgwqAgwqAgwqBjaCA9IDAsCj4+ IMKgIMKgIMKgIMKgcnVsZV9pZHggPSAwLAo+PiDCoCDCoCDCoCDCoGxvb2tiYWNrID0gMCwKPj4g wqAgwqAgwqAgwqBuZ2x5cGhzID0gMCwKPj4gwqAgwqAgwqAgwqByZXZlcnNlZF9wID0gMCwKPj4g wqAgwqAgwqAgwqBjaGFycG9zID0gMCwKPj4gwqAgwqAgwqAgwqBuY2hhcnMgPSAwLAo+PiDCoCDC oCDCoCDCoG5ieXRlcyA9IDAsCj4+IMKgIMKgIMKgIMKgZnJvbSA9IDAsCj4+IMKgIMKgIMKgIMKg dG8gPSAwLAo+PiDCoCDCoCDCoCDCoHdpZHRoID0gMAo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKg ZmFjZV9pZCA9IDAsCj4+IMKgIMKgIMKgdSA9IHsKPj4gwqAgwqAgwqAgwqBpbWFnZSA9IHsKPj4g wqAgwqAgwqAgwqAgwqBvYmplY3QgPSAwLAo+PiDCoCDCoCDCoCDCoCDCoHNsaWNlID0gewo+PiDC oCDCoCDCoCDCoCDCoCDCoHggPSAwLAo+PiDCoCDCoCDCoCDCoCDCoCDCoHkgPSAwLAo+PiDCoCDC oCDCoCDCoCDCoCDCoHdpZHRoID0gMCwKPj4gwqAgwqAgwqAgwqAgwqAgwqBoZWlnaHQgPSAwCj4+ IMKgIMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqAgwqBpbWFnZV9pZCA9IDAKPj4gwqAgwqAg wqAgwqB9LAo+PiDCoCDCoCDCoCDCoGNvbXAgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0g MAo+PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgc3RyZXRjaCA9IHsKPj4gwqAgwqAgwqAg wqAgwqBvYmplY3QgPSAwCj4+IMKgIMKgIMKgIMKgfQo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKg cG9zaXRpb24gPSB7Cj4+IMKgIMKgIMKgIMKgY2hhcnBvcyA9IDAsCj4+IMKgIMKgIMKgIMKgYnl0 ZXBvcyA9IDAKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGN1cnJlbnQgPSB7Cj4+IMKgIMKgIMKg IMKgcG9zID0gewo+PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3MgPSAwLAo+PiDCoCDCoCDCoCDCoCDC oGJ5dGVwb3MgPSAwCj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBvdmVybGF5X3N0cmlu Z19pbmRleCA9IDAsCj4+IMKgIMKgIMKgIMKgc3RyaW5nX3BvcyA9IHsKPj4gwqAgwqAgwqAgwqAg wqBjaGFycG9zID0gMCwKPj4gwqAgwqAgwqAgwqAgwqBieXRlcG9zID0gMAo+PiDCoCDCoCDCoCDC oH0sCj4+IMKgIMKgIMKgIMKgZHB2ZWNfaW5kZXggPSAwCj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAg wqBmcm9tX292ZXJsYXkgPSAwLAo+PiDCoCDCoCDCoGFyZWEgPSBMRUZUX01BUkdJTl9BUkVBLAo+ PiDCoCDCoCDCoG1ldGhvZCA9IEdFVF9GUk9NX0JVRkZFUiwKPj4gwqAgwqAgwqBwYXJhZ3JhcGhf ZW1iZWRkaW5nID0gTkVVVFJBTF9ESVIsCj4+IMKgIMKgIMKgbXVsdGlieXRlX3AgPSAwLAo+PiDC oCDCoCDCoHN0cmluZ19mcm9tX2Rpc3BsYXlfcHJvcF9wID0gMCwKPj4gwqAgwqAgwqBzdHJpbmdf ZnJvbV9wcmVmaXhfcHJvcF9wID0gMCwKPj4gwqAgwqAgwqBkaXNwbGF5X2VsbGlwc2lzX3AgPSAw LAo+PiDCoCDCoCDCoGF2b2lkX2N1cnNvcl9wID0gMCwKPj4gwqAgwqAgwqBiaWRpX3AgPSAwLAo+ PiDCoCDCoCDCoGZyb21fZGlzcF9wcm9wX3AgPSAwLAo+PiDCoCDCoCDCoGxpbmVfd3JhcCA9IFRS VU5DQVRFLAo+PiDCoCDCoCDCoHZvZmZzZXQgPSAwLAo+PiDCoCDCoCDCoHNwYWNlX3dpZHRoID0g MCwKPj4gwqAgwqAgwqBmb250X2hlaWdodCA9IDAKPj4gwqAgwqB9LCB7Cj4+IMKgIMKgIMKgc3Ry aW5nID0gMCwKPj4gwqAgwqAgwqBzdHJpbmdfbmNoYXJzID0gMCwKPj4gwqAgwqAgwqBlbmRfY2hh cnBvcyA9IDAsCj4+IMKgIMKgIMKgc3RvcF9jaGFycG9zID0gMCwKPj4gwqAgwqAgwqBwcmV2X3N0 b3AgPSAwLAo+PiDCoCDCoCDCoGJhc2VfbGV2ZWxfc3RvcCA9IDAsCj4+IMKgIMKgIMKgY21wX2l0 ID0gewo+PiDCoCDCoCDCoCDCoHN0b3BfcG9zID0gMCwKPj4gwqAgwqAgwqAgwqBpZCA9IDAsCj4+ IMKgIMKgIMKgIMKgY2ggPSAwLAo+PiDCoCDCoCDCoCDCoHJ1bGVfaWR4ID0gMCwKPj4gwqAgwqAg wqAgwqBsb29rYmFjayA9IDAsCj4+IMKgIMKgIMKgIMKgbmdseXBocyA9IDAsCj4+IMKgIMKgIMKg IMKgcmV2ZXJzZWRfcCA9IDAsCj4+IMKgIMKgIMKgIMKgY2hhcnBvcyA9IDAsCj4+IMKgIMKgIMKg IMKgbmNoYXJzID0gMCwKPj4gwqAgwqAgwqAgwqBuYnl0ZXMgPSAwLAo+PiDCoCDCoCDCoCDCoGZy b20gPSAwLAo+PiDCoCDCoCDCoCDCoHRvID0gMCwKPj4gwqAgwqAgwqAgwqB3aWR0aCA9IDAKPj4g wqAgwqAgwqB9LAo+PiDCoCDCoCDCoGZhY2VfaWQgPSAwLAo+PiDCoCDCoCDCoHUgPSB7Cj4+IMKg IMKgIMKgIMKgaW1hZ2UgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0gMCwKPj4gwqAgwqAg wqAgwqAgwqBzbGljZSA9IHsKPj4gwqAgwqAgwqAgwqAgwqAgwqB4ID0gMCwKPj4gwqAgwqAgwqAg wqAgwqAgwqB5ID0gMCwKPj4gwqAgwqAgwqAgwqAgwqAgwqB3aWR0aCA9IDAsCj4+IMKgIMKgIMKg IMKgIMKgIMKgaGVpZ2h0ID0gMAo+PiDCoCDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgIMKg aW1hZ2VfaWQgPSAwCj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBjb21wID0gewo+PiDC oCDCoCDCoCDCoCDCoG9iamVjdCA9IDAKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoHN0 cmV0Y2ggPSB7Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0gMAo+PiDCoCDCoCDCoCDCoH0KPj4g wqAgwqAgwqB9LAo+PiDCoCDCoCDCoHBvc2l0aW9uID0gewo+PiDCoCDCoCDCoCDCoGNoYXJwb3Mg PSAwLAo+PiDCoCDCoCDCoCDCoGJ5dGVwb3MgPSAwCj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBj dXJyZW50ID0gewo+PiDCoCDCoCDCoCDCoHBvcyA9IHsKPj4gwqAgwqAgwqAgwqAgwqBjaGFycG9z ID0gMCwKPj4gwqAgwqAgwqAgwqAgwqBieXRlcG9zID0gMAo+PiDCoCDCoCDCoCDCoH0sCj4+IMKg IMKgIMKgIMKgb3ZlcmxheV9zdHJpbmdfaW5kZXggPSAwLAo+PiDCoCDCoCDCoCDCoHN0cmluZ19w b3MgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgY2hhcnBvcyA9IDAsCj4+IMKgIMKgIMKgIMKgIMKgYnl0 ZXBvcyA9IDAKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoGRwdmVjX2luZGV4ID0gMAo+ PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgZnJvbV9vdmVybGF5ID0gMCwKPj4gwqAgwqAgwqBhcmVh ID0gTEVGVF9NQVJHSU5fQVJFQSwKPj4gwqAgwqAgwqBtZXRob2QgPSBHRVRfRlJPTV9CVUZGRVIs Cj4+IMKgIMKgIMKgcGFyYWdyYXBoX2VtYmVkZGluZyA9IE5FVVRSQUxfRElSLAo+PiDCoCDCoCDC oG11bHRpYnl0ZV9wID0gMCwKPj4gwqAgwqAgwqBzdHJpbmdfZnJvbV9kaXNwbGF5X3Byb3BfcCA9 IDAsCj4+IMKgIMKgIMKgc3RyaW5nX2Zyb21fcHJlZml4X3Byb3BfcCA9IDAsCj4+IMKgIMKgIMKg ZGlzcGxheV9lbGxpcHNpc19wID0gMCwKPj4gwqAgwqAgwqBhdm9pZF9jdXJzb3JfcCA9IDAsCj4+ IMKgIMKgIMKgYmlkaV9wID0gMCwKPj4gwqAgwqAgwqBmcm9tX2Rpc3BfcHJvcF9wID0gMCwKPj4g wqAgwqAgwqBsaW5lX3dyYXAgPSBUUlVOQ0FURSwKPj4gwqAgwqAgwqB2b2Zmc2V0ID0gMCwKPj4g wqAgwqAgwqBzcGFjZV93aWR0aCA9IDAsCj4+IMKgIMKgIMKgZm9udF9oZWlnaHQgPSAwCj4+IMKg IMKgfSwgewo+PiDCoCDCoCDCoHN0cmluZyA9IDAsCj4+IMKgIMKgIMKgc3RyaW5nX25jaGFycyA9 IDAsCj4+IMKgIMKgIMKgZW5kX2NoYXJwb3MgPSAwLAo+PiDCoCDCoCDCoHN0b3BfY2hhcnBvcyA9 IDAsCj4+IMKgIMKgIMKgcHJldl9zdG9wID0gMCwKPj4gwqAgwqAgwqBiYXNlX2xldmVsX3N0b3Ag PSAwLAo+PiDCoCDCoCDCoGNtcF9pdCA9IHsKPj4gwqAgwqAgwqAgwqBzdG9wX3BvcyA9IDAsCj4+ IMKgIMKgIMKgIMKgaWQgPSAwLAo+PiDCoCDCoCDCoCDCoGNoID0gMCwKPj4gwqAgwqAgwqAgwqBy dWxlX2lkeCA9IDAsCj4+IMKgIMKgIMKgIMKgbG9va2JhY2sgPSAwLAo+PiDCoCDCoCDCoCDCoG5n bHlwaHMgPSAwLAo+PiDCoCDCoCDCoCDCoHJldmVyc2VkX3AgPSAwLAo+PiDCoCDCoCDCoCDCoGNo YXJwb3MgPSAwLAo+PiDCoCDCoCDCoCDCoG5jaGFycyA9IDAsCj4+IMKgIMKgIMKgIMKgbmJ5dGVz ID0gMCwKPj4gwqAgwqAgwqAgwqBmcm9tID0gMCwKPj4gwqAgwqAgwqAgwqB0byA9IDAsCj4+IMKg IMKgIMKgIMKgd2lkdGggPSAwCj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBmYWNlX2lkID0gMCwK Pj4gwqAgwqAgwqB1ID0gewo+PiDCoCDCoCDCoCDCoGltYWdlID0gewo+PiDCoCDCoCDCoCDCoCDC oG9iamVjdCA9IDAsCj4+IMKgIMKgIMKgIMKgIMKgc2xpY2UgPSB7Cj4+IMKgIMKgIMKgIMKgIMKg IMKgeCA9IDAsCj4+IMKgIMKgIMKgIMKgIMKgIMKgeSA9IDAsCj4+IMKgIMKgIMKgIMKgIMKgIMKg d2lkdGggPSAwLAo+PiDCoCDCoCDCoCDCoCDCoCDCoGhlaWdodCA9IDAKPj4gwqAgwqAgwqAgwqAg wqB9LAo+PiDCoCDCoCDCoCDCoCDCoGltYWdlX2lkID0gMAo+PiDCoCDCoCDCoCDCoH0sCj4+IMKg IMKgIMKgIMKgY29tcCA9IHsKPj4gwqAgwqAgwqAgwqAgwqBvYmplY3QgPSAwCj4+IMKgIMKgIMKg IMKgfSwKPj4gwqAgwqAgwqAgwqBzdHJldGNoID0gewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9 IDAKPj4gwqAgwqAgwqAgwqB9Cj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBwb3NpdGlvbiA9IHsK Pj4gwqAgwqAgwqAgwqBjaGFycG9zID0gMCwKPj4gwqAgwqAgwqAgwqBieXRlcG9zID0gMAo+PiDC oCDCoCDCoH0sCj4+IMKgIMKgIMKgY3VycmVudCA9IHsKPj4gwqAgwqAgwqAgwqBwb3MgPSB7Cj4+ IMKgIMKgIMKgIMKgIMKgY2hhcnBvcyA9IDAsCj4+IMKgIMKgIMKgIMKgIMKgYnl0ZXBvcyA9IDAK Pj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoG92ZXJsYXlfc3RyaW5nX2luZGV4ID0gMCwK Pj4gwqAgwqAgwqAgwqBzdHJpbmdfcG9zID0gewo+PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3MgPSAw LAo+PiDCoCDCoCDCoCDCoCDCoGJ5dGVwb3MgPSAwCj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAg wqAgwqBkcHZlY19pbmRleCA9IDAKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGZyb21fb3Zlcmxh eSA9IDAsCj4+IMKgIMKgIMKgYXJlYSA9IExFRlRfTUFSR0lOX0FSRUEsCj4+IMKgIMKgIMKgbWV0 aG9kID0gR0VUX0ZST01fQlVGRkVSLAo+PiDCoCDCoCDCoHBhcmFncmFwaF9lbWJlZGRpbmcgPSBO RVVUUkFMX0RJUiwKPj4gwqAgwqAgwqBtdWx0aWJ5dGVfcCA9IDAsCj4+IMKgIMKgIMKgc3RyaW5n X2Zyb21fZGlzcGxheV9wcm9wX3AgPSAwLAo+PiDCoCDCoCDCoHN0cmluZ19mcm9tX3ByZWZpeF9w cm9wX3AgPSAwLAo+PiDCoCDCoCDCoGRpc3BsYXlfZWxsaXBzaXNfcCA9IDAsCj4+IMKgIMKgIMKg YXZvaWRfY3Vyc29yX3AgPSAwLAo+PiDCoCDCoCDCoGJpZGlfcCA9IDAsCj4+IMKgIMKgIMKgZnJv bV9kaXNwX3Byb3BfcCA9IDAsCj4+IMKgIMKgIMKgbGluZV93cmFwID0gVFJVTkNBVEUsCj4+IMKg IMKgIMKgdm9mZnNldCA9IDAsCj4+IMKgIMKgIMKgc3BhY2Vfd2lkdGggPSAwLAo+PiDCoCDCoCDC oGZvbnRfaGVpZ2h0ID0gMAo+PiDCoCDCoH19LAo+PiDCoHNwID0gMCwKPj4gwqBzZWxlY3RpdmUg PSAwLAo+PiDCoHdoYXQgPSBJVF9DSEFSQUNURVIsCj4+IMKgZmFjZV9pZCA9IDAsCj4+IMKgc2Vs ZWN0aXZlX2Rpc3BsYXlfZWxsaXBzaXNfcCA9IDEsCj4+IMKgY3RsX2Fycm93X3AgPSAxLAo+PiDC oGZhY2VfYm94X3AgPSAwLAo+PiDCoHN0YXJ0X29mX2JveF9ydW5fcCA9IDAsCj4+IMKgZW5kX29m X2JveF9ydW5fcCA9IDAsCj4+IMKgb3ZlcmxheV9zdHJpbmdzX2F0X2VuZF9wcm9jZXNzZWRfcCA9 IDAsCj4+IMKgaWdub3JlX292ZXJsYXlfc3RyaW5nc19hdF9wb3NfcCA9IDAsCj4+IMKgZ2x5cGhf bm90X2F2YWlsYWJsZV9wID0gMCwKPj4gwqBzdGFydHNfaW5fbWlkZGxlX29mX2NoYXJfcCA9IDAs Cj4+IMKgZmFjZV9iZWZvcmVfc2VsZWN0aXZlX3AgPSAwLAo+PiDCoGNvbnN0cmFpbl9yb3dfYXNj ZW50X2Rlc2NlbnRfcCA9IDAsCj4+IMKgbGluZV93cmFwID0gV0lORE9XX1dSQVAsCj4+IMKgYmFz ZV9mYWNlX2lkID0gMCwKPj4gwqBjID0gODU5NCwKPj4gwqBsZW4gPSAzLAo+PiDCoGNtcF9pdCA9 IHsKPj4gwqAgwqBzdG9wX3BvcyA9IDEsCj4+IMKgIMKgaWQgPSAtMSwKPj4gwqAgwqBjaCA9IC0y LAo+PiDCoCDCoHJ1bGVfaWR4ID0gMCwKPj4gwqAgwqBsb29rYmFjayA9IDAsCj4+IMKgIMKgbmds eXBocyA9IDAsCj4+IMKgIMKgcmV2ZXJzZWRfcCA9IDAsCj4+IMKgIMKgY2hhcnBvcyA9IDAsCj4+ IMKgIMKgbmNoYXJzID0gMCwKPj4gwqAgwqBuYnl0ZXMgPSAwLAo+PiDCoCDCoGZyb20gPSAwLAo+ PiDCoCDCoHRvID0gMCwKPj4gwqAgwqB3aWR0aCA9IDAKPj4gwqB9LAo+PiDCoGNoYXJfdG9fZGlz cGxheSA9IDg1OTQsCj4+IMKgZ2x5cGhsZXNzX21ldGhvZCA9IEdMWVBITEVTU19ESVNQTEFZX1RI SU5fU1BBQ0UsCj4+IMKgaW1hZ2VfaWQgPSAwLAo+PiDCoHNsaWNlID0gewo+PiDCoCDCoHggPSA0 MzQ1MzExMjkwLAo+PiDCoCDCoHkgPSA0MzQ1MzExMjkwLAo+PiDCoCDCoHdpZHRoID0gNDM0NTMx MTI5MCwKPj4gwqAgwqBoZWlnaHQgPSA0MzQ1MzExMjkwCj4+IMKgfSwKPj4gwqBzcGFjZV93aWR0 aCA9IDQzNDUzMTEyOTAsCj4+IMKgdm9mZnNldCA9IDAsCj4+IMKgdGFiX3dpZHRoID0gOCwKPj4g wqBmb250X2hlaWdodCA9IDQzNDUzMTEyOTAsCj4+IMKgb2JqZWN0ID0gNDMyODQ4ODY3NywKPj4g wqBwb3NpdGlvbiA9IHsKPj4gwqAgwqBjaGFycG9zID0gMSwKPj4gwqAgwqBieXRlcG9zID0gMQo+ PiDCoH0sCj4+IMKgdHJ1bmNhdGlvbl9waXhlbF93aWR0aCA9IDAsCj4+IMKgY29udGludWF0aW9u X3BpeGVsX3dpZHRoID0gMCwKPj4gwqBmaXJzdF92aXNpYmxlX3ggPSAwLAo+PiDCoGxhc3Rfdmlz aWJsZV94ID0gNTYwLAo+PiDCoGxhc3RfdmlzaWJsZV95ID0gNDk1LAo+PiDCoGV4dHJhX2xpbmVf c3BhY2luZyA9IDAsCj4+IMKgbWF4X2V4dHJhX2xpbmVfc3BhY2luZyA9IDAsCj4+IMKgb3ZlcnJp ZGVfYXNjZW50ID0gLTEsCj4+IMKgb3ZlcnJpZGVfZGVzY2VudCA9IDAsCj4+IMKgb3ZlcnJpZGVf Ym9mZiA9IDAsCj4+IMKgZ2x5cGhfcm93ID0gMHgxMDQ5ZGRlMDAsCj4+IMKgYXJlYSA9IFRFWFRf QVJFQSwKPj4gwqBuZ2x5cGhzID0gMCwKPj4gwqBwaXhlbF93aWR0aCA9IDAsCj4+IMKgYXNjZW50 ID0gMCwKPj4gwqBkZXNjZW50ID0gMCwKPj4gwqBtYXhfYXNjZW50ID0gMCwKPj4gwqBtYXhfZGVz Y2VudCA9IDAsCj4+IMKgcGh5c19hc2NlbnQgPSAwLAo+PiDCoHBoeXNfZGVzY2VudCA9IDAsCj4+ IMKgbWF4X3BoeXNfYXNjZW50ID0gMCwKPj4gwqBtYXhfcGh5c19kZXNjZW50ID0gMCwKPj4gwqBj dXJyZW50X3ggPSAwLAo+PiDCoGNvbnRpbnVhdGlvbl9saW5lc193aWR0aCA9IDAsCj4+IMKgZW9s X3BvcyA9IHsKPj4gwqAgwqBjaGFycG9zID0gMCwKPj4gwqAgwqBieXRlcG9zID0gMAo+PiDCoH0s Cj4+IMKgY3VycmVudF95ID0gMCwKPj4gwqBmaXJzdF92cG9zID0gMCwKPj4gwqB2cG9zID0gMCwK Pj4gwqBocG9zID0gMCwKPj4gwqBsZWZ0X3VzZXJfZnJpbmdlX2JpdG1hcCA9IDAsCj4+IMKgcmln aHRfdXNlcl9mcmluZ2VfYml0bWFwID0gMCwKPj4gwqBsZWZ0X3VzZXJfZnJpbmdlX2ZhY2VfaWQg PSAwLAo+PiDCoHJpZ2h0X3VzZXJfZnJpbmdlX2ZhY2VfaWQgPSAwLAo+PiDCoGJpZGlfcCA9IDEs Cj4+IMKgYmlkaV9pdCA9IHsKPj4gwqAgwqBieXRlcG9zID0gMSwKPj4gwqAgwqBjaGFycG9zID0g MSwKPj4gwqAgwqBjaCA9IDg1OTQsCj4+IMKgIMKgbmNoYXJzID0gMSwKPj4gwqAgwqBjaF9sZW4g PSAzLAo+PiDCoCDCoHR5cGUgPSBTVFJPTkdfTCwKPj4gwqAgwqB0eXBlX2FmdGVyX3cxID0gTkVV VFJBTF9PTiwKPj4gwqAgwqBvcmlnX3R5cGUgPSBORVVUUkFMX09OLAo+PiDCoCDCoHJlc29sdmVk X2xldmVsID0gMCwKPj4gwqAgwqBpbnZhbGlkX2xldmVscyA9IDAsCj4+IMKgIMKgaW52YWxpZF9y bF9sZXZlbHMgPSAtMSwKPj4gwqAgwqBwcmV2X3dhc19wZGYgPSAwLAo+PiDCoCDCoHByZXYgPSB7 Cj4+IMKgIMKgIMKgYnl0ZXBvcyA9IDEsCj4+IMKgIMKgIMKgY2hhcnBvcyA9IDEsCj4+IMKgIMKg IMKgdHlwZSA9IE5FVVRSQUxfQiwKPj4gwqAgwqAgwqB0eXBlX2FmdGVyX3cxID0gTkVVVFJBTF9C LAo+PiDCoCDCoCDCoG9yaWdfdHlwZSA9IE5FVVRSQUxfQgo+PiDCoCDCoH0sCj4+IMKgIMKgbGFz dF9zdHJvbmcgPSB7Cj4+IMKgIMKgIMKgYnl0ZXBvcyA9IDAsCj4+IMKgIMKgIMKgY2hhcnBvcyA9 IDAsCj4+IMKgIMKgIMKgdHlwZSA9IFVOS05PV05fQlQsCj4+IMKgIMKgIMKgdHlwZV9hZnRlcl93 MSA9IFVOS05PV05fQlQsCj4+IMKgIMKgIMKgb3JpZ190eXBlID0gVU5LTk9XTl9CVAo+PiDCoCDC oH0sCj4+IMKgIMKgbmV4dF9mb3JfbmV1dHJhbCA9IHsKPj4gwqAgwqAgwqBieXRlcG9zID0gMCwK Pj4gwqAgwqAgwqBjaGFycG9zID0gLTEsCj4+IMKgIMKgIMKgdHlwZSA9IFVOS05PV05fQlQsCj4+ IMKgIMKgIMKgdHlwZV9hZnRlcl93MSA9IFVOS05PV05fQlQsCj4+IMKgIMKgIMKgb3JpZ190eXBl ID0gVU5LTk9XTl9CVAo+PiDCoCDCoH0sCj4+IMKgIMKgcHJldl9mb3JfbmV1dHJhbCA9IHsKPj4g wqAgwqAgwqBieXRlcG9zID0gMSwKPj4gwqAgwqAgwqBjaGFycG9zID0gMSwKPj4gwqAgwqAgwqB0 eXBlID0gU1RST05HX0wsCj4+IMKgIMKgIMKgdHlwZV9hZnRlcl93MSA9IFVOS05PV05fQlQsCj4+ IMKgIMKgIMKgb3JpZ190eXBlID0gVU5LTk9XTl9CVAo+PiDCoCDCoH0sCj4+IMKgIMKgbmV4dF9m b3Jfd3MgPSB7Cj4+IMKgIMKgIMKgYnl0ZXBvcyA9IDAsCj4+IMKgIMKgIMKgY2hhcnBvcyA9IDAs Cj4+IMKgIMKgIMKgdHlwZSA9IFVOS05PV05fQlQsCj4+IMKgIMKgIMKgdHlwZV9hZnRlcl93MSA9 IFVOS05PV05fQlQsCj4+IMKgIMKgIMKgb3JpZ190eXBlID0gVU5LTk9XTl9CVAo+PiDCoCDCoH0s Cj4+IMKgIMKgbmV4dF9lbl9wb3MgPSAwLAo+PiDCoCDCoG5leHRfZW5fdHlwZSA9IFVOS05PV05f QlQsCj4+IMKgIMKgaWdub3JlX2JuX2xpbWl0ID0gLTEsCj4+IMKgIMKgc29yID0gTDJSLAo+PiDC oCDCoHNjYW5fZGlyID0gMSwKPj4gwqAgwqBkaXNwX3BvcyA9IDMsCj4+IMKgIMKgZGlzcF9wcm9w ID0gMCwKPj4gwqAgwqBzdGFja19pZHggPSAwLAo+PiDCoCDCoGxldmVsX3N0YWNrID0ge3sKPj4g wqAgwqAgwqAgwqBsZXZlbCA9IDAsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBORVVUUkFMX0RJ Ugo+PiDCoCDCoCDCoH0gPHJlcGVhdHMgNjQgdGltZXM+fSwKPj4gwqAgwqBzdHJpbmcgPSB7Cj4+ IMKgIMKgIMKgbHN0cmluZyA9IDQzNDUzMTEyOTAsCj4+IMKgIMKgIMKgcyA9IDB4MCwKPj4gwqAg wqAgwqBzY2hhcnMgPSAwLAo+PiDCoCDCoCDCoGJ1ZnBvcyA9IDAsCj4+IMKgIMKgIMKgZnJvbV9k aXNwX3N0ciA9IDAsCj4+IMKgIMKgIMKgdW5pYnl0ZSA9IDAKPj4gwqAgwqB9LAo+PiDCoCDCoHBh cmFncmFwaF9kaXIgPSBMMlIsCj4+IMKgIMKgc2VwYXJhdG9yX2xpbWl0ID0gLTEsCj4+IMKgIMKg Zmlyc3RfZWx0ID0gMCwKPj4gwqAgwqBuZXdfcGFyYWdyYXBoID0gMCwKPj4gwqAgwqBmcmFtZV93 aW5kb3dfcCA9IDEKPj4gwqB9LAo+PiDCoHBhcmFncmFwaF9lbWJlZGRpbmcgPSBORVVUUkFMX0RJ Ugo+PiB9Cj4+IMKgIMKgIMKgIHcgPSAoc3RydWN0IHdpbmRvdyAqKSAweDEwMmE0Y2Y1MAo+PiDC oCDCoCDCoCBwb3MgPSAjMjcgMHgwMDAwMDAwMTAwMDRhMDcwIGluIHJlZGlzcGxheV93aW5kb3cg KHdpbmRvdz00MzQzOTU2MzU3LCBqdXN0X3RoaXNfb25lX3A9MTYwNjQwNDg4MCkgYXQgeGRpc3Au YzoxNTY1Mgo+PiDCoCDCoCDCoCBkMiA9IDE0NTk1Cj4+IMKgIMKgIMKgIGQ0ID0gMTkKPj4gwqAg wqAgwqAgZDYgPSAwCj4+IMKgIMKgIMKgIGQxID0gMAo+PiDCoCDCoCDCoCBkMyA9IDEKPj4gwqAg wqAgwqAgZDUgPSAxCj4+IMKgIMKgIMKgIG9sZCA9IChzdHJ1Y3QgYnVmZmVyICopIDB4MTAxZmY3 ZWUwCj4+IMKgIMKgIMKgIHVwZGF0ZV9tb2RlX2xpbmUgPSAxCj4+IMKgIMKgIMKgIGVuZF91bmNo YW5nZWQgPSAwCj4+IMKgIMKgIMKgIHcgPSAoc3RydWN0IHdpbmRvdyAqKSAweDEwMmE0Y2Y1MAo+ PiDCoCDCoCDCoCBiZWdfdW5jaGFuZ2VkID0gMQo+PiDCoCDCoCDCoCBpdCA9IHsKPj4gwqB3aW5k b3cgPSAxMjU3NTY2NzUxNzY5NjAsCj4+IMKgdyA9IDB4MTAwMDAwMDAwLAo+PiDCoGYgPSAweDkw MDAwZGQ2ZCwKPj4gwqBtZXRob2QgPSAyMTQ3NDgzNjQ4LAo+PiDCoHN0b3BfY2hhcnBvcyA9IDE3 MTc5ODY5NzUwLAo+PiDCoHByZXZfc3RvcCA9IDcxMjk2NDU3MTI2NywKPj4gwqBiYXNlX2xldmVs X3N0b3AgPSA4NTg5OTM1MTczLAo+PiDCoGVuZF9jaGFycG9zID0gMjE0NzQ4MzY0NywKPj4gwqBz ID0gMHgxMDFmM2JhMDAgIiIsCj4+IMKgc3RyaW5nX25jaGFycyA9IDgwLAo+PiDCoHJlZ2lvbl9i ZWdfY2hhcnBvcyA9IDAsCj4+IMKgcmVnaW9uX2VuZF9jaGFycG9zID0gNDYsCj4+IMKgcmVkaXNw bGF5X2VuZF90cmlnZ2VyX2NoYXJwb3MgPSA0OCwKPj4gwqBtdWx0aWJ5dGVfcCA9IDAsCj4+IMKg aGVhZGVyX2xpbmVfcCA9IDAsCj4+IMKgc3RyaW5nX2Zyb21fZGlzcGxheV9wcm9wX3AgPSAxLAo+ PiDCoHN0cmluZ19mcm9tX3ByZWZpeF9wcm9wX3AgPSAxLAo+PiDCoGZyb21fZGlzcF9wcm9wX3Ag PSAwLAo+PiDCoGVsbGlwc2lzX3AgPSAwLAo+PiDCoGF2b2lkX2N1cnNvcl9wID0gMCwKPj4gwqBk cCA9IDB4YiwKPj4gwqBkcHZlYyA9IDB4N2ZmZjVmYmY5M2MwLAo+PiDCoGRwZW5kID0gMHg3ZmZm OGE3NjMxN2UsCj4+IMKgZHB2ZWNfY2hhcl9sZW4gPSA0NiwKPj4gwqBkcHZlY19mYWNlX2lkID0g MCwKPj4gwqBzYXZlZF9mYWNlX2lkID0gMTg0LAo+PiDCoGN0bF9jaGFycyA9IHs0NDY5MTA1NDkz LCA0MzQ1MzExMjkwLCAxNDA3MzQ3OTk3NzY0MDAsIDQzNDUzMTEyOTAsIDE0MDczNDc5OTc4MDcy MCwgNDI5NTk1MjgzNiwgMCwgMCwgMSwgMCwgNDM3MzAzODM4NiwgNDM0Mzg1ODQyMiwgNiwgNDM3 MzAzODM4NywgNDM0Mzg1ODQyMiwgOX0sCj4+IMKgc3RhcnQgPSB7Cj4+IMKgIMKgcG9zID0gewo+ PiDCoCDCoCDCoGNoYXJwb3MgPSA0MzczMDM4Mzg4LAo+PiDCoCDCoCDCoGJ5dGVwb3MgPSA0MzQz ODU4NDIyCj4+IMKgIMKgfSwKPj4gwqAgwqBvdmVybGF5X3N0cmluZ19pbmRleCA9IDEyLAo+PiDC oCDCoHN0cmluZ19wb3MgPSB7Cj4+IMKgIMKgIMKgY2hhcnBvcyA9IDQzNzMwMzgzODksCj4+IMKg IMKgIMKgYnl0ZXBvcyA9IDQzNDM4NTg0MjIKPj4gwqAgwqB9LAo+PiDCoCDCoGRwdmVjX2luZGV4 ID0gMTUKPj4gwqB9LAo+PiDCoGN1cnJlbnQgPSB7Cj4+IMKgIMKgcG9zID0gewo+PiDCoCDCoCDC oGNoYXJwb3MgPSA0MzczMDM4MzkwLAo+PiDCoCDCoCDCoGJ5dGVwb3MgPSA0MzQzODU4NDIyCj4+ IMKgIMKgfSwKPj4gwqAgwqBvdmVybGF5X3N0cmluZ19pbmRleCA9IDE4LAo+PiDCoCDCoHN0cmlu Z19wb3MgPSB7Cj4+IMKgIMKgIMKgY2hhcnBvcyA9IDQzNzMwMzgzOTEsCj4+IMKgIMKgIMKgYnl0 ZXBvcyA9IDQzNDM4NTg0MjIKPj4gwqAgwqB9LAo+PiDCoCDCoGRwdmVjX2luZGV4ID0gMjEKPj4g wqB9LAo+PiDCoG5fb3ZlcmxheV9zdHJpbmdzID0gNzgwNzEwOTYsCj4+IMKgb3ZlcmxheV9zdHJp bmdzX2NoYXJwb3MgPSA0MzQzODU4NDIyLAo+PiDCoG92ZXJsYXlfc3RyaW5ncyA9IHsyNCwgNDM3 MzAzODM5MywgNDM0Mzg1ODQyMiwgMjcsIDQzNzMwMzgzOTQsIDQzNDM4NTg0MjIsIDMwLCA0Mzcz MDM4Mzk1LCA0MzQzODU4NDIyLCAzMywgNDM3MzAzODM5NiwgNDM0Mzg1ODQyMiwgMzYsIDQzNzMw MzgzOTcsIDQzNDM4NTg0MjIsIDF9LAo+PiDCoHN0cmluZ19vdmVybGF5cyA9IHsxLCAxNDA3MzQ3 OTk3OTM4MTYsIDE1LCAwLCAxNDA3MzQ3OTk3OTM4MTYsIDAsIDE0MDczNDc5OTc3NjgwMCwgNDI5 NTUzMDY2MiwgMTQwNzM0Nzk5NzkzODQ4LCAxNDA3MzQ3OTk3OTM4NDAsIDE1LCAxNDA3MzQ3OTk3 OTM4MTYsIDAsIDEsIDE0MDczNDc5OTc3NzcyOCwgNDI5NTUzMTIxOX0sCj4+IMKgc3RyaW5nID0g MTUsCj4+IMKgZnJvbV9vdmVybGF5ID0gMCwKPj4gwqBzdGFjayA9IHt7Cj4+IMKgIMKgIMKgc3Ry aW5nID0gMCwKPj4gwqAgwqAgwqBzdHJpbmdfbmNoYXJzID0gMSwKPj4gwqAgwqAgwqBlbmRfY2hh cnBvcyA9IDE0MDczNDc5OTc3Nzc3NiwKPj4gwqAgwqAgwqBzdG9wX2NoYXJwb3MgPSA0Mjk1NTMy MzUwLAo+PiDCoCDCoCDCoHByZXZfc3RvcCA9IDE0MDczNDc5OTc3Njk2MCwKPj4gwqAgwqAgwqBi YXNlX2xldmVsX3N0b3AgPSAyNCwKPj4gwqAgwqAgwqBjbXBfaXQgPSB7Cj4+IMKgIMKgIMKgIMKg c3RvcF9wb3MgPSAyNCwKPj4gwqAgwqAgwqAgwqBpZCA9IDIyOTM1MTI1MzYyMzIsCj4+IMKgIMKg IMKgIMKgY2ggPSAyNCwKPj4gwqAgwqAgwqAgwqBydWxlX2lkeCA9IDI0LAo+PiDCoCDCoCDCoCDC oGxvb2tiYWNrID0gMTY4LAo+PiDCoCDCoCDCoCDCoG5nbHlwaHMgPSA1MzQsCj4+IMKgIMKgIMKg IMKgcmV2ZXJzZWRfcCA9IDI0LAo+PiDCoCDCoCDCoCDCoGNoYXJwb3MgPSAwLAo+PiDCoCDCoCDC oCDCoG5jaGFycyA9IDI0LAo+PiDCoCDCoCDCoCDCoG5ieXRlcyA9IDI0LAo+PiDCoCDCoCDCoCDC oGZyb20gPSAwLAo+PiDCoCDCoCDCoCDCoHRvID0gMTA3MjY5MzI0OCwKPj4gwqAgwqAgwqAgwqB3 aWR0aCA9IDAKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGZhY2VfaWQgPSAwLAo+PiDCoCDCoCDC oHUgPSB7Cj4+IMKgIMKgIMKgIMKgaW1hZ2UgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0g MTQwNzM0Nzk5Nzc5NDI0LAo+PiDCoCDCoCDCoCDCoCDCoHNsaWNlID0gewo+PiDCoCDCoCDCoCDC oCDCoCDCoHggPSAxNDA3MzU1MTYzODk3NTgsCj4+IMKgIMKgIMKgIMKgIMKgIMKgeSA9IDQyOTQ5 NjcyOTYsCj4+IMKgIMKgIMKgIMKgIMKgIMKgd2lkdGggPSAxNDA3MzQ3OTk3OTQwODgsCj4+IMKg IMKgIMKgIMKgIMKgIMKgaGVpZ2h0ID0gMTQwNzM0Nzk5NzgwNzIwCj4+IMKgIMKgIMKgIMKgIMKg fSwKPj4gwqAgwqAgwqAgwqAgwqBpbWFnZV9pZCA9IDQyOTU5NTI4MzYKPj4gwqAgwqAgwqAgwqB9 LAo+PiDCoCDCoCDCoCDCoGNvbXAgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0gMTQwNzM0 Nzk5Nzc5NDI0Cj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBzdHJldGNoID0gewo+PiDC oCDCoCDCoCDCoCDCoG9iamVjdCA9IDE0MDczNDc5OTc3OTQyNAo+PiDCoCDCoCDCoCDCoH0KPj4g wqAgwqAgwqB9LAo+PiDCoCDCoCDCoHBvc2l0aW9uID0gewo+PiDCoCDCoCDCoCDCoGNoYXJwb3Mg PSAyMjkzNTEyNTM2MjMyLAo+PiDCoCDCoCDCoCDCoGJ5dGVwb3MgPSA0MzcwNTc5NzYxCj4+IMKg IMKgIMKgfSwKPj4gwqAgwqAgwqBjdXJyZW50ID0gewo+PiDCoCDCoCDCoCDCoHBvcyA9IHsKPj4g wqAgwqAgwqAgwqAgwqBjaGFycG9zID0gLTYzMzU0MjkyMDE0NzQ3NTAzMTcsCj4+IMKgIMKgIMKg IMKgIMKgYnl0ZXBvcyA9IDE0MDczNDc5OTc3OTA0OAo+PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKg IMKgIMKgb3ZlcmxheV9zdHJpbmdfaW5kZXggPSAxNjA2MzkxMjMyLAo+PiDCoCDCoCDCoCDCoHN0 cmluZ19wb3MgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgY2hhcnBvcyA9IDE0MDczNDc5OTc4MDA2NCwK Pj4gwqAgwqAgwqAgwqAgwqBieXRlcG9zID0gMzA0Cj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAg wqAgwqBkcHZlY19pbmRleCA9IDAKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGZyb21fb3Zlcmxh eSA9IDE0MDczNDc5OTc3NzkzNiwKPj4gwqAgwqAgwqBhcmVhID0gMjMyMzAyMjMxNywKPj4gwqAg wqAgwqBtZXRob2QgPSAzMjc2NywKPj4gwqAgwqAgwqBwYXJhZ3JhcGhfZW1iZWRkaW5nID0gMzA0 LAo+PiDCoCDCoCDCoG11bHRpYnl0ZV9wID0gMCwKPj4gwqAgwqAgwqBzdHJpbmdfZnJvbV9kaXNw bGF5X3Byb3BfcCA9IDAsCj4+IMKgIMKgIMKgc3RyaW5nX2Zyb21fcHJlZml4X3Byb3BfcCA9IDAs Cj4+IMKgIMKgIMKgZGlzcGxheV9lbGxpcHNpc19wID0gMCwKPj4gwqAgwqAgwqBhdm9pZF9jdXJz b3JfcCA9IDAsCj4+IMKgIMKgIMKgYmlkaV9wID0gMCwKPj4gwqAgwqAgwqBmcm9tX2Rpc3BfcHJv cF9wID0gMCwKPj4gwqAgwqAgwqBsaW5lX3dyYXAgPSAxNjA2MzkyMDMyLAo+PiDCoCDCoCDCoHZv ZmZzZXQgPSAzMjc2NywKPj4gwqAgwqAgwqBzcGFjZV93aWR0aCA9IDgsCj4+IMKgIMKgIMKgZm9u dF9oZWlnaHQgPSA1NzY0NjE4NjQ3NDY0MjMwNTMKPj4gwqAgwqB9LCB7Cj4+IMKgIMKgIMKgc3Ry aW5nID0gNDM0Mzg1Mjk4MiwKPj4gwqAgwqAgwqBzdHJpbmdfbmNoYXJzID0gMCwKPj4gwqAgwqAg wqBlbmRfY2hhcnBvcyA9IDAsCj4+IMKgIMKgIMKgc3RvcF9jaGFycG9zID0gMCwKPj4gwqAgwqAg wqBwcmV2X3N0b3AgPSAwLAo+PiDCoCDCoCDCoGJhc2VfbGV2ZWxfc3RvcCA9IDAsCj4+IMKgIMKg IMKgY21wX2l0ID0gewo+PiDCoCDCoCDCoCDCoHN0b3BfcG9zID0gMCwKPj4gwqAgwqAgwqAgwqBp ZCA9IDEsCj4+IMKgIMKgIMKgIMKgY2ggPSA1NjIzNjk2LAo+PiDCoCDCoCDCoCDCoHJ1bGVfaWR4 ID0gMSwKPj4gwqAgwqAgwqAgwqBsb29rYmFjayA9IDc1NjEyNDY0LAo+PiDCoCDCoCDCoCDCoG5n bHlwaHMgPSAxLAo+PiDCoCDCoCDCoCDCoHJldmVyc2VkX3AgPSAtNzU2MTI0NjQsCj4+IMKgIMKg IMKgIMKgY2hhcnBvcyA9IDQwLAo+PiDCoCDCoCDCoCDCoG5jaGFycyA9IDAsCj4+IMKgIMKgIMKg IMKgbmJ5dGVzID0gMCwKPj4gwqAgwqAgwqAgwqBmcm9tID0gNzU2MTI1MDQsCj4+IMKgIMKgIMKg IMKgdG8gPSAxLAo+PiDCoCDCoCDCoCDCoHdpZHRoID0gNDgzNzQ1MzYKPj4gwqAgwqAgwqB9LAo+ PiDCoCDCoCDCoGZhY2VfaWQgPSA0ODM3NDM1MiwKPj4gwqAgwqAgwqB1ID0gewo+PiDCoCDCoCDC oCDCoGltYWdlID0gewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9IDAsCj4+IMKgIMKgIMKgIMKg IMKgc2xpY2UgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgIMKgeCA9IDAsCj4+IMKgIMKgIMKgIMKgIMKg IMKgeSA9IDQzNDMzNDE4MzIsCj4+IMKgIMKgIMKgIMKgIMKgIMKgd2lkdGggPSAwLAo+PiDCoCDC oCDCoCDCoCDCoCDCoGhlaWdodCA9IDgKPj4gwqAgwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDC oCDCoGltYWdlX2lkID0gMAo+PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgY29tcCA9IHsK Pj4gwqAgwqAgwqAgwqAgwqBvYmplY3QgPSAwCj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAg wqBzdHJldGNoID0gewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9IDAKPj4gwqAgwqAgwqAgwqB9 Cj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBwb3NpdGlvbiA9IHsKPj4gwqAgwqAgwqAgwqBjaGFy cG9zID0gMCwKPj4gwqAgwqAgwqAgwqBieXRlcG9zID0gNDM0Mzg1Mjk4MAo+PiDCoCDCoCDCoH0s Cj4+IMKgIMKgIMKgY3VycmVudCA9IHsKPj4gwqAgwqAgwqAgwqBwb3MgPSB7Cj4+IMKgIMKgIMKg IMKgIMKgY2hhcnBvcyA9IDE0MDczMzE5MzM4ODA0MywKPj4gwqAgwqAgwqAgwqAgwqBieXRlcG9z ID0gNDM3MDU3OTc2MAo+PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgb3ZlcmxheV9zdHJp bmdfaW5kZXggPSAxNjA2Mzg5MzkyLAo+PiDCoCDCoCDCoCDCoHN0cmluZ19wb3MgPSB7Cj4+IMKg IMKgIMKgIMKgIMKgY2hhcnBvcyA9IDQyOTU5NTI4MzYsCj4+IMKgIMKgIMKgIMKgIMKgYnl0ZXBv cyA9IDAKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoGRwdmVjX2luZGV4ID0gMAo+PiDC oCDCoCDCoH0sCj4+IMKgIMKgIMKgZnJvbV9vdmVybGF5ID0gMjAsCj4+IMKgIMKgIMKgYXJlYSA9 IExFRlRfTUFSR0lOX0FSRUEsCj4+IMKgIMKgIMKgbWV0aG9kID0gR0VUX0ZST01fQlVGRkVSLAo+ PiDCoCDCoCDCoHBhcmFncmFwaF9lbWJlZGRpbmcgPSBSMkwsCj4+IMKgIMKgIMKgbXVsdGlieXRl X3AgPSAwLAo+PiDCoCDCoCDCoHN0cmluZ19mcm9tX2Rpc3BsYXlfcHJvcF9wID0gMCwKPj4gwqAg wqAgwqBzdHJpbmdfZnJvbV9wcmVmaXhfcHJvcF9wID0gMCwKPj4gwqAgwqAgwqBkaXNwbGF5X2Vs bGlwc2lzX3AgPSAwLAo+PiDCoCDCoCDCoGF2b2lkX2N1cnNvcl9wID0gMCwKPj4gwqAgwqAgwqBi aWRpX3AgPSAwLAo+PiDCoCDCoCDCoGZyb21fZGlzcF9wcm9wX3AgPSAwLAo+PiDCoCDCoCDCoGxp bmVfd3JhcCA9IDc1NjEyNDY0LAo+PiDCoCDCoCDCoHZvZmZzZXQgPSAxLAo+PiDCoCDCoCDCoHNw YWNlX3dpZHRoID0gNDM3MDU3OTgwMCwKPj4gwqAgwqAgwqBmb250X2hlaWdodCA9IDQzNDM4NTI5 NzgKPj4gwqAgwqB9LCB7Cj4+IMKgIMKgIMKgc3RyaW5nID0gNDI5NDk2NzI5NiwKPj4gwqAgwqAg wqBzdHJpbmdfbmNoYXJzID0gMCwKPj4gwqAgwqAgwqBlbmRfY2hhcnBvcyA9IDAsCj4+IMKgIMKg IMKgc3RvcF9jaGFycG9zID0gMCwKPj4gwqAgwqAgwqBwcmV2X3N0b3AgPSAxLAo+PiDCoCDCoCDC oGJhc2VfbGV2ZWxfc3RvcCA9IDAsCj4+IMKgIMKgIMKgY21wX2l0ID0gewo+PiDCoCDCoCDCoCDC oHN0b3BfcG9zID0gNDM3MDU3OTc2MiwKPj4gwqAgwqAgwqAgwqBpZCA9IDQzNDM4NTg0MjIsCj4+ IMKgIMKgIMKgIMKgY2ggPSA2LAo+PiDCoCDCoCDCoCDCoHJ1bGVfaWR4ID0gMCwKPj4gwqAgwqAg wqAgwqBsb29rYmFjayA9IDc1NjEyNDY3LAo+PiDCoCDCoCDCoCDCoG5nbHlwaHMgPSAxLAo+PiDC oCDCoCDCoCDCoHJldmVyc2VkX3AgPSA0ODg5MTEyNiwKPj4gwqAgwqAgwqAgwqBjaGFycG9zID0g OSwKPj4gwqAgwqAgwqAgwqBuY2hhcnMgPSA3NTYxMjQ2OCwKPj4gwqAgwqAgwqAgwqBuYnl0ZXMg PSAxLAo+PiDCoCDCoCDCoCDCoGZyb20gPSA0ODg5MTEyNiwKPj4gwqAgwqAgwqAgwqB0byA9IDEs Cj4+IMKgIMKgIMKgIMKgd2lkdGggPSAxMgo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgZmFjZV9p ZCA9IDc1NjEyNDY5LAo+PiDCoCDCoCDCoHUgPSB7Cj4+IMKgIMKgIMKgIMKgaW1hZ2UgPSB7Cj4+ IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0gNDM0Mzg1ODQyMiwKPj4gwqAgwqAgwqAgwqAgwqBzbGlj ZSA9IHsKPj4gwqAgwqAgwqAgwqAgwqAgwqB4ID0gMTUsCj4+IMKgIMKgIMKgIMKgIMKgIMKgeSA9 IDQzNzA1Nzk3NjYsCj4+IMKgIMKgIMKgIMKgIMKgIMKgd2lkdGggPSA0MzQzODU4NDIyLAo+PiDC oCDCoCDCoCDCoCDCoCDCoGhlaWdodCA9IDQ2Mjc0NDg2MTcxMjMxODQ2NDAKPj4gwqAgwqAgwqAg wqAgwqB9LAo+PiDCoCDCoCDCoCDCoCDCoGltYWdlX2lkID0gNDYyNzQ0ODYxNzEyMzE4NDY0MAo+ PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgY29tcCA9IHsKPj4gwqAgwqAgwqAgwqAgwqBv YmplY3QgPSA0MzQzODU4NDIyCj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBzdHJldGNo ID0gewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9IDQzNDM4NTg0MjIKPj4gwqAgwqAgwqAgwqB9 Cj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBwb3NpdGlvbiA9IHsKPj4gwqAgwqAgwqAgwqBjaGFy cG9zID0gMTQwNzM0Nzk5Nzc3NjMyLAo+PiDCoCDCoCDCoCDCoGJ5dGVwb3MgPSAxNDA3MzU1MDk3 NDM0MDMKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGN1cnJlbnQgPSB7Cj4+IMKgIMKgIMKgIMKg cG9zID0gewo+PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3MgPSAwLAo+PiDCoCDCoCDCoCDCoCDCoGJ5 dGVwb3MgPSA0MzQzMzQxNjQ4Cj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBvdmVybGF5 X3N0cmluZ19pbmRleCA9IDE2MDYzOTEwMDAsCj4+IMKgIMKgIMKgIMKgc3RyaW5nX3BvcyA9IHsK Pj4gwqAgwqAgwqAgwqAgwqBjaGFycG9zID0gMzQ3ODQ5NDAxMzg0MDMsCj4+IMKgIMKgIMKgIMKg IMKgYnl0ZXBvcyA9IDE0MDczNDc5OTc3NzgwOAo+PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKg IMKgZHB2ZWNfaW5kZXggPSAxMQo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgZnJvbV9vdmVybGF5 ID0gNDI5NDk2NzMwNSwKPj4gwqAgwqAgwqBhcmVhID0gMTYwNjM4OTc3MiwKPj4gwqAgwqAgwqBt ZXRob2QgPSAzMjc2NywKPj4gwqAgwqAgwqBwYXJhZ3JhcGhfZW1iZWRkaW5nID0gMTYwNjM5MTAw MCwKPj4gwqAgwqAgwqBtdWx0aWJ5dGVfcCA9IDEsCj4+IMKgIMKgIMKgc3RyaW5nX2Zyb21fZGlz cGxheV9wcm9wX3AgPSAxLAo+PiDCoCDCoCDCoHN0cmluZ19mcm9tX3ByZWZpeF9wcm9wX3AgPSAw LAo+PiDCoCDCoCDCoGRpc3BsYXlfZWxsaXBzaXNfcCA9IDAsCj4+IMKgIMKgIMKgYXZvaWRfY3Vy c29yX3AgPSAwLAo+PiDCoCDCoCDCoGJpZGlfcCA9IDEsCj4+IMKgIMKgIMKgZnJvbV9kaXNwX3By b3BfcCA9IDAsCj4+IMKgIMKgIMKgbGluZV93cmFwID0gODA5OSwKPj4gwqAgwqAgwqB2b2Zmc2V0 ID0gODA5OSwKPj4gwqAgwqAgwqBzcGFjZV93aWR0aCA9IDE0MDczNDc5OTc3Nzg1NiwKPj4gwqAg wqAgwqBmb250X2hlaWdodCA9IDE0MDczNDc5OTc5MzgxNgo+PiDCoCDCoH0sIHsKPj4gwqAgwqAg wqBzdHJpbmcgPSAtNjMzNTQyOTIwMTQ3NDc1MDMxNywKPj4gwqAgwqAgwqBzdHJpbmdfbmNoYXJz ID0gMTYwNjM5MTY4OCwKPj4gwqAgwqAgwqBlbmRfY2hhcnBvcyA9IDE0MDczNDc5OTc3OTkzNiwK Pj4gwqAgwqAgwqBzdG9wX2NoYXJwb3MgPSAxNDA3MzQ3OTk3ODA3MzYsCj4+IMKgIMKgIMKgcHJl dl9zdG9wID0gMzA0LAo+PiDCoCDCoCDCoGJhc2VfbGV2ZWxfc3RvcCA9IDAsCj4+IMKgIMKgIMKg Y21wX2l0ID0gewo+PiDCoCDCoCDCoCDCoHN0b3BfcG9zID0gMTQwNzM0Nzk5Nzc4NjA4LAo+PiDC oCDCoCDCoCDCoGlkID0gMTQwNzM1NTE2NDEwMzQ5LAo+PiDCoCDCoCDCoCDCoGNoID0gMzA0LAo+ PiDCoCDCoCDCoCDCoHJ1bGVfaWR4ID0gMzI3NjcsCj4+IMKgIMKgIMKgIMKgbG9va2JhY2sgPSAx NjA2MzkyNzA0LAo+PiDCoCDCoCDCoCDCoG5nbHlwaHMgPSAzMjc2NywKPj4gwqAgwqAgwqAgwqBy ZXZlcnNlZF9wID0gMCwKPj4gwqAgwqAgwqAgwqBjaGFycG9zID0gNTc2NDYxODY0NzAwMDE2Njg0 LAo+PiDCoCDCoCDCoCDCoG5jaGFycyA9IDEsCj4+IMKgIMKgIMKgIMKgbmJ5dGVzID0gMCwKPj4g wqAgwqAgwqAgwqBmcm9tID0gMTYsCj4+IMKgIMKgIMKgIMKgdG8gPSAwLAo+PiDCoCDCoCDCoCDC oHdpZHRoID0gLTE2Nzc3MjE2Cj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBmYWNlX2lkID0gMSwK Pj4gwqAgwqAgwqB1ID0gewo+PiDCoCDCoCDCoCDCoGltYWdlID0gewo+PiDCoCDCoCDCoCDCoCDC oG9iamVjdCA9IDQzNDMzNDE4MzIsCj4+IMKgIMKgIMKgIMKgIMKgc2xpY2UgPSB7Cj4+IMKgIMKg IMKgIMKgIMKgIMKgeCA9IDE0MDczNDc5OTc4MTYyNCwKPj4gwqAgwqAgwqAgwqAgwqAgwqB5ID0g MTQwNzM0Nzk5Nzc4MDA3LAo+PiDCoCDCoCDCoCDCoCDCoCDCoHdpZHRoID0gMTQwNzM0Nzk5Nzgx MTI4LAo+PiDCoCDCoCDCoCDCoCDCoCDCoGhlaWdodCA9IDE0MDczNDc5OTc3ODAwOAo+PiDCoCDC oCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgIMKgaW1hZ2VfaWQgPSAxNDA3MzQ3OTk3Nzc5MjgK Pj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoGNvbXAgPSB7Cj4+IMKgIMKgIMKgIMKgIMKg b2JqZWN0ID0gNDM0MzM0MTgzMgo+PiDCoCDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgc3RyZXRj aCA9IHsKPj4gwqAgwqAgwqAgwqAgwqBvYmplY3QgPSA0MzQzMzQxODMyCj4+IMKgIMKgIMKgIMKg fQo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgcG9zaXRpb24gPSB7Cj4+IMKgIMKgIMKgIMKgY2hh cnBvcyA9IDE0MDczNDc5OTc3NzkwNCwKPj4gwqAgwqAgwqAgwqBieXRlcG9zID0gMTQwNzM1NTE2 NDQ2MTc4Cj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBjdXJyZW50ID0gewo+PiDCoCDCoCDCoCDC oHBvcyA9IHsKPj4gwqAgwqAgwqAgwqAgwqBjaGFycG9zID0gMTQwNzM0Nzk5Nzc3OTI4LAo+PiDC oCDCoCDCoCDCoCDCoGJ5dGVwb3MgPSAxNDA3MzQ3OTk3ODAwNjQKPj4gwqAgwqAgwqAgwqB9LAo+ PiDCoCDCoCDCoCDCoG92ZXJsYXlfc3RyaW5nX2luZGV4ID0gMTYwNjM4OTk1MiwKPj4gwqAgwqAg wqAgwqBzdHJpbmdfcG9zID0gewo+PiDCoCDCoCDCoCDCoCDCoGNoYXJwb3MgPSAxNDA3MzU1MTY0 NDYwNzcsCj4+IMKgIMKgIMKgIMKgIMKgYnl0ZXBvcyA9IDE0MDczNDc5OTc4MTExNAo+PiDCoCDC oCDCoCDCoH0sCj4+IMKgIMKgIMKgIMKgZHB2ZWNfaW5kZXggPSAyCj4+IMKgIMKgIMKgfSwKPj4g wqAgwqAgwqBmcm9tX292ZXJsYXkgPSAxLAo+PiDCoCDCoCDCoGFyZWEgPSAxNjA2MzkzNTkyLAo+ PiDCoCDCoCDCoG1ldGhvZCA9IDMyNzY3LAo+PiDCoCDCoCDCoHBhcmFncmFwaF9lbWJlZGRpbmcg PSA0NjQ2OTkwMSwKPj4gwqAgwqAgwqBtdWx0aWJ5dGVfcCA9IDAsCj4+IMKgIMKgIMKgc3RyaW5n X2Zyb21fZGlzcGxheV9wcm9wX3AgPSAwLAo+PiDCoCDCoCDCoHN0cmluZ19mcm9tX3ByZWZpeF9w cm9wX3AgPSAwLAo+PiDCoCDCoCDCoGRpc3BsYXlfZWxsaXBzaXNfcCA9IDAsCj4+IMKgIMKgIMKg YXZvaWRfY3Vyc29yX3AgPSAwLAo+PiDCoCDCoCDCoGJpZGlfcCA9IDAsCj4+IMKgIMKgIMKgZnJv bV9kaXNwX3Byb3BfcCA9IDAsCj4+IMKgIMKgIMKgbGluZV93cmFwID0gNTgwNzM0LAo+PiDCoCDC oCDCoHZvZmZzZXQgPSAwLAo+PiDCoCDCoCDCoHNwYWNlX3dpZHRoID0gMTQwNzM0Nzk5NzgxMTE0 LAo+PiDCoCDCoCDCoGZvbnRfaGVpZ2h0ID0gMTQwNzM0Nzk5Nzc4MDAwCj4+IMKgIMKgfSwgewo+ PiDCoCDCoCDCoHN0cmluZyA9IDE0MDczNDc5OTc3ODgwMCwKPj4gwqAgwqAgwqBzdHJpbmdfbmNo YXJzID0gLTE5NzE5MDkzNjAsCj4+IMKgIMKgIMKgZW5kX2NoYXJwb3MgPSA4MzkxMTYyMDgwNTU4 MjE2MzA5LAo+PiDCoCDCoCDCoHN0b3BfY2hhcnBvcyA9IDE0MDczNDc5OTc5MzY2NCwKPj4gwqAg wqAgwqBwcmV2X3N0b3AgPSAxNSwKPj4gwqAgwqAgwqBiYXNlX2xldmVsX3N0b3AgPSAwLAo+PiDC oCDCoCDCoGNtcF9pdCA9IHsKPj4gwqAgwqAgwqAgwqBzdG9wX3BvcyA9IDAsCj4+IMKgIMKgIMKg IMKgaWQgPSAtMSwKPj4gwqAgwqAgwqAgwqBjaCA9IDE2MDYzOTA5NDQsCj4+IMKgIMKgIMKgIMKg cnVsZV9pZHggPSAzMjc2NywKPj4gwqAgwqAgwqAgwqBsb29rYmFjayA9IDU2NTA1NCwKPj4gwqAg wqAgwqAgwqBuZ2x5cGhzID0gMSwKPj4gwqAgwqAgwqAgwqByZXZlcnNlZF9wID0gMCwKPj4gwqAg wqAgwqAgwqBjaGFycG9zID0gMTA3NDEwMjMyLAo+PiDCoCDCoCDCoCDCoG5jaGFycyA9IDE2MDY0 MDQ5MDQsCj4+IMKgIMKgIMKgIMKgbmJ5dGVzID0gMzI3NjcsCj4+IMKgIMKgIMKgIMKgZnJvbSA9 IC0xLAo+PiDCoCDCoCDCoCDCoHRvID0gLTEsCj4+IMKgIMKgIMKgIMKgd2lkdGggPSAtMTM1MDAx OTgKPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoGZhY2VfaWQgPSAtMSwKPj4gwqAgwqAgwqB1ID0g ewo+PiDCoCDCoCDCoCDCoGltYWdlID0gewo+PiDCoCDCoCDCoCDCoCDCoG9iamVjdCA9IDQzNDMz NDE4MzIsCj4+IMKgIMKgIMKgIMKgIMKgc2xpY2UgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgIMKgeCA9 IDQzNDMzNDE2NDgsCj4+IMKgIMKgIMKgIMKgIMKgIMKgeSA9IDMsCj4+IMKgIMKgIMKgIMKgIMKg IMKgd2lkdGggPSAxNiwKPj4gwqAgwqAgwqAgwqAgwqAgwqBoZWlnaHQgPSAxNDA3MzQ3OTk3ODI1 NDQKPj4gwqAgwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoCDCoGltYWdlX2lkID0gMTQwNzM1 NTM5MTc4MzUyCj4+IMKgIMKgIMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBjb21wID0gewo+PiDCoCDC oCDCoCDCoCDCoG9iamVjdCA9IDQzNDMzNDE4MzIKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDC oCDCoHN0cmV0Y2ggPSB7Cj4+IMKgIMKgIMKgIMKgIMKgb2JqZWN0ID0gNDM0MzM0MTgzMgo+PiDC oCDCoCDCoCDCoH0KPj4gwqAgwqAgwqB9LAo+PiDCoCDCoCDCoHBvc2l0aW9uID0gewo+PiDCoCDC oCDCoCDCoGNoYXJwb3MgPSAxNDA3MzQ3OTk3ODA2MjQsCj4+IMKgIMKgIMKgIMKgYnl0ZXBvcyA9 IDE0MDczNTUxNjM4OTc1OAo+PiDCoCDCoCDCoH0sCj4+IMKgIMKgIMKgY3VycmVudCA9IHsKPj4g wqAgwqAgwqAgwqBwb3MgPSB7Cj4+IMKgIMKgIMKgIMKgIMKgY2hhcnBvcyA9IDE0MDczNDc5OTc4 MjU3NiwKPj4gwqAgwqAgwqAgwqAgwqBieXRlcG9zID0gMTQwNzM1NTM5MTc4MzUyCj4+IMKgIMKg IMKgIMKgfSwKPj4gwqAgwqAgwqAgwqBvdmVybGF5X3N0cmluZ19pbmRleCA9IDgsCj4+IMKgIMKg IMKgIMKgc3RyaW5nX3BvcyA9IHsKPj4gwqAgwqAgwqAgwqAgwqBjaGFycG9zID0gMjgsCj4+IMKg IMKgIMKgIMKgIMKgYnl0ZXBvcyA9IDIKPj4gwqAgwqAgwqAgwqB9LAo+PiDCoCDCoCDCoCDCoGRw dmVjX2luZGV4ID0gNTM2ODcwOTE0Cj4+IMKgIMKgIMKgfSwKPj4gwqAgwqAgwqBmcm9tX292ZXJs YXkgPSAxNDA3MzQ3OTk3NzgyNzIsCj4+IMKgIMKgIMKgYXJlYSA9IDIzMjI5NzY0MzYsCj4+IMKg IMKgIMKgbWV0aG9kID0gMzI3NjcsCj4+IMKgIMKgIMKgcGFyYWdyYXBoX2VtYmVkZGluZyA9IDEw NzQxMDIzMiwKPj4gwqAgwqAgwqBtdWx0aWJ5dGVfcCA9IDEsCj4+IMKgIMKgIMKgc3RyaW5nX2Zy b21fZGlzcGxheV9wcm9wX3AgPSAwLAo+PiDCoCDCoCDCoHN0cmluZ19mcm9tX3ByZWZpeF9wcm9w X3AgPSAwLAo+PiDCoCDCoCDCoGRpc3BsYXlfZWxsaXBzaXNfcCA9IDAsCj4+IMKgIMKgIMKgYXZv aWRfY3Vyc29yX3AgPSAwLAo+PiDCoCDCoCDCoGJpZGlfcCA9IDAsCj4+IMKgIMKgIMKgZnJvbV9k aXNwX3Byb3BfcCA9IDAsCj4+IMKgIMKgIMKgbGluZV93cmFwID0gMTAwLAo+PiDCoCDCoCDCoHZv ZmZzZXQgPSAwLAo+PiDCoCDCoCDCoHNwYWNlX3dpZHRoID0gNDI5NDk2NzI5MiwKPj4gwqAgwqAg wqBmb250X2hlaWdodCA9IDg1ODk5MzQ1OTEKPj4gwqAgwqB9fSwKPj4gwqBzcCA9IDE2MDYzOTA1 OTIsCj4+IMKgc2VsZWN0aXZlID0gMTQwNzM1NTE2MzgyNjA2LAo+PiDCoHdoYXQgPSA5MDkzOTE0 MTIsCj4+IMKgZmFjZV9pZCA9IDgyNTI0Mzk2MSwKPj4gwqBzZWxlY3RpdmVfZGlzcGxheV9lbGxp cHNpc19wID0gMSwKPj4gwqBjdGxfYXJyb3dfcCA9IDEsCj4+IMKgZmFjZV9ib3hfcCA9IDAsCj4+ IMKgc3RhcnRfb2ZfYm94X3J1bl9wID0gMCwKPj4gwqBlbmRfb2ZfYm94X3J1bl9wID0gMSwKPj4g wqBvdmVybGF5X3N0cmluZ3NfYXRfZW5kX3Byb2Nlc3NlZF9wID0gMCwKPj4gwqBpZ25vcmVfb3Zl cmxheV9zdHJpbmdzX2F0X3Bvc19wID0gMCwKPj4gwqBnbHlwaF9ub3RfYXZhaWxhYmxlX3AgPSAx LAo+PiDCoHN0YXJ0c19pbl9taWRkbGVfb2ZfY2hhcl9wID0gMCwKPj4gwqBmYWNlX2JlZm9yZV9z ZWxlY3RpdmVfcCA9IDAsCj4+IMKgY29uc3RyYWluX3Jvd19hc2NlbnRfZGVzY2VudF9wID0gMCwK Pj4gwqBsaW5lX3dyYXAgPSAyODE5ODg1MjM3LAo+PiDCoGJhc2VfZmFjZV9pZCA9IDE2MDYzOTA0 MzIsCj4+IMKgYyA9IDAsCj4+IMKgbGVuID0gMTYwNjM5MDY2OCwKPj4gwqBjbXBfaXQgPSB7Cj4+ IMKgIMKgc3RvcF9wb3MgPSAwLAo+PiDCoCDCoGlkID0gNDMyOTQ0NzU1MiwKPj4gwqAgwqBjaCA9 IDYsCj4+IMKgIMKgcnVsZV9pZHggPSAwLAo+PiDCoCDCoGxvb2tiYWNrID0gMzQ0NzYwNTYsCj4+ IMKgIMKgbmdseXBocyA9IDEsCj4+IMKgIMKgcmV2ZXJzZWRfcCA9IDM0NDgwNzIwLAo+PiDCoCDC oGNoYXJwb3MgPSA0MzI5NDM5MjMyLAo+PiDCoCDCoG5jaGFycyA9IDE2MDYzOTg5NjAsCj4+IMKg IMKgbmJ5dGVzID0gMzI3NjcsCj4+IMKgIMKgZnJvbSA9IDAsCj4+IMKgIMKgdG8gPSA4Mjg4LAo+ PiDCoCDCoHdpZHRoID0gMTYwNjM5MDUwOAo+PiDCoH0sCj4+IMKgY2hhcl90b19kaXNwbGF5ID0g MTYwNjM5MDUwNCwKPj4gwqBnbHlwaGxlc3NfbWV0aG9kID0gMzI3NjcsCj4+IMKgaW1hZ2VfaWQg PSAwLAo+PiDCoHNsaWNlID0gewo+PiDCoCDCoHggPSAxNDA3MzQ3OTk3Nzg1MzIsCj4+IMKgIMKg eSA9IDM1NTk2Njg4OTQ5NTA0LAo+PiDCoCDCoHdpZHRoID0gMTQwNzM1NTI0Nzk5NjAwLAo+PiDC oCDCoGhlaWdodCA9IDE0MDczNTEyODc4NzMwOAo+PiDCoH0sCj4+IMKgc3BhY2Vfd2lkdGggPSAz NTU5NjY4ODk0OTI0OCwKPj4gwqB2b2Zmc2V0ID0gLTI3ODYwLAo+PiDCoHRhYl93aWR0aCA9IDI0 NTExLAo+PiDCoGZvbnRfaGVpZ2h0ID0gMTQwNzM0Nzk5Nzc4NjAwLAo+PiDCoG9iamVjdCA9IDAs Cj4+IMKgcG9zaXRpb24gPSB7Cj4+IMKgIMKgY2hhcnBvcyA9IDE0MDczNDc5OTc3ODU5NiwKPj4g wqAgwqBieXRlcG9zID0gMzU1OTY2ODg5NDk1MDQKPj4gwqB9LAo+PiDCoHRydW5jYXRpb25fcGl4 ZWxfd2lkdGggPSAxMTIsCj4+IMKgY29udGludWF0aW9uX3BpeGVsX3dpZHRoID0gNTI2LAo+PiDC oGZpcnN0X3Zpc2libGVfeCA9IDEsCj4+IMKgbGFzdF92aXNpYmxlX3ggPSAzNDQ3MjA3NiwKPj4g wqBsYXN0X3Zpc2libGVfeSA9IDEsCj4+IMKgZXh0cmFfbGluZV9zcGFjaW5nID0gMTYwNjM5NDI2 NCwKPj4gwqBtYXhfZXh0cmFfbGluZV9zcGFjaW5nID0gMzI3NjcsCj4+IMKgb3ZlcnJpZGVfYXNj ZW50ID0gMTYwNjM5MDY1MSwKPj4gwqBvdmVycmlkZV9kZXNjZW50ID0gMzI3NjcsCj4+IMKgb3Zl cnJpZGVfYm9mZiA9IDE2MDYzOTM3NzYsCj4+IMKgZ2x5cGhfcm93ID0gMHg3ZmZmNWZiZjkzN2Ms Cj4+IMKgYXJlYSA9IDE2MDYzOTA1NjgsCj4+IMKgbmdseXBocyA9IDMyNzY3LAo+PiDCoHBpeGVs X3dpZHRoID0gMTYwNjM5MDU0NCwKPj4gwqBhc2NlbnQgPSAzMjc2NywKPj4gwqBkZXNjZW50ID0g LTE5NzE5MDkxNTAsCj4+IMKgbWF4X2FzY2VudCA9IDMyNzY3LAo+PiDCoG1heF9kZXNjZW50ID0g MTYwNjM5MDU2OCwKPj4gwqBwaHlzX2FzY2VudCA9IDMyNzY3LAo+PiDCoHBoeXNfZGVzY2VudCA9 IDE2MDYzOTI3MDQsCj4+IMKgbWF4X3BoeXNfYXNjZW50ID0gMzI3NjcsCj4+IMKgbWF4X3BoeXNf ZGVzY2VudCA9IDE2MDYzOTA2MjQsCj4+IMKgY3VycmVudF94ID0gMzI3NjcsCj4+IMKgY29udGlu dWF0aW9uX2xpbmVzX3dpZHRoID0gLTE5NzE5MDkyNTEsCj4+IMKgZW9sX3BvcyA9IHsKPj4gwqAg wqBjaGFycG9zID0gMTQwNzM0Nzk5NzgxNzg2LAo+PiDCoCDCoGJ5dGVwb3MgPSAyCj4+IMKgfSwK Pj4gwqBjdXJyZW50X3kgPSAxLAo+PiDCoGZpcnN0X3Zwb3MgPSAwLAo+PiDCoHZwb3MgPSAxNjA2 Mzk0MjY0LAo+PiDCoGhwb3MgPSAzMjc2NywKPj4gwqBsZWZ0X3VzZXJfZnJpbmdlX2JpdG1hcCA9 IDYzNTMyLAo+PiDCoHJpZ2h0X3VzZXJfZnJpbmdlX2JpdG1hcCA9IDAsCj4+IMKgbGVmdF91c2Vy X2ZyaW5nZV9mYWNlX2lkID0gMCwKPj4gwqByaWdodF91c2VyX2ZyaW5nZV9mYWNlX2lkID0gMTk1 ODIsCj4+IMKgYmlkaV9wID0gMCwKPj4gwqBiaWRpX2l0ID0gewo+PiDCoCDCoGJ5dGVwb3MgPSAx NDA3MzQ3OTk3ODE3ODYsCj4+IMKgIMKgY2hhcnBvcyA9IDE0MDczNDc5OTc3ODY3MiwKPj4gwqAg wqBjaCA9IDE2MDYzOTE0NDAsCj4+IMKgIMKgbmNoYXJzID0gMTQwNzM1NTE2NDQ1OTY4LAo+PiDC oCDCoGNoX2xlbiA9IDgzODgzNDYwMzA0MjM4Mjc3OTYsCj4+IMKgIMKgdHlwZSA9IDE4ODY0MTMx MDIsCj4+IMKgIMKgdHlwZV9hZnRlcl93MSA9IDMyNTEyLAo+PiDCoCDCoG9yaWdfdHlwZSA9IDM0 NDcxOTM2LAo+PiDCoCDCoHJlc29sdmVkX2xldmVsID0gODI4OCwKPj4gwqAgwqBpbnZhbGlkX2xl dmVscyA9IDM0NDcxOTM2LAo+PiDCoCDCoGludmFsaWRfcmxfbGV2ZWxzID0gMSwKPj4gwqAgwqBw cmV2X3dhc19wZGYgPSAzNDQ3MjAxMiwKPj4gwqAgwqBwcmV2ID0gewo+PiDCoCDCoCDCoGJ5dGVw b3MgPSA0MzI5NDM5Mjk2LAo+PiDCoCDCoCDCoGNoYXJwb3MgPSAxNDA3MzQ3OTk3Nzg3NjgsCj4+ IMKgIMKgIMKgdHlwZSA9IDIzMjI5NzEwMDksCj4+IMKgIMKgIMKgdHlwZV9hZnRlcl93MSA9IDMy NzY3LAo+PiDCoCDCoCDCoG9yaWdfdHlwZSA9IDM0NDcyMDAwCj4+IMKgIMKgfSwKPj4gwqAgwqBs YXN0X3N0cm9uZyA9IHsKPj4gwqAgwqAgwqBieXRlcG9zID0gMCwKPj4gwqAgwqAgwqBjaGFycG9z ID0gNDMyOTQzOTIzMiwKPj4gwqAgwqAgwqB0eXBlID0gNTgwNzM1LAo+PiDCoCDCoCDCoHR5cGVf YWZ0ZXJfdzEgPSBVTktOT1dOX0JULAo+PiDCoCDCoCDCoG9yaWdfdHlwZSA9IDE2MDYzOTA3NjgK Pj4gwqAgwqB9LAo+PiDCoCDCoG5leHRfZm9yX25ldXRyYWwgPSB7Cj4+IMKgIMKgIMKgYnl0ZXBv cyA9IDE0MDczNTUxNjQwNTQ1OSwKPj4gwqAgwqAgwqBjaGFycG9zID0gMTQwNzM0Nzk5NzgwOTA0 LAo+PiDCoCDCoCDCoHR5cGUgPSAxNjA2MzUyODk2LAo+PiDCoCDCoCDCoHR5cGVfYWZ0ZXJfdzEg PSAzMjc2NywKPj4gwqAgwqAgwqBvcmlnX3R5cGUgPSAxNjA2MzkyODQ4Cj4+IMKgIMKgfSwKPj4g wqAgwqBwcmV2X2Zvcl9uZXV0cmFsID0gewo+PiDCoCDCoCDCoGJ5dGVwb3MgPSAxNDA3MzU1MTY0 MzUxMjcsCj4+IMKgIMKgIMKgY2hhcnBvcyA9IDEyLAo+PiDCoCDCoCDCoHR5cGUgPSA3ODA3MTA5 MywKPj4gwqAgwqAgwqB0eXBlX2FmdGVyX3cxID0gU1RST05HX0wsCj4+IMKgIMKgIMKgb3JpZ190 eXBlID0gNDg4OTExMjYKPj4gwqAgwqB9LAo+PiDCoCDCoG5leHRfZm9yX3dzID0gewo+PiDCoCDC oCDCoGJ5dGVwb3MgPSAxNSwKPj4gwqAgwqAgwqBjaGFycG9zID0gNDM3MzAzODM5MCwKPj4gwqAg wqAgwqB0eXBlID0gNDg4OTExMjYsCj4+IMKgIMKgIMKgdHlwZV9hZnRlcl93MSA9IFNUUk9OR19M LAo+PiDCoCDCoCDCoG9yaWdfdHlwZSA9IE5FVVRSQUxfV1MKPj4gwqAgwqB9LAo+PiDCoCDCoG5l eHRfZW5fcG9zID0gNDM3MzAzODM5MSwKPj4gwqAgwqBuZXh0X2VuX3R5cGUgPSA0ODg5MTEyNiwK Pj4gwqAgwqBpZ25vcmVfYm5fbGltaXQgPSA1MzY4NzA5MTQsCj4+IMKgIMKgc29yID0gMTYwNjM5 MDkxMiwKPj4gwqAgwqBzY2FuX2RpciA9IDMyNzY3LAo+PiDCoCDCoGRpc3BfcG9zID0gMTQwNzM1 NTE2MzY0NDY4LAo+PiDCoCDCoGRpc3BfcHJvcCA9IDI0LAo+PiDCoCDCoHN0YWNrX2lkeCA9IDAs Cj4+IMKgIMKgbGV2ZWxfc3RhY2sgPSB7ewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMTAwLAo+PiDC oCDCoCDCoCDCoG92ZXJyaWRlID0gTkVVVFJBTF9ESVIKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKg IMKgIMKgbGV2ZWwgPSAtNCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IE5FVVRSQUxfRElSCj4+ IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMzQ0ODA3MDQsCj4+IMKgIMKgIMKg IMKgb3ZlcnJpZGUgPSBMMlIKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAx NjA2MzkxMjY0LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gMzI3NjcKPj4gwqAgwqAgwqB9LCB7 Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAtMTk3MTk3MjcyMiwKPj4gwqAgwqAgwqAgwqBvdmVycmlk ZSA9IDMyNzY3Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMzAsCj4+IMKg IMKgIMKgIMKgb3ZlcnJpZGUgPSBORVVUUkFMX0RJUgo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAg wqAgwqBsZXZlbCA9IDc4MDcxMDk5LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gTDJSCj4+IMKg IMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gNDg4OTExMjYsCj4+IMKgIMKgIMKgIMKg b3ZlcnJpZGUgPSBORVVUUkFMX0RJUgo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZl bCA9IDE2MDYzOTEzNDAsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSAzMjc2Nwo+PiDCoCDCoCDC oH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDAsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBO RVVUUkFMX0RJUgo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDM0NDgwMjU2 LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gTDJSCj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDC oCDCoGxldmVsID0gNiwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IE5FVVRSQUxfRElSCj4+IMKg IMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMzQ0NzYwNTYsCj4+IMKgIMKgIMKgIMKg b3ZlcnJpZGUgPSBMMlIKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAzNDQ4 MDcyMCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IEwyUgo+PiDCoCDCoCDCoH0sIHsKPj4gwqAg wqAgwqAgwqBsZXZlbCA9IDM0NDcxOTM2LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gTDJSCj4+ IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMTYwNjQwNTkyOCwKPj4gwqAgwqAg wqAgwqBvdmVycmlkZSA9IDMyNzY3Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVs ID0gMTMwOTcyLAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gODI4OAo+PiDCoCDCoCDCoH0sIHsK Pj4gwqAgwqAgwqAgwqBsZXZlbCA9IDE2MDYzOTExODAsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUg PSAzMjc2Nwo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDE2MDYzOTExNzYs Cj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSAzMjc2Nwo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAg wqAgwqBsZXZlbCA9IDAsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBORVVUUkFMX0RJUgo+PiDC oCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDE2MDYzOTExNzIsCj4+IMKgIMKgIMKg IMKgb3ZlcnJpZGUgPSAzMjc2Nwo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9 IDI1NiwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IDgyODgKPj4gwqAgwqAgwqB9LCB7Cj4+IMKg IMKgIMKgIMKgbGV2ZWwgPSAtMTk2MzU1NTcyOCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IDMy NzY3Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMTkzNTM5OTI3NiwKPj4g wqAgwqAgwqAgwqBvdmVycmlkZSA9IDMyNzY3Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDC oGxldmVsID0gMCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IDgyODgKPj4gwqAgwqAgwqB9LCB7 Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAxNjA2MzkxMjQ0LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRl ID0gMzI3NjcKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAxNjA2MzkxMjQw LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gMzI3NjcKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKg IMKgIMKgbGV2ZWwgPSAwLAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gTkVVVFJBTF9ESVIKPj4g wqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAxNjA2MzkxMjM2LAo+PiDCoCDCoCDC oCDCoG92ZXJyaWRlID0gMzI3NjcKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwg PSAyNTYsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSA4Mjg4Cj4+IMKgIMKgIMKgfSwgewo+PiDC oCDCoCDCoCDCoGxldmVsID0gMzQ0NzIwNDgsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBMMlIK Pj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAzNDQ3MjA3NiwKPj4gwqAgwqAg wqAgwqBvdmVycmlkZSA9IEwyUgo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9 IDAsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSAxMjkKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKg IMKgIMKgbGV2ZWwgPSAwLAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gTkVVVFJBTF9ESVIKPj4g wqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAtMTk2MzU1NTcyOCwKPj4gwqAgwqAg wqAgwqBvdmVycmlkZSA9IDMyNzY3Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVs ID0gMzQ0ODAzNDAsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBMMlIKPj4gwqAgwqAgwqB9LCB7 Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAzNDQ3MTkzNiwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9 IDgyODgKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAxNjA2MzkxMzQwLAo+ PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gMzI3NjcKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKg IMKgbGV2ZWwgPSAxNjA2MzkxMzM2LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gMzI3NjcKPj4g wqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAwLAo+PiDCoCDCoCDCoCDCoG92ZXJy aWRlID0gTkVVVFJBTF9ESVIKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAx NjA2MzkxMzMyLAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gMzI3NjcKPj4gwqAgwqAgwqB9LCB7 Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAyNTYsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSA4Mjg4 Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMzQ0NzIwNDgsCj4+IMKgIMKg IMKgIMKgb3ZlcnJpZGUgPSBMMlIKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwg PSAzNDQ3MjA3NiwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IEwyUgo+PiDCoCDCoCDCoH0sIHsK Pj4gwqAgwqAgwqAgwqBsZXZlbCA9IDM0NDcxOTM2LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0g MTI5Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMzQ0NzIwMTIsCj4+IMKg IMKgIMKgIMKgb3ZlcnJpZGUgPSBMMlIKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2 ZWwgPSAzNDQ3MjA0OCwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IEwyUgo+PiDCoCDCoCDCoH0s IHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IDYzNTMyLAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0g TkVVVFJBTF9ESVIKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAxOTU4MiwK Pj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IE5FVVRSQUxfRElSCj4+IMKgIMKgIMKgfSwgewo+PiDC oCDCoCDCoCDCoGxldmVsID0gMzQ0NzIwMTIsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBMMlIK Pj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAzNDQ3MjAwMCwKPj4gwqAgwqAg wqAgwqBvdmVycmlkZSA9IEwyUgo+PiDCoCDCoCDCoH0sIHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9 IDE2MDYzOTEzNjAsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSAzMjc2Nwo+PiDCoCDCoCDCoH0s IHsKPj4gwqAgwqAgwqAgwqBsZXZlbCA9IC0xOTYzNTU1MTU3LAo+PiDCoCDCoCDCoCDCoG92ZXJy aWRlID0gMzI3NjcKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAxNjA2Mzkx MzYwLAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gMzI3NjcKPj4gwqAgwqAgwqB9LCB7Cj4+IMKg IMKgIMKgIMKgbGV2ZWwgPSAtMTk3MTk5NjIwMiwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IDMy NzY3Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMzQ0NzE5MzYsCj4+IMKg IMKgIMKgIMKgb3ZlcnJpZGUgPSA4Mjg4Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxl dmVsID0gMzQ0NzE5MzYsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBMMlIKPj4gwqAgwqAgwqB9 LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAxNjA2MzkxNDI0LAo+PiDCoCDCoCDCoCDCoG92ZXJy aWRlID0gMzI3NjcKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAtMTk2MzM4 MTAzNSwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IDMyNzY3Cj4+IMKgIMKgIMKgfSwgewo+PiDC oCDCoCDCoCDCoGxldmVsID0gMTYwNjM5MjAzMiwKPj4gwqAgwqAgwqAgwqBvdmVycmlkZSA9IDMy NzY3Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDCoGxldmVsID0gMTYwNjM5MTk3NiwKPj4g wqAgwqAgwqAgwqBvdmVycmlkZSA9IDMyNzY3Cj4+IMKgIMKgIMKgfSwgewo+PiDCoCDCoCDCoCDC oGxldmVsID0gMzQ0NzIwMDAsCj4+IMKgIMKgIMKgIMKgb3ZlcnJpZGUgPSBMMlIKPj4gwqAgwqAg wqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSAxNjA2Mzk4Njc0LAo+PiDCoCDCoCDCoCDCoG92 ZXJyaWRlID0gMzI3NjcKPj4gwqAgwqAgwqB9LCB7Cj4+IMKgIMKgIMKgIMKgbGV2ZWwgPSA0MDk2 LAo+PiDCoCDCoCDCoCDCoG92ZXJyaWRlID0gTkVVVFJBTF9ESVIKPj4gwqAgwqAgwqB9fSwKPj4g wqAgwqBzdHJpbmcgPSB7Cj4+IMKgIMKgIMKgbHN0cmluZyA9IDE0MDczNDc5OTc4MTIxNiwKPj4g wqAgwqAgwqBzID0gMHgyIDxBZGRyZXNzIDB4MiBvdXQgb2YgYm91bmRzPiwKPj4gwqAgwqAgwqBz Y2hhcnMgPSA0Mjk0OTY3Mjg1LAo+PiDCoCDCoCDCoGJ1ZnBvcyA9IDE0MDczNDc5OTc4MDU0NCwK Pj4gwqAgwqAgwqBmcm9tX2Rpc3Bfc3RyID0gMSwKPj4gwqAgwqAgwqB1bmlieXRlID0gMQo+PiDC oCDCoH0sCj4+IMKgIMKgcGFyYWdyYXBoX2RpciA9IDE2MDYzOTE1MDQsCj4+IMKgIMKgc2VwYXJh dG9yX2xpbWl0ID0gMTQwNzM1NTI0OTE5MDU3LAo+PiDCoCDCoGZpcnN0X2VsdCA9IDAsCj4+IMKg IMKgbmV3X3BhcmFncmFwaCA9IDAsCj4+IMKgIMKgZnJhbWVfd2luZG93X3AgPSAwCj4+IMKgfSwK Pj4gwqBwYXJhZ3JhcGhfZW1iZWRkaW5nID0gMTYwNjM5Mjc0NAo+PiB9Cj4+IMKgIMKgIMKgIGNv dW50ID0gNAo+PiAjMjggMHgwMDAwMDAwMTAwMDM1OTM0IGluIHJlZGlzcGxheV93aW5kb3dfMCAo d2luZG93PTQzNDM5NTYzNTcpIGF0IHhkaXNwLmM6MTM3MzgKPj4gTm8gbG9jYWxzLgo+PiAjMjkg MHgwMDAwMDAwMTAwMTFlNjNkIGluIGludGVybmFsX2NvbmRpdGlvbl9jYXNlXzEgKGJmdW49MHgx MDAwMzU5MTAgPHJlZGlzcGxheV93aW5kb3dfMD4sIGFyZz00MzQzOTU2MzU3LCBoYW5kbGVycz00 MzQ1MzIwMjk0LCBoZnVuPTB4MTAwMDE2OWYwIDxyZWRpc3BsYXlfd2luZG93X2Vycm9yPikgYXQg ZXZhbC5jOjE1NTMKPj4gwqAgwqAgwqAgYyA9IHsKPj4gwqB0YWcgPSA0MzQ1MzExMjkwLAo+PiDC oHZhbCA9IDQzNDUzMTEyOTAsCj4+IMKgbmV4dCA9IDB4N2ZmZjVmYmZlZGI4LAo+PiDCoGdjcHJv ID0gMHgwLAo+PiDCoGptcCA9IHs5MjY1NiwgMSwgMTYwNjQwNTIxNiwgMzI3NjcsIDE2MDY0MDQ5 MTIsIDMyNzY3LCAyMTk0MDgsIDEsIDU3NDA2MjgsIDEsIDUwMzUyOTk4LCAxLCA0NDM1NTQxMywg MSwgMTE3MjkzMSwgMSwgNTA0MTA4NDIsIDEsIDgwOTksIDg5NSwgMTYwNjQwNTEwNCwgMzI3Njcs IDEwNzc1NTIsIDEsIDEyOCwgMCwgNTc0OTgwMCwgMSwgMTYwNjQwNTE4NCwgMzI3NjcsIDExNjM0 NTMsIDEsIDUwMzQzOTk0LCAxLCA1MDM0Mzk5NCwgMSwgNTAzNDM5OTR9LAo+PiDCoGJhY2tsaXN0 ID0gMHgwLAo+PiDCoGhhbmRsZXJsaXN0ID0gMHg3ZmZmNWZiZmVkOTAsCj4+IMKgbGlzcF9ldmFs X2RlcHRoID0gMCwKPj4gwqBwZGxjb3VudCA9IDQsCj4+IMKgcG9sbF9zdXBwcmVzc19jb3VudCA9 IDAsCj4+IMKgaW50ZXJydXB0X2lucHV0X2Jsb2NrZWQgPSAwLAo+PiDCoGJ5dGVfc3RhY2sgPSAw eDAKPj4gfQo+PiDCoCDCoCDCoCBoID0gewo+PiDCoGhhbmRsZXIgPSA0MzQ1MzIwMjk0LAo+PiDC oHZhciA9IDQzNDUzMTEyOTAsCj4+IMKgY2hvc2VuX2NsYXVzZSA9IDQyOTU4MTY2NDMsCj4+IMKg dGFnID0gMHg3ZmZmNWZiZmNiNjAsCj4+IMKgbmV4dCA9IDB4N2ZmZjVmYmZlZDkwCj4+IH0KPj4g wqAgwqAgwqAgdmFsID0gMAo+PiAjMzAgMHgwMDAwMDAwMTAwMDM1OGYzIGluIHJlZGlzcGxheV93 aW5kb3dzICh3aW5kb3c9NDM0Mzk1NjM1NykgYXQgeGRpc3AuYzoxMzcxOAo+PiBObyBsb2NhbHMu Cj4+ICMzMSAweDAwMDAwMDAxMDAwNDFkM2EgaW4gcmVkaXNwbGF5X2ludGVybmFsICgpIGF0IHhk aXNwLmM6MTMyOTUKPj4gwqAgwqAgwqAgZnIgPSAoc3RydWN0IGZyYW1lICopIDB4MAo+PiDCoCDC oCDCoCBjb3VudCA9IDIKPj4gwqAgwqAgwqAgb2xkX2ZyYW1lID0gNDMzOTMyNDA2OQo+PiAjMzIg MHgwMDAwMDAwMTAwMGIwZGFhIGluIHJlYWRfY2hhciAoY29tbWFuZGZsYWc9MTYwNjQxMjczNiwg bm1hcHM9MTQwNzM0Nzk5ODAwNzY4LCBtYXBzPTB4N2ZmZjVmYmZlOWMwLCBwcmV2X2V2ZW50PTIw ODQ1NzM3NTg3NzY5MzQzOSwgdXNlZF9tb3VzZV9tZW51PTB4N2ZmZjVmYmZlOWMwLCBlbmRfdGlt ZT0weDdmZmY1ZmJmZTljMCkgYXQga2V5Ym9hcmQuYzoyNDQ4Cj4+IMKgIMKgIMKgIHByZXZpb3Vz X2VjaG9fYXJlYV9tZXNzYWdlID0gNDM0NTMxMTI5MAo+PiDCoCDCoCDCoCByZXJlYWQgPSAwCj4+ IMKgIMKgIMKgIHBvbGxpbmdfc3RvcHBlZF9oZXJlID0gMAo+PiDCoCDCoCDCoCBsb2NhbF9nZXRj am1wID0gezAgPHJlcGVhdHMgMjMgdGltZXM+LCAzMzUyMTM3NiwgMSwgMTYwNjQxMjYwOCwgMzI3 NjcsIDEwOTAwNTgsIDEsIDE2MDY0MTI2ODgsIDMyNzY3LCA0MzExODAyNCwgMSwgNTE1NjE3Mzgs IDEsIDU3NDUyODAsIDF9Cj4+IMKgIMKgIMKgIGtleV9hbHJlYWR5X3JlY29yZGVkID0gMAo+PiDC oCDCoCDCoCBjID0gNDM0NTMxMTI5MAo+PiDCoCDCoCDCoCBzYXZlX2p1bXAgPSB7MCA8cmVwZWF0 cyAzNyB0aW1lcz59Cj4+IMKgIMKgIMKgIGFsc29fcmVjb3JkID0gNDM0NTMxMTI5MAo+PiDCoCDC oCDCoCBvcmlnX2tib2FyZCA9IChzdHJ1Y3Qga2JvYXJkICopIDB4MTAyNTA0ZGQwCj4+ICMzMyAw eDAwMDAwMDAxMDAwYjNkZTcgaW4gcmVhZF9rZXlfc2VxdWVuY2UgKCkgYXQga2V5Ym9hcmQuYzoy ODMyCj4+IE5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KPj4gIzM0IDB4MDAwMDAwMDEw MDBiNTk3YSBpbiBjb21tYW5kX2xvb3BfMSAoKSBhdCBrZXlib2FyZC5jOjE0NDkKPj4gwqAgwqAg wqAga2V5YnVmID0gezk2LCAyNCwgNDMwMDcwNzkyNCwgMCwgMTQwNzM0Nzk5ODAxNDA4LCAxNDA3 MzQ3OTk4MDE0ODgsIDQyOTYxMzUzNzgsIDQzMDA3MjY0MzUsIDMsIDQyOTc2MDcyNDUsIDU3NTg5 NzYsIC02MzM1NDI5MjAxNDc0NzUwMzE3LCA1LCA0MzAwNzA4MzkyLCA0MzAwNzA3OTI0LCA0Mjk3 NjA3MjQwLCA0Mjk1NjY1MTg0LCAxNDA3MzQ3OTk4MDE3MjgsIDQyOTYxMzQzNTksIDE0MDczNDgw MDA1MTU4NCwgNDMwMDcyNjI3MiwgMTQwNzM0ODAwMDUxNTg0LCAxNDA3MzQ4MDAwNjY4OTYsIDE0 MDczNDc5OTgwMTYwMCwgMTQwNzM0Nzk5ODcxNjczLCAxNDA3MzQ4MDAwMjM4MjQsIDE0MDczNDc5 OTgwMTc3NiwgMTQwNzM0ODAwMDUxNTg0LCA0MzAwNzI2MjcyLCA1fQo+PiAjMzUgMHgwMDAwMDAw MTAwMTFlNzgzIGluIGludGVybmFsX2NvbmRpdGlvbl9jYXNlIChiZnVuPTB4MTAwMGI0NDcwIDxj b21tYW5kX2xvb3BfMT4sIGhhbmRsZXJzPTQzNDUzNjc0MDIsIGhmdW49MHgxMDAwYjVhMTAgPGNt ZF9lcnJvcj4pIGF0IGV2YWwuYzoxNTE1Cj4+IMKgIMKgIMKgIGMgPSB7Cj4+IMKgdGFnID0gNDM0 NTMxMTI5MCwKPj4gwqB2YWwgPSA0MzQ1MzExMjkwLAo+PiDCoG5leHQgPSAweDdmZmY1ZmJmZWVm MCwKPj4gwqBnY3BybyA9IDB4MCwKPj4gwqBqbXAgPSB7NzQzOTUyLCAxLCAxNjA2NDE0MDAwLCAz Mjc2NywgMTYwNjQxMzcxMiwgMzI3NjcsIDU3NDk4MDAsIDEsIDU3NDA2MjgsIDEsIDUwNDAwMTA2 LCAxLCA3Mzg0MTYsIDEsIDExNzMyNjIsIDEsIDU3NDA2MjgsIDEsIDgwOTgsIDg5NSwgNjk3ODg4 LCAxLCAxMTczMjYyLCAxLCAzMjksIDAsIDgwOTYsIDg5NSwgMywgMCwgMCwgMCwgMCwgMTY3MTE2 ODAsIDExMjgzNTMwOTMsIDEzMzAwMTE5ODcsIDEyODEzMTU5MTh9LAo+PiDCoGJhY2tsaXN0ID0g MHgwLAo+PiDCoGhhbmRsZXJsaXN0ID0gMHgwLAo+PiDCoGxpc3BfZXZhbF9kZXB0aCA9IDAsCj4+ IMKgcGRsY291bnQgPSAyLAo+PiDCoHBvbGxfc3VwcHJlc3NfY291bnQgPSAwLAo+PiDCoGludGVy cnVwdF9pbnB1dF9ibG9ja2VkID0gMCwKPj4gwqBieXRlX3N0YWNrID0gMHgwCj4+IH0KPj4gwqAg wqAgwqAgaCA9IHsKPj4gwqBoYW5kbGVyID0gNDM0NTM2NzQwMiwKPj4gwqB2YXIgPSA0MzQ1MzEx MjkwLAo+PiDCoGNob3Nlbl9jbGF1c2UgPSAxNDA3MzQ3OTk4MDIwNjQsCj4+IMKgdGFnID0gMHg3 ZmZmNWZiZmVkYjgsCj4+IMKgbmV4dCA9IDB4MAo+PiB9Cj4+IMKgIMKgIMKgIHZhbCA9IDAKPj4g IzM2IDB4MDAwMDAwMDEwMDBiNDQ0ZSBpbiBjb21tYW5kX2xvb3BfMiAoaWdub3JlPTE0MDczNDc5 OTgwMTM1MikgYXQga2V5Ym9hcmQuYzoxMTYwCj4+IE5vIGxvY2Fscy4KPj4gIzM3IDB4MDAwMDAw MDEwMDExZTg4OCBpbiBpbnRlcm5hbF9jYXRjaCAodGFnPTE0MDczNDc5OTgwMTM1MiwgZnVuYz0w eDEwMDBiNDQxMCA8Y29tbWFuZF9sb29wXzI+LCBhcmc9MTQwNzM0Nzk5ODAxMzUyKSBhdCBldmFs LmM6MTI3Mgo+PiDCoCDCoCDCoCBjID0gewo+PiDCoHRhZyA9IDQzNDUzNjM0MDIsCj4+IMKgdmFs ID0gNDM0NTMxMTI5MCwKPj4gwqBuZXh0ID0gMHgwLAo+PiDCoGdjcHJvID0gMHgwLAo+PiDCoGpt cCA9IHs1MDM0Mzk5NCwgMSwgMTYwNjQxNDMwNCwgMzI3NjcsIDE2MDY0MTQwNjQsIDMyNzY3LCA1 NzQxMDk2LCAxLCA1NzQwNjI4LCAxLCA3MzgzMjAsIDEsIDczODMyMCwgMSwgMTE3MzYyMSwgMSwg MzIyNDM3MTIsIDEsIDgwOTgsIDg5NSwgMTYwNjQxNDIwOCwgMzI3NjcsIC0xOTYzMjEyMzgwLCAz Mjc2NywgNzc5MzE0MDE3LCAwLCAxNDU2MjQwLCAxLCAxNjA2NDE0MzUyLCAzMjc2NywgMTYwNjQx NDM2MCwgMzI3NjcsIDE4MzI0ODgsIDEsIDUwMzQzOTk0LCAxLCAxNjA2NDE0MzA0fSwKPj4gwqBi YWNrbGlzdCA9IDB4MCwKPj4gwqBoYW5kbGVybGlzdCA9IDB4MCwKPj4gwqBsaXNwX2V2YWxfZGVw dGggPSAwLAo+PiDCoHBkbGNvdW50ID0gMiwKPj4gwqBwb2xsX3N1cHByZXNzX2NvdW50ID0gMCwK Pj4gwqBpbnRlcnJ1cHRfaW5wdXRfYmxvY2tlZCA9IDAsCj4+IMKgYnl0ZV9zdGFjayA9IDB4MAo+ PiB9Cj4+ICMzOCAweDAwMDAwMDAxMDAwYjVmNzAgaW4gY29tbWFuZF9sb29wIFtpbmxpbmVkXSAo KSBhdCAvVXNlcnMvZmViZWxpbmcvRG93bmxvYWRzL2VtYWNzLTI0LjAuOTcvc3JjL2tleWJvYXJk LmM6MTEzOQo+PiDCoCDCoCDCoCB2YWwgPSA0Mjk1NzA1NjE2Cj4+IMKgIMKgIMKgIGNvdW50ID0g NTAzOTYxMDYKPj4gwqAgwqAgwqAgdmFsID0gNDI5NTcwNTYxNgo+PiAjMzkgMHgwMDAwMDAwMTAw MGI1ZjcwIGluIHJlY3Vyc2l2ZV9lZGl0XzEgKCkgYXQga2V5Ym9hcmQuYzo3NTkKPj4gwqAgwqAg wqAgdmFsID0gNDI5NTcwNTYxNgo+PiDCoCDCoCDCoCBjb3VudCA9IDUwMzk2MTA2Cj4+IMKgIMKg IMKgIHZhbCA9IDQyOTU3MDU2MTYKPj4gIzQwIDB4MDAwMDAwMDEwMDBhNWQzYyBpbiBGcmVjdXJz aXZlX2VkaXQgKCkgYXQga2V5Ym9hcmQuYzo4MjMKPj4gwqAgwqAgwqAgY291bnQgPSAwCj4+IMKg IMKgIMKgIGJ1ZmZlciA9IDAKPj4gIzQxIDB4MDAwMDAwMDEwMDBhMjgxZiBpbiBtYWluIChhcmdj PTUwMzk2MTA2LCBhcmd2PTB4N2ZmZjVmYmZmMWIwKSBhdCBlbWFjcy5jOjE3MTUKPj4gwqAgwqAg wqAgc3RhY2tfYm90dG9tX3ZhcmlhYmxlID0gMCAnXDAnCj4+IMKgIMKgIMKgIGR1bW15ID0gMAo+ PiDCoCDCoCDCoCBqdW5rID0gMHgwCj4+IMKgIMKgIMKgIHNraXBfYXJncyA9IDAKPj4gwqAgwqAg wqAgcmxpbSA9IHsKPj4gwqBybGltX2N1ciA9IDg3MjAwMDAsCj4+IMKgcmxpbV9tYXggPSA2NzEw NDc2OAo+PiB9Cj4+IMKgIMKgIMKgIGRuYW1lX2FyZyA9IDB4MAo+PiDCoCDCoCDCoCBkbmFtZV9h cmcyID0gIj8/Xz9cMDAwXDAwMFwwMzJcMDIzP18/IiwgJ1wwJyA8cmVwZWF0cyAxNCB0aW1lcz4s ICJcMDAxIiwgJ1wwJyA8cmVwZWF0cyAxOSB0aW1lcz4sICIgXGE/Xz9cMDAwXDAwMDBcYT9fP1ww MDBcMDAwXDAwMFwwMDBcMDAwXDAwMFwwMDJcMDAwXDAwMFwwMDA/P18/XDAwMCIKPj4gwqAgwqAg wqAgY2hfdG9fZGlyID0gMHgwCj4+Cj4+Cj4+Cj4+IEluIEdOVSBFbWFjcyAyNC4wLjk3LjEgKHg4 Nl82NC1hcHBsZS1kYXJ3aW4xMS40LjAsIE5TIGFwcGxlLWFwcGtpdC0xMTM4LjQ3KQo+PiBvZiAy MDEyLTA1LTIyIG9uIGZsb21hYy5sb2NhbAo+PiBXaW5kb3dpbmcgc3lzdGVtIGRpc3RyaWJ1dG9y IGBBcHBsZScsIHZlcnNpb24gMTAuMy4xMTM4Cj4+IENvbmZpZ3VyZWQgdXNpbmc6Cj4+IGBjb25m aWd1cmUgJy0td2l0aC1ucycnCj4+Cj4+IEltcG9ydGFudCBzZXR0aW5nczoKPj4gwqB2YWx1ZSBv ZiAkTENfQUxMOiBuaWwKPj4gwqB2YWx1ZSBvZiAkTENfQ09MTEFURTogbmlsCj4+IMKgdmFsdWUg b2YgJExDX0NUWVBFOiBuaWwKPj4gwqB2YWx1ZSBvZiAkTENfTUVTU0FHRVM6IG5pbAo+PiDCoHZh bHVlIG9mICRMQ19NT05FVEFSWTogbmlsCj4+IMKgdmFsdWUgb2YgJExDX05VTUVSSUM6IG5pbAo+ PiDCoHZhbHVlIG9mICRMQ19USU1FOiBuaWwKPj4gwqB2YWx1ZSBvZiAkTEFORzogbmlsCj4+IMKg dmFsdWUgb2YgJFhNT0RJRklFUlM6IG5pbAo+PiDCoGxvY2FsZS1jb2Rpbmctc3lzdGVtOiBuaWwK Pj4gwqBkZWZhdWx0IGVuYWJsZS1tdWx0aWJ5dGUtY2hhcmFjdGVyczogdAo+Pgo+PiBNYWpvciBt b2RlOiBGdW5kYW1lbnRhbAo+Pgo+PiBNaW5vciBtb2RlcyBpbiBlZmZlY3Q6Cj4+IMKgc2hvdy1w YXJlbi1tb2RlOiB0Cj4+IMKgdG9vbHRpcC1tb2RlOiB0Cj4+IMKgbW91c2Utd2hlZWwtbW9kZTog dAo+PiDCoG1lbnUtYmFyLW1vZGU6IHQKPj4gwqBmaWxlLW5hbWUtc2hhZG93LW1vZGU6IHQKPj4g wqBnbG9iYWwtZm9udC1sb2NrLW1vZGU6IHQKPj4gwqBhdXRvLWNvbXBvc2l0aW9uLW1vZGU6IHQK Pj4gwqBhdXRvLWVuY3J5cHRpb24tbW9kZTogdAo+PiDCoGF1dG8tY29tcHJlc3Npb24tbW9kZTog dAo+PiDCoGxpbmUtbnVtYmVyLW1vZGU6IHQKPj4gwqB0cmFuc2llbnQtbWFyay1tb2RlOiB0Cj4+ IMKgYWJicmV2LW1vZGU6IHQKPj4KPj4gUmVjZW50IGlucHV0Ogo+PiBNLXggciBlIHAgbyA8dGFi PiA8d2hlZWwtZG93bj4gPGhlbHAtZWNobz4gPGhlbHAtZWNobz4KPj4gPGhlbHAtZWNobz4gPGhl bHAtZWNobz4gPGRvd24tbW91c2UtMT4gPG1vdXNlLTI+Cj4+Cj4+IFJlY2VudCBtZXNzYWdlczoK Pj4gTG9hZGluZyAvVXNlcnMvZmViZWxpbmcvLmVtYWNzLmQvZWxwYS9wYWNrYWdlLmVsIChzb3Vy Y2UpLi4uZG9uZQo+PiBJbml0aWFsaXppbmcgZm9yIGhvc3QgZmxvbWFjLmxvY2FsCj4+IExvYWRp bmcgfi8uZW1hY3MuZC9hYmJyZXZfZGVmcy4uLmRvbmUKPj4gRm9yIGluZm9ybWF0aW9uIGFib3V0 IEdOVSBFbWFjcyBhbmQgdGhlIEdOVSBzeXN0ZW0sIHR5cGUgQy1oIEMtYS4KPj4gTWFraW5nIGNv bXBsZXRpb24gbGlzdC4uLgo+Pgo+PiBMb2FkLXBhdGggc2hhZG93czoKPj4gfi8uZW1hY3MuZC9l bHBhL3BhY2thZ2UgaGlkZXMgL0FwcGxpY2F0aW9ucy9FbWFjcy5hcHAvQ29udGVudHMvUmVzb3Vy Y2VzL2xpc3AvZW1hY3MtbGlzcC9wYWNrYWdlCj4+Cj4+IEZlYXR1cmVzOgo+PiAoc2hhZG93IHNv cnQgbWFpbC1leHRyIGVtYWNzYnVnIG1lc3NhZ2UgZm9ybWF0LXNwZWMgcmZjODIyIG1tbCBtbWwt c2VjCj4+IG1tLWRlY29kZSBtbS1ib2RpZXMgbW0tZW5jb2RlIG1haWwtcGFyc2UgcmZjMjIzMSBt YWlsYWJicmV2IGdtbS11dGlscwo+PiBtYWlsaGVhZGVyIHNlbmRtYWlsIHJmYzIwNDcgcmZjMjA0 NSBpZXRmLWRydW1zIG1haWwtdXRpbHMgaGVscC1tb2RlCj4+IGVhc3ltZW51IHZpZXcgc2VydmVy IHBhcmVuIHVuaXF1aWZ5IG9kZG11c2UgdXJsIHVybC1wcm94eSB1cmwtcHJpdmFjeQo+PiB1cmwt ZXhwYW5kIHVybC1tZXRob2RzIHVybC1oaXN0b3J5IHVybC1jb29raWUgdXJsLXV0aWwgdXJsLXBh cnNlCj4+IGF1dGgtc291cmNlIGVpZWlvIGFzc29jIGdudXMtdXRpbCBwYXNzd29yZC1jYWNoZSB1 cmwtdmFycyBtbS11dGlsCj4+IG1haWwtcHJzdnIgbWFpbGNhcCBza2VsZXRvbiBzZ21sLW1vZGUg cnVieS10ZXN0IHJ1YnktbW9kZSBoYW1sLW1vZGUKPj4gcmVnZXhwLW9wdCBjbCBieXRlLW9wdCB3 YXJuaW5ncyBieXRlY29tcCBieXRlLWNvbXBpbGUgY2NvbnYgbWFjcm9leHAKPj4gYWR2aWNlIGhl bHAtZm5zIGFkdmljZS1wcmVsb2FkIG9yZy1pbnN0YWxsIGlkbyBwYXJlZGl0IGVhc3ktbW1vZGUK Pj4gZWRpdC1zZXJ2ZXIgZWRtYWNybyBrbWFjcm8gZGVyaXZlZCBtYWdpdC1hdXRvbG9hZHMgcGFj a2FnZSByZXBvcnRlcgo+PiB0aW1lLWRhdGUgdG9vbHRpcCBlZGlmZi1ob29rIHZjLWhvb2tzIGxp c3AtZmxvYXQtdHlwZSBtd2hlZWwgbnMtd2luCj4+IHRvb2wtYmFyIGRuZCBmb250c2V0IGltYWdl IGZyaW5nZSBsaXNwLW1vZGUgcmVnaXN0ZXIgcGFnZSBtZW51LWJhcgo+PiByZm4tZXNoYWRvdyB0 aW1lciBzZWxlY3Qgc2Nyb2xsLWJhciBtb3VzZSBqaXQtbG9jayBmb250LWxvY2sgc3ludGF4Cj4+ IGZhY2VtZW51IGZvbnQtY29yZSBmcmFtZSBjaGFtIGdlb3JnaWFuIHV0Zi04LWxhbmcgbWlzYy1s YW5nIHZpZXRuYW1lc2UKPj4gdGliZXRhbiB0aGFpIHRhaS12aWV0IGxhbyBrb3JlYW4gamFwYW5l c2UgaGVicmV3IGdyZWVrIHJvbWFuaWFuIHNsb3Zhawo+PiBjemVjaCBldXJvcGVhbiBldGhpb3Bp YyBpbmRpYW4gY3lyaWxsaWMgY2hpbmVzZSBjYXNlLXRhYmxlIGVwYS1ob29rCj4+IGprYS1jbXBy LWhvb2sgaGVscCBzaW1wbGUgYWJicmV2IG1pbmlidWZmZXIgbG9hZGRlZnMgYnV0dG9uIGZhY2Vz Cj4+IGN1cy1mYWNlIGZpbGVzIHRleHQtcHJvcGVydGllcyBvdmVybGF5IHNoYTEgbWQ1IGJhc2U2 NCBmb3JtYXQgZW52Cj4+IGNvZGUtcGFnZXMgbXVsZSBjdXN0b20gd2lkZ2V0IGhhc2h0YWJsZS1w cmludC1yZWFkYWJsZSBiYWNrcXVvdGUKPj4gbWFrZS1uZXR3b3JrLXByb2Nlc3MgbnMgbXVsdGkt dHR5IGVtYWNzKQo+Pgo+Pgo+CgoKCi0tIApGbG9yaWFuIEViZWxpbmcKZmxvcmlhbi5lYmVsaW5n QGdtYWlsLmNvbQo= From debbugs-submit-bounces@debbugs.gnu.org Tue May 29 10:08:26 2012 Received: (at 11541) by debbugs.gnu.org; 29 May 2012 14:08:26 +0000 Received: from localhost ([127.0.0.1]:48407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZN61-0005WM-TJ for submit@debbugs.gnu.org; Tue, 29 May 2012 10:08:26 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:50417 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZN60-0005WG-1a for 11541@debbugs.gnu.org; Tue, 29 May 2012 10:08:24 -0400 Received: from cm162.gamma80.maxonline.com.sg ([202.156.80.162]:36358 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SZN4c-0004MZ-O7; Tue, 29 May 2012 10:06:59 -0400 From: Chong Yidong To: Florian Ebeling Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> Date: Tue, 29 May 2012 22:06:52 +0800 In-Reply-To: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> (Florian Ebeling's message of "Tue, 22 May 2012 12:29:16 +0200") Message-ID: <878vgbozcz.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.97 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Florian Ebeling writes: > I run the Cocoa application without configuration from the debugger. See > below for output. > > The I visit a file (C-x C-f) that contains a single utf-8 character, > ARROW RIGHT and a newline. That file, utf8test, is four bytes: > > $ hexdump utf8test > 0000000 e2 86 92 0a > 0000004 > > It crashes (SIGABRT signal) Could you do f 18 pp font_spec and show the result? (To get the pp command to work in gdb, you will need to run Emacs from the src/ directory and start gdb like % gdb ../nextstep/Emacs.app/Contents/MacOS/Emacs.) From debbugs-submit-bounces@debbugs.gnu.org Tue May 29 15:50:23 2012 Received: (at 11541) by debbugs.gnu.org; 29 May 2012 19:50:23 +0000 Received: from localhost ([127.0.0.1]:48776 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZSQw-0007N0-PC for submit@debbugs.gnu.org; Tue, 29 May 2012 15:50:23 -0400 Received: from mail-pb0-f44.google.com ([209.85.160.44]:36080) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZSQv-0007Mn-1V for 11541@debbugs.gnu.org; Tue, 29 May 2012 15:50:21 -0400 Received: by pbcwy7 with SMTP id wy7so5819172pbc.3 for <11541@debbugs.gnu.org>; Tue, 29 May 2012 12:48:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=aCgiwRkWe7rNRJhjALP290AtS4O8TGOacoa5z8dWPaE=; b=nQqFkfFstU4cZ1jVQ5O/x0Xaba/GY5MZfYZWGhuP4qh4XAL9qda2xGd1AqHlr/tFgT augOaxZjNfzD4x6FDOTbwv2I9cDrzom1h/jljE5oCvpIhlWX7NBhTscpZnky7qvwBpwk x8VHRSMDUJpkksn/+ay1T5ciXz/i9XItrunMiNpNyKCxz+Tc0qy7+Y/ucDlEjfLczyat FG6j4rchbDPnALM9qaoYF3RU25Rknt8ULgiu0ZFvg1I9NsSRwwPSOfFA3me4N1JK0S50 oC8HYiFpQNj7pjA6QpuYVQtK9SVa0Vc/2XCLdnxswo5MX8S59DNAkV36hVP1VXDGEOgr 1o7g== Received: by 10.68.192.5 with SMTP id hc5mr30705951pbc.49.1338320922100; Tue, 29 May 2012 12:48:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.87.12 with HTTP; Tue, 29 May 2012 12:48:21 -0700 (PDT) In-Reply-To: <878vgbozcz.fsf@gnu.org> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> From: Florian Ebeling Date: Tue, 29 May 2012 21:48:21 +0200 Message-ID: Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 To: Chong Yidong Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) > Could you do > > f 18 > pp font_spec > > and show the result? =C2=A0(To get the pp command to work in gdb, you wil= l > need to run Emacs from the src/ directory and start gdb like > % gdb ../nextstep/Emacs.app/Contents/MacOS/Emacs.) Yes, this is what I get there: (gdb) pp font_spec 35183699940252 From debbugs-submit-bounces@debbugs.gnu.org Tue May 29 23:24:02 2012 Received: (at 11541) by debbugs.gnu.org; 30 May 2012 03:24:02 +0000 Received: from localhost ([127.0.0.1]:49139 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZZVx-0001XD-Su for submit@debbugs.gnu.org; Tue, 29 May 2012 23:24:02 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:36918 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZZVv-0001Wz-RY for 11541@debbugs.gnu.org; Tue, 29 May 2012 23:24:00 -0400 Received: from cm162.gamma80.maxonline.com.sg ([202.156.80.162]:49482 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SZZUU-00034E-7P; Tue, 29 May 2012 23:22:31 -0400 From: Chong Yidong To: Florian Ebeling Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> Date: Wed, 30 May 2012 11:22:24 +0800 In-Reply-To: (Florian Ebeling's message of "Tue, 29 May 2012 21:48:21 +0200") Message-ID: <877gvu9wun.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.97 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Florian Ebeling writes: >> Could you do >> >> f 18 >> pp font_spec >> >> and show the result? =C2=A0(To get the pp command to work in gdb, you wi= ll >> need to run Emacs from the src/ directory and start gdb like >> % gdb ../nextstep/Emacs.app/Contents/MacOS/Emacs.) > > Yes, this is what I get there: > > (gdb) pp font_spec > 35183699940252 Hmm, the's strange, that does not look like a font spec Lisp object at all... are you sure you typed "pp" rather than "p"? Please do p spec xtype and show the result. From debbugs-submit-bounces@debbugs.gnu.org Wed May 30 03:57:30 2012 Received: (at 11541) by debbugs.gnu.org; 30 May 2012 07:57:30 +0000 Received: from localhost ([127.0.0.1]:49390 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZdmb-000077-9R for submit@debbugs.gnu.org; Wed, 30 May 2012 03:57:30 -0400 Received: from mail-pb0-f44.google.com ([209.85.160.44]:48069) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZdmZ-00006u-2q for 11541@debbugs.gnu.org; Wed, 30 May 2012 03:57:27 -0400 Received: by pbcwy7 with SMTP id wy7so6470341pbc.3 for <11541@debbugs.gnu.org>; Wed, 30 May 2012 00:55:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=0DNlz7F2Nb8txTEbRBNLkWpMfqtgRsdN7nfdZ8inzUQ=; b=DIbbfFBTXw1/WFPXDa7BUq9cKU5Q6u02EQ/Tp1rfWYfgVsmf2bBkRTh7p5w/e5HawV DMrgHqPiMLb+HkiwpvQREDu/44Ri54UjrwTLcGjtXqjD06kPv0QCy587wOuwoDgQrm+D xX1zSuhE4VH24p3ZI/r7ynmHvAAuBf8DV8onZKdGH9sZF8R55Xg3CnUYHd2a3URImJGd kkGuWcRkdtySfLlCFMXZPFUXu5GT09Sir5jmhRqmJH4toSHWAWXNE+7ZBQVpqt9YufPd HKh6bHeJfKOttj70HZDItoqZx9swMZcp5Ogo+82i/cVZJMDyewHNIBV5Z6W4w9FS98Y8 pYxw== Received: by 10.68.138.161 with SMTP id qr1mr2411673pbb.37.1338364553445; Wed, 30 May 2012 00:55:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.99.5 with HTTP; Wed, 30 May 2012 00:55:33 -0700 (PDT) In-Reply-To: <877gvu9wun.fsf@gnu.org> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> From: Florian Ebeling Date: Wed, 30 May 2012 09:55:33 +0200 Message-ID: Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 To: Chong Yidong Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) > Hmm, the's strange, that does not look like a font spec Lisp object at > all... are you sure you typed "pp" rather than "p"? =C2=A0Please do > > p spec > xtype > > and show the result. That yields this: (gdb) p font_spec $1 =3D 140734799761008 (gdb) p/x font_spec $2 =3D 0x7fff5fbf4e70 (gdb) xtype Lisp_Int0 - I hope 'font_spec' is what you meant. 'spec' is an unknown symbol here. See below for the first part of the gdb output Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 0x00007fff8966d3c2 in CFStringGetLength () (gdb) f 18 #18 0x0000000100199c9e in ns_findfonts (font_spec=3D140734799761008, isMatch=3D0 '\000') at nsfont.m:521 521 matchingDescs =3D [fdesc matchingFontDescriptorsWithMandatoryKeys: = fkeys]; Current language: auto; currently objective-c (gdb) p spec No symbol "spec" in current context. From debbugs-submit-bounces@debbugs.gnu.org Wed May 30 06:32:46 2012 Received: (at 11541) by debbugs.gnu.org; 30 May 2012 10:32:46 +0000 Received: from localhost ([127.0.0.1]:49532 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZgCr-0003fB-I4 for submit@debbugs.gnu.org; Wed, 30 May 2012 06:32:45 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:50263 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZgCq-0003f5-GB for 11541@debbugs.gnu.org; Wed, 30 May 2012 06:32:45 -0400 Received: from [155.69.18.69] (port=51579 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SZgBO-0007JI-Hs; Wed, 30 May 2012 06:31:15 -0400 From: Chong Yidong To: Florian Ebeling Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> Date: Wed, 30 May 2012 18:31:08 +0800 In-Reply-To: (Florian Ebeling's message of "Wed, 30 May 2012 09:55:33 +0200") Message-ID: <874nqyyn83.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.97 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Florian Ebeling writes: > (gdb) p font_spec > $1 = 140734799761008 > (gdb) p/x font_spec > $2 = 0x7fff5fbf4e70 > (gdb) xtype > Lisp_Int0 > > - I hope 'font_spec' is what you meant. 'spec' is an unknown symbol > here. Yes, I meant font_spec. Looks like some kind of stack corruption going on. Could you do p scratch_font_spec xtype pp scratch_font_spec and show the result? From debbugs-submit-bounces@debbugs.gnu.org Wed May 30 06:55:31 2012 Received: (at 11541) by debbugs.gnu.org; 30 May 2012 10:55:31 +0000 Received: from localhost ([127.0.0.1]:49539 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZgYt-0004Ba-K3 for submit@debbugs.gnu.org; Wed, 30 May 2012 06:55:31 -0400 Received: from mail-bk0-f44.google.com ([209.85.214.44]:46348) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZgYY-0004B0-6A for 11541@debbugs.gnu.org; Wed, 30 May 2012 06:55:29 -0400 Received: by bkty8 with SMTP id y8so3907195bkt.3 for <11541@debbugs.gnu.org>; Wed, 30 May 2012 03:53:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=nmff2bppb+qs8z/79OTUqPX/tIK/vjDsQwuM8iJ3rc4=; b=Cfle0SwytOsmbiTnkMQV+b1RsM/9rmxLfe25ikgxxZRf5WyY3AWddM+WmvxFUez7ej zR71ow8o2YOnjkqnlFLSS7EePWcAikH51BkCycB3Fo3R6BI55eHjQI96htFntz0pN6OE tIh1s9reQXtplJYrRLHijf7iuELHsF7h1X2Tt4m1eaQ0LGw0mPQJ5/1WfPETQJtKxW0Q 8YTLxTm8ENjlgHygRoVrZS5I34zan+etSrbnGjPih4/guAr+zvxociBIUpL2/REG3+2/ 5dT9nIVtHWWvVcRv+uqac5JaJ8Ux5+kippuj6Pr4MDiAHnBocm0vGcn/ZnzQWEJtBMFi c4iw== Received: by 10.204.155.92 with SMTP id r28mr8959353bkw.130.1338375213359; Wed, 30 May 2012 03:53:33 -0700 (PDT) Received: from flomac.local (p5797A80F.dip.t-dialin.net. [87.151.168.15]) by mx.google.com with ESMTPS id n17sm21615487bkw.5.2012.05.30.03.53.31 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 30 May 2012 03:53:32 -0700 (PDT) Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: "C. Florian Ebeling" In-Reply-To: <874nqyyn83.fsf@gnu.org> Date: Wed, 30 May 2012 12:53:31 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> To: Chong Yidong X-Mailer: Apple Mail (2.1278) X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) > Looks like some kind of stack corruption going on. Could you do >=20 > p scratch_font_spec > xtype > pp scratch_font_spec >=20 > and show the result? Looks like this: (gdb) p scratch_font_spec $1 =3D 4338015181 (gdb) xtype Lisp_Vectorlike PVEC_FONT (gdb) pp scratch_font_spec # From debbugs-submit-bounces@debbugs.gnu.org Wed May 30 09:38:14 2012 Received: (at 11541) by debbugs.gnu.org; 30 May 2012 13:38:15 +0000 Received: from localhost ([127.0.0.1]:49749 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZj6K-0000Cb-NN for submit@debbugs.gnu.org; Wed, 30 May 2012 09:38:14 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:54972 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZj6F-0000CS-TA for 11541@debbugs.gnu.org; Wed, 30 May 2012 09:38:10 -0400 Received: from cm162.gamma80.maxonline.com.sg ([202.156.80.162]:42368 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SZj4n-00075k-0E; Wed, 30 May 2012 09:36:37 -0400 From: Chong Yidong To: "C. Florian Ebeling" Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> Date: Wed, 30 May 2012 21:36:30 +0800 In-Reply-To: (C. Florian Ebeling's message of "Wed, 30 May 2012 12:53:31 +0200") Message-ID: <87d35lyen5.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.97 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) "C. Florian Ebeling" writes: > (gdb) p scratch_font_spec > $1 = 4338015181 > (gdb) xtype > Lisp_Vectorlike > PVEC_FONT > (gdb) pp scratch_font_spec > # ((:script . symbol))> Interesting. We need to pin down where the stack clobbering is taking place; I don't see an obvious problem in the code, so let's just do it by brute force. Could you apply the following patch (which adds three abort conditions to the code), trigger the bug again, then see where the abort takes place? === modified file 'src/nsfont.m' *** src/nsfont.m 2012-01-19 07:21:25 +0000 --- src/nsfont.m 2012-05-30 13:32:44 +0000 *************** *** 511,519 **** --- 511,529 ---- debug_print (font_spec); } + if (!FONT_SPEC_P (font_spec)) + abort (); + cFamilies = ns_get_covering_families (ns_get_req_script (font_spec), 0.90); + if (!FONT_SPEC_P (font_spec)) + abort (); + fdesc = ns_spec_to_descriptor (font_spec); + + if (!FONT_SPEC_P (font_spec)) + abort (); + fkeys = [NSMutableSet setWithArray: [[fdesc fontAttributes] allKeys]]; if (isMatch) [fkeys removeObject: NSFontFamilyAttribute]; From debbugs-submit-bounces@debbugs.gnu.org Wed May 30 10:41:20 2012 Received: (at 11541) by debbugs.gnu.org; 30 May 2012 14:41:20 +0000 Received: from localhost ([127.0.0.1]:50377 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZk5Q-0002ZG-2S for submit@debbugs.gnu.org; Wed, 30 May 2012 10:41:20 -0400 Received: from mail-pb0-f44.google.com ([209.85.160.44]:50249) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZk5M-0002Z4-UH for 11541@debbugs.gnu.org; Wed, 30 May 2012 10:41:18 -0400 Received: by pbcwy7 with SMTP id wy7so45337pbc.3 for <11541@debbugs.gnu.org>; Wed, 30 May 2012 07:39:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=bRj9O4aDmfeWJOVBYmYd+wqXt4nOVo/DxYsr98liZ/M=; b=CvDC3Y3WAs55rbMml2PXCDNsHN5WlPFZM/j/5l6U83d158hDOCphU7+DDrULBxP57U oeBpV+LOZbgqqfOf4tFuGl0MJN8r0EUhGc1kTzTrBJQzOu916cYqErTWpHPXwpqe6GHR XmLoE555diYRql9mTq8QhRAPdwD2peRuvF8xAJekocPrbQ/vPeE4WPR6R9/69rPEEJoN F73c44sHc9ieB/g+Uz7/+naCCPcKpJvvjvL7a6CVOCogeEpOTj7boNyiRQaVSVB4iv1Q 6/KRwFGHpyVH8f+vWrQxF/cW410OYTO2vCWYVu1bpYSvQPK7QOIjOCKvN6DkWA1ODPHl btbw== Received: by 10.68.192.5 with SMTP id hc5mr39164492pbc.49.1338388781843; Wed, 30 May 2012 07:39:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.99.5 with HTTP; Wed, 30 May 2012 07:39:21 -0700 (PDT) In-Reply-To: <87d35lyen5.fsf@gnu.org> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> From: Florian Ebeling Date: Wed, 30 May 2012 16:39:21 +0200 Message-ID: Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 To: Chong Yidong Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) On Wed, May 30, 2012 at 3:36 PM, Chong Yidong wrote: > Interesting. =C2=A0We need to pin down where the stack clobbering is taki= ng > place; I don't see an obvious problem in the code, so let's just do it > by brute force. =C2=A0Could you apply the following patch (which adds thr= ee > abort conditions to the code), trigger the bug again, then see where the > abort takes place? It still stops at the same location, which is 531 after the patch. Here is the debugger session output: #16 0x00007fff89e8a587 in TDescriptor::CreateMatchingDescriptors () #17 0x0000000100a32599 in -[NSCTFontDescriptor matchingFontDescriptorsWithMandatoryKeys:] () #18 0x00000001001a1c70 in ns_findfonts (font_spec=3D140734799760960, isMatch=3D0 '\0') at nsfont.m:531 (More stack frames follow...) (gdb) f 18 #18 0x00000001001a1c70 in ns_findfonts (font_spec=3D140734799760960, isMatch=3D0 '\000') at nsfont.m:531 531 matchingDescs =3D [fdesc matchingFontDescriptorsWithMandatoryKeys: = fkeys]; Current language: auto; currently objective-c (gdb) li ns_findfonts 492 /* Implementation for list() and match(). List() can return nil, match= () 493 must return something. Strategy is to drop family name from attribute 494 matching set for match. */ 495 static Lisp_Object 496 ns_findfonts (Lisp_Object font_spec, BOOL isMatch) 497 { 498 Lisp_Object tem, list =3D Qnil; 499 NSFontDescriptor *fdesc, *desc; 500 NSMutableSet *fkeys; 501 NSArray *matchingDescs; (gdb) 502 NSEnumerator *dEnum; 503 NSString *family; 504 NSSet *cFamilies; 505 BOOL foundItal =3D NO; 506=09 507 if (NSFONT_TRACE) 508 { 509 fprintf (stderr, "nsfont: %s for fontspec:\n ", 510 (isMatch ? "match" : "list")); 511 debug_print (font_spec); (gdb) 512 } 513=09 514 if (!FONT_SPEC_P (font_spec)) 515 abort (); 516=09 517 cFamilies =3D ns_get_covering_families (ns_get_req_script (font_spec), 0.90); 518=09 519 if (!FONT_SPEC_P (font_spec)) 520 abort (); 521=09 (gdb) 522 fdesc =3D ns_spec_to_descriptor (font_spec); 523=09 524 if (!FONT_SPEC_P (font_spec)) 525 abort (); 526=09 527 fkeys =3D [NSMutableSet setWithArray: [[fdesc fontAttributes] allKe= ys]]; 528 if (isMatch) 529 [fkeys removeObject: NSFontFamilyAttribute]; 530=09 531 matchingDescs =3D [fdesc matchingFontDescriptorsWithMandatoryKeys: = fkeys]; (gdb) p font_spec $1 =3D 140734799760960 (gdb) xtype Lisp_Int0 From debbugs-submit-bounces@debbugs.gnu.org Thu May 31 02:54:00 2012 Received: (at 11541) by debbugs.gnu.org; 31 May 2012 06:54:00 +0000 Received: from localhost ([127.0.0.1]:51213 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZzGg-0005EE-Fq for submit@debbugs.gnu.org; Thu, 31 May 2012 02:54:00 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:50995 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZzGb-0005E0-68 for 11541@debbugs.gnu.org; Thu, 31 May 2012 02:53:57 -0400 Received: from [155.69.19.37] (port=58407 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SZzF4-0002Dk-9v; Thu, 31 May 2012 02:52:18 -0400 From: Chong Yidong To: Florian Ebeling Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> Date: Thu, 31 May 2012 14:52:12 +0800 In-Reply-To: (Florian Ebeling's message of "Wed, 30 May 2012 16:39:21 +0200") Message-ID: <87d35kj10j.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.97 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Florian Ebeling writes: > It still stops at the same location, which is 531 after the patch. > > 524 if (!FONT_SPEC_P (font_spec)) > 525 abort (); > 526 > 527 fkeys = [NSMutableSet setWithArray: [[fdesc fontAttributes] > allKeys]]; > 528 if (isMatch) > 529 [fkeys removeObject: NSFontFamilyAttribute]; > 530 > 531 matchingDescs = [fdesc matchingFontDescriptorsWithMandatoryKeys: > fkeys]; > (gdb) p font_spec > $1 = 140734799760960 > (gdb) xtype > Lisp_Int0 Does the following patch fix the crash? === modified file 'src/nsfont.m' *** src/nsfont.m 2012-02-10 18:58:48 +0000 --- src/nsfont.m 2012-05-31 06:51:00 +0000 *************** *** 157,164 **** fdesc = [fdesc fontDescriptorWithFamily: family]; } - [fdAttrs release]; - [tdict release]; return fdesc; } --- 157,162 ---- From debbugs-submit-bounces@debbugs.gnu.org Thu May 31 03:14:25 2012 Received: (at 11541) by debbugs.gnu.org; 31 May 2012 07:14:25 +0000 Received: from localhost ([127.0.0.1]:51250 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZzaT-0005gH-0J for submit@debbugs.gnu.org; Thu, 31 May 2012 03:14:25 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:36527) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZzaR-0005g5-Ol for 11541@debbugs.gnu.org; Thu, 31 May 2012 03:14:24 -0400 Received: by dacx6 with SMTP id x6so817648dac.3 for <11541@debbugs.gnu.org>; Thu, 31 May 2012 00:12:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=r2NCCjAKJGFxtyA+h79J+s1w3cTt2g2UF3S3bvW7BTQ=; b=klPtP9nwMtI9qEPt6E3LrgMwKa0HdFxHFQtYh6YwxACGCTeSPQr+O/A88XHk3dfA3h Edzvv1bfSeOOb6GP6a0ZY5d3JcdUQC2vGAk4OcTmIbOKLdG93UrxQnGMLXLVRMotG/ga WMNngom4WEmYE5rH0P3/BfhnUDcU1IV2h8XIy0gpHs3VArJmPjFDitFkZZ/EKAhfnMDv CiehT0Ovp+BdCaEQVLbU1RQQeEyCjr50pETs4ad6q6oketXjrw/9Ob9Djb1DhpymAspV eW658CSbfwJAoFkCTIJopDFFbIlrgo6FQ2qtN2fH6rKpPa7N4eqnWQSsm4gMFYTzoeLK E6Dw== Received: by 10.68.192.5 with SMTP id hc5mr3931519pbc.49.1338448362638; Thu, 31 May 2012 00:12:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.99.5 with HTTP; Thu, 31 May 2012 00:12:22 -0700 (PDT) In-Reply-To: <87d35kj10j.fsf@gnu.org> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> From: Florian Ebeling Date: Thu, 31 May 2012 09:12:22 +0200 Message-ID: Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 To: Chong Yidong Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) > Does the following patch fix the crash? > > =3D=3D=3D modified file 'src/nsfont.m' > *** src/nsfont.m =C2=A0 =C2=A0 =C2=A0 =C2=A02012-02-10 18:58:48 +0000 > --- src/nsfont.m =C2=A0 =C2=A0 =C2=A0 =C2=A02012-05-31 06:51:00 +0000 > *************** > *** 157,164 **** > =C2=A0 =C2=A0 =C2=A0 =C2=A0fdesc =3D [fdesc fontDescriptorWithFamily: fam= ily]; > =C2=A0 =C2=A0 =C2=A0 =C2=A0} > > - =C2=A0 =C2=A0 [fdAttrs release]; > - =C2=A0 =C2=A0 [tdict release]; > =C2=A0 =C2=A0 =C2=A0return fdesc; > =C2=A0} > > --- 157,162 ---- No, still the same crash location. From debbugs-submit-bounces@debbugs.gnu.org Thu May 31 05:33:17 2012 Received: (at 11541) by debbugs.gnu.org; 31 May 2012 09:33:17 +0000 Received: from localhost ([127.0.0.1]:51363 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sa1kr-00025c-0M for submit@debbugs.gnu.org; Thu, 31 May 2012 05:33:17 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:55193 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sa1kX-00024w-4n for 11541@debbugs.gnu.org; Thu, 31 May 2012 05:33:15 -0400 Received: from [155.69.19.37] (port=59105 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Sa1iz-0001Z3-KA; Thu, 31 May 2012 05:31:22 -0400 From: Chong Yidong To: Florian Ebeling Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> Date: Thu, 31 May 2012 17:31:16 +0800 In-Reply-To: (Florian Ebeling's message of "Thu, 31 May 2012 09:12:22 +0200") Message-ID: <87txywofx7.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.97 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Florian Ebeling writes: > No, still the same crash location. Hmm, then I'm pretty much stumped. I'm not familiar with Cocoa debugging; is it possible to inspect the contents of the fdesc and fkeys NSObjects? From debbugs-submit-bounces@debbugs.gnu.org Thu May 31 06:21:48 2012 Received: (at 11541) by debbugs.gnu.org; 31 May 2012 10:21:48 +0000 Received: from localhost ([127.0.0.1]:51461 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sa2Vn-0003Bb-WF for submit@debbugs.gnu.org; Thu, 31 May 2012 06:21:48 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:37220) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sa2Vm-0003BP-2O for 11541@debbugs.gnu.org; Thu, 31 May 2012 06:21:47 -0400 Received: by dacx6 with SMTP id x6so1004753dac.3 for <11541@debbugs.gnu.org>; Thu, 31 May 2012 03:20:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=q6stAZZmYF1NdtEqpOZOgTAmyHPO9jnAuBohrPovAQc=; b=EFldlyPvONIRMkD//MlfL9bQwb1GGroGge6c1+8ok/3qDXoTkqp8N66FaiXQ8mCFIc 2MAqig51U6sUCb39KENv/EqSjknFVsa6a+3k5dD/YZhb0KMnXbetsfjphwauGl/D0662 ZBZTtlrbTa0D7/Bj48u0WtbdC5TjRdNPFCUmaKAFEfyK1GeSaXMXexsfSiumMVo1DDxB e1Atzn/8aUh+XHEd2G+0fNl7isc+LnGbjQMkNovjJ/S0PS1Nbbie6XtDxqOu2qwMFLto 3ZeGUZd926J3UvSQLAXSgDIgSOyBCRfVdS3jwVlsDfAfhIy0g6ULKJ8Pf8HLf3KzoYWj zayA== Received: by 10.68.138.161 with SMTP id qr1mr11292057pbb.37.1338459606033; Thu, 31 May 2012 03:20:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.99.5 with HTTP; Thu, 31 May 2012 03:19:45 -0700 (PDT) In-Reply-To: <87txywofx7.fsf@gnu.org> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> From: Florian Ebeling Date: Thu, 31 May 2012 12:19:45 +0200 Message-ID: Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 To: Chong Yidong Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) >> No, still the same crash location. > > Hmm, then I'm pretty much stumped. =C2=A0I'm not familiar with Cocoa > debugging; is it possible to inspect the contents of the fdesc and fkeys > NSObjects? Yes, this is what these look like: (gdb) p fkeys $1 =3D (NSMutableSet *) 0x102e804c0 (gdb) po fkeys {( )} (gdb) p fdesc $2 =3D (NSFontDescriptor *) 0x102e80470 (gdb) po fdesc NSCTFontDescriptor <0x102e80470> =3D { } (gdb) po [fkeys description] {( )} (gdb) po [fdesc description] NSCTFontDescriptor <0x102e80470> =3D { } (gdb) po [fkeys debugDescription] {( )} (gdb) po [fdesc debugDescription] NSCTFontDescriptor <0x102e80470> =3D { } (gdb) po [fkeys className] __NSCFSet (gdb) po [fdesc className] NSCTFontDescriptor Basically, you can call methods on these objects as well (I think there are limitations, though.) I think the po command is an extension that Apple added to their gdb. The objects look empty. But that should not result in an abort signal, IMO. --=20 Florian Ebeling florian.ebeling@gmail.com From debbugs-submit-bounces@debbugs.gnu.org Thu May 31 11:50:37 2012 Received: (at 11541) by debbugs.gnu.org; 31 May 2012 15:50:37 +0000 Received: from localhost ([127.0.0.1]:52030 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sa7e0-0004fs-RV for submit@debbugs.gnu.org; Thu, 31 May 2012 11:50:37 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:56796) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sa7dx-0004fe-L1 for 11541@debbugs.gnu.org; Thu, 31 May 2012 11:50:35 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0M4W00B0098RF600@a-mtaout20.012.net.il> for 11541@debbugs.gnu.org; Thu, 31 May 2012 18:48:39 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M4W00A02993ZAA0@a-mtaout20.012.net.il>; Thu, 31 May 2012 18:48:39 +0300 (IDT) Date: Thu, 31 May 2012 18:48:51 +0300 From: Eli Zaretskii Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 In-reply-to: <87txywofx7.fsf@gnu.org> X-012-Sender: halo1@inter.net.il To: Chong Yidong Message-id: <83hauw1hcs.fsf@gnu.org> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 11541 Cc: florian.ebeling@gmail.com, 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) > From: Chong Yidong > Date: Thu, 31 May 2012 17:31:16 +0800 > Cc: 11541@debbugs.gnu.org > > Florian Ebeling writes: > > > No, still the same crash location. > > Hmm, then I'm pretty much stumped. Perhaps it will help to step through the suspect code with GDB. According to the original backtrace: #18 0x00000001001a1c7a in ns_findfonts (font_spec=4366993920, isMatch=0 '\0') at nsfont.m:521 #19 0x000000010012ff32 in font_list_entities (frame=140734799761440, spec=140734799761440) at font.c:2728 #20 0x0000000100131d5e in font_find_for_lface (f=0x7fff5fbf5130, attrs=0x7fff5fbf5130, spec=626, c=1606373680) at font.c:3197 #21 0x000000010017863f in fontset_find_font (fontset=4327724757, c=1606373856, face=0x7fff5fbf51e0, id=1606373856, fallback=1606373856) at fontset.c:620 #22 0x00000001001788da in fontset_font (fontset=4355892213, c=8594, face=0x7fff5fbf5230, id=1606373936) at fontset.c:736 The crash happens when fontset_font is called with its second argument 8694, which is consistent with the character being displayed, u+2199, RIGHTWARDS ARROW. So doing something like this: (gdb) break fontset_font if c == 8594 (gdb) r -Q then visiting the offending file should trigger the breakpoint. Then you can step into the functions all the way down to ns_findfonts, and step through ns_findfonts one line at a time, including the functions it calls. This will allow you to see (a) whether the font_spec argument arrives into ns_findfonts with the correct value , and if so (b) where and why does it get clobbered. This might be a slower way to find the culprit, but I think it is a lot more sure to give good results. From debbugs-submit-bounces@debbugs.gnu.org Thu May 31 13:29:00 2012 Received: (at 11541) by debbugs.gnu.org; 31 May 2012 17:29:00 +0000 Received: from localhost ([127.0.0.1]:52149 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sa9BD-0006uP-Gq for submit@debbugs.gnu.org; Thu, 31 May 2012 13:29:00 -0400 Received: from mail-bk0-f44.google.com ([209.85.214.44]:38662) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sa9BB-0006uD-QU for 11541@debbugs.gnu.org; Thu, 31 May 2012 13:28:58 -0400 Received: by bkty8 with SMTP id y8so1073118bkt.3 for <11541@debbugs.gnu.org>; Thu, 31 May 2012 10:27:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=kSgyUmhflmIrgjWri27ojpEPspB9Ji8FjaN2k7QExtM=; b=xTozcpP8UrK6TswuZ57aqHjh1FIINZ94MIeKdfYn5iAoPVPsIR6bptto29hja5WGu1 nmI/abTb26hQOl7gYfxfBlmv/moOFNDPK9OQTy8B+zj7008DXey5qVzjDeb8K4yeu3pK hqTX4+lWwDYj7Z2Km0hCw2UYhOIVDGjnptCGzzD/a/uO7BiPgIAPIThWFw4NoBXmHA1T dv3cjB9JlU7kUjWvA/0i23ev5XNAH+XT0RKF+cEx75Z5MVYaTJUqqCitVm06qvVr1aHm mT3SJbAdINFPD2Ihb/pXjW7QIxDQeZ/TV80uEYSUfDuSjPXsl+FNxTReuTKg5efqATpy HFWA== Received: by 10.204.153.6 with SMTP id i6mr12221825bkw.114.1338485236520; Thu, 31 May 2012 10:27:16 -0700 (PDT) Received: from [192.168.4.142] (g225185204.adsl.alicedsl.de. [92.225.185.204]) by mx.google.com with ESMTPS id iq16sm4175022bkc.6.2012.05.31.10.27.14 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 31 May 2012 10:27:15 -0700 (PDT) Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: "C. Florian Ebeling" In-Reply-To: <83hauw1hcs.fsf@gnu.org> Date: Thu, 31 May 2012 19:27:13 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> To: Eli Zaretskii X-Mailer: Apple Mail (2.1278) X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, Chong Yidong X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) > This might be a slower way to find the culprit, but I think it is a > lot more sure to give good results. This is what a healthy and the crashing call produce with font_spec and = fdesc being printed: Breakpoint 2, ns_findfonts (font_spec=3D4338015181, isMatch=3D0 '\000') = at nsfont.m:496 496 Lisp_Object tem, list =3D Qnil; # Breakpoint 3, ns_findfonts (font_spec=3D4338015181, isMatch=3D0 '\000') = at nsfont.m:529 529 if (!FONT_SPEC_P (font_spec)) # Breakpoint 2, ns_findfonts (font_spec=3D4338015181, isMatch=3D0 '\000') = at nsfont.m:496 496 Lisp_Object tem, list =3D Qnil; # Breakpoint 3, ns_findfonts (font_spec=3D4338015181, isMatch=3D0 '\000') = at nsfont.m:529 529 if (!FONT_SPEC_P (font_spec)) # Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 0x00007fff8966d3c2 in CFStringGetLength () (gdb) i b Num Type Disp Enb Address What --- snip --- 2 breakpoint keep y 0x00000001001a0fb5 in ns_findfonts at = nsfont.m:496 breakpoint already hit 7 times pp font_spec continue 3 breakpoint keep y 0x00000001001a11ca in ns_findfonts at = nsfont.m:529 breakpoint already hit 7 times pp font_spec continue I can't really tell which font_spec is acceptable, and which not, = though. The crashing one has a third element of nil, is that ok or not? From debbugs-submit-bounces@debbugs.gnu.org Thu May 31 13:57:19 2012 Received: (at 11541) by debbugs.gnu.org; 31 May 2012 17:57:19 +0000 Received: from localhost ([127.0.0.1]:52162 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sa9cd-0007ZJ-A3 for submit@debbugs.gnu.org; Thu, 31 May 2012 13:57:19 -0400 Received: from mtaout22.012.net.il ([80.179.55.172]:61339) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sa9cH-0007YU-Qi for 11541@debbugs.gnu.org; Thu, 31 May 2012 13:57:17 -0400 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M4W00D00F093900@a-mtaout22.012.net.il> for 11541@debbugs.gnu.org; Thu, 31 May 2012 20:54:37 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M4W00CYCF31LS90@a-mtaout22.012.net.il>; Thu, 31 May 2012 20:54:37 +0300 (IDT) Date: Thu, 31 May 2012 20:54:49 +0300 From: Eli Zaretskii Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 In-reply-to: <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> X-012-Sender: halo1@inter.net.il To: "C. Florian Ebeling" Message-id: <83fwag1biu.fsf@gnu.org> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, cyd@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) > From: "C. Florian Ebeling" > Date: Thu, 31 May 2012 19:27:13 +0200 > Cc: Chong Yidong , > 11541@debbugs.gnu.org > > > This might be a slower way to find the culprit, but I think it is a > > lot more sure to give good results. > > This is what a healthy and the crashing call produce with font_spec and fdesc being printed: > > Breakpoint 2, ns_findfonts (font_spec=4338015181, isMatch=0 '\000') at nsfont.m:496 > 496 Lisp_Object tem, list = Qnil; > # > > Breakpoint 3, ns_findfonts (font_spec=4338015181, isMatch=0 '\000') at nsfont.m:529 > 529 if (!FONT_SPEC_P (font_spec)) > # > > Breakpoint 2, ns_findfonts (font_spec=4338015181, isMatch=0 '\000') at nsfont.m:496 > 496 Lisp_Object tem, list = Qnil; > # > > Breakpoint 3, ns_findfonts (font_spec=4338015181, isMatch=0 '\000') at nsfont.m:529 > 529 if (!FONT_SPEC_P (font_spec)) > # > > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 > 0x00007fff8966d3c2 in CFStringGetLength () > > (gdb) i b > Num Type Disp Enb Address What > --- snip --- > 2 breakpoint keep y 0x00000001001a0fb5 in ns_findfonts at nsfont.m:496 > breakpoint already hit 7 times > pp font_spec > continue > 3 breakpoint keep y 0x00000001001a11ca in ns_findfonts at nsfont.m:529 > breakpoint already hit 7 times > pp font_spec > continue > > I can't really tell which font_spec is acceptable, and which not, though. > > The crashing one has a third element of nil, is that ok or not? I have no idea. Assuming I understand the data you presented, one font (Monaco) is OK, but another (apple) is not? That still makes no sense to me. That's why I suggested to actually _step_ through the code of ns_findfonts, one line at a time, including stepping into any functions it calls whose source is part of Emacs, looking for possible culprits, like NULL pointers, garbled pointers, uninitialized variables, blown-up stack, etc. Just showing a few breakpoint hits won't cut it, as it didn't until now, if my experience in debugging tricky problems means anything. Like I said: it might be slower, but in the end it will surely deliver. TIA From debbugs-submit-bounces@debbugs.gnu.org Thu May 31 15:17:07 2012 Received: (at 11541) by debbugs.gnu.org; 31 May 2012 19:17:07 +0000 Received: from localhost ([127.0.0.1]:52252 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaArr-0000z0-F3 for submit@debbugs.gnu.org; Thu, 31 May 2012 15:17:07 -0400 Received: from mail-gg0-f172.google.com ([209.85.161.172]:51911) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaArX-0000y7-3A for 11541@debbugs.gnu.org; Thu, 31 May 2012 15:17:05 -0400 Received: by ggnc4 with SMTP id c4so1184655ggn.3 for <11541@debbugs.gnu.org>; Thu, 31 May 2012 12:15:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=ZPAoT50FpdDyS/7E4zTP6pAXvov25hMQHsW7w2Lh8nM=; b=NyNAZIY2FtmXRbE3HUoPG0XWxgvYaEJ//PMIM5nMBDAEIXePWuiMGhD4xhtiyyJtqr J6goJAQmpAHVBAXHd2P5cBWx6ZuSSD+58lFkieUyh0XII8xe91/Fi+sadQhcRMskaN7N tktsmU2Z4fKBaXw1yhpnDAboMZuxBaIp1ECh9nL1U77YNW+2F0skYGoWnMGiM7QqRnzy Urf1pgJpgqJX0ByF5hXyTfo5t7EC/pu240j6gIF3nWpAdW8v7rm0WahNVtxJ2RsAZ2x7 xp7T0lFYQC9rUnqcr2ZXAbbnpOXfwZg7gQOkBprj0KMgVHyk3CmOshl/7vS7rPLxLscT vh9Q== MIME-Version: 1.0 Received: by 10.50.100.137 with SMTP id ey9mr2918198igb.61.1338491705464; Thu, 31 May 2012 12:15:05 -0700 (PDT) Received: by 10.64.58.70 with HTTP; Thu, 31 May 2012 12:15:05 -0700 (PDT) In-Reply-To: <83fwag1biu.fsf@gnu.org> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> Date: Thu, 31 May 2012 15:15:05 -0400 Message-ID: Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 From: Alp Aker To: Eli Zaretskii Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11541 Cc: "C. Florian Ebeling" , cyd@gnu.org, 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) >> # >> >> # >> >> I can't really tell which font_spec is acceptable, and which not, though= . >> >> The crashing one has a third element of nil, is that ok or not? > > I have no idea. =A0Assuming I understand the data you presented, one > font (Monaco) is OK, but another (apple) is not? =A0That still makes no > sense to me. Both those font specs look normal for the NS port. In the last, "apple" is the foundry name, not the font family name. And the nil value for font family is fine (what's being requested at that point is any family that covers the symbol script). From debbugs-submit-bounces@debbugs.gnu.org Thu May 31 15:50:06 2012 Received: (at 11541) by debbugs.gnu.org; 31 May 2012 19:50:06 +0000 Received: from localhost ([127.0.0.1]:52282 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaBNm-0001j0-0u for submit@debbugs.gnu.org; Thu, 31 May 2012 15:50:06 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:51458) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaBNj-0001iR-M5 for 11541@debbugs.gnu.org; Thu, 31 May 2012 15:50:05 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0M4W00D00JK9KA00@a-mtaout20.012.net.il> for 11541@debbugs.gnu.org; Thu, 31 May 2012 22:48:20 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M4W00C3SKCKPYG0@a-mtaout20.012.net.il>; Thu, 31 May 2012 22:48:20 +0300 (IDT) Date: Thu, 31 May 2012 22:48:32 +0300 From: Eli Zaretskii Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 In-reply-to: To: Alp Aker Message-id: <83bol4169b.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: QUOTED-PRINTABLE X-012-Sender: halo1@inter.net.il References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 11541 Cc: florian.ebeling@gmail.com, cyd@gnu.org, 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) > Date: Thu, 31 May 2012 15:15:05 -0400 > From: Alp Aker > Cc: "C. Florian Ebeling" , 11541@debbugs= .gnu.org, cyd@gnu.org >=20 > >> # > >> > >> # > >> > >> I can't really tell which font_spec is acceptable, and which not= , though. > >> > >> The crashing one has a third element of nil, is that ok or not? > > > > I have no idea. =A0Assuming I understand the data you presented, = one > > font (Monaco) is OK, but another (apple) is not? =A0That still ma= kes no > > sense to me. >=20 > Both those font specs look normal for the NS port. In the last, > "apple" is the foundry name, not the font family name. And the nil > value for font family is fine (what's being requested at that point= is > any family that covers the symbol script). Thanks. I think whatever causes the crash happens inside ns_findfont= s and the functions it calls. Stepping through that code and looking around for garbled variables should point out the guilty parties. From debbugs-submit-bounces@debbugs.gnu.org Thu May 31 15:52:29 2012 Received: (at 11541) by debbugs.gnu.org; 31 May 2012 19:52:29 +0000 Received: from localhost ([127.0.0.1]:52286 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaBQ4-0001mA-Kj for submit@debbugs.gnu.org; Thu, 31 May 2012 15:52:29 -0400 Received: from mail-bk0-f44.google.com ([209.85.214.44]:41217) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaBPk-0001lh-AR for 11541@debbugs.gnu.org; Thu, 31 May 2012 15:52:27 -0400 Received: by bkty8 with SMTP id y8so1197696bkt.3 for <11541@debbugs.gnu.org>; Thu, 31 May 2012 12:50:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=Ie96rj4IS4g0zg8RWlsZwO/PIYYnpAytg6r1+pnDWUg=; b=0HPoUCAi2oz63VQYzXe/hJSf0Odm+pNeOcIAB+SATpVBKShkIJHTnNBlrTkLTBqCw5 PVXGblbkBhMvcO7e/SxLFN0wEYGSR4jJP4B26WShONrw5pSjYQvGbjO4o9UAHNdadqVz 796em3IKY43MxJBe6PgdEeOOQgnV96C+mgaxQPqPWX0dA008KymwRt2qn3R0ST+cSYX0 RwS3ODIXndDSsyQpKYQOu1200GbIhymQXrrcmynX7iZI/848hVzAi9kOy9auga5nsIbo 7xiLv8+XgewyiDeoXpHiv/iIY0TGLbyyjJNamotYd8wW4NgvDqc0C6GOOIu6ggjEctZQ wGnQ== Received: by 10.204.133.207 with SMTP id g15mr78bkt.35.1338493825275; Thu, 31 May 2012 12:50:25 -0700 (PDT) Received: from [192.168.4.142] (g225185204.adsl.alicedsl.de. [92.225.185.204]) by mx.google.com with ESMTPS id 9sm4530168bku.9.2012.05.31.12.50.22 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 31 May 2012 12:50:23 -0700 (PDT) Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: "C. Florian Ebeling" In-Reply-To: <83fwag1biu.fsf@gnu.org> Date: Thu, 31 May 2012 21:50:21 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> To: Eli Zaretskii X-Mailer: Apple Mail (2.1278) X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, cyd@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) > That's why I suggested to actually _step_ through the code of > ns_findfonts, one line at a time, including stepping into any > functions it calls whose source is part of Emacs, looking for possible > culprits, like NULL pointers, garbled pointers, uninitialized > variables, blown-up stack, etc. Just showing a few breakpoint hits > won't cut it, as it didn't until now, if my experience in debugging > tricky problems means anything. >=20 > Like I said: it might be slower, but in the end it will surely > deliver. Yes, I understand. My problem is that I don't know what to look for, = honestly. I haven't used the NSFontDescriptor API much and I don't know = the first thing about Emacs internals. The slowness or tedium is not my = biggest worry. But I will try what you suggest, and report how it goes and/or show = suspect bits here.=20= From debbugs-submit-bounces@debbugs.gnu.org Thu May 31 16:14:31 2012 Received: (at 11541) by debbugs.gnu.org; 31 May 2012 20:14:31 +0000 Received: from localhost ([127.0.0.1]:52310 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaBlP-0002Ll-Bh for submit@debbugs.gnu.org; Thu, 31 May 2012 16:14:31 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:56434) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaBl5-0002LG-1K for 11541@debbugs.gnu.org; Thu, 31 May 2012 16:14:30 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0M4W00D00LAMTT00@a-mtaout20.012.net.il> for 11541@debbugs.gnu.org; Thu, 31 May 2012 23:11:07 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M4W00DH3LEJS520@a-mtaout20.012.net.il>; Thu, 31 May 2012 23:11:07 +0300 (IDT) Date: Thu, 31 May 2012 23:11:19 +0300 From: Eli Zaretskii Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 In-reply-to: <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> X-012-Sender: halo1@inter.net.il To: "C. Florian Ebeling" Message-id: <83aa0o157c.fsf@gnu.org> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, cyd@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) > From: "C. Florian Ebeling" > Date: Thu, 31 May 2012 21:50:21 +0200 > Cc: cyd@gnu.org, > 11541@debbugs.gnu.org > > Yes, I understand. My problem is that I don't know what to look for, honestly. I haven't used the NSFontDescriptor API much and I don't know the first thing about Emacs internals. The slowness or tedium is not my biggest worry. The code involved in this hardly ever touches Emacs internals. It's simple ObjC code, at least to my naive eyes. As the first goal, I suggest to try figuring out what happens with the font_spec argument to ns_findfonts -- is it corrupted right at entry to the function, or does it get corrupted later? You should display it, using the same commands you used for scratch_font_spec in its caller, right at the entry to the function. Assuming the value at entry is OK (which would be my guess), then step through the code of ns_findfonts, and see which line causes its corruption. When we know where the corruption happens, we could reason about what to try next. TIA From debbugs-submit-bounces@debbugs.gnu.org Thu May 31 17:57:45 2012 Received: (at 11541) by debbugs.gnu.org; 31 May 2012 21:57:45 +0000 Received: from localhost ([127.0.0.1]:52362 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaDNJ-0004fK-1X for submit@debbugs.gnu.org; Thu, 31 May 2012 17:57:45 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:47925) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaDNH-0004f7-1K for 11541@debbugs.gnu.org; Thu, 31 May 2012 17:57:43 -0400 Received: by dacx6 with SMTP id x6so1711003dac.3 for <11541@debbugs.gnu.org>; Thu, 31 May 2012 14:56:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=JC5ZZSfydaNZI56mIuNStBXR3u+iEuKR7TspundaZHU=; b=yDyG4zCry6xT+hnuyQOqmN1o1IEQG6A2/bFelR+kwS5UzDG8BrpmiQrQ1hGcFSaovP 8rGySU4aa9rd+40QgIaGp2xjacrnEfv3AetRmSPXx6C9jFvt0/67BBE9x/rCry8bSQQc Q5Wp1//5cx9vb9AHLPd429jJ3XnYxY3LPIiJ2LSrqeWpnpA1vUopqnJCLbCu96H57dDG jlDaWoyZo6GeFDp8mDLzJLalVfg2rw5XhjSnK3T3kximpLietg7PWpPg5F70sY43KtH7 Ews+fzTW+evQ8GH1Bvce91shXRnDYffELGs5N1B6Vs/olxH8ic3/UqkOjy6DLgk3x0zK mKSQ== Received: by 10.68.138.161 with SMTP id qr1mr1505046pbb.37.1338501360403; Thu, 31 May 2012 14:56:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.99.5 with HTTP; Thu, 31 May 2012 14:55:40 -0700 (PDT) In-Reply-To: <83aa0o157c.fsf@gnu.org> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> From: Florian Ebeling Date: Thu, 31 May 2012 23:55:40 +0200 Message-ID: Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 To: Eli Zaretskii Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, cyd@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) > The code involved in this hardly ever touches Emacs internals. =C2=A0It's > simple ObjC code, at least to my naive eyes. I stepped through the whole thing, but I didn't notice anything, not that that would mean too much. > As the first goal, I suggest to try figuring out what happens with the > font_spec argument to ns_findfonts -- is it corrupted right at entry > to the function, or does it get corrupted later? =C2=A0You should display > it, using the same commands you used for scratch_font_spec in its > caller, right at the entry to the function. =C2=A0Assuming the value at > entry is OK (which would be my guess), then step through the code of > ns_findfonts, and see which line causes its corruption. The corruption of font_spec doesn't occur now, but the crash still occurs. Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 0x00007fff8966d3c2 in CFStringGetLength () (gdb) f 18 #18 0x00000001001a1253 in ns_findfonts (font_spec=3D4338015181, isMatch=3D0 '\000') at nsfont.m:532 532 matchingDescs =3D [fdesc matchingFontDescriptorsWithMandatoryKeys: = fkeys]; ... (gdb) pp font_spec # (gdb) p font_spec $45 =3D 4338015181 (gdb) xtype Lisp_Vectorlike PVEC_FONT So right after the crash the font_spec still looks like a legit lisp object. Don't ask me why that was different before. The values here and in other mails were copy-pasted, so that did happen. --=20 Florian Ebeling florian.ebeling@gmail.com From debbugs-submit-bounces@debbugs.gnu.org Thu May 31 23:52:22 2012 Received: (at 11541) by debbugs.gnu.org; 1 Jun 2012 03:52:22 +0000 Received: from localhost ([127.0.0.1]:52577 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaIuU-0005rG-7k for submit@debbugs.gnu.org; Thu, 31 May 2012 23:52:22 -0400 Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:57498) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaIu8-0005qU-HB for 11541@debbugs.gnu.org; Thu, 31 May 2012 23:52:20 -0400 Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 7CBECC055D; Fri, 1 Jun 2012 12:50:18 +0900 (JST) Date: Fri, 01 Jun 2012 12:50:18 +0900 Message-ID: From: YAMAMOTO Mitsuharu To: Florian Ebeling Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 In-Reply-To: References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) Organization: Faculty of Science, Chiba University MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, Eli Zaretskii , cyd@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) >>>>> On Thu, 31 May 2012 23:55:40 +0200, Florian Ebeling said: > So right after the crash the font_spec still looks like a legit lisp > object. Don't ask me why that was different before. The values here > and in other mails were copy-pasted, so that did happen. My guess is that the earlier attempts were made on an optimized build. Does the following simple test program crash for you (compile it with the option "-framework Cocoa") ? If so, I'd suspect font cache corruption or other system-wide problems. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp #import main () { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; NSDictionary *attributes = [NSDictionary dictionary]; NSFontDescriptor *descriptor = [NSFontDescriptor fontDescriptorWithFontAttributes:attributes]; NSSet *keys = [NSSet set]; NSArray *descs = [descriptor matchingFontDescriptorsWithMandatoryKeys:keys]; CFShow (descs); [pool release]; } From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 01 01:46:23 2012 Received: (at 11541) by debbugs.gnu.org; 1 Jun 2012 05:46:23 +0000 Received: from localhost ([127.0.0.1]:52631 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaKgo-0008S3-RP for submit@debbugs.gnu.org; Fri, 01 Jun 2012 01:46:23 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:57312) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaKgU-0008RH-5N for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 01:46:21 -0400 Received: by dacx6 with SMTP id x6so2108936dac.3 for <11541@debbugs.gnu.org>; Thu, 31 May 2012 22:44:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=Xm0oZEmmZLldfcdgSNa69cdS20pX1TYhnqqOEEgoyzA=; b=v0gKXdi+RWzZtslrPoCUYk1FGY+N3lD1K7z2cQjnqdpzFyzaleBdy8pM+q6y1XvoLw 1iAfRymJLcBhgmqHJzM0QuD0LXoOSuAKOZ35lmJsnjcGmDWDWRVU0d+CHKh8W/QgzO5T RDOU7+FVggRXTDpDRXIrkDmva4zrFX9DM5+f+r3ts8VkDioA7C/Bc90zgY0Mpp1DjYak euO4hazLbeCrNeR4P27uJv5bQRkYMYashba8B12C7zWLd/lWZ5gS/xxeCVjfH7YZ0w0a 2ZhnhPJRJrzxO5x89iUJWwkZFigAN4Ab1JHNKs4usP3a31Nisps4cgNlmaDVbPbZZNw8 5Fjg== Received: by 10.68.217.225 with SMTP id pb1mr6529663pbc.49.1338529458013; Thu, 31 May 2012 22:44:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.99.5 with HTTP; Thu, 31 May 2012 22:43:57 -0700 (PDT) In-Reply-To: References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> From: Florian Ebeling Date: Fri, 1 Jun 2012 07:43:57 +0200 Message-ID: Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 To: YAMAMOTO Mitsuharu Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, Eli Zaretskii , cyd@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) >> So right after the crash the font_spec still looks like a legit lisp >> object. Don't ask me why that was different before. The values here >> and in other mails were copy-pasted, so that did happen. > > My guess is that the earlier attempts were made on an optimized build. Heh, good guess. That's the case, indeed. I changed optimization when gdb said some variable was optimized away. What I did was rm nsfont.o make CFLAGS=3D'-O0 -ggdb' make install > Does the following simple test program crash for you (compile it with > the option "-framework Cocoa") ? =C2=A0If so, I'd suspect font cache > corruption or other system-wide problems. This program does not crash but outputs a lot of font description objects. > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 YAMAMOTO Mitsuharu > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0mituharu@math.s.chiba-u.ac.jp > > #import > > main () > { > =C2=A0NSAutoreleasePool *pool =3D [[NSAutoreleasePool alloc] init]; > =C2=A0NSDictionary *attributes =3D [NSDictionary dictionary]; > =C2=A0NSFontDescriptor *descriptor =3D [NSFontDescriptor fontDescriptorWi= thFontAttributes:attributes]; > =C2=A0NSSet *keys =3D [NSSet set]; > =C2=A0NSArray *descs =3D [descriptor matchingFontDescriptorsWithMandatory= Keys:keys]; > > =C2=A0CFShow (descs); > =C2=A0[pool release]; > } From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 01 02:16:52 2012 Received: (at 11541) by debbugs.gnu.org; 1 Jun 2012 06:16:52 +0000 Received: from localhost ([127.0.0.1]:52640 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaLAJ-0000ge-R7 for submit@debbugs.gnu.org; Fri, 01 Jun 2012 02:16:52 -0400 Received: from mtaout22.012.net.il ([80.179.55.172]:38641) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaLAH-0000gR-Ki for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 02:16:50 -0400 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M4X00J00CZ9KD00@a-mtaout22.012.net.il> for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 09:14:51 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M4X00J4DDCPJY20@a-mtaout22.012.net.il>; Fri, 01 Jun 2012 09:14:49 +0300 (IDT) Date: Fri, 01 Jun 2012 09:14:50 +0300 From: Eli Zaretskii Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 In-reply-to: X-012-Sender: halo1@inter.net.il To: Florian Ebeling Message-id: <8362bb1rtx.fsf@gnu.org> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, cyd@gnu.org, mituharu@math.s.chiba-u.ac.jp X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) > From: Florian Ebeling > Date: Fri, 1 Jun 2012 07:43:57 +0200 > Cc: Eli Zaretskii , 11541@debbugs.gnu.org, cyd@gnu.org > > >> So right after the crash the font_spec still looks like a legit lisp > >> object. Don't ask me why that was different before. The values here > >> and in other mails were copy-pasted, so that did happen. > > > > My guess is that the earlier attempts were made on an optimized build. > > Heh, good guess. That's the case, indeed. I changed optimization when > gdb said some variable was optimized away. What I did was > > rm nsfont.o > make CFLAGS='-O0 -ggdb' > make install In that case, please post an up-to-date backtrace from the crash of the unoptimized build. We need to restart our reasoning about this from the beginning, since it sounds like it was a wild-goose chase until now. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 01 02:20:18 2012 Received: (at 11541) by debbugs.gnu.org; 1 Jun 2012 06:20:18 +0000 Received: from localhost ([127.0.0.1]:52644 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaLDe-0000lg-Gi for submit@debbugs.gnu.org; Fri, 01 Jun 2012 02:20:18 -0400 Received: from mtaout22.012.net.il ([80.179.55.172]:39321) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaLDd-0000lU-HC for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 02:20:17 -0400 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M4X00J00DCQLQ00@a-mtaout22.012.net.il> for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 09:17:36 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M4X00JDQDHBJY20@a-mtaout22.012.net.il>; Fri, 01 Jun 2012 09:17:35 +0300 (IDT) Date: Fri, 01 Jun 2012 09:17:36 +0300 From: Eli Zaretskii Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 In-reply-to: To: Florian Ebeling Message-id: <834nqv1rpb.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: QUOTED-PRINTABLE X-012-Sender: halo1@inter.net.il References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, cyd@gnu.org, mituharu@math.s.chiba-u.ac.jp X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) > From: Florian Ebeling > Date: Fri, 1 Jun 2012 07:43:57 +0200 > Cc: Eli Zaretskii , 11541@debbugs.gnu.org, cyd@gnu.or= g >=20 > > Does the following simple test program crash for you (compile it = with > > the option "-framework Cocoa") ? =C2=A0If so, I'd suspect font ca= che > > corruption or other system-wide problems. >=20 > This program does not crash but outputs a lot of font description o= bjects. Can you compare the values of the key variables in this test program with the corresponding variables in ns_findfonts, and see which one(s= ) are different? If the code is equivalent, why does it yield non-empt= y objects, while in Emacs you get empty ones? From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 01 02:39:18 2012 Received: (at 11541) by debbugs.gnu.org; 1 Jun 2012 06:39:19 +0000 Received: from localhost ([127.0.0.1]:52653 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaLVz-0001Cl-8W for submit@debbugs.gnu.org; Fri, 01 Jun 2012 02:39:18 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:47174) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaLVW-0001AR-58 for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 02:39:08 -0400 Received: by dacx6 with SMTP id x6so2160634dac.3 for <11541@debbugs.gnu.org>; Thu, 31 May 2012 23:37:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=UXTABzeFzyQann368lp4mQq16llmeS/PopBPQgBkGuY=; b=GoxRxkOoYrAXUXOIQsOsd1sDWI9xMt0V+qzR9On0PVaeH/3WaRxt2wI4O5QJ2812yg BwNIGL3yeR/lQg9/oTRdbaoBr8gT/YGIjXhrIK+lpJwR8+Ae8lU59I+Uv3lbZ3LTam/x 9sTLxKidtvR52B/3buzJWNG+4uIE+2k35KtXNJAXJtzYtK0MokHpEJcmBv0+L3OCHd9W 29Vid9C44DXwpLQCON/Tf8q+NiwEslv4LqYUBAG8rqYXnj5uXqN1/jO3afpdbt86hy+B vuTUnp5uX6j+xXf8IQ/PJ5ehqvWAue1De/Szvjj5o5/Bd2HCwQ1xSlGm63YMnXdKVVC6 Rd7g== Received: by 10.68.242.166 with SMTP id wr6mr7320531pbc.28.1338532621612; Thu, 31 May 2012 23:37:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.99.5 with HTTP; Thu, 31 May 2012 23:36:41 -0700 (PDT) In-Reply-To: <8362bb1rtx.fsf@gnu.org> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> <8362bb1rtx.fsf@gnu.org> From: Florian Ebeling Date: Fri, 1 Jun 2012 08:36:41 +0200 Message-ID: Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 To: Eli Zaretskii Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, cyd@gnu.org, mituharu@math.s.chiba-u.ac.jp X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.3 (/) >> > My guess is that the earlier attempts were made on an optimized build. >> >> Heh, good guess. That's the case, indeed. I changed optimization when >> gdb said some variable was optimized away. What I did was >> >> rm nsfont.o >> make CFLAGS=3D'-O0 -ggdb' >> make install > > In that case, please post an up-to-date backtrace from the crash of > the unoptimized build. =C2=A0We need to restart our reasoning about this > from the beginning, since it sounds like it was a wild-goose chase > until now. > > Thanks. Sure. gdb -x mygdbinit ../nextstep/Emacs.app/Contents/MacOS/Emacs GNU gdb 6.3.50-20050815 (Apple version gdb-1752) (Sat Jan 28 03:02:46 UTC 2012)Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you ar= e welcome to change it and/or distribute copies of it under certain condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries ........... done DISPLAY =3D /tmp/launch-bmStlz/org.x:0 TERM =3D rxvt Function "abort" not defined. Breakpoint 1 at 0x1000be3fe: file sysdep.c, line 854. Breakpoint 2 at 0x1001a0fb5: file nsfont.m, line 496. (gdb) r Starting program: /Users/febeling/Downloads/emacs-24.0.97/nextstep/Emacs.app/Contents/MacOS/E= macs -Q Reading symbols for shared libraries ++++++++++.................................................................= ........................................................... done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries ......... done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Breakpoint 2, ns_findfonts (font_spec=3D4338015181, isMatch=3D0 '\000') at nsfont.m:496 496 Lisp_Object tem, list =3D Qnil; Current language: auto; currently objective-c # (gdb) c Continuing. Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 0x00007fff8966d3c2 in CFStringGetLength () (gdb) bt full #0 0x00007fff8966d3c2 in CFStringGetLength () No symbol table info available. #1 0x00007fff896849e9 in CFStringCompareWithOptionsAndLocale () No symbol table info available. #2 0x00007fff89e937b2 in CompareLocalizedDescriptorsByTraitsAndPrecedence = () No symbol table info available. #3 0x00007fff896a5fa5 in __CFSimpleMergeSort () No symbol table info available. #4 0x00007fff896a6067 in __CFSimpleMergeSort () No symbol table info available. #5 0x00007fff896a6083 in __CFSimpleMergeSort () No symbol table info available. #6 0x00007fff896a6083 in __CFSimpleMergeSort () No symbol table info available. #7 0x00007fff896a6067 in __CFSimpleMergeSort () No symbol table info available. #8 0x00007fff896a6067 in __CFSimpleMergeSort () No symbol table info available. #9 0x00007fff896a6067 in __CFSimpleMergeSort () No symbol table info available. #10 0x00007fff896a6067 in __CFSimpleMergeSort () No symbol table info available. #11 0x00007fff896a6067 in __CFSimpleMergeSort () No symbol table info available. #12 0x00007fff896a5ef6 in CFSortIndexes () No symbol table info available. #13 0x00007fff89678e33 in CFQSortArray () No symbol table info available. #14 0x00007fff89678bb8 in CFArraySortValues () No symbol table info available. #15 0x00007fff89ebdb28 in TDescriptorSource::GetAllDescriptors () No symbol table info available. #16 0x00007fff89e8a587 in TDescriptor::CreateMatchingDescriptors () No symbol table info available. #17 0x0000000100a35599 in -[NSCTFontDescriptor matchingFontDescriptorsWithMandatoryKeys:] () No symbol table info available. #18 0x00000001001a1253 in ns_findfonts (font_spec=3D4338015181, isMatch=3D0 '\000') at nsfont.m:532 desc =3D (NSFontDescriptor *) 0x6 fkeys =3D (NSMutableSet *) 0x10254d0c0 cFamilies =3D (NSSet *) 0x10274dc20 fdesc =3D (NSFontDescriptor *) 0x10250be70 dEnum =3D (NSEnumerator *) 0x8afbb3c8 family =3D (NSString *) 0x5 foundItal =3D 0 '\000' tem =3D 140734799760864 list =3D 4345311290 matchingDescs =3D (NSArray *) 0x103395716 #19 0x00000001001a15c6 in nsfont_list (frame=3D4330978965, font_spec=3D4338015181) at nsfont.m:648 No locals. #20 0x000000010012fd52 in font_list_entities (frame=3D140734799761344, spec=3D140734799761344) at font.c:2728 val =3D 4345311290 list =3D 140734799761344 driver_list =3D (struct font_driver_list *) 0x102228d00 f =3D (FRAME_PTR) 0x102257e90 size =3D 0 ftype =3D 4345311290 #21 0x0000000100131b7e in font_find_for_lface (f=3D0x7fff5fbf50d0, attrs=3D0x7fff5fbf50d0, spec=3D626, c=3D1606373584) at font.c:3197 registry =3D {4345516394, 4338015085, 8} adstyle =3D {4345311290, 4338015085, 2375403569948205300} pixel_size =3D 1606373584 foundry =3D {4345520202, 4345311290, 4338015085} frame =3D 4330978965 work =3D 0 val =3D 0 #22 0x000000010017845f in fontset_find_font (fontset=3D4330978965, c=3D1606373760, face=3D0x7fff5fbf5180, id=3D1606373760, fallback=3D16063737= 60) at fontset.c:620 font_group =3D 4330978965 vec =3D 4356385125 #23 0x00000001001786fa in fontset_font (fontset=3D4328467317, c=3D8594, face=3D0x7fff5fbf51d0, id=3D1606373840) at fontset.c:736 rfont_def =3D 0 base_fontset =3D 4355895285 default_rfont_def =3D 0 #24 0x0000000100178b04 in face_for_char (f=3D0x102257e90, face=3D0x101ff35e0, c=3D33502688, pos=3D-1, object=3D0) at fontset.c:950 fontset =3D 4328467317 charset =3D 4345311290 rfont_def =3D 0 face_id =3D #25 0x000000010003254d in get_next_display_element (it=3D0x103a83f75) at xdisp.c:6780 c =3D -1 success_p =3D 0 #26 0x00000001000394db in display_line (it=3D0x7fff5fbf6dd0) at xdisp.c:191= 34 min_bpos =3D 0 wrap_it =3D { window =3D 0, w =3D 0x103a8c6e0, f =3D 0x37, method =3D GET_FROM_BUFFER, stop_charpos =3D 4295538832, prev_stop =3D 140734799764848, base_level_stop =3D 140734799762424, end_charpos =3D 140734799762464, s =3D 0x11aeb4
, string_nchars =3D 4294967296, region_beg_charpos =3D -4294967295, region_end_charpos =3D 0, redisplay_end_trigger_charpos =3D 1606374880, multibyte_p =3D 0, header_line_p =3D 1, string_from_display_prop_p =3D 0, string_from_prefix_prop_p =3D 1, from_disp_prop_p =3D 1, ellipsis_p =3D 1, avoid_cursor_p =3D 0, dp =3D 0x1001bc3d0, dpvec =3D 0x1, dpend =3D 0x0, dpvec_char_len =3D 2, dpvec_face_id =3D 0, saved_face_id =3D 1, ctl_chars =3D {1, 1, 0, 0, 53, 4373384192, 140734799767160, -1, 140734799763536, 4295536509, 4298249088, 4299738308, 0, 0, 0, -1}, start =3D { pos =3D { charpos =3D 140734799767304, bytepos =3D 4298249000 }, overlay_string_index =3D 0, string_pos =3D { charpos =3D 4345474906, bytepos =3D 4345311290 }, dpvec_index =3D 0 }, current =3D { pos =3D { charpos =3D 140734799762704, bytepos =3D 4296137098 }, overlay_string_index =3D 27, string_pos =3D { charpos =3D 4298249005, bytepos =3D 4294967348 }, dpvec_index =3D 50344042 }, n_overlay_strings =3D 50343994, overlay_strings_charpos =3D 0, overlay_strings =3D {2, 4300132032, 0, 140734799762720, 140734799762800, 4296134898, 32, 27, 4298249005, 1, -392325437154625945, 5, 2, 4300132032, 4298249000, -1}, string_overlays =3D {140734799763040, 4345311290, 140734799762848, 4296043668, 4345828758, 4345311290, 140734799763088, 4296132104, 0, 29, 4297165584, 4300104963, 33, 0, 62234032, 0}, string =3D 0, from_overlay =3D 0, stack =3D {{ string =3D 0, string_nchars =3D 0, end_charpos =3D 0, stop_charpos =3D 0, prev_stop =3D 0, base_level_stop =3D 0, cmp_it =3D { stop_pos =3D 0, id =3D 0, ch =3D 0, rule_idx =3D 0, lookback =3D 0, nglyphs =3D 0, reversed_p =3D 5163440, charpos =3D -1, nchars =3D -234064281, nbytes =3D -91345385, from =3D 50861638, to =3D 1, width =3D 2 }, face_id =3D 0, u =3D { image =3D { object =3D 140734799763136, slice =3D { x =3D 140735524919057, y =3D 140734799763328, width =3D -8, height =3D 140735123251104 }, image_id =3D 64 }, comp =3D { object =3D 140734799763136 }, stretch =3D { object =3D 140734799763136 } }, position =3D { charpos =3D 4327238144, bytepos =3D 140735123137984 }, current =3D { pos =3D { charpos =3D 140734799763392, bytepos =3D 140735524921391 }, overlay_string_index =3D -234064281, string_pos =3D { charpos =3D 5764607523034234880, bytepos =3D 140734799763232 }, dpvec_index =3D -1963436271 }, from_overlay =3D 4327238144, area =3D 4294967288, method =3D 4294967295, paragraph_embedding =3D 144, multibyte_p =3D 0, string_from_display_prop_p =3D 0, string_from_prefix_prop_p =3D 0, display_ellipsis_p =3D 0, avoid_cursor_p =3D 0, bidi_p =3D 0, from_disp_prop_p =3D 0, line_wrap =3D 62232624, voffset =3D 1, space_width =3D 4327238144, font_height =3D 0 }, { string =3D 140734799763488, string_nchars =3D -1963433937, end_charpos =3D 4327245432, stop_charpos =3D 4, prev_stop =3D 5120, base_level_stop =3D 56, cmp_it =3D { stop_pos =3D 4327238144, id =3D 32275968, ch =3D 32278120, rule_idx =3D 1, lookback =3D 32278096, nglyphs =3D 1, reversed_p =3D 32278112, charpos =3D 4327245400, nchars =3D 35979268, nbytes =3D 1, from =3D 32275972, to =3D 1, width =3D 32278136 }, face_id =3D 4, u =3D { image =3D { object =3D 10519797664, slice =3D { x =3D 4327243264, y =3D 4327245424, width =3D 4327243264, height =3D -8 }, image_id =3D 3 }, comp =3D { object =3D 10519797664 }, stretch =3D { object =3D 10519797664 } }, position =3D { charpos =3D 4327223296, bytepos =3D 40 }, current =3D { pos =3D { charpos =3D 0, bytepos =3D 140735123137984 }, overlay_string_index =3D 1606375504, string_pos =3D { charpos =3D 56, bytepos =3D 144 }, dpvec_index =3D 20968448 }, from_overlay =3D 5, area =3D 1929706944, method =3D 32767, paragraph_embedding =3D 35947296, multibyte_p =3D 1, string_from_display_prop_p =3D 0, string_from_prefix_prop_p =3D 0, display_ellipsis_p =3D 0, avoid_cursor_p =3D 0, bidi_p =3D 0, from_disp_prop_p =3D 0, line_wrap =3D 2780474809, voffset =3D 0, space_width =3D 140734799763536, font_height =3D 140735498635062 }, { string =3D 40, string_nchars =3D 35947296, end_charpos =3D 140734799763696, stop_charpos =3D 140735498803999, prev_stop =3D 4357250064, base_level_stop =3D 0, cmp_it =3D { stop_pos =3D 0, id =3D 1, ch =3D 61173984, rule_idx =3D 1, lookback =3D 0, nglyphs =3D 0, reversed_p =3D 1879052290, charpos =3D 4330946559, nchars =3D 0, nbytes =3D 0, from =3D 0, to =3D 0, width =3D 0 }, face_id =3D 0, u =3D { image =3D { object =3D 4648383318516039680, slice =3D { x =3D 4611686018427387904, y =3D 4327238144, width =3D 62232624, height =3D 4330914592 }, image_id =3D 150 }, comp =3D { object =3D 4648383318516039680 }, stretch =3D { object =3D 4648383318516039680 } }, position =3D { charpos =3D 140734799767872, bytepos =3D 140735498802275 }, current =3D { pos =3D { charpos =3D 8, bytepos =3D 4356081680 }, overlay_string_index =3D 18, string_pos =3D { charpos =3D 140735524905019, bytepos =3D 8651351872 }, dpvec_index =3D 61339872 }, from_overlay =3D 4356384544, area =3D 32275968, method =3D GET_FROM_DISPLAY_VECTOR, paragraph_embedding =3D 61158128, multibyte_p =3D 1, string_from_display_prop_p =3D 0, string_from_prefix_prop_p =3D 0, display_ellipsis_p =3D 0, avoid_cursor_p =3D 0, bidi_p =3D 0, from_disp_prop_p =3D 0, line_wrap =3D TRUNCATE, voffset =3D 0, space_width =3D 4327223296, font_height =3D 4327238144 }, { string =3D 4355784704, string_nchars =3D 61268832, end_charpos =3D 4327223296, stop_charpos =3D 120, prev_stop =3D 0, base_level_stop =3D 4328488704, cmp_it =3D { stop_pos =3D 140734799763952, id =3D 140735509742929, ch =3D 4, rule_idx =3D 0, lookback =3D 0, nglyphs =3D 1082279936, reversed_p =3D 0, charpos =3D 0, nchars =3D 0, nbytes =3D 2, from =3D 61876752, to =3D 1, width =3D 0 }, face_id =3D 61268872, u =3D { image =3D { object =3D 4356844096, slice =3D { x =3D 0, y =3D 140734799766816, width =3D 140735509742601, height =3D 0 }, image_id =3D 4611686018427387904 }, comp =3D { object =3D 4356844096 }, stretch =3D { object =3D 4356844096 } }, position =3D { charpos =3D 4624633867356078080, bytepos =3D 4624633867356078080 }, current =3D { pos =3D { charpos =3D 140734799764456, bytepos =3D 50 }, overlay_string_index =3D 1606376416, string_pos =3D { charpos =3D 40, bytepos =3D 1606376032 }, dpvec_index =3D 50343994 }, from_overlay =3D 4300731608, area =3D 50343994, method =3D GET_FROM_DISPLAY_VECTOR, paragraph_embedding =3D NEUTRAL_DIR, multibyte_p =3D 0, string_from_display_prop_p =3D 0, string_from_prefix_prop_p =3D 0, display_ellipsis_p =3D 0, avoid_cursor_p =3D 0, bidi_p =3D 0, from_disp_prop_p =3D 0, line_wrap =3D 50343994, voffset =3D 0, space_width =3D 140734799764144, font_height =3D 4296441630 }, { string =3D 4328489632, string_nchars =3D 200, end_charpos =3D 4300730376, stop_charpos =3D 72057598384300312, prev_stop =3D 4684385727255937024, base_level_stop =3D 4625478292286210048, cmp_it =3D { stop_pos =3D 4328487840, id =3D 4611686018427387904, ch =3D 0, rule_idx =3D 1090699264, lookback =3D 0, nglyphs =3D 1072693248, reversed_p =3D 33521696, charpos =3D 4355918016, nchars =3D 61876752, nbytes =3D 1, from =3D 4352, to =3D 0, width =3D 61077696 }, face_id =3D 0, u =3D { image =3D { object =3D 4328489568, slice =3D { x =3D 0, y =3D 140734799764304, width =3D 4296484331, height =3D 140734799764440 }, image_id =3D 4300151808 }, comp =3D { object =3D 4328489568 }, stretch =3D { object =3D 4328489568 } }, position =3D { charpos =3D 56, bytepos =3D 140735498586629 }, current =3D { pos =3D { charpos =3D 101, bytepos =3D 4328492984 }, overlay_string_index =3D 33525376, string_pos =3D { charpos =3D 2, bytepos =3D 4328491136 }, dpvec_index =3D 1606376440 }, from_overlay =3D 140734799764416, area =3D 2305223604, method =3D 32767, paragraph_embedding =3D 47, multibyte_p =3D 0, string_from_display_prop_p =3D 1, string_from_prefix_prop_p =3D 0, display_ellipsis_p =3D 0, avoid_cursor_p =3D 0, bidi_p =3D 0, from_disp_prop_p =3D 0, line_wrap =3D 39038480, voffset =3D 1, space_width =3D 4336161504, font_height =3D 4328489792 }}, sp =3D 16973825, selective =3D 4328491184, what =3D 1606376904, face_id =3D 32767, selective_display_ellipsis_p =3D 0, ctl_arrow_p =3D 1, face_box_p =3D 0, start_of_box_run_p =3D 0, end_of_box_run_p =3D 0, overlay_strings_at_end_processed_p =3D 0, ignore_overlay_strings_at_pos_p =3D 0, glyph_not_available_p =3D 0, starts_in_middle_of_char_p =3D 0, face_before_selective_p =3D 0, constrain_row_ascent_descent_p =3D 0, line_wrap =3D TRUNCATE, base_face_id =3D 1606376544, c =3D 32767, len =3D -1949191437, cmp_it =3D { stop_pos =3D 4345311290, id =3D 4336161504, ch =3D 1, rule_idx =3D 16777216, lookback =3D 1, nglyphs =3D 0, reversed_p =3D 33523840, charpos =3D 4328492480, nchars =3D 39038480, nbytes =3D 1, from =3D 60986592, to =3D 1, width =3D 41194208 }, char_to_display =3D 1, glyphless_method =3D GLYPHLESS_DISPLAY_THIN_SPACE, image_id =3D 0, slice =3D { x =3D 0, y =3D 2, width =3D 2, height =3D 33 }, space_width =3D 4355918024, voffset =3D -31984, tab_width =3D 511, font_height =3D 4328489752, object =3D 140734799766864, position =3D { charpos =3D 140735509749301, bytepos =3D 4634766966517661696 }, truncation_pixel_width =3D -15964, continuation_pixel_width =3D 28, first_visible_x =3D 1, last_visible_x =3D 1606376504, last_visible_y =3D 32767, extra_line_spacing =3D 1606376864, max_extra_line_spacing =3D 32767, override_ascent =3D 61870096, override_descent =3D 1, override_boff =3D 0, glyph_row =3D 0x7fff5fbf5da0, area =3D TEXT_AREA, nglyphs =3D 0, pixel_width =3D 1606376672, ascent =3D 32767, descent =3D -2101775944, max_ascent =3D 32767, max_descent =3D 1606376672, phys_ascent =3D 32767, phys_descent =3D -2053194862, max_phys_ascent =3D 32767, max_phys_descent =3D 60964016, current_x =3D 1, continuation_lines_width =3D 33537232, eol_pos =3D { charpos =3D 140734799767104, bytepos =3D 140735435137684 }, current_y =3D 0, first_vpos =3D 1, vpos =3D 10672774, hpos =3D 1, left_user_fringe_bitmap =3D 15536, right_user_fringe_bitmap =3D 930, left_user_fringe_face_id =3D 1, right_user_fringe_face_id =3D 361488, bidi_p =3D 0, bidi_it =3D { bytepos =3D 4336156556, charpos =3D 0, ch =3D 50, nchars =3D 12, ch_len =3D 12, type =3D 50, type_after_w1 =3D UNKNOWN_BT, orig_type =3D 33520544, resolved_level =3D 1, invalid_levels =3D 1606378912, invalid_rl_levels =3D 32767, prev_was_pdf =3D -1, prev =3D { bytepos =3D 4295626224, charpos =3D 4295632576, type =3D UNKNOWN_BT, type_after_w1 =3D UNKNOWN_BT, orig_type =3D 60950720 }, last_strong =3D { bytepos =3D 0, charpos =3D 0, type =3D 17127633, type_after_w1 =3D UNKNOWN_BT, orig_type =3D UNKNOWN_BT }, next_for_neutral =3D { bytepos =3D 4294967296, charpos =3D 140735111610528, type =3D 5872, type_after_w1 =3D STRONG_L, orig_type =3D UNKNOWN_BT }, prev_for_neutral =3D { bytepos =3D 4607182418800017408, charpos =3D 4328489568, type =3D 1065353216, type_after_w1 =3D 1065353216, orig_type =3D 1065353216 }, next_for_ws =3D { bytepos =3D 0, charpos =3D 0, type =3D UNKNOWN_BT, type_after_w1 =3D STRONG_L, orig_type =3D 24 }, next_en_pos =3D 0, next_en_type =3D UNKNOWN_BT, ignore_bn_limit =3D 4355931312, sor =3D 1606377984, scan_dir =3D 32767, disp_pos =3D 4355931312, disp_prop =3D 1606414688, stack_idx =3D 32767, level_stack =3D {{ level =3D 1606414688, override =3D 32767 }, { level =3D 0, override =3D NEUTRAL_DIR }, { level =3D 5, override =3D NEUTRAL_DIR }, { level =3D 37518944, override =3D L2R }, { level =3D 32609856, override =3D L2R }, { level =3D 0, override =3D NEUTRAL_DIR }, { level =3D 0, override =3D NEUTRAL_DIR }, { level =3D 0, override =3D NEUTRAL_DIR }, { level =3D 0, override =3D NEUTRAL_DIR }, { level =3D 5924, override =3D L2R }, { level =3D 1929724256, override =3D 32767 }, { level =3D 1606378176, override =3D 32767 }, { level =3D -1963215928, override =3D 32767 }, { level =3D 10, override =3D NEUTRAL_DIR }, { level =3D 1918224904, override =3D 32767 }, { level =3D 1, override =3D NEUTRAL_DIR }, { level =3D 0, override =3D NEUTRAL_DIR } , { level =3D 50343994, override =3D L2R }, { level =3D 0, override =3D NEUTRAL_DIR } }, string =3D { lstring =3D 0, s =3D 0x0, schars =3D 0, bufpos =3D 0, from_disp_str =3D 0, unibyte =3D 0 }, paragraph_dir =3D NEUTRAL_DIR, separator_limit =3D 0, first_elt =3D 0, new_paragraph =3D 0, frame_window_p =3D 0 }, paragraph_embedding =3D NEUTRAL_DIR } row =3D (struct glyph_row *) 0x104ac6800 min_pos =3D 140734799768992 #27 0x000000010004093f in try_window (window=3D4356325237, flags=3D1606384384) at xdisp.c:16127 it =3D { window =3D 4330979541, w =3D 0x1022580d0, f =3D 0x102257e90, method =3D GET_FROM_BUFFER, stop_charpos =3D 2, prev_stop =3D 1, base_level_stop =3D 0, end_charpos =3D 2, s =3D 0x0, string_nchars =3D 0, region_beg_charpos =3D -1, region_end_charpos =3D -1, redisplay_end_trigger_charpos =3D 0, multibyte_p =3D 1, header_line_p =3D 0, string_from_display_prop_p =3D 0, string_from_prefix_prop_p =3D 0, from_disp_prop_p =3D 0, ellipsis_p =3D 0, avoid_cursor_p =3D 0, dp =3D 0x0, dpvec =3D 0x0, dpend =3D 0x0, dpvec_char_len =3D 0, dpvec_face_id =3D 0, saved_face_id =3D 0, ctl_chars =3D {0 }, start =3D { pos =3D { charpos =3D 1, bytepos =3D 1 }, overlay_string_index =3D -1, string_pos =3D { charpos =3D -1, bytepos =3D -1 }, dpvec_index =3D -1 }, current =3D { pos =3D { charpos =3D 1, bytepos =3D 1 }, overlay_string_index =3D -1, string_pos =3D { charpos =3D -1, bytepos =3D -1 }, dpvec_index =3D -1 }, n_overlay_strings =3D 0, overlay_strings_charpos =3D 1, overlay_strings =3D {0 }, string_overlays =3D {0 }, string =3D 4345311290, from_overlay =3D 0, stack =3D {{ string =3D 0, string_nchars =3D 0, end_charpos =3D 0, stop_charpos =3D 0, prev_stop =3D 0, base_level_stop =3D 0, cmp_it =3D { stop_pos =3D 0, id =3D 0, ch =3D 0, rule_idx =3D 0, lookback =3D 0, nglyphs =3D 0, reversed_p =3D 0, charpos =3D 0, nchars =3D 0, nbytes =3D 0, from =3D 0, to =3D 0, width =3D 0 }, face_id =3D 0, u =3D { image =3D { object =3D 0, slice =3D { x =3D 0, y =3D 0, width =3D 0, height =3D 0 }, image_id =3D 0 }, comp =3D { object =3D 0 }, stretch =3D { object =3D 0 } }, position =3D { charpos =3D 0, bytepos =3D 0 }, current =3D { pos =3D { charpos =3D 0, bytepos =3D 0 }, overlay_string_index =3D 0, string_pos =3D { charpos =3D 0, bytepos =3D 0 }, dpvec_index =3D 0 }, from_overlay =3D 0, area =3D LEFT_MARGIN_AREA, method =3D GET_FROM_BUFFER, paragraph_embedding =3D NEUTRAL_DIR, multibyte_p =3D 0, string_from_display_prop_p =3D 0, string_from_prefix_prop_p =3D 0, display_ellipsis_p =3D 0, avoid_cursor_p =3D 0, bidi_p =3D 0, from_disp_prop_p =3D 0, line_wrap =3D TRUNCATE, voffset =3D 0, space_width =3D 0, font_height =3D 0 }, { string =3D 0, string_nchars =3D 0, end_charpos =3D 0, stop_charpos =3D 0, prev_stop =3D 0, base_level_stop =3D 0, cmp_it =3D { stop_pos =3D 0, id =3D 0, ch =3D 0, rule_idx =3D 0, lookback =3D 0, nglyphs =3D 0, reversed_p =3D 0, charpos =3D 0, nchars =3D 0, nbytes =3D 0, from =3D 0, to =3D 0, width =3D 0 }, face_id =3D 0, u =3D { image =3D { object =3D 0, slice =3D { x =3D 0, y =3D 0, width =3D 0, height =3D 0 }, image_id =3D 0 }, comp =3D { object =3D 0 }, stretch =3D { object =3D 0 } }, position =3D { charpos =3D 0, bytepos =3D 0 }, current =3D { pos =3D { charpos =3D 0, bytepos =3D 0 }, overlay_string_index =3D 0, string_pos =3D { charpos =3D 0, bytepos =3D 0 }, dpvec_index =3D 0 }, from_overlay =3D 0, area =3D LEFT_MARGIN_AREA, method =3D GET_FROM_BUFFER, paragraph_embedding =3D NEUTRAL_DIR, multibyte_p =3D 0, string_from_display_prop_p =3D 0, string_from_prefix_prop_p =3D 0, display_ellipsis_p =3D 0, avoid_cursor_p =3D 0, bidi_p =3D 0, from_disp_prop_p =3D 0, line_wrap =3D TRUNCATE, voffset =3D 0, space_width =3D 0, font_height =3D 0 }, { string =3D 0, string_nchars =3D 0, end_charpos =3D 0, stop_charpos =3D 0, prev_stop =3D 0, base_level_stop =3D 0, cmp_it =3D { stop_pos =3D 0, id =3D 0, ch =3D 0, rule_idx =3D 0, lookback =3D 0, nglyphs =3D 0, reversed_p =3D 0, charpos =3D 0, nchars =3D 0, nbytes =3D 0, from =3D 0, to =3D 0, width =3D 0 }, face_id =3D 0, u =3D { image =3D { object =3D 0, slice =3D { x =3D 0, y =3D 0, width =3D 0, height =3D 0 }, image_id =3D 0 }, comp =3D { object =3D 0 }, stretch =3D { object =3D 0 } }, position =3D { charpos =3D 0, bytepos =3D 0 }, current =3D { pos =3D { charpos =3D 0, bytepos =3D 0 }, overlay_string_index =3D 0, string_pos =3D { charpos =3D 0, bytepos =3D 0 }, dpvec_index =3D 0 }, from_overlay =3D 0, area =3D LEFT_MARGIN_AREA, method =3D GET_FROM_BUFFER, paragraph_embedding =3D NEUTRAL_DIR, multibyte_p =3D 0, string_from_display_prop_p =3D 0, string_from_prefix_prop_p =3D 0, display_ellipsis_p =3D 0, avoid_cursor_p =3D 0, bidi_p =3D 0, from_disp_prop_p =3D 0, line_wrap =3D TRUNCATE, voffset =3D 0, space_width =3D 0, font_height =3D 0 }, { string =3D 0, string_nchars =3D 0, end_charpos =3D 0, stop_charpos =3D 0, prev_stop =3D 0, base_level_stop =3D 0, cmp_it =3D { stop_pos =3D 0, id =3D 0, ch =3D 0, rule_idx =3D 0, lookback =3D 0, nglyphs =3D 0, reversed_p =3D 0, charpos =3D 0, nchars =3D 0, nbytes =3D 0, from =3D 0, to =3D 0, width =3D 0 }, face_id =3D 0, u =3D { image =3D { object =3D 0, slice =3D { x =3D 0, y =3D 0, width =3D 0, height =3D 0 }, image_id =3D 0 }, comp =3D { object =3D 0 }, stretch =3D { object =3D 0 } }, position =3D { charpos =3D 0, bytepos =3D 0 }, current =3D { pos =3D { charpos =3D 0, bytepos =3D 0 }, overlay_string_index =3D 0, string_pos =3D { charpos =3D 0, bytepos =3D 0 }, dpvec_index =3D 0 }, from_overlay =3D 0, area =3D LEFT_MARGIN_AREA, method =3D GET_FROM_BUFFER, paragraph_embedding =3D NEUTRAL_DIR, multibyte_p =3D 0, string_from_display_prop_p =3D 0, string_from_prefix_prop_p =3D 0, display_ellipsis_p =3D 0, avoid_cursor_p =3D 0, bidi_p =3D 0, from_disp_prop_p =3D 0, line_wrap =3D TRUNCATE, voffset =3D 0, space_width =3D 0, font_height =3D 0 }, { string =3D 0, string_nchars =3D 0, end_charpos =3D 0, stop_charpos =3D 0, prev_stop =3D 0, base_level_stop =3D 0, cmp_it =3D { stop_pos =3D 0, id =3D 0, ch =3D 0, rule_idx =3D 0, lookback =3D 0, nglyphs =3D 0, reversed_p =3D 0, charpos =3D 0, nchars =3D 0, nbytes =3D 0, from =3D 0, to =3D 0, width =3D 0 }, face_id =3D 0, u =3D { image =3D { object =3D 0, slice =3D { x =3D 0, y =3D 0, width =3D 0, height =3D 0 }, image_id =3D 0 }, comp =3D { object =3D 0 }, stretch =3D { object =3D 0 } }, position =3D { charpos =3D 0, bytepos =3D 0 }, current =3D { pos =3D { charpos =3D 0, bytepos =3D 0 }, overlay_string_index =3D 0, string_pos =3D { charpos =3D 0, bytepos =3D 0 }, dpvec_index =3D 0 }, from_overlay =3D 0, area =3D LEFT_MARGIN_AREA, method =3D GET_FROM_BUFFER, paragraph_embedding =3D NEUTRAL_DIR, multibyte_p =3D 0, string_from_display_prop_p =3D 0, string_from_prefix_prop_p =3D 0, display_ellipsis_p =3D 0, avoid_cursor_p =3D 0, bidi_p =3D 0, from_disp_prop_p =3D 0, line_wrap =3D TRUNCATE, voffset =3D 0, space_width =3D 0, font_height =3D 0 }}, sp =3D 0, selective =3D 0, what =3D IT_CHARACTER, face_id =3D 0, selective_display_ellipsis_p =3D 1, ctl_arrow_p =3D 1, face_box_p =3D 0, start_of_box_run_p =3D 0, end_of_box_run_p =3D 0, overlay_strings_at_end_processed_p =3D 0, ignore_overlay_strings_at_pos_p =3D 0, glyph_not_available_p =3D 0, starts_in_middle_of_char_p =3D 0, face_before_selective_p =3D 0, constrain_row_ascent_descent_p =3D 0, line_wrap =3D WINDOW_WRAP, base_face_id =3D 0, c =3D 8594, len =3D 3, cmp_it =3D { stop_pos =3D 1, id =3D -1, ch =3D -2, rule_idx =3D 0, lookback =3D 0, nglyphs =3D 0, reversed_p =3D 0, charpos =3D 0, nchars =3D 0, nbytes =3D 0, from =3D 0, to =3D 0, width =3D 0 }, char_to_display =3D 8594, glyphless_method =3D GLYPHLESS_DISPLAY_THIN_SPACE, image_id =3D 0, slice =3D { x =3D 4345311290, y =3D 4345311290, width =3D 4345311290, height =3D 4345311290 }, space_width =3D 4345311290, voffset =3D 0, tab_width =3D 8, font_height =3D 4345311290, object =3D 4357022581, position =3D { charpos =3D 1, bytepos =3D 1 }, truncation_pixel_width =3D 0, continuation_pixel_width =3D 0, first_visible_x =3D 0, last_visible_x =3D 560, last_visible_y =3D 495, extra_line_spacing =3D 0, max_extra_line_spacing =3D 0, override_ascent =3D -1, override_descent =3D 0, override_boff =3D 0, glyph_row =3D 0x104ac6800, area =3D TEXT_AREA, nglyphs =3D 0, pixel_width =3D 0, ascent =3D 0, descent =3D 0, max_ascent =3D 0, max_descent =3D 0, phys_ascent =3D 0, phys_descent =3D 0, max_phys_ascent =3D 0, max_phys_descent =3D 0, current_x =3D 0, continuation_lines_width =3D 0, eol_pos =3D { charpos =3D 0, bytepos =3D 0 }, current_y =3D 0, first_vpos =3D 0, vpos =3D 0, hpos =3D 0, left_user_fringe_bitmap =3D 0, right_user_fringe_bitmap =3D 0, left_user_fringe_face_id =3D 0, right_user_fringe_face_id =3D 0, bidi_p =3D 1, bidi_it =3D { bytepos =3D 1, charpos =3D 1, ch =3D 8594, nchars =3D 1, ch_len =3D 3, type =3D STRONG_L, type_after_w1 =3D NEUTRAL_ON, orig_type =3D NEUTRAL_ON, resolved_level =3D 0, invalid_levels =3D 0, invalid_rl_levels =3D -1, prev_was_pdf =3D 0, prev =3D { bytepos =3D 1, charpos =3D 1, type =3D NEUTRAL_B, type_after_w1 =3D NEUTRAL_B, orig_type =3D NEUTRAL_B }, last_strong =3D { bytepos =3D 0, charpos =3D 0, type =3D UNKNOWN_BT, type_after_w1 =3D UNKNOWN_BT, orig_type =3D UNKNOWN_BT }, next_for_neutral =3D { bytepos =3D 0, charpos =3D -1, type =3D UNKNOWN_BT, type_after_w1 =3D UNKNOWN_BT, orig_type =3D UNKNOWN_BT }, prev_for_neutral =3D { bytepos =3D 1, charpos =3D 1, type =3D STRONG_L, type_after_w1 =3D UNKNOWN_BT, orig_type =3D UNKNOWN_BT }, next_for_ws =3D { bytepos =3D 0, charpos =3D 0, type =3D UNKNOWN_BT, type_after_w1 =3D UNKNOWN_BT, orig_type =3D UNKNOWN_BT }, next_en_pos =3D 0, next_en_type =3D UNKNOWN_BT, ignore_bn_limit =3D -1, sor =3D L2R, scan_dir =3D 1, disp_pos =3D 2, disp_prop =3D 0, stack_idx =3D 0, level_stack =3D {{ level =3D 0, override =3D NEUTRAL_DIR } }, string =3D { lstring =3D 4345311290, s =3D 0x0, schars =3D 0, bufpos =3D 0, from_disp_str =3D 0, unibyte =3D 0 }, paragraph_dir =3D L2R, separator_limit =3D -1, first_elt =3D 0, new_paragraph =3D 0, frame_window_p =3D 1 }, paragraph_embedding =3D NEUTRAL_DIR } w =3D (struct window *) 0x1022580d0 pos =3D #28 0x0000000100049e90 in redisplay_window (window=3D4356325237, just_this_one_p=3D1606404784) at xdisp.c:15652 d2 =3D 33520544 d4 =3D 0 d6 =3D 24 d1 =3D 1 d3 =3D 1080360960 d5 =3D 0 old =3D (struct buffer *) 0x103b2e370 update_mode_line =3D 1 end_unchanged =3D 0 w =3D (struct window *) 0x1022580d0 beg_unchanged =3D 1 it =3D { window =3D 4328495328, w =3D 0x7fff5fbf8c18, f =3D 0x4080b00000000000, method =3D GET_FROM_BUFFER, stop_charpos =3D 4627448617123184640, prev_stop =3D 4607182418800017408, base_level_stop =3D 4627448617123184640, end_charpos =3D 0, s =3D 0x3ff0000000000000
, string_nchars =3D 24, region_beg_charpos =3D 4648119435725373440, region_end_charpos =3D 140734799776224, redisplay_end_trigger_charpos =3D 140735509819282, multibyte_p =3D 0, header_line_p =3D 0, string_from_display_prop_p =3D 0, string_from_prefix_prop_p =3D 0, from_disp_prop_p =3D 1, ellipsis_p =3D 0, avoid_cursor_p =3D 0, dp =3D 0x103b7b770, dpvec =3D 0x7fff5fbf9360, dpend =3D 0x7fff8a76317e, dpvec_char_len =3D 1606388432, dpvec_face_id =3D 32767, saved_face_id =3D 33522272, ctl_chars =3D {140734799777024, 140735509808674, 0, 0, 1, 4627448617123184643, 0, -4595923419731591168, 4607182418800017408, 0, -9223372036854775808, 4607182418800017408, 4640114991075164160, 4648119435725373440, 96636764160, 0}, start =3D { pos =3D { charpos =3D 12884901888, bytepos =3D 24 }, overlay_string_index =3D 24, string_pos =3D { charpos =3D 3, bytepos =3D 4328487840 }, dpvec_index =3D 33522272 }, current =3D { pos =3D { charpos =3D 4357338768, bytepos =3D 4328495328 }, overlay_string_index =3D 0, string_pos =3D { charpos =3D 0, bytepos =3D 0 }, dpvec_index =3D 0 }, n_overlay_strings =3D 0, overlay_strings_charpos =3D 4647908329492840448, overlay_strings =3D {2293512536232, 103079215128, 4357339112, 0, 0, 0, 0, 140735524800171, 22003117457408, 126211908960256, 35596688949248, 0, 7443988, 4356024128, 1606388800, 140735539171235}, string_overlays =3D {1, 140734799793720, 15, 0, 85899360515, 0, 140734799776704, 140735498586629, 140734799793752, 4357338768, 4328487648, 4357330032, 140734799777024, 4357177120, 140734799776736, 140735435128366}, string =3D 140734799777016, from_overlay =3D 140734799777024, stack =3D {{ string =3D 140734799776768, string_nchars =3D 6863762, end_charpos =3D 0, stop_charpos =3D 4357338768, prev_stop =3D 140734799776864, base_level_stop =3D 24, cmp_it =3D { stop_pos =3D 24, id =3D 2293512536232, ch =3D 24, rule_idx =3D 24, lookback =3D 168, nglyphs =3D 534, reversed_p =3D 24, charpos =3D 0, nchars =3D 24, nbytes =3D 24, from =3D 0, to =3D 1072693248, width =3D 0 }, face_id =3D 0, u =3D { image =3D { object =3D 140734799779328, slice =3D { x =3D 140735516389758, y =3D 4647908329492840448, width =3D 4356844096, height =3D 2293512536232 }, image_id =3D 103079215128 }, comp =3D { object =3D 140734799779328 }, stretch =3D { object =3D 140734799779328 } }, position =3D { charpos =3D 2293512536232, bytepos =3D 103079215128 }, current =3D { pos =3D { charpos =3D -392325437154625945, bytepos =3D 140734799778952 }, overlay_string_index =3D 1606391136, string_pos =3D { charpos =3D 140734799779968, bytepos =3D 304 }, dpvec_index =3D 0 }, from_overlay =3D 140734799777840, area =3D 2323022317, method =3D 32767, paragraph_embedding =3D 304, multibyte_p =3D 1, string_from_display_prop_p =3D 0, string_from_prefix_prop_p =3D 0, display_ellipsis_p =3D 0, avoid_cursor_p =3D 0, bidi_p =3D 0, from_disp_prop_p =3D 0, line_wrap =3D 1606391936, voffset =3D 32767, space_width =3D 4357338768, font_height =3D 576461864747305935 }, { string =3D 140734799777168, string_nchars =3D -1948525198, end_charpos =3D 0, stop_charpos =3D -4595923419731591168, prev_stop =3D 4627448617123184640, base_level_stop =3D 4627448617123184640, cmp_it =3D { stop_pos =3D 140734799777168, id =3D 0, ch =3D 134755160, rule_idx =3D 1090453760, lookback =3D 33520112, nglyphs =3D 1, reversed_p =3D 62362736, charpos =3D 0, nchars =3D 128, nbytes =3D 54, from =3D 0, to =3D 0, width =3D 33520352 }, face_id =3D 62362736, u =3D { image =3D { object =3D 4328487648, slice =3D { x =3D 140734799778048, y =3D 140734799777648, width =3D 4301829719, height =3D 0 }, image_id =3D -4595923419731591168 }, comp =3D { object =3D 4328487648 }, stretch =3D { object =3D 4328487648 } }, position =3D { charpos =3D 4627448617123184640, bytepos =3D 4627448617123184640 }, current =3D { pos =3D { charpos =3D 140734799777312, bytepos =3D 4328487408 }, overlay_string_index =3D 62362736, string_pos =3D { charpos =3D 4295952356, bytepos =3D 140734799777776 }, dpvec_index =3D 0 }, from_overlay =3D 4357177120, area =3D LEFT_MARGIN_AREA, method =3D GET_FROM_BUFFER, paragraph_embedding =3D NEUTRAL_DIR, multibyte_p =3D 0, string_from_display_prop_p =3D 0, string_from_prefix_prop_p =3D 0, display_ellipsis_p =3D 0, avoid_cursor_p =3D 0, bidi_p =3D 0, from_disp_prop_p =3D 0, line_wrap =3D TRUNCATE, voffset =3D 0, space_width =3D 0, font_height =3D 0 }, { string =3D 4607182418800017408, string_nchars =3D 0, end_charpos =3D 0, stop_charpos =3D -4595923419731591168, prev_stop =3D 4627448617123184640, base_level_stop =3D 4627448617123184640, cmp_it =3D { stop_pos =3D 0, id =3D -4595923419731591168, ch =3D 0, rule_idx =3D 1077411840, lookback =3D 0, nglyphs =3D 1077411840, reversed_p =3D 0, charpos =3D 4357330032, nchars =3D 0, nbytes =3D 0, from =3D 0, to =3D 0, width =3D -1 }, face_id =3D 1, u =3D { image =3D { object =3D 4300600432, slice =3D { x =3D 4370578520, y =3D 0, width =3D -4595923419731591168, height =3D 4627448617123184640 }, image_id =3D 4627448617123184640 }, comp =3D { object =3D 4300600432 }, stretch =3D { object =3D 4300600432 } }, position =3D { charpos =3D 140734799777536, bytepos =3D 140735509743403 }, current =3D { pos =3D { charpos =3D 0, bytepos =3D 4328489568 }, overlay_string_index =3D 1606390904, string_pos =3D { charpos =3D 32, bytepos =3D 140734799777584 }, dpvec_index =3D -1978612195 }, from_overlay =3D 140734799777760, area =3D 31, method =3D GET_FROM_BUFFER, paragraph_embedding =3D 1606390904, multibyte_p =3D 1, string_from_display_prop_p =3D 1, string_from_prefix_prop_p =3D 1, display_ellipsis_p =3D 1, avoid_cursor_p =3D 1, bidi_p =3D 1, from_disp_prop_p =3D 1, line_wrap =3D 62362736, voffset =3D 1, space_width =3D 140734799778128, font_height =3D 140734799778096 }, { string =3D -392325437154625945, string_nchars =3D 1606391592, end_charpos =3D 140734799779840, stop_charpos =3D 140734799780640, prev_stop =3D 304, base_level_stop =3D 0, cmp_it =3D { stop_pos =3D 140734799778512, id =3D 140735516410349, ch =3D 304, rule_idx =3D 0, lookback =3D 1606392608, nglyphs =3D 32767, reversed_p =3D 0, charpos =3D 576461864700016684, nchars =3D 0, nbytes =3D 0, from =3D 0, to =3D -1070071808, width =3D 0 }, face_id =3D 0, u =3D { image =3D { object =3D 0, slice =3D { x =3D 140734799781528, y =3D 140734799777915, width =3D 140734799781040, height =3D 140734799777916 }, image_id =3D 140734799777832 }, comp =3D { object =3D 0 }, stretch =3D { object =3D 0 } }, position =3D { charpos =3D 140734799777808, bytepos =3D 140735516446178 }, current =3D { pos =3D { charpos =3D 140734799777832, bytepos =3D 140734799779968 }, overlay_string_index =3D 1606389856, string_pos =3D { charpos =3D 140735516446077, bytepos =3D 140734799781018 }, dpvec_index =3D 2 }, from_overlay =3D 1, area =3D 1606393496, method =3D 32767, paragraph_embedding =3D 47352783, multibyte_p =3D 0, string_from_display_prop_p =3D 0, string_from_prefix_prop_p =3D 0, display_ellipsis_p =3D 0, avoid_cursor_p =3D 0, bidi_p =3D 0, from_disp_prop_p =3D 0, line_wrap =3D TRUNCATE, voffset =3D 0, space_width =3D 140734799778336, font_height =3D 140735498608135 }, { string =3D 140734799778704, string_nchars =3D -1971909360, end_charpos =3D 4897208956021, stop_charpos =3D 128, prev_stop =3D 33520352, base_level_stop =3D 4356324960, cmp_it =3D { stop_pos =3D 140735123251104, id =3D 15762598695796736, ch =3D 28, rule_idx =3D 0, lookback =3D 10, nglyphs =3D 0, reversed_p =3D 61348320, charpos =3D 140734799778056, nchars =3D 1606391416, nbytes =3D 32767, from =3D 1606390016, to =3D 32767, width =3D 0 }, face_id =3D 1, u =3D { image =3D { object =3D 1, slice =3D { x =3D 27, y =3D 4356324960, width =3D 0, height =3D 1 }, image_id =3D 4357177120 }, comp =3D { object =3D 1 }, stretch =3D { object =3D 1 } }, position =3D { charpos =3D 140734799780528, bytepos =3D 140735516389758 }, current =3D { pos =3D { charpos =3D 140734799778544, bytepos =3D 4301826102 }, overlay_string_index =3D 0, string_pos =3D { charpos =3D -4595923419731591168, bytepos =3D 4627448617123184640 }, dpvec_index =3D 536870914 }, from_overlay =3D 140734799778176, area =3D 2322976436, method =3D 32767, paragraph_embedding =3D NEUTRAL_DIR, multibyte_p =3D 0, string_from_display_prop_p =3D 0, string_from_prefix_prop_p =3D 0, display_ellipsis_p =3D 0, avoid_cursor_p =3D 0, bidi_p =3D 0, from_disp_prop_p =3D 0, line_wrap =3D 100, voffset =3D 0, space_width =3D 4294967292, font_height =3D 4329460288 }}, sp =3D 1606390496, selective =3D 140735516382606, what =3D 892548916, face_id =3D 859322162, selective_display_ellipsis_p =3D 1, ctl_arrow_p =3D 1, face_box_p =3D 1, start_of_box_run_p =3D 0, end_of_box_run_p =3D 0, overlay_strings_at_end_processed_p =3D 1, ignore_overlay_strings_at_pos_p =3D 1, glyph_not_available_p =3D 0, starts_in_middle_of_char_p =3D 0, face_before_selective_p =3D 1, constrain_row_ascent_descent_p =3D 1, line_wrap =3D 4203621911, base_face_id =3D 1606390336, c =3D 0, len =3D 1606390572, cmp_it =3D { stop_pos =3D 0, id =3D 4329459840, ch =3D 6, rule_idx =3D 0, lookback =3D 34488344, nglyphs =3D 1, reversed_p =3D 34493008, charpos =3D 4329451520, nchars =3D 1606398864, nbytes =3D 32767, from =3D 0, to =3D 8288, width =3D 1606390412 }, char_to_display =3D 0, glyphless_method =3D GLYPHLESS_DISPLAY_THIN_SPACE, image_id =3D 0, slice =3D { x =3D 27, y =3D 1, width =3D 4356315616, height =3D 140734799779488 }, space_width =3D 140735498606849, voffset =3D -27956, tab_width =3D 24511, font_height =3D 140734799778504, object =3D 0, position =3D { charpos =3D 140735500137676, bytepos =3D 35596688949504 }, truncation_pixel_width =3D 12400, continuation_pixel_width =3D 526, first_visible_x =3D 1, last_visible_x =3D 34484364, last_visible_y =3D 1, extra_line_spacing =3D 1606394168, max_extra_line_spacing =3D 32767, override_ascent =3D 1606390555, override_descent =3D 32767, override_boff =3D 1606393680, glyph_row =3D 0x7fff5fbf931c, area =3D 1606390472, nglyphs =3D 32767, pixel_width =3D 1606390448, ascent =3D 32767, descent =3D -1971909150, max_ascent =3D 32767, max_descent =3D 1606390472, phys_ascent =3D 32767, phys_descent =3D 1606392608, max_phys_ascent =3D 32767, max_phys_descent =3D 1606390528, current_x =3D 32767, continuation_lines_width =3D -1971909251, eol_pos =3D { charpos =3D 140734799781690, bytepos =3D 2 }, current_y =3D 1, first_vpos =3D 0, vpos =3D 1606394168, hpos =3D 32767, left_user_fringe_bitmap =3D 63532, right_user_fringe_bitmap =3D 0, left_user_fringe_face_id =3D 0, right_user_fringe_face_id =3D 19582, bidi_p =3D 0, bidi_it =3D { bytepos =3D 140734799781690, charpos =3D 5764607523034234880, ch =3D 1606390592, nchars =3D 140735524919057, ch_len =3D 8388346030423827796, type =3D 4294967168, type_after_w1 =3D 4294967295, orig_type =3D UNKNOWN_BT, resolved_level =3D 0, invalid_levels =3D 18, invalid_rl_levels =3D 0, prev_was_pdf =3D 32270848, prev =3D { bytepos =3D 0, charpos =3D 140734799778880, type =3D 2331533359, type_after_w1 =3D 32767, orig_type =3D 34484288 }, last_strong =3D { bytepos =3D 8, charpos =3D 5120, type =3D 128, type_after_w1 =3D UNKNOWN_BT, orig_type =3D 32270848 }, next_for_neutral =3D { bytepos =3D 2323017427, charpos =3D 4327245416, type =3D 32278096, type_after_w1 =3D STRONG_L, orig_type =3D 32278112 }, prev_for_neutral =3D { bytepos =3D 4327245400, charpos =3D 4311220232, type =3D 32275972, type_after_w1 =3D STRONG_L, orig_type =3D 32278136 }, next_for_ws =3D { bytepos =3D 8, charpos =3D 8589934594, type =3D 32275968, type_after_w1 =3D STRONG_L, orig_type =3D 32278128 }, next_en_pos =3D 4327243264, next_en_type =3D 4294967168, ignore_bn_limit =3D 7, sor =3D 32256000, scan_dir =3D 1, disp_pos =3D 140735516364468, disp_prop =3D 0, stack_idx =3D 0, level_stack =3D {{ level =3D 100, override =3D NEUTRAL_DIR }, { level =3D -4, override =3D NEUTRAL_DIR }, { level =3D 128, override =3D NEUTRAL_DIR }, { level =3D 0, override =3D NEUTRAL_DIR }, { level =3D 18, override =3D NEUTRAL_DIR }, { level =3D 32256000, override =3D L2R }, { level =3D 0, override =3D NEUTRAL_DIR }, { level =3D 1606390896, override =3D 32767 }, { level =3D -1963215928, override =3D 32767 }, { level =3D 0, override =3D NEUTRAL_DIR }, { level =3D 1929845888, override =3D 32767 }, { level =3D 61348320, override =3D L2R }, { level =3D 1929803584, override =3D 32767 }, { level =3D 1606391360, override =3D 32767 }, { level =3D -1989747193, override =3D 32767 }, { level =3D 0, override =3D 1072693248 }, { level =3D 130972, override =3D 8288 }, { level =3D 1606391084, override =3D 1279 }, { level =3D 128, override =3D NEUTRAL_DIR }, { level =3D 0, override =3D NEUTRAL_DIR }, { level =3D 61357664, override =3D L2R }, { level =3D 1929863072, override =3D 32767 }, { level =3D -1963555728, override =3D 32767 }, { level =3D 29, override =3D NEUTRAL_DIR }, { level =3D 10, override =3D NEUTRAL_DIR }, { level =3D 61348320, override =3D L2R }, { level =3D 1606391080, override =3D 32767 }, { level =3D 1606391416, override =3D 32767 }, { level =3D 1606391072, override =3D 32767 }, { level =3D 0, override =3D NEUTRAL_DIR }, { level =3D 1, override =3D NEUTRAL_DIR }, { level =3D 1, override =3D NEUTRAL_DIR }, { level =3D 28, override =3D NEUTRAL_DIR }, { level =3D 61357664, override =3D L2R }, { level =3D 0, override =3D NEUTRAL_DIR }, { level =3D 1, override =3D NEUTRAL_DIR }, { level =3D 34484224, override =3D 8288 }, { level =3D 1606391244, override =3D 32767 }, { level =3D 1606391240, override =3D 32767 }, { level =3D 0, override =3D NEUTRAL_DIR }, { level =3D 1606391236, override =3D 32767 }, { level =3D 256, override =3D 8288 }, { level =3D 34484336, override =3D L2R }, { level =3D 34484364, override =3D L2R }, { level =3D 34484224, override =3D 129 }, { level =3D 34484300, override =3D L2R }, { level =3D 34484336, override =3D L2R }, { level =3D 63532, override =3D NEUTRAL_DIR }, { level =3D 19582, override =3D NEUTRAL_DIR }, { level =3D 34484300, override =3D L2R }, { level =3D 34484288, override =3D L2R }, { level =3D 1606391264, override =3D 32767 }, { level =3D -1963555157, override =3D 32767 }, { level =3D 1606391264, override =3D 32767 }, { level =3D -1971996202, override =3D 32767 }, { level =3D 34484224, override =3D 8288 }, { level =3D 34484224, override =3D L2R }, { level =3D 1606391328, override =3D 32767 }, { level =3D -1963381035, override =3D 32767 }, { level =3D 1606391936, override =3D 32767 }, { level =3D 1606391880, override =3D 32767 }, { level =3D 34484288, override =3D L2R }, { level =3D 1606398578, override =3D 32767 }, { level =3D 4096, override =3D NEUTRAL_DIR }}, string =3D { lstring =3D 140734799781120, s =3D 0x2
, schars =3D 4294967285, bufpos =3D 140734799780448, from_disp_str =3D 1, unibyte =3D 1 }, paragraph_dir =3D 1606391408, separator_limit =3D 140735524919057, first_elt =3D 0, new_paragraph =3D 0, frame_window_p =3D 0 }, paragraph_embedding =3D 1606392648 } count =3D 4 #29 0x0000000100035754 in redisplay_window_0 (window=3D4356325237) at xdisp.c:13738 No locals. #30 0x000000010011e45d in internal_condition_case_1 (bfun=3D0x100035730 , arg=3D4356325237, handlers=3D4345320294, hfun=3D0x100016810 ) at eval.c:1553 c =3D { tag =3D 4345311290, val =3D 4345311290, next =3D 0x7fff5fbfed58, gcpro =3D 0x0, jmp =3D {92176, 1, 1606405120, 32767, 1606404816, 32767, 218928, 1, 5753908, 1, 50352998, 1, 36012245, 1, 1172451, 1, 50410842, 1, 8099, 895, 1606405008, 32767, 1077072, 1, 128, 0, 5763080, 1, 1606405088, 32767, 1162973, 1, 50343994, 1, 50343994, 1, 50343994}, backlist =3D 0x0, handlerlist =3D 0x7fff5fbfed30, lisp_eval_depth =3D 0, pdlcount =3D 4, poll_suppress_count =3D 0, interrupt_input_blocked =3D 0, byte_stack =3D 0x0 } h =3D { handler =3D 4345320294, var =3D 4345311290, chosen_clause =3D 4295816163, tag =3D 0x7fff5fbfcb00, next =3D 0x7fff5fbfed30 } val =3D 0 #31 0x0000000100035713 in redisplay_windows (window=3D4356325237) at xdisp.= c:13718 No locals. #32 0x0000000100041b5a in redisplay_internal () at xdisp.c:13295 fr =3D (struct frame *) 0x0 count =3D 2 old_frame =3D 4330978965 #33 0x00000001000b0bca in read_char (commandflag=3D1606412640, nmaps=3D140734799800672, maps=3D0x7fff5fbfe960, prev_event=3D143892953583058943, used_mouse_menu=3D0x7fff5fbfe960, end_time=3D0x7fff5fbfe960) at keyboard.c:2448 previous_echo_area_message =3D 4345311290 reread =3D 0 polling_stopped_here =3D 0 local_getcjmp =3D {1, 2488136, 1, 62055285, 1, 50343994, 1, 50939706, 1, 2, 0, 2487840, 1, 1606412584, 32767, 50939704, 1, 1606412560, 32767, 1158836, 1, 2, 0, 62055280, 1, 1606412512, 32767, 1089578, 1, 1606412592, 32767, 43139096, 1, 51561738, 1, 5758560, 1} key_already_recorded =3D 0 c =3D 4345311290 save_jump =3D {1606412576, 32767, 1606412320, 32767, 6, 0, 2487984, 1, 5037657, 1, 2487953, 1, 5037632, 1, 2487989, 1, 0, 0, -234064281, -91345385, 2487840, 1, 0, 0, 50682810, 1, 50343994, 1, 2, 0, 1606412432, 32767, 1169802, 1, 4, 0, 2487845} also_record =3D 4345311290 orig_kboard =3D (struct kboard *) 0x102240800 #34 0x00000001000b3c07 in read_key_sequence () at keyboard.c:2832 No symbol table info available. #35 0x00000001000b579a in command_loop_1 () at keyboard.c:1449 keybuf =3D {96, 24, 4300721204, 0, 140734799801312, 140734799801392, 4296134898, 4300738744, 3, 4297619533, 5771264, -392325437154625945, 5, 4300721672, 4300721204, 4297619528, 4295664704, 140734799801632, 4296133879, 140734800051584, 4300738560, 140734800051584, 140734800066888, 140734799801504, 140734799871673, 140734800023824, 140734799801680, 140734800051584, 4300738560, 5} #36 0x000000010011e5a3 in internal_condition_case (bfun=3D0x1000b4290 , handlers=3D4345367402, hfun=3D0x1000b5830 ) at eval.c:1515 c =3D { tag =3D 4345311290, val =3D 4345311290, next =3D 0x7fff5fbfee90, gcpro =3D 0x0, jmp =3D {743472, 1, 1606413904, 32767, 1606413616, 32767, 5763080, 1, 5753908, 1, 50400106, 1, 737936, 1, 1172782, 1, 5753908, 1, 8099, 895, 697408, 1, 1172782, 1, 329, 0, 8096, 895, 3, 0, 0, 0, 0, 16711680, 1128353093, 1330011987, 1281315918}, backlist =3D 0x0, handlerlist =3D 0x0, lisp_eval_depth =3D 0, pdlcount =3D 2, poll_suppress_count =3D 0, interrupt_input_blocked =3D 0, byte_stack =3D 0x0 } h =3D { handler =3D 4345367402, var =3D 4345311290, chosen_clause =3D 140734799801968, tag =3D 0x7fff5fbfed58, next =3D 0x0 } val =3D 0 #37 0x00000001000b426e in command_loop_2 (ignore=3D140734799801256) at keyboard.c:1160 No locals. #38 0x000000010011e6a8 in internal_catch (tag=3D140734799801256, func=3D0x1000b4230 , arg=3D140734799801256) at eval.c:1272 c =3D { tag =3D 4345363402, val =3D 4345311290, next =3D 0x0, gcpro =3D 0x0, jmp =3D {50343994, 1, 1606414208, 32767, 1606413968, 32767, 5754376, 1, 5753908, 1, 737840, 1, 737840, 1, 1173141, 1, 32256000, 1, 8099, 895, 1606414112, 32767, -1963212380, 32767, 1702057263, 0, 1455760, 1, 1606414256, 32767, 1606414264, 32767, 1844360, 1, 50343994, 1, 1606414208}, backlist =3D 0x0, handlerlist =3D 0x0, lisp_eval_depth =3D 0, pdlcount =3D 2, poll_suppress_count =3D 0, interrupt_input_blocked =3D 0, byte_stack =3D 0x0 } #39 0x00000001000b5d90 in command_loop [inlined] () at /Users/febeling/Downloads/emacs-24.0.97/src/keyboard.c:1139 val =3D 4295705136 count =3D 50396106 val =3D 4295705136 #40 0x00000001000b5d90 in recursive_edit_1 () at keyboard.c:759 val =3D 4295705136 count =3D 50396106 val =3D 4295705136 #41 0x00000001000a5b5c in Frecursive_edit () at keyboard.c:823 count =3D 0 buffer =3D 0 #42 0x00000001000a263f in main (argc=3D50396106, argv=3D0x7fff5fbff150) at emacs.c:1715 stack_bottom_variable =3D 0 '\000' dummy =3D 0 junk =3D 0x0 skip_args =3D 0 rlim =3D { rlim_cur =3D 8720000, rlim_max =3D 67104768 } dname_arg =3D 0x0 dname_arg2 =3D '\000' , "\001", '\000' , " \a\300_\377\177\000\0000\a\300_\377\177\000\000\000\000\000\000\0= 02\000\000\000p\361\277_\377\177\000\000gv\f\362\027.\216\372\000\000\000\0= 00\000\000\000" ch_to_dir =3D 0x0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 01 02:43:43 2012 Received: (at 11541) by debbugs.gnu.org; 1 Jun 2012 06:43:43 +0000 Received: from localhost ([127.0.0.1]:52657 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaLaI-0001JB-17 for submit@debbugs.gnu.org; Fri, 01 Jun 2012 02:43:43 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:50633 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaLaE-0001J3-R1 for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 02:43:40 -0400 Received: from [155.69.18.181] (port=57532 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SaLYa-0003eQ-LW; Fri, 01 Jun 2012 02:41:57 -0400 From: Chong Yidong To: Florian Ebeling Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> <8362bb1rtx.fsf@gnu.org> Date: Fri, 01 Jun 2012 14:41:49 +0800 In-Reply-To: (Florian Ebeling's message of "Fri, 1 Jun 2012 08:36:41 +0200") Message-ID: <87d35ja5zm.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, Eli Zaretskii , mituharu@math.s.chiba-u.ac.jp X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Florian Ebeling writes: > #18 0x00000001001a1253 in ns_findfonts (font_spec=4338015181, > isMatch=0 '\000') at nsfont.m:532 > desc = (NSFontDescriptor *) 0x6 > fkeys = (NSMutableSet *) 0x10254d0c0 > cFamilies = (NSSet *) 0x10274dc20 > fdesc = (NSFontDescriptor *) 0x10250be70 > dEnum = (NSEnumerator *) 0x8afbb3c8 > family = (NSString *) 0x5 > foundItal = 0 '\000' > tem = 140734799760864 > list = 4345311290 > matchingDescs = (NSArray *) 0x103395716 Please use `po' to print the `fdesc' and `fkeys' objects. From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 01 02:46:33 2012 Received: (at 11541) by debbugs.gnu.org; 1 Jun 2012 06:46:33 +0000 Received: from localhost ([127.0.0.1]:52661 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaLd2-0001Ne-Rv for submit@debbugs.gnu.org; Fri, 01 Jun 2012 02:46:33 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:65342) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaLd0-0001NN-80 for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 02:46:31 -0400 Received: by dacx6 with SMTP id x6so2167817dac.3 for <11541@debbugs.gnu.org>; Thu, 31 May 2012 23:44:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=nQFwkEyC92k1RHAirJhhD7lsoubXjArfbJvb43ajmbM=; b=arMP6JRWJu8MOpWIh9AGVM2ORhWdekqhZ9Y+Iioqa2HR2VlurAFkCPhh/BQ6R4YMlh x5hCpCfp1LSkh8FKiKcoVGsLgNykB4j6JclOPvuvpSi2E3+eeSiC5fpAYdVBBeKc4XOb eogKROZpV/vdn+fZnsNHEiS3S5FVOfqWiB81Cu95Erp47QEFNFc1e5t1eIv6v4UbrSrq CuLaJmmnWMscOCUQJLpn3Z2IUIgIYgOUgp/O93eOSZh9npw3IUPQwm1VSeKahgaxp1NG 53RaPjlfLP/Lju73NKUPmWNt4F5A2COYsqc9+yNP75ZL9hC0MAMUHXrxRfCq5uJ08A/0 cWlQ== Received: by 10.68.227.201 with SMTP id sc9mr8131067pbc.64.1338533085839; Thu, 31 May 2012 23:44:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.99.5 with HTTP; Thu, 31 May 2012 23:44:25 -0700 (PDT) In-Reply-To: <87d35ja5zm.fsf@gnu.org> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> <8362bb1rtx.fsf@gnu.org> <87d35ja5zm.fsf@gnu.org> From: Florian Ebeling Date: Fri, 1 Jun 2012 08:44:25 +0200 Message-ID: Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 To: Chong Yidong Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, Eli Zaretskii , mituharu@math.s.chiba-u.ac.jp X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) >> #18 0x00000001001a1253 in ns_findfonts (font_spec=3D4338015181, >> isMatch=3D0 '\000') at nsfont.m:532 >> =C2=A0 =C2=A0 =C2=A0 desc =3D (NSFontDescriptor *) 0x6 >> =C2=A0 =C2=A0 =C2=A0 fkeys =3D (NSMutableSet *) 0x10254d0c0 >> =C2=A0 =C2=A0 =C2=A0 cFamilies =3D (NSSet *) 0x10274dc20 >> =C2=A0 =C2=A0 =C2=A0 fdesc =3D (NSFontDescriptor *) 0x10250be70 >> =C2=A0 =C2=A0 =C2=A0 dEnum =3D (NSEnumerator *) 0x8afbb3c8 >> =C2=A0 =C2=A0 =C2=A0 family =3D (NSString *) 0x5 >> =C2=A0 =C2=A0 =C2=A0 foundItal =3D 0 '\000' >> =C2=A0 =C2=A0 =C2=A0 tem =3D 140734799760864 >> =C2=A0 =C2=A0 =C2=A0 list =3D 4345311290 >> =C2=A0 =C2=A0 =C2=A0 matchingDescs =3D (NSArray *) 0x103395716 > > Please use `po' to print the `fdesc' and `fkeys' objects. Same reading as earlier: (gdb) f 18 #18 0x00000001001a1253 in ns_findfonts (font_spec=3D4338015181, isMatch=3D0 '\000') at nsfont.m:532 532 matchingDescs =3D [fdesc matchingFontDescriptorsWithMandatoryKeys: = fkeys]; (gdb) po fkeys {( )} (gdb) po fdesc NSCTFontDescriptor <0x10250be70> =3D { } From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 01 02:49:06 2012 Received: (at 11541) by debbugs.gnu.org; 1 Jun 2012 06:49:06 +0000 Received: from localhost ([127.0.0.1]:52665 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaLfD-0001Qp-Si for submit@debbugs.gnu.org; Fri, 01 Jun 2012 02:49:06 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:32842) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaLfB-0001Qa-BK for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 02:48:46 -0400 Received: by dacx6 with SMTP id x6so2169933dac.3 for <11541@debbugs.gnu.org>; Thu, 31 May 2012 23:47:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=N6sM4AiIikz3mraQ+s/wRVnOi1tYN8Nvr95po3e7ZMQ=; b=zfrGdjYvPr9mRIaWV1uuCt5ENqEUlqcjeXdIaXAZRePKNIz/IB0O4TIiQpsov5zVGm +FjFHiEHKvFqHOO2Em87m36U1HGJP+p9nOXsDdWv843qlh+m93I2SIreaSyqAZDuE9eX jM8TK7wDnaK3TAc+Kg92yvA3LU0afsUbDTe7rs681CawwSzCABrcIIkiZ9vQlWLqM6g0 JdeYRGpbqUWcEBkvqOtIA5WzarCtzCck92BwZI+p1pTpt7NBq/RsWKViqeGB3PWy9p+x hfzpi28DLJQFG6cQbJOh/gubK/H8rvYiT4HPIr950+xUyA+A9QEsLVgISOZLS2hX9bpR U3BQ== Received: by 10.68.212.67 with SMTP id ni3mr8096329pbc.136.1338533221218; Thu, 31 May 2012 23:47:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.99.5 with HTTP; Thu, 31 May 2012 23:46:40 -0700 (PDT) In-Reply-To: <834nqv1rpb.fsf@gnu.org> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> <834nqv1rpb.fsf@gnu.org> From: Florian Ebeling Date: Fri, 1 Jun 2012 08:46:40 +0200 Message-ID: Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 To: Eli Zaretskii Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, cyd@gnu.org, mituharu@math.s.chiba-u.ac.jp X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) > Can you compare the values of the key variables in this test program > with the corresponding variables in ns_findfonts, and see which one(s) > are different? =C2=A0If the code is equivalent, why does it yield non-emp= ty > objects, while in Emacs you get empty ones? Yes, that is the thing that I don't under stand either. One assumption offered earlier was stack corruption. I translated that into probably using some already freed/release object. For that assumption the crash occurs very predictably, though. Also I tried to set NSZombiesEnabled=3DYES, and that didn't change anything. What are other causes of stack corruption? From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 01 04:50:29 2012 Received: (at 11541) by debbugs.gnu.org; 1 Jun 2012 08:50:29 +0000 Received: from localhost ([127.0.0.1]:52748 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaNYy-000490-RA for submit@debbugs.gnu.org; Fri, 01 Jun 2012 04:50:29 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:34060) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaNYd-000487-6d for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 04:50:26 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0M4X00K00KD3FQ00@a-mtaout20.012.net.il> for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 11:47:05 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M4X00KGRKEH5170@a-mtaout20.012.net.il>; Fri, 01 Jun 2012 11:47:05 +0300 (IDT) Date: Fri, 01 Jun 2012 11:47:06 +0300 From: Eli Zaretskii Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 In-reply-to: X-012-Sender: halo1@inter.net.il To: Florian Ebeling Message-id: <83396f1ks5.fsf@gnu.org> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> <834nqv1rpb.fsf@gnu.org> X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, cyd@gnu.org, mituharu@math.s.chiba-u.ac.jp X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) > From: Florian Ebeling > Date: Fri, 1 Jun 2012 08:46:40 +0200 > Cc: mituharu@math.s.chiba-u.ac.jp, 11541@debbugs.gnu.org, cyd@gnu.org > > One assumption offered earlier was stack corruption. That assumption was false. It was based on the garbled value of font_spec displayed by GDB due to optimizations. Now that we see a valid value in an unoptimized build, we should forget about that assumption. Something else is at work here. One possibility is that trying to pass empty objects to NS APIs causes the crash. Since the test program didn't yield empty objects, one possible approach is to try to understand what is the difference between the test program and ns_findfonts. From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 01 04:54:25 2012 Received: (at 11541) by debbugs.gnu.org; 1 Jun 2012 08:54:26 +0000 Received: from localhost ([127.0.0.1]:52763 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaNcn-0004Eh-JP for submit@debbugs.gnu.org; Fri, 01 Jun 2012 04:54:25 -0400 Received: from mail-pb0-f44.google.com ([209.85.160.44]:58292) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaNck-0004EV-Po for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 04:54:24 -0400 Received: by pbcwy7 with SMTP id wy7so2465173pbc.3 for <11541@debbugs.gnu.org>; Fri, 01 Jun 2012 01:52:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=GGQC5Tkvdi/MV/6m6GVzAgDlbKCT2FfXXNPCsx+giRA=; b=j8uq4W1bBRGLtImrSPkefuc+UXzTBxdnoNmCJC9DT/Qp/LrY4gQVWH/XC5A+ilxsvj garh0qeuiJ/3+H9dE8cDUnB9YbWGxRhnby1h12dzXZ5H0bxQDz1ZPZnHjkrVaH5TSJiS mB+pSj9StmFtZDMAxJ3QBQ2nySJ9NtH+qoJSOgoqGQ9aNKzQA4KoWOEgxue0WotlSRId QN0GOnp5T03lEYts+kTKUWhjfEJzXhuqC8alggCWSWFNj2Vw83KXnOypmasOcpH2yNDr BN0Tb4+SGix6K2TGNyWdh/yacsXuTZ5OSUJvRBOxPUxEH8P11MuDfNUY7QLhRQ98V7IK RcJw== Received: by 10.68.217.225 with SMTP id pb1mr8007408pbc.49.1338540756743; Fri, 01 Jun 2012 01:52:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.99.5 with HTTP; Fri, 1 Jun 2012 01:52:16 -0700 (PDT) In-Reply-To: References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> <834nqv1rpb.fsf@gnu.org> From: Florian Ebeling Date: Fri, 1 Jun 2012 10:52:16 +0200 Message-ID: Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 To: Eli Zaretskii Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, cyd@gnu.org, mituharu@math.s.chiba-u.ac.jp X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) I also see crashes whose stack traces looks quite similar when doing editing on non-unicode text. This is from editing a pure ASCII file. The crash originates from a call to CGStringGetLength below ns_findfonts as well. Head of the system crash reporter text looks like this: Process: Emacs [11929] Path: /Applications/Emacs.app/Contents/MacOS/Emacs Identifier: org.gnu.Emacs Version: Version 24.0.97 (9.0) Code Type: X86-64 (Native) Parent Process: launchd [225] Date/Time: 2012-06-01 10:42:51.606 +0200 OS Version: Mac OS X 10.7.4 (11E53) Report Version: 9 Interval Since Last Report: 48562 sec Crashes Since Last Report: 2 Per-App Interval Since Last Report: 29627 sec Per-App Crashes Since Last Report: 2 Anonymous UUID: C18CC773-D97A-495D-9009-B980469EE8A9 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGABRT) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 VM Regions Near 0: --> __TEXT 0000000100000000-00000001001f4000 [ 2000K] r-x/rwx SM=COW /Applications/Emacs.app/Contents/MacOS/Emacs Application Specific Information: objc[11929]: garbage collection is OFF abort() called Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff89f9482a __kill + 10 1 org.gnu.Emacs 0x00000001000a29e0 fatal_error_signal + 320 2 libsystem_c.dylib 0x00007fff8afbdcfa _sigtramp + 26 3 libsystem_kernel.dylib 0x00007fff89f94ce2 __pthread_kill + 10 4 libsystem_c.dylib 0x00007fff8af6b7d2 pthread_kill + 95 5 libsystem_c.dylib 0x00007fff8af5ca7a abort + 143 6 org.gnu.Emacs 0x000000010018cb21 ns_term_shutdown + 129 7 org.gnu.Emacs 0x00000001000a08bf shut_down_emacs + 239 8 org.gnu.Emacs 0x00000001000a29af fatal_error_signal + 271 9 libsystem_c.dylib 0x00007fff8afbdcfa _sigtramp + 26 10 com.apple.CoreFoundation 0x00007fff8966d3c2 CFStringGetLength + 18 11 com.apple.CoreFoundation 0x00007fff896849e9 CFStringCompareWithOptionsAndLocale + 73 12 com.apple.CoreText 0x00007fff89e937b2 CompareLocalizedDescriptorsByTraitsAndPrecedence(void const*, void const*, void*, bool) + 209 13 com.apple.CoreFoundation 0x00007fff896a5fa5 __CFSimpleMergeSort + 85 14 com.apple.CoreFoundation 0x00007fff896a6067 __CFSimpleMergeSort + 279 15 com.apple.CoreFoundation 0x00007fff896a6083 __CFSimpleMergeSort + 307 16 com.apple.CoreFoundation 0x00007fff896a6083 __CFSimpleMergeSort + 307 17 com.apple.CoreFoundation 0x00007fff896a6067 __CFSimpleMergeSort + 279 18 com.apple.CoreFoundation 0x00007fff896a6067 __CFSimpleMergeSort + 279 19 com.apple.CoreFoundation 0x00007fff896a6067 __CFSimpleMergeSort + 279 20 com.apple.CoreFoundation 0x00007fff896a6067 __CFSimpleMergeSort + 279 21 com.apple.CoreFoundation 0x00007fff896a6067 __CFSimpleMergeSort + 279 22 com.apple.CoreFoundation 0x00007fff896a5ef6 CFSortIndexes + 1446 23 com.apple.CoreFoundation 0x00007fff89678e33 CFQSortArray + 275 24 com.apple.CoreFoundation 0x00007fff89678bb8 CFArraySortValues + 1080 25 com.apple.CoreText 0x00007fff89ebdb28 TDescriptorSource::GetAllDescriptors(bool, long (*)(void const*, void const*, void*)) const + 136 26 com.apple.CoreText 0x00007fff89e8a587 TDescriptor::CreateMatchingDescriptors(__CFSet const*, unsigned long) const + 163 27 com.apple.AppKit 0x0000000100a32599 -[NSCTFontDescriptor matchingFontDescriptorsWithMandatoryKeys:] + 12 28 org.gnu.Emacs 0x00000001001a1c7a ns_findfonts + 1786 29 org.gnu.Emacs 0x000000010012ff32 font_list_entities + 770 30 org.gnu.Emacs 0x0000000100131d5e font_find_for_lface + 1918 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 01 04:55:00 2012 Received: (at 11541) by debbugs.gnu.org; 1 Jun 2012 08:55:00 +0000 Received: from localhost ([127.0.0.1]:52766 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaNdM-0004FQ-1F for submit@debbugs.gnu.org; Fri, 01 Jun 2012 04:55:00 -0400 Received: from mtaout23.012.net.il ([80.179.55.175]:35988) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaNdK-0004FD-F0 for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 04:54:59 -0400 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M4X00300KKJGL00@a-mtaout23.012.net.il> for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 11:53:13 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M4X003O9KOOA8A0@a-mtaout23.012.net.il>; Fri, 01 Jun 2012 11:53:13 +0300 (IDT) Date: Fri, 01 Jun 2012 11:53:13 +0300 From: Eli Zaretskii Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 In-reply-to: To: Florian Ebeling Message-id: <831ulz1khy.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: QUOTED-PRINTABLE X-012-Sender: halo1@inter.net.il References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> <8362bb1rtx.fsf@gnu.org> <87d35ja5zm.fsf@gnu.org> X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, cyd@gnu.org, mituharu@math.s.chiba-u.ac.jp X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) > From: Florian Ebeling > Date: Fri, 1 Jun 2012 08:44:25 +0200 > Cc: Eli Zaretskii , mituharu@math.s.chiba-u.ac.jp, 11= 541@debbugs.gnu.org >=20 > >> #18 0x00000001001a1253 in ns_findfonts (font_spec=3D4338015181, > >> isMatch=3D0 '\000') at nsfont.m:532 > >> =C2=A0 =C2=A0 =C2=A0 desc =3D (NSFontDescriptor *) 0x6 > >> =C2=A0 =C2=A0 =C2=A0 fkeys =3D (NSMutableSet *) 0x10254d0c0 > >> =C2=A0 =C2=A0 =C2=A0 cFamilies =3D (NSSet *) 0x10274dc20 > >> =C2=A0 =C2=A0 =C2=A0 fdesc =3D (NSFontDescriptor *) 0x10250be70 > >> =C2=A0 =C2=A0 =C2=A0 dEnum =3D (NSEnumerator *) 0x8afbb3c8 > >> =C2=A0 =C2=A0 =C2=A0 family =3D (NSString *) 0x5 > >> =C2=A0 =C2=A0 =C2=A0 foundItal =3D 0 '\000' > >> =C2=A0 =C2=A0 =C2=A0 tem =3D 140734799760864 > >> =C2=A0 =C2=A0 =C2=A0 list =3D 4345311290 > >> =C2=A0 =C2=A0 =C2=A0 matchingDescs =3D (NSArray *) 0x103395716 > > > > Please use `po' to print the `fdesc' and `fkeys' objects. >=20 > Same reading as earlier: >=20 > (gdb) f 18 > #18 0x00000001001a1253 in ns_findfonts (font_spec=3D4338015181, > isMatch=3D0 '\000') at nsfont.m:532 > 532=09 matchingDescs =3D [fdesc matchingFontDescriptorsWithManda= toryKeys: fkeys]; > (gdb) po fkeys > {( > )} > (gdb) po fdesc > NSCTFontDescriptor <0x10250be70> =3D { > } So I think you should step into ns_get_req_script, ns_get_covering_families, and ns_spec_to_descriptor, and try to understand why they come up with empty objects. From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 01 04:57:14 2012 Received: (at 11541) by debbugs.gnu.org; 1 Jun 2012 08:57:14 +0000 Received: from localhost ([127.0.0.1]:52771 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaNfV-0004It-GT for submit@debbugs.gnu.org; Fri, 01 Jun 2012 04:57:13 -0400 Received: from mail-pb0-f44.google.com ([209.85.160.44]:51372) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaNfT-0004Ig-TS for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 04:57:12 -0400 Received: by pbcwy7 with SMTP id wy7so2468075pbc.3 for <11541@debbugs.gnu.org>; Fri, 01 Jun 2012 01:55:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=HD8apvMX+35lpuaip5q/CH6gC7AVFK0AC10BLMGlvxM=; b=hTp77bvhgfcu5tmoICnEYpUNVwpPeg+Aij5bHGBoMOlHZWHAbqzzD93FlH3DrSeJXd YWwa2FHAxau2Kd9mBV4B+f293LNXFj/him6+5H8ra900WjZMeAvaiFXK2KlDmwRasawT adHm/8t7O7ZLHqoJSDAvDYpYJJFzVsvxSqiyjorawD8sEZa75/N8sGaJePQWze4RY9GB uOQZwVlQT5tYjfeBkTIqSSZr6hdgl8HRfNvGerHKXOqvj4YF8MQJKe5g9bMXVvEzHQKh ZBy7NSMkTYoG+SUUfrq5D06/4IJmBqYdKDCaD5GPeheATV/dP/Voqvi2Py6K+ICvUCO/ 6J/A== Received: by 10.68.217.225 with SMTP id pb1mr8029411pbc.49.1338540927084; Fri, 01 Jun 2012 01:55:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.99.5 with HTTP; Fri, 1 Jun 2012 01:55:06 -0700 (PDT) In-Reply-To: <83396f1ks5.fsf@gnu.org> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> <834nqv1rpb.fsf@gnu.org> <83396f1ks5.fsf@gnu.org> From: Florian Ebeling Date: Fri, 1 Jun 2012 10:55:06 +0200 Message-ID: Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 To: Eli Zaretskii Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, cyd@gnu.org, mituharu@math.s.chiba-u.ac.jp X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) > One possibility is that trying to pass empty objects to NS APIs causes > the crash. =C2=A0Since the test program didn't yield empty objects, one > possible approach is to try to understand what is the difference > between the test program and ns_findfonts. We tried that with the minimal program by Mitsuharu and I did it with an almost empty Cocoa application. In both cases, the result was a large collection of all (?) fonts on the system. That is a plausible result as well for the system to yield. From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 01 04:59:13 2012 Received: (at 11541) by debbugs.gnu.org; 1 Jun 2012 08:59:13 +0000 Received: from localhost ([127.0.0.1]:52776 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaNhR-0004Le-5C for submit@debbugs.gnu.org; Fri, 01 Jun 2012 04:59:13 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:35982) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaNhP-0004LT-Q8 for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 04:59:12 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0M4X00K00KMMIA00@a-mtaout20.012.net.il> for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 11:56:34 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M4X00KGQKU9IE10@a-mtaout20.012.net.il>; Fri, 01 Jun 2012 11:56:33 +0300 (IDT) Date: Fri, 01 Jun 2012 11:56:34 +0300 From: Eli Zaretskii Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 In-reply-to: X-012-Sender: halo1@inter.net.il To: Florian Ebeling Message-id: <83zk8nz9z1.fsf@gnu.org> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> <834nqv1rpb.fsf@gnu.org> X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, cyd@gnu.org, mituharu@math.s.chiba-u.ac.jp X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) > From: Florian Ebeling > Date: Fri, 1 Jun 2012 10:52:16 +0200 > Cc: mituharu@math.s.chiba-u.ac.jp, 11541@debbugs.gnu.org, cyd@gnu.org > > I also see crashes whose stack traces looks quite similar when doing > editing on non-unicode text. OK, but at this point this information doesn't add anything useful to our understanding of the issue (at least to my understanding). So I would stick to your original recipe with the particular character that causes the crash, because it is so easily reproducible. From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 01 05:24:07 2012 Received: (at 11541) by debbugs.gnu.org; 1 Jun 2012 09:24:07 +0000 Received: from localhost ([127.0.0.1]:52822 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaO5X-0004vK-Dd for submit@debbugs.gnu.org; Fri, 01 Jun 2012 05:24:07 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:41065) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaO5D-0004uV-1o for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 05:24:06 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0M4X00K00LXZSC00@a-mtaout20.012.net.il> for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 12:21:52 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M4X00KDPM0G51D0@a-mtaout20.012.net.il>; Fri, 01 Jun 2012 12:21:52 +0300 (IDT) Date: Fri, 01 Jun 2012 12:21:53 +0300 From: Eli Zaretskii Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 In-reply-to: To: Florian Ebeling Message-id: <83y5o7z8su.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: QUOTED-PRINTABLE X-012-Sender: halo1@inter.net.il References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> <834nqv1rpb.fsf@gnu.org> <83396f1ks5.fsf@gnu.org> X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, cyd@gnu.org, mituharu@math.s.chiba-u.ac.jp X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) > From: Florian Ebeling > Date: Fri, 1 Jun 2012 10:55:06 +0200 > Cc: mituharu@math.s.chiba-u.ac.jp, 11541@debbugs.gnu.org, cyd@gnu.o= rg >=20 > > One possibility is that trying to pass empty objects to NS APIs c= auses > > the crash. =C2=A0Since the test program didn't yield empty object= s, one > > possible approach is to try to understand what is the difference > > between the test program and ns_findfonts. >=20 > We tried that with the minimal program by Mitsuharu and I did it wi= th > an almost empty Cocoa application. >=20 > In both cases, the result was a large collection of all (?) fonts o= n > the system. That is a plausible result as well for the system to > yield. But both cases yield different results that in Emacs, right? So I suggest to find out what is the difference between Emacs and these test programs, by stepping through the Emacs functions invoked by ns_findfonts, and seeing what happens there that causes empty objects to be returned. From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 01 07:59:09 2012 Received: (at 11541) by debbugs.gnu.org; 1 Jun 2012 11:59:09 +0000 Received: from localhost ([127.0.0.1]:52891 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaQVZ-0000iu-3G for submit@debbugs.gnu.org; Fri, 01 Jun 2012 07:59:09 -0400 Received: from mailout.melmac.se ([62.20.26.67]:35286) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaQVF-0000i8-2s for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 07:59:08 -0400 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 9EF6B9F33 for <11541@debbugs.gnu.org>; Fri, 1 Jun 2012 13:57:02 +0200 (CEST) Received: (qmail 7153 invoked by uid 89); 1 Jun 2012 11:52:44 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 1 Jun 2012 11:52:44 -0000 Received: from [10.225.40.69] (unknown [193.45.43.33]) by coolsville.localdomain (Postfix) with ESMTPSA id BF19D7FA06C; Fri, 1 Jun 2012 13:57:01 +0200 (CEST) Message-ID: <4FC8AE0C.6090102@swipnet.se> Date: Fri, 01 Jun 2012 13:57:00 +0200 From: "Jan D." User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Florian Ebeling Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> <8362bb1rtx.fsf@gnu.org> <87d35ja5zm.fsf@gnu.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, Chong Yidong X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) Hello. The desc and family pointer values looks wrong. Jan D. Florian Ebeling skrev 2012-06-01 08:44: >>> #18 0x00000001001a1253 in ns_findfonts (font_spec=4338015181, >>> isMatch=0 '\000') at nsfont.m:532 >>> desc = (NSFontDescriptor *) 0x6 >>> fkeys = (NSMutableSet *) 0x10254d0c0 >>> cFamilies = (NSSet *) 0x10274dc20 >>> fdesc = (NSFontDescriptor *) 0x10250be70 >>> dEnum = (NSEnumerator *) 0x8afbb3c8 >>> family = (NSString *) 0x5 >>> foundItal = 0 '\000' >>> tem = 140734799760864 >>> list = 4345311290 >>> matchingDescs = (NSArray *) 0x103395716 >> >> Please use `po' to print the `fdesc' and `fkeys' objects. > > Same reading as earlier: > > (gdb) f 18 > #18 0x00000001001a1253 in ns_findfonts (font_spec=4338015181, > isMatch=0 '\000') at nsfont.m:532 > 532 matchingDescs = [fdesc matchingFontDescriptorsWithMandatoryKeys: fkeys]; > (gdb) po fkeys > {( > )} > (gdb) po fdesc > NSCTFontDescriptor<0x10250be70> = { > } > > From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 01 09:44:38 2012 Received: (at 11541) by debbugs.gnu.org; 1 Jun 2012 13:44:38 +0000 Received: from localhost ([127.0.0.1]:53023 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaS9d-0003ty-E3 for submit@debbugs.gnu.org; Fri, 01 Jun 2012 09:44:38 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:58032 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaS9c-0003tr-80 for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 09:44:37 -0400 Received: from cm162.gamma80.maxonline.com.sg ([202.156.80.162]:36472 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SaS7x-00087V-PC; Fri, 01 Jun 2012 09:42:54 -0400 From: Chong Yidong To: "Jan D." Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> <8362bb1rtx.fsf@gnu.org> <87d35ja5zm.fsf@gnu.org> <4FC8AE0C.6090102@swipnet.se> Date: Fri, 01 Jun 2012 21:42:47 +0800 In-Reply-To: <4FC8AE0C.6090102@swipnet.se> (Jan D.'s message of "Fri, 01 Jun 2012 13:57:00 +0200") Message-ID: <87k3zrw3l4.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 11541 Cc: Florian Ebeling , 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) "Jan D." writes: > The desc and family pointer values looks wrong. Those variables are not yet initialized, or used, at the time of the crash. From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 01 10:53:25 2012 Received: (at 11541) by debbugs.gnu.org; 1 Jun 2012 14:53:26 +0000 Received: from localhost ([127.0.0.1]:53343 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaTED-0005WU-DS for submit@debbugs.gnu.org; Fri, 01 Jun 2012 10:53:25 -0400 Received: from mail-pb0-f44.google.com ([209.85.160.44]:54148) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaTEA-0005WG-Vj for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 10:53:23 -0400 Received: by pbcwy7 with SMTP id wy7so2826509pbc.3 for <11541@debbugs.gnu.org>; Fri, 01 Jun 2012 07:51:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=TZGcUknDrVjkyEpkoM7UkXi3k5NJTH9Slac47rLAGTk=; b=EH3hegroUSKtzf9C/QyTyy9J+5Ted/AtMCftjh3dl1liJ8V9jDKEv0jxUSheYGkXXS b1kIqeGxwY0/+g9DIDHS8qOj7uhHXPxZB1BJOaBRGC5AT6b3Iebh3Mivtkk6qSO6772p 4s+i3nzHtTWsKUE5bgHo+ZmGIsxOo1AL0WDRsJsYYL/xlzpEp+qz0qV1GDWofe+ZjVS4 OVwEGduBJf4Q2C2BdNGD4XIrYd6uogPWQQQQqbrQskifOn5MRSnxGZWWRySvbVZUeMoZ RcOBs8CG/zqhKaCDTqJZmvGWfMmXJ+oGhZgqs1z9LTSWSAD8aWIVobdrWnTHcZX36eEK KieQ== Received: by 10.68.211.131 with SMTP id nc3mr11170938pbc.4.1338562296792; Fri, 01 Jun 2012 07:51:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.99.5 with HTTP; Fri, 1 Jun 2012 07:51:06 -0700 (PDT) In-Reply-To: <83y5o7z8su.fsf@gnu.org> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> <834nqv1rpb.fsf@gnu.org> <83396f1ks5.fsf@gnu.org> <83y5o7z8su.fsf@gnu.org> From: Florian Ebeling Date: Fri, 1 Jun 2012 16:51:06 +0200 Message-ID: Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 To: Eli Zaretskii Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, cyd@gnu.org, mituharu@math.s.chiba-u.ac.jp X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) > But both cases yield different results that in Emacs, right? =C2=A0So I > suggest to find out what is the difference between Emacs and these > test programs, by stepping through the Emacs functions invoked by > ns_findfonts, and seeing what happens there that causes empty objects > to be returned. Sound like a reasonable next step. I'm actually a bit tired and I also need to get other work done, though. Can at least anyone confirm this bug at all elsewhere, or is this just my machine? From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 01 12:14:23 2012 Received: (at 11541) by debbugs.gnu.org; 1 Jun 2012 16:14:23 +0000 Received: from localhost ([127.0.0.1]:53367 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaUUZ-0007If-FH for submit@debbugs.gnu.org; Fri, 01 Jun 2012 12:14:23 -0400 Received: from mailout.melmac.se ([62.20.26.67]:48175) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SaUUW-0007IS-Ut for 11541@debbugs.gnu.org; Fri, 01 Jun 2012 12:14:21 -0400 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 3D94F99A1 for <11541@debbugs.gnu.org>; Fri, 1 Jun 2012 18:12:33 +0200 (CEST) Received: (qmail 2956 invoked by uid 89); 1 Jun 2012 16:08:14 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 1 Jun 2012 16:08:14 -0000 Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 48BE87FA06C; Fri, 1 Jun 2012 18:12:32 +0200 (CEST) Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: =?iso-8859-1?Q?Jan_Dj=E4rv?= In-Reply-To: Date: Fri, 1 Jun 2012 18:12:34 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> <834nqv1rpb.fsf@gnu.org> <83396f1 ks5.fsf@gnu.org> <83y5o7z8su.fsf@gnu.org> To: Florian Ebeling X-Mailer: Apple Mail (2.1278) X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, Eli Zaretskii , cyd@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) Hello. 1 jun 2012 kl. 16:51 skrev Florian Ebeling: >> But both cases yield different results that in Emacs, right? So I >> suggest to find out what is the difference between Emacs and these >> test programs, by stepping through the Emacs functions invoked by >> ns_findfonts, and seeing what happens there that causes empty objects >> to be returned. >=20 > Sound like a reasonable next step. >=20 > I'm actually a bit tired and I also need to get other work done, = though. >=20 > Can at least anyone confirm this bug at all elsewhere, or is this just > my machine? >=20 >=20 I tried, compiling with various flags and optimizations, but I always = get a nice arrow, no crash. Jan D. From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 13 16:20:38 2012 Received: (at control) by debbugs.gnu.org; 13 Jun 2012 20:20:38 +0000 Received: from localhost ([127.0.0.1]:41276 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Seu3S-0002hf-E8 for submit@debbugs.gnu.org; Wed, 13 Jun 2012 16:20:38 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:58392) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Seu3Q-0002hY-Ib for control@debbugs.gnu.org; Wed, 13 Jun 2012 16:20:36 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Seu0g-0004T6-SM for control@debbugs.gnu.org; Wed, 13 Jun 2012 16:17:46 -0400 Date: Wed, 13 Jun 2012 16:17:46 -0400 Message-Id: Subject: control message for bug 11684 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) forcemerge 11541 11684 From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 18 21:40:11 2012 Received: (at 11541) by debbugs.gnu.org; 19 Jun 2012 01:40:11 +0000 Received: from localhost ([127.0.0.1]:47468 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SgnQO-0004kg-1Q for submit@debbugs.gnu.org; Mon, 18 Jun 2012 21:40:11 -0400 Received: from mail-vc0-f192.google.com ([209.85.220.192]:57461) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sgl4d-0000WW-FV for 11541@debbugs.gnu.org; Mon, 18 Jun 2012 19:09:35 -0400 Received: by vcbfk1 with SMTP id fk1so5204661vcb.9 for <11541@debbugs.gnu.org>; Mon, 18 Jun 2012 16:06:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=path:newsgroups:date:in-reply-to:complaints-to:injection-info :nntp-posting-host:references:user-agent:x-google-web-client :x-google-ip:mime-version:message-id:subject:from:to:cc:content-type :content-transfer-encoding:x-gm-message-state; bh=IsieiTqdMFRekPrczM5PoSajXKahzy31DroZGgPWqdM=; b=WB7ApJohJ3TzcGTcgIO1ykSfyTIAPYWmpOyL6jvxyM57Gd1Lbc+0PYL14qFB0DHSoS +39AHtvD6JDL5oSHs+bY4d9mYRhviXv1jqhI5Kcxr/GHhB+1o/TCT9gDIyZHHhkcMA/3 WiUYIz/1MtBb6x0UdMWz9zhnLkFVDr/Pyan2hDrtPgwB/qcw9qoUJLb29q8rLH2Lm/U8 Fji9NgkHJwprQ/cCaTiTqxk+p68NS1HNh1q+XYlcJcHpvto69nKfDuwctgremod2mU+9 LSeF0wpp9DdHD7jUPIAXXsxM8k1MqILOUehMdi0yWPnX3rPkJro9eWeRkXk0FVJ61Oy5 XkXg== Received: by 10.68.233.5 with SMTP id ts5mr1660393pbc.20.1340060772056; Mon, 18 Jun 2012 16:06:12 -0700 (PDT) Path: glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: gnu.emacs.bug Date: Mon, 18 Jun 2012 16:06:11 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=74.94.73.78; posting-account=eku4WwoAAADZgP8PfMxfuAeJLfCsFyeV NNTP-Posting-Host: 74.94.73.78 References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> <834nqv1rpb.fsf@gnu.org> <83396f1ks5.fsf@gnu.org> <83y5o7z8su.fsf@gnu.org> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 74.94.73.78 MIME-Version: 1.0 Message-ID: <6a87e22e-41a5-4e2c-aab7-764dd0e5ce89@googlegroups.com> Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 From: jamezilla To: gnu.emacs.bug@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQkstqqgElmR40tHWznSJdqsuPgi39lrB2LR17TOg/uIZDo5ne7GZlIw2Fc5LjbAKjd6Dpc0 X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11541 X-Mailman-Approved-At: Mon, 18 Jun 2012 21:40:07 -0400 Cc: 11541@debbugs.gnu.org, Eli Zaretskii , cyd@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) > Can at least anyone confirm this bug at all elsewhere, or is this just > my machine? I'm also getting this crash. It only happens when I run 'list-packages' (el= pa). The stack trace looks exactly the same. I get the same behavior whethe= r I run emacs with or without my custom elisp. Process: Emacs [82943] Path: /Applications/Emacs.app/Contents/MacOS/Emacs Identifier: org.gnu.Emacs Version: Version 24.1 (9.0) Code Type: X86-64 (Native) Parent Process: launchd [133] Date/Time: 2012-06-18 15:45:55.233 -0700 OS Version: Mac OS X 10.7.3 (11D50b) Report Version: 9 Interval Since Last Report: 233140 sec Crashes Since Last Report: 4 Per-App Interval Since Last Report: 232250 sec Per-App Crashes Since Last Report: 4 Anonymous UUID: 82775DAE-1EC6-451A-A8BF-12223357864B Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGABRT) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 VM Regions Near 0: -->=20 __TEXT 0000000100000000-0000000100203000 [ 2060K] r-x/r= wx SM=3DCOW /Applications/Emacs.app/Contents/MacOS/Emacs Application Specific Information: objc[82943]: garbage collection is OFF abort() called Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff8f07782a __kill + 10 1 org.gnu.Emacs 0x00000001000a81bb fatal_error_signal + = 347 2 libsystem_c.dylib 0x00007fff8d65bcfa _sigtramp + 26 3 libsystem_kernel.dylib 0x00007fff8f077ce2 __pthread_kill + 10 4 libsystem_c.dylib 0x00007fff8d6097d2 pthread_kill + 95 5 libsystem_c.dylib 0x00007fff8d5faa7a abort + 143 6 org.gnu.Emacs 0x0000000100191f31 ns_term_shutdown + 81 7 org.gnu.Emacs 0x00000001000a8187 fatal_error_signal + = 295 8 libsystem_c.dylib 0x00007fff8d65bcfa _sigtramp + 26 9 com.apple.CoreFoundation 0x00007fff8de8c5b2 CFStringGetLength + 1= 8 10 com.apple.CoreFoundation 0x00007fff8dea3b6e CFStringCompare + 30 11 com.apple.CoreText 0x00007fff8b4f089a CompareLocalizedDescr= iptorsByTraitsAndPrecedence(void const*, void const*, void*, bool) + 209 12 com.apple.CoreFoundation 0x00007fff8dec51cd __CFSimpleMergeSort += 141 13 com.apple.CoreFoundation 0x00007fff8dec5273 __CFSimpleMergeSort += 307 14 com.apple.CoreFoundation 0x00007fff8dec5273 __CFSimpleMergeSort += 307 15 com.apple.CoreFoundation 0x00007fff8dec5273 __CFSimpleMergeSort += 307 16 com.apple.CoreFoundation 0x00007fff8dec5257 __CFSimpleMergeSort += 279 17 com.apple.CoreFoundation 0x00007fff8dec5257 __CFSimpleMergeSort += 279 18 com.apple.CoreFoundation 0x00007fff8dec5257 __CFSimpleMergeSort += 279 19 com.apple.CoreFoundation 0x00007fff8dec5257 __CFSimpleMergeSort += 279 20 com.apple.CoreFoundation 0x00007fff8dec5257 __CFSimpleMergeSort += 279 21 com.apple.CoreFoundation 0x00007fff8dec50e6 CFSortIndexes + 1446 22 com.apple.CoreFoundation 0x00007fff8de98023 CFQSortArray + 275 23 com.apple.CoreFoundation 0x00007fff8de97da8 CFArraySortValues + 1= 080 24 com.apple.CoreText 0x00007fff8b51abc4 TDescriptorSource::Ge= tAllDescriptors(bool, long (*)(void const*, void const*, void*)) const + 13= 6 25 com.apple.CoreText 0x00007fff8b4e766f TDescriptor::CreateMa= tchingDescriptors(__CFSet const*, unsigned long) const + 163 26 com.apple.AppKit 0x00007fff8bb1ba59 -[NSCTFontDescriptor = matchingFontDescriptorsWithMandatoryKeys:] + 12 27 org.gnu.Emacs 0x00000001001ad3cc ns_findfonts + 444 28 org.gnu.Emacs 0x0000000100137fae font_list_entities + = 1454 29 org.gnu.Emacs 0x0000000100139a0a font_find_for_lface += 1146 30 org.gnu.Emacs 0x000000010018280a fontset_find_font + 1= 610 31 org.gnu.Emacs 0x0000000100182dfe fontset_font + 286 32 org.gnu.Emacs 0x00000001001832c3 face_for_char + 291 33 org.gnu.Emacs 0x00000001000356a4 get_next_display_elem= ent + 2580 34 org.gnu.Emacs 0x0000000100041120 display_string + 320 35 org.gnu.Emacs 0x0000000100042091 display_mode_element = + 2545 36 org.gnu.Emacs 0x00000001000442ce display_mode_line + 2= 70 37 org.gnu.Emacs 0x0000000100044533 display_mode_lines + = 355 38 org.gnu.Emacs 0x00000001000496e1 redisplay_window + 60= 81 39 org.gnu.Emacs 0x000000010004c124 redisplay_window_0 + = 36 40 org.gnu.Emacs 0x0000000100121f4c internal_condition_ca= se_1 + 316 41 org.gnu.Emacs 0x00000001000226fa redisplay_windows + 9= 0 42 org.gnu.Emacs 0x0000000100022722 redisplay_windows + 1= 30 43 org.gnu.Emacs 0x000000010004595c redisplay_internal + = 3436 44 org.gnu.Emacs 0x00000001000b7239 read_char + 2425 45 org.gnu.Emacs 0x00000001000b9a52 read_key_sequence + 1= 362 46 org.gnu.Emacs 0x00000001000bbed8 command_loop_1 + 616 47 org.gnu.Emacs 0x0000000100122205 internal_condition_ca= se + 293 48 org.gnu.Emacs 0x00000001000b16f7 command_loop_2 + 55 49 org.gnu.Emacs 0x0000000100122309 internal_catch + 217 50 org.gnu.Emacs 0x00000001000b1e7c recursive_edit_1 + 36= 4 51 org.gnu.Emacs 0x00000001000b1ff2 Frecursive_edit + 290 52 org.gnu.Emacs 0x00000001000a8ebe main + 3262 53 org.gnu.Emacs 0x0000000100001f54 start + 52 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff8f0787e6 kevent + 10 1 libdispatch.dylib 0x00007fff89a645be _dispatch_mgr_invoke = + 923 2 libdispatch.dylib 0x00007fff89a6314e _dispatch_mgr_thread = + 54 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbf3688= rdx: 0x0000000000000000 rdi: 0x00000000000143ff rsi: 0x0000000000000006 rbp: 0x00007fff5fbf36c0= rsp: 0x00007fff5fbf3688 r8: 0x0000000000000001 r9: 0x0000000000000010 r10: 0x00007fff8f077d0a= r11: 0xffffff80002d8220 r12: 0x0000000000000006 r13: 0x000000010058a688 r14: 0x00007fff7a196960= r15: 0x0000000000000000 rip: 0x00007fff8f07782a rfl: 0x0000000000000206 cr2: 0x00007fff7a18da28 Logical CPU: 0 Binary Images: 0x100000000 - 0x100202fe7 +org.gnu.Emacs (Version 24.1 - 9.0)= <9FFC3A57-AC7D-7CFB-52AE-D525AB5F52A7> /Applications/Emacs.app/Contents/Ma= cOS/Emacs 0x100a06000 - 0x100a0aff7 libFontRegistryUI.dylib (??? - ???= ) /System/Library/Frameworks/Applica= tionServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI= .dylib 0x100a1d000 - 0x100a23fef libcldcpuengine.dylib (1.50.69 - c= ompatibility 1.0.0) /System/Library/= Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib 0x100a2a000 - 0x100a2dff7 libCoreFSCache.dylib (??? - ???) <= 0E2C3D54-7D05-35E8-BA10-2142B7C03946> /System/Library/Frameworks/OpenGL.fra= mework/Versions/A/Libraries/libCoreFSCache.dylib 0x100a3d000 - 0x100a3dff5 +cl_kernels (??? - ???) cl_kernels 0x105700000 - 0x105793ff7 unorm8_bgra.dylib (1.50.69 - compa= tibility 1.0.0) <5FB796A4-1AD0-3B4D-AA83-F8A46E039224> /System/Library/Fram= eworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib 0x7fff645b3000 - 0x7fff645e7baf dyld (195.6 - ???) <0CD1B35B-A28F-= 32DA-B72E-452EAD609613> /usr/lib/dyld 0x7fff895ec000 - 0x7fff8962bfff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.f= ramework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff89630000 - 0x7fff8970efff com.apple.ImageIO.framework (3.1.1= - 3.1.1) /System/Library/Frameworks= /ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Vers= ions/A/ImageIO 0x7fff89a33000 - 0x7fff89a60ff7 com.apple.opencl (1.50.69 - 1.50.6= 9) <687265AF-E9B6-3537-89D7-7C12EB38193D> /System/Library/Frameworks/OpenCL= .framework/Versions/A/OpenCL 0x7fff89a61000 - 0x7fff89a6ffff libdispatch.dylib (187.7.0 - compa= tibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libd= ispatch.dylib 0x7fff89a70000 - 0x7fff89ae5ff7 libc++.1.dylib (19.0.0 - compatibi= lity 1.0.0) /usr/lib/libc++.1.dylib 0x7fff89ae6000 - 0x7fff89b11ff7 libxslt.1.dylib (3.24.0 - compatib= ility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dyli= b 0x7fff8a24b000 - 0x7fff8a256ff7 com.apple.speech.recognition.frame= work (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Libra= ry/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.fram= ework/Versions/A/SpeechRecognition 0x7fff8a257000 - 0x7fff8a25ffff libsystem_dnssd.dylib (??? - ???) = <407A48F3-64A0-348B-88E6-70CECD3D0D67> /usr/lib/system/libsystem_dnssd.dyli= b 0x7fff8aa05000 - 0x7fff8aa05fff com.apple.vecLib (3.7 - vecLib 3.7= ) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.= framework/Versions/A/vecLib 0x7fff8aa06000 - 0x7fff8aa26fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationService= s.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/li= bPng.dylib 0x7fff8aa51000 - 0x7fff8aa51fff com.apple.Accelerate (1.7 - Accele= rate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks= /Accelerate.framework/Versions/A/Accelerate 0x7fff8aa52000 - 0x7fff8aa59fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework= /Versions/A/NetFS 0x7fff8aace000 - 0x7fff8aad1fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationSe= rvices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resourc= es/libRadiance.dylib 0x7fff8ab00000 - 0x7fff8afc7fff FaceCoreLight (1.4.7 - compatibili= ty 1.0.0) /System/Library/PrivateFra= meworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x7fff8b263000 - 0x7fff8b273ff7 com.apple.opengl (1.7.6 - 1.7.6) <= C168883D-9BC5-3C38-9937-42852D719718> /System/Library/Frameworks/OpenGL.fra= mework/Versions/A/OpenGL 0x7fff8b2b2000 - 0x7fff8b2b3fff libdnsinfo.dylib (395.6.0 - compat= ibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdn= sinfo.dylib 0x7fff8b471000 - 0x7fff8b471fff libkeymgr.dylib (23.0.0 - compatib= ility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeym= gr.dylib 0x7fff8b479000 - 0x7fff8b4a4ff7 com.apple.CoreServicesInternal (11= 3.12 - 113.12) /System/Library/Priva= teFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff8b4a9000 - 0x7fff8b4adfff libCGXType.A.dylib (600.0.0 - comp= atibility 64.0.0) <37517279-C92E-3217-B49A-838198B48787> /System/Library/Fr= ameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.f= ramework/Versions/A/Resources/libCGXType.A.dylib 0x7fff8b4ae000 - 0x7fff8b4cdfff libresolv.9.dylib (46.1.0 - compat= ibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.= dylib 0x7fff8b4ce000 - 0x7fff8b581fff com.apple.CoreText (220.11.0 - ???= ) <0322442E-0530-37E8-A7D6-AEFD909F0AFE> /System/Library/Frameworks/Applica= tionServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/= CoreText 0x7fff8b582000 - 0x7fff8b677fff libiconv.2.dylib (7.0.0 - compatib= ility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dyl= ib 0x7fff8b678000 - 0x7fff8b68bff7 libCRFSuite.dylib (??? - ???) <034= D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib 0x7fff8b68c000 - 0x7fff8b69afff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAut= h.framework/Versions/A/NetAuth 0x7fff8b69b000 - 0x7fff8b711fff com.apple.CoreSymbolication (2.2 -= 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFramew= orks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff8b712000 - 0x7fff8c316fff com.apple.AppKit (6.7.3 - 1138.32)= /System/Library/Frameworks/AppKit.f= ramework/Versions/C/AppKit 0x7fff8c394000 - 0x7fff8c418ff7 com.apple.ApplicationServices.ATS = (317.5.0 - ???) /System/Library/Fram= eworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Ve= rsions/A/ATS 0x7fff8c419000 - 0x7fff8c454fff libsystem_info.dylib (??? - ???) <= 35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib 0x7fff8c45e000 - 0x7fff8c464fff com.apple.DiskArbitration (2.4.1 -= 2.4.1) /System/Library/Frameworks/D= iskArbitration.framework/Versions/A/DiskArbitration 0x7fff8c46a000 - 0x7fff8c54cfff com.apple.CoreServices.OSServices = (478.37 - 478.37) <1DAC695E-0D0F-3AE2-974F-A173E69E67CC> /System/Library/Fr= ameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/= Versions/A/OSServices 0x7fff8c54d000 - 0x7fff8c631e5f libobjc.A.dylib (228.0.0 - compati= bility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dyl= ib 0x7fff8c632000 - 0x7fff8c6d4ff7 com.apple.securityfoundation (5.0 = - 55107) <6C2E7362-CB11-3CBD-BB1C-348E4B10F25A> /System/Library/Frameworks/= SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff8cb08000 - 0x7fff8cc02ff7 com.apple.DiskImagesFramework (10.= 7.3 - 331.3) <57A7E46A-5AA4-37FF-B19C-5337CCBCA0CA> /System/Library/Private= Frameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff8cc03000 - 0x7fff8cc08fff libGIF.dylib (??? - ???) <393E2DB5= -9479-39A6-A75A-B5F20B852532> /System/Library/Frameworks/ApplicationService= s.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/li= bGIF.dylib 0x7fff8cc1c000 - 0x7fff8cd75fff com.apple.audio.toolbox.AudioToolb= ox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/F= rameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8cd76000 - 0x7fff8cd77ff7 libsystem_sandbox.dylib (??? - ???= ) <5087ADAD-D34D-3844-9D04-AFF93CED3D92> /usr/lib/system/libsystem_sandbox.= dylib 0x7fff8ce73000 - 0x7fff8ceb9ff7 libcurl.4.dylib (7.0.0 - compatibi= lity 7.0.0) <01DD0773-236C-3AC3-B43B-07911F458767> /usr/lib/libcurl.4.dylib 0x7fff8ceba000 - 0x7fff8d396fef com.apple.RawCamera.bundle (3.12.0= - 614) /System/Library/CoreServices= /RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff8d397000 - 0x7fff8d407fff com.apple.datadetectorscore (3.0 -= 179.4) /System/Library/PrivateFrame= works/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff8d408000 - 0x7fff8d41ffff com.apple.CFOpenDirectory (10.7 - = 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/Open= Directory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Version= s/A/CFOpenDirectory 0x7fff8d44c000 - 0x7fff8d48cfff libtidy.A.dylib (??? - ???) /usr/lib/libtidy.A.dylib 0x7fff8d48d000 - 0x7fff8d4d1ff7 com.apple.MediaKit (12 - 589) <7CF= F29BF-D907-3593-B338-0BB48643B2A8> /System/Library/PrivateFrameworks/MediaK= it.framework/Versions/A/MediaKit 0x7fff8d4ef000 - 0x7fff8d4faff7 libc++abi.dylib (14.0.0 - compatib= ility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dyli= b 0x7fff8d4fb000 - 0x7fff8d553fff libTIFF.dylib (??? - ???) /System/Library/Frameworks/ApplicationServic= es.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/l= ibTIFF.dylib 0x7fff8d554000 - 0x7fff8d556fff com.apple.TrustEvaluationAgent (2.= 0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFramew= orks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff8d5b9000 - 0x7fff8d696fef libsystem_c.dylib (763.12.0 - comp= atibility 1.0.0) /usr/lib/system/lib= system_c.dylib 0x7fff8d697000 - 0x7fff8d7b0fff com.apple.DesktopServices (1.6.2 -= 1.6.2) <6B83172E-F539-3AF8-A76D-1F9EA357B076> /System/Library/PrivateFrame= works/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff8d843000 - 0x7fff8d848fff libcompiler_rt.dylib (6.0.0 - comp= atibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/lib= compiler_rt.dylib 0x7fff8d9fe000 - 0x7fff8da14fff libGL.dylib (??? - ???) <6A473BF9-= 4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Ve= rsions/A/Libraries/libGL.dylib 0x7fff8dbc8000 - 0x7fff8dbf8ff7 com.apple.DictionaryServices (1.2.= 1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Framework= s/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework= /Versions/A/DictionaryServices 0x7fff8dc88000 - 0x7fff8dd8aff7 libxml2.2.dylib (10.3.0 - compatib= ility 10.0.0) /usr/lib/libxml2.2.dyl= ib 0x7fff8de85000 - 0x7fff8e059fff com.apple.CoreFoundation (6.7.1 - = 635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/C= oreFoundation.framework/Versions/A/CoreFoundation 0x7fff8e05a000 - 0x7fff8e06cff7 libz.1.dylib (1.2.5 - compatibilit= y 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib 0x7fff8e06d000 - 0x7fff8e072fff com.apple.OpenDirectory (10.7 - 14= 6) /System/Library/Frameworks/OpenDi= rectory.framework/Versions/A/OpenDirectory 0x7fff8e073000 - 0x7fff8e0c5ff7 libGLU.dylib (??? - ???) <3C9153A0= -8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/V= ersions/A/Libraries/libGLU.dylib 0x7fff8e0c6000 - 0x7fff8e0eafff com.apple.RemoteViewServices (1.3 = - 44) <21D7A0E7-6699-37AB-AE6C-BF69AF3D61C2> /System/Library/PrivateFramewo= rks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff8e1ee000 - 0x7fff8e217fff libJPEG.dylib (??? - ???) <64D079F= 9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServic= es.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/l= ibJPEG.dylib 0x7fff8e218000 - 0x7fff8e22ffff com.apple.MultitouchSupport.framew= ork (220.62.1 - 220.62.1) <3F8C015B-88AC-370F-B39D-B4665FB7616A> /System/Li= brary/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSu= pport 0x7fff8e230000 - 0x7fff8e232fff libCVMSPluginSupport.dylib (??? - = ???) /System/Library/Frameworks/Open= GL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff8e25c000 - 0x7fff8e369fff libJP2.dylib (??? - ???) /System/Library/Frameworks/ApplicationService= s.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/li= bJP2.dylib 0x7fff8e36a000 - 0x7fff8e40afff com.apple.LaunchServices (480.27.1= - 480.27.1) <4DC96C1E-6FDE-305E-9718-E4C5C1341F56> /System/Library/Framewo= rks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/V= ersions/A/LaunchServices 0x7fff8e40b000 - 0x7fff8e420fff com.apple.speech.synthesis.framewo= rk (4.0.74 - 4.0.74) /System/Library= /Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynth= esis.framework/Versions/A/SpeechSynthesis 0x7fff8e4a5000 - 0x7fff8e4b3fff com.apple.HelpData (2.1.2 - 72) /System/Library/PrivateFrameworks/Help= Data.framework/Versions/A/HelpData 0x7fff8e4b4000 - 0x7fff8e4c1fff libCSync.A.dylib (600.0.0 - compat= ibility 64.0.0) /System/Library/Fram= eworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.fra= mework/Versions/A/Resources/libCSync.A.dylib 0x7fff8e688000 - 0x7fff8e6affff com.apple.PerformanceAnalysis (1.1= 0 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrame= works/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff8e6b0000 - 0x7fff8e6b5ff7 libsystem_network.dylib (??? - ???= ) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.= dylib 0x7fff8e6b6000 - 0x7fff8e7c2fff libcrypto.0.9.8.dylib (44.0.0 - co= mpatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypt= o.0.9.8.dylib 0x7fff8e7c3000 - 0x7fff8e8a1fff com.apple.DiscRecording (6.0.3 - 6= 030.4.1) <8DB1BDDD-F066-3E8B-B416-11DF712C6A1E> /System/Library/Frameworks/= DiscRecording.framework/Versions/A/DiscRecording 0x7fff8e8a4000 - 0x7fff8eb86fff com.apple.security (7.0 - 55110) <= 252F9E04-FF8A-3EA7-A38E-51DD0653663C> /System/Library/Frameworks/Security.f= ramework/Versions/A/Security 0x7fff8eb87000 - 0x7fff8ebfafff libstdc++.6.dylib (52.0.0 - compat= ibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.= dylib 0x7fff8ec73000 - 0x7fff8ecd5ff7 com.apple.Symbolication (1.3 - 91)= /System/Library/PrivateFrameworks/S= ymbolication.framework/Versions/A/Symbolication 0x7fff8ecd6000 - 0x7fff8ed2aff7 com.apple.ScalableUserInterface (1= .0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/Q= uartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/V= ersions/A/ScalableUserInterface 0x7fff8f061000 - 0x7fff8f081fff libsystem_kernel.dylib (1699.22.81= - compatibility 1.0.0) /usr/lib/sys= tem/libsystem_kernel.dylib 0x7fff8f082000 - 0x7fff8f0c5ff7 libRIP.A.dylib (600.0.0 - compatib= ility 64.0.0) <85D00F5C-43ED-33A9-80B4-72EB0EAE3E25> /System/Library/Framew= orks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.frame= work/Versions/A/Resources/libRIP.A.dylib 0x7fff8f0c6000 - 0x7fff8f0c6fff com.apple.ApplicationServices (41 = - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/App= licationServices.framework/Versions/A/ApplicationServices 0x7fff8f0f8000 - 0x7fff8f17bfef com.apple.Metadata (10.7.0 - 627.2= 8) <1C14033A-69C9-3757-B24D-5583AEAC2CBA> /System/Library/Frameworks/CoreSe= rvices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metada= ta 0x7fff8f17c000 - 0x7fff8f17cfff com.apple.CoreServices (53 - 53) <= 043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServic= es.framework/Versions/A/CoreServices 0x7fff8f181000 - 0x7fff8f49dff7 com.apple.CoreServices.CarbonCore = (960.20 - 960.20) /System/Library/Fr= ameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/= Versions/A/CarbonCore 0x7fff8f4e9000 - 0x7fff8f4eafff libDiagnosticMessagesClient.dylib = (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMe= ssagesClient.dylib 0x7fff8f521000 - 0x7fff8f749fe7 com.apple.CoreData (104.1 - 358.13= ) /System/Library/Frameworks/CoreDat= a.framework/Versions/A/CoreData 0x7fff8fbb5000 - 0x7fff8fbbbfff IOSurface (??? - ???) <2114359C-D8= 39-3855-8735-BBAA2704DB93> /System/Library/Frameworks/IOSurface.framework/V= ersions/A/IOSurface 0x7fff8fbbc000 - 0x7fff8fbe9fe7 libSystem.B.dylib (159.1.0 - compa= tibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B= .dylib 0x7fff8fc53000 - 0x7fff8fc59fff libmacho.dylib (800.0.0 - compatib= ility 1.0.0) /usr/lib/system/libmach= o.dylib 0x7fff8fc5a000 - 0x7fff8fc9cff7 libcommonCrypto.dylib (55010.0.0 -= compatibility 1.0.0) /usr/lib/syste= m/libcommonCrypto.dylib 0x7fff8fc9d000 - 0x7fff8fcccfff com.apple.shortcut (2.1 - 2.1) <43= C186C0-6B0F-39FA-976A-C307CC410495> /System/Library/PrivateFrameworks/Short= cut.framework/Versions/A/Shortcut 0x7fff8fd84000 - 0x7fff8fdd2fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib 0x7fff8fdd3000 - 0x7fff8fedafe7 libsqlite3.dylib (9.6.0 - compatib= ility 9.0.0) /usr/lib/libsqlite3.dyl= ib 0x7fff8fedb000 - 0x7fff8fedcff7 libremovefile.dylib (21.1.0 - comp= atibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/lib= removefile.dylib 0x7fff8ff20000 - 0x7fff8ffb6ff7 libvMisc.dylib (325.4.0 - compatib= ility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Framewo= rks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/= libvMisc.dylib 0x7fff8ffb7000 - 0x7fff9059bfff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framew= ork/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff9059c000 - 0x7fff905a3fff libCGXCoreImage.A.dylib (600.0.0 -= compatibility 64.0.0) <848F5267-C6B3-3591-AB27-B0176B04CCC4> /System/Libra= ry/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraph= ics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x7fff905b8000 - 0x7fff905c1ff7 libsystem_notify.dylib (80.1.0 - c= ompatibility 1.0.0) /usr/lib/system/= libsystem_notify.dylib 0x7fff905ce000 - 0x7fff90609fff com.apple.LDAPFramework (3.0 - 120= .1) <0C23534F-A8E7-3144-B2B2-50F9875101E2> /System/Library/Frameworks/LDAP.= framework/Versions/A/LDAP 0x7fff9060a000 - 0x7fff9060bff7 libsystem_blocks.dylib (53.0.0 - c= ompatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/= libsystem_blocks.dylib 0x7fff9060c000 - 0x7fff90773ff7 com.apple.CFNetwork (520.3.2 - 520= .3.2) <516B611D-E53E-3467-9211-3C5B86ABA865> /System/Library/Frameworks/Cor= eServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CF= Network 0x7fff907ba000 - 0x7fff90835ff7 com.apple.print.framework.PrintCor= e (7.1 - 366.1) <3F140DEB-9F87-3672-97CC-F983752581AC> /System/Library/Fram= eworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framew= ork/Versions/A/PrintCore 0x7fff90bdb000 - 0x7fff90e4efff com.apple.CoreImage (7.93 - 1.0.1)= <0B7D855E-A2B6-3C14-A242-2CF2165C6E7E> /System/Library/Frameworks/QuartzCo= re.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff90ed6000 - 0x7fff90fdbfff libFontParser.dylib (??? - ???) <0= 920DA16-2066-33E6-BF95-AD4B0F3C22B0> /System/Library/Frameworks/Application= Services.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources= /libFontParser.dylib 0x7fff90fdc000 - 0x7fff9117bfff com.apple.QuartzCore (1.7 - 270.2)= /System/Library/Frameworks/QuartzCo= re.framework/Versions/A/QuartzCore 0x7fff9117c000 - 0x7fff91183ff7 com.apple.CommerceCore (1.0 - 17) = /System/Library/PrivateFrameworks/Co= mmerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A= /CommerceCore 0x7fff91186000 - 0x7fff9122afef com.apple.ink.framework (1.3.2 - 1= 10) /System/Library/Frameworks/Carbo= n.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff91f40000 - 0x7fff91f44fff libmathCommon.A.dylib (2026.0.0 - = compatibility 1.0.0) /usr/lib/system= /libmathCommon.A.dylib 0x7fff91f45000 - 0x7fff91f4bfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.frame= work/Versions/A/Libraries/libGFXShared.dylib 0x7fff91f63000 - 0x7fff91f6dff7 liblaunch.dylib (392.18.0 - compat= ibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/libla= unch.dylib 0x7fff920b0000 - 0x7fff920cdfff libxpc.dylib (77.18.0 - compatibil= ity 1.0.0) <26C05F31-E809-3B47-AF42-1460971E3AC3> /usr/lib/system/libxpc.dy= lib 0x7fff9236d000 - 0x7fff9237fff7 libbsm.0.dylib (??? - ???) <349BB1= 6F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib 0x7fff92380000 - 0x7fff924b6fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.fra= mework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff92868000 - 0x7fff928a8ff7 libcups.2.dylib (2.9.0 - compatibi= lity 2.0.0) <29DE948E-38C4-3CC5-B528-40C691380607> /usr/lib/libcups.2.dylib 0x7fff928e8000 - 0x7fff929afff7 com.apple.ColorSync (4.7.1 - 4.7.1= ) /System/Library/Frameworks/Applica= tionServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A= /ColorSync 0x7fff92e55000 - 0x7fff92e69ff7 com.apple.LangAnalysis (1.7.0 - 1.= 7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/Appl= icationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Vers= ions/A/LangAnalysis 0x7fff92e6a000 - 0x7fff92e6dfff libCoreVMClient.dylib (??? - ???) = /System/Library/Frameworks/OpenGL.fr= amework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff931dd000 - 0x7fff93203ff7 com.apple.framework.familycontrols= (3.0 - 300) /System/Library/Private= Frameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff9320c000 - 0x7fff93230fff com.apple.Kerberos (1.0 - 1) <1F82= 6BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.frame= work/Versions/A/Kerberos 0x7fff93235000 - 0x7fff9329fff7 com.apple.framework.IOKit (2.0 - ?= ??) /System/Library/Frameworks/IOKit= .framework/Versions/A/IOKit 0x7fff932a0000 - 0x7fff932aeff7 libkxld.dylib (??? - ???) <9C93743= 3-A362-3E40-BF71-FDABA986B56C> /usr/lib/system/libkxld.dylib 0x7fff932af000 - 0x7fff932b1fff libquarantine.dylib (36.2.0 - comp= atibility 1.0.0) <48656562-FF20-3B55-9F93-407ACA7341C0> /usr/lib/system/lib= quarantine.dylib 0x7fff932b2000 - 0x7fff932ecfff libncurses.5.4.dylib (5.4.0 - comp= atibility 5.4.0) <387DE593-9CC5-38C7-911B-A5F2264D34F2> /usr/lib/libncurses= .5.4.dylib 0x7fff932f9000 - 0x7fff932f9fff com.apple.Accelerate.vecLib (3.7 -= vecLib 3.7) /System/Library/Framewo= rks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/= vecLib 0x7fff932fa000 - 0x7fff93334fe7 com.apple.DebugSymbols (2.1 - 87) = /System/Library/PrivateFrameworks/De= bugSymbols.framework/Versions/A/DebugSymbols 0x7fff93335000 - 0x7fff93368ff7 com.apple.GSS (2.1 - 2.0) <57AD81C= E-6320-38C9-9B66-0E5A4DEA898A> /System/Library/Frameworks/GSS.framework/Ver= sions/A/GSS 0x7fff93369000 - 0x7fff933c4ff7 com.apple.HIServices (1.11 - ???) = /System/Library/Frameworks/Applicati= onServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/= HIServices 0x7fff93859000 - 0x7fff938b9fff libvDSP.dylib (325.4.0 - compatibi= lity 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Framewor= ks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/l= ibvDSP.dylib 0x7fff93c1b000 - 0x7fff93f34ff7 com.apple.Foundation (6.7.1 - 833.= 24) <6D4E6F93-64EF-3D41-AE80-2BB10E2E6323> /System/Library/Frameworks/Found= ation.framework/Versions/C/Foundation 0x7fff93f3a000 - 0x7fff93fbfff7 com.apple.Heimdal (2.1 - 2.0) <375= 8B442-6175-32B8-8C17-D8ABDD589BF9> /System/Library/PrivateFrameworks/Heimda= l.framework/Versions/A/Heimdal 0x7fff94011000 - 0x7fff9401eff7 libbz2.1.0.dylib (1.0.5 - compatib= ility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dyl= ib 0x7fff9408d000 - 0x7fff940f3ff7 com.apple.coreui (1.2.1 - 165.3) <= 378C9221-ADE6-36D9-9944-F33AE6904E4F> /System/Library/PrivateFrameworks/Cor= eUI.framework/Versions/A/CoreUI 0x7fff9413b000 - 0x7fff94140fff libpam.2.dylib (3.0.0 - compatibil= ity 3.0.0) /usr/lib/libpam.2.dylib 0x7fff94141000 - 0x7fff94150ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib 0x7fff94151000 - 0x7fff9419dff7 com.apple.SystemConfiguration (1.1= 1.2 - 1.11) /System/Library/Framewor= ks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff9419f000 - 0x7fff941a0fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib 0x7fff94207000 - 0x7fff94409fff libicucore.A.dylib (46.1.0 - compa= tibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.= A.dylib 0x7fff9440a000 - 0x7fff94411fff libcopyfile.dylib (85.1.0 - compat= ibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libco= pyfile.dylib 0x7fff94412000 - 0x7fff94412fff com.apple.audio.units.AudioUnit (1= .7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Framew= orks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff94413000 - 0x7fff94414fff libunc.dylib (24.0.0 - compatibili= ty 1.0.0) /usr/lib/system/libunc.dyl= ib 0x7fff94421000 - 0x7fff9474bff7 com.apple.HIToolbox (1.8 - ???) /System/Library/Frameworks/Carbon.fram= ework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff94abc000 - 0x7fff94ac7fff com.apple.CommonAuth (2.1 - 2.0) <= 272CB600-6DA8-3952-97C0-5DC594DCA024> /System/Library/PrivateFrameworks/Com= monAuth.framework/Versions/A/CommonAuth 0x7fff94cdc000 - 0x7fff94d1bff7 libGLImage.dylib (??? - ???) <3487= 29DC-BC44-3744-B249-9DFA6498344A> /System/Library/Frameworks/OpenGL.framewo= rk/Versions/A/Libraries/libGLImage.dylib 0x7fff94d1c000 - 0x7fff94d84ff7 com.apple.audio.CoreAudio (4.0.2 -= 4.0.2) /System/Library/Frameworks/C= oreAudio.framework/Versions/A/CoreAudio 0x7fff94d85000 - 0x7fff94d97ff7 libsasl2.2.dylib (3.15.0 - compati= bility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dy= lib 0x7fff94e4b000 - 0x7fff94e51ff7 libunwind.dylib (30.0.0 - compatib= ility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwi= nd.dylib 0x7fff94e52000 - 0x7fff957e27a7 com.apple.CoreGraphics (1.600.0 - = ???) <177D9BAD-72C9-3ADF-A391-5B88C5EE623F> /System/Library/Frameworks/Appl= icationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Vers= ions/A/CoreGraphics 0x7fff95ed2000 - 0x7fff95ed7fff libcache.dylib (47.0.0 - compatibi= lity 1.0.0) /usr/lib/system/libcache= .dylib 0x7fff95ed8000 - 0x7fff95f19fff com.apple.QD (3.40 - ???) <47674D2= C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServic= es.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff95f1a000 - 0x7fff95fb4ff7 com.apple.SearchKit (1.4.0 - 1.4.0= ) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreSer= vices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/Search= Kit 0x7fff95fb5000 - 0x7fff96009ff7 libFontRegistry.dylib (??? - ???) = /System/Library/Frameworks/Applicati= onServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resourc= es/libFontRegistry.dylib 0x7fff9600a000 - 0x7fff96032ff7 com.apple.CoreVideo (1.7 - 70.1) <= 98F917B2-FB53-3EA3-B548-7E97B38309A7> /System/Library/Frameworks/CoreVideo.= framework/Versions/A/CoreVideo 0x7fff9608d000 - 0x7fff964bafff libLAPACK.dylib (??? - ???) <4F2E1= 055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.fram= ework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff964bb000 - 0x7fff964d7ff7 com.apple.GenerationalStorage (1.0= - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFra= meworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff964d8000 - 0x7fff96511fe7 libssl.0.9.8.dylib (44.0.0 - compa= tibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.= 8.dylib 0x7fff96512000 - 0x7fff96516fff libdyld.dylib (195.5.0 - compatibi= lity 1.0.0) /usr/lib/system/libdyld.= dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 10 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 1261639 thread_create: 0 thread_set_state: 1640 VM Region Summary: ReadOnly portion of Libraries: Total=3D152.6M resident=3D127.2M(83%) swappe= d_out_or_unallocated=3D25.4M(17%) Writable regions: Total=3D256.6M written=3D45.4M(18%) resident=3D79.2M(31%)= swapped_out=3D0K(0%) unallocated=3D177.4M(69%) =20 REGION TYPE VIRTUAL =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D= =3D ATS (font support) 87.9M CG backing stores 10.2M CG image 236K CG raster data 296K CG shared images 4496K CoreGraphics 16K CoreImage 4K CoreServices 4516K MALLOC 120.5M MALLOC guard page 48K Memory tag=3D240 4K Memory tag=3D242 12K Memory tag=3D251 8K OpenCL 8K STACK GUARD 55.7M Stack 9036K VM_ALLOCATE 16.2M __CI_BITMAP 80K __DATA 36.3M __IMAGE 528K __LINKEDIT 48.3M __RC_CAMERAS 244K __TEXT 104.3M __UNICODE 544K mapped file 41.6M shared memory 312K =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D= =3D TOTAL 541.0M Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, = 2.5 GHz, 12 GB, SMC 1.69f3 Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 1024 MB Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D343731423532= 37334448302D4348392020 Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1333 MHz, 0x02FE, 0x45424A38315547= 38424153302D444A2D4620 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broad= com BCM43xx 1.0 (5.100.98.75.19) Bluetooth: Version 4.0.3f12, 2 service, 11 devices, 1 incoming serial ports Network Service: Ethernet, Ethernet, en0 Network Service: Wi-Fi, AirPort, en1 Serial ATA Device: M4-CT256M4SSD2, 256.06 GB Serial ATA Device: APPLE HDD HTS547575A9E384, 750.16 GB USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200= 000 / 3 USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfa100000 / 2 USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 5 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113= 000 / 8 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0x= fa120000 / 4 USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2 USB Device: hub_device, 0x0409 (NEC Corporation), 0x005a, 0xfd120000 / 4 USB Device: hub_device, 0x0557 (ATEN International Co. Ltd.), 0x8021, 0xfd= 124000 / 5 USB Device: Natural=AE Ergonomic Keyboard 4000, 0x045e (Microsoft Corporat= ion), 0x00db, 0xfd124100 / 6 USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 20 16:00:49 2012 Received: (at submit) by debbugs.gnu.org; 20 Jun 2012 20:00:49 +0000 Received: from localhost ([127.0.0.1]:50240 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ShR57-0007C2-9v for submit@debbugs.gnu.org; Wed, 20 Jun 2012 16:00:49 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47694) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ShR55-0007Bw-PR for submit@debbugs.gnu.org; Wed, 20 Jun 2012 16:00:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShR1h-000762-Ny for submit@debbugs.gnu.org; Wed, 20 Jun 2012 15:57:18 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:45361) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShR1h-00075w-IG for submit@debbugs.gnu.org; Wed, 20 Jun 2012 15:57:17 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShR1g-0006X5-3R for bug-gnu-emacs@gnu.org; Wed, 20 Jun 2012 15:57:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShR1c-00074t-O3 for bug-gnu-emacs@gnu.org; Wed, 20 Jun 2012 15:57:15 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:34988) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShR1c-00073i-FH; Wed, 20 Jun 2012 15:57:12 -0400 Received: by dakp5 with SMTP id p5so11249482dak.0 for ; Wed, 20 Jun 2012 12:57:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=2toC/Bq5dI4Oj1BLtPg7sLNttBX5cv4RleJjGwda9UQ=; b=hAOE+KTduTkzdk58QonVm5gPYxCjQ5WFOxpH/+dx8Tkjk9Dqaq/yqJ8VwWoE0iF4go KSLNMRc6wt1Q7FZHqDVbxS/ufewcYJAIN/25HGBLzNmb2t6DTGgWLLLeDJ8J3yTp8N1r xX9aL/VLAcjzIc1EIIonozNLmZTVAl5OUwbWmK5SY9M3YF8F6q5oqlhrC1+up74qrvae HkbKSI1WL+6YZzzWKX09nALd3GqvnsRq+z0mBcoYN0DQA84LCNFbwN0G4phh1/Hq//1R akvV8pGMeGrW58xDDhb6ZSML88rfVOs3b8NNttL31jW1fEK6ryJv6ADIaGeKYmLf8bdr oiqw== Received: by 10.68.233.201 with SMTP id ty9mr79917941pbc.34.1340222228095; Wed, 20 Jun 2012 12:57:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.17.10 with HTTP; Wed, 20 Jun 2012 12:56:47 -0700 (PDT) In-Reply-To: <6a87e22e-41a5-4e2c-aab7-764dd0e5ce89@googlegroups.com> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> <834nqv1rpb.fsf@gnu.org> <83396f1ks5.fsf@gnu.org> <83y5o7z8su.fsf@gnu.org> <6a87e22e-41a5-4e2c-aab7-764dd0e5ce89@googlegroups.com> From: Florian Ebeling Date: Wed, 20 Jun 2012 21:56:47 +0200 Message-ID: Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 To: jamezilla Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit Cc: 11541@debbugs.gnu.org, bug-gnu-emacs@gnu.org, cyd@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) > I'm also getting this crash. It only happens when I run 'list-packages' (elpa). The stack trace looks exactly the same. I get the same behavior whether I run emacs with or without my custom elisp. That means you don't have a problem with the above mentioned unicode file? From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 22 01:33:05 2012 Received: (at 11541) by debbugs.gnu.org; 22 Jun 2012 05:33:05 +0000 Received: from localhost ([127.0.0.1]:52360 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ShwUS-0002SM-ES for submit@debbugs.gnu.org; Fri, 22 Jun 2012 01:33:04 -0400 Received: from mail-qc0-f192.google.com ([209.85.216.192]:50346) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ShwUM-0002Ru-De for 11541@debbugs.gnu.org; Fri, 22 Jun 2012 01:33:03 -0400 Received: by qcon41 with SMTP id n41so1261240qco.9 for <11541@debbugs.gnu.org>; Thu, 21 Jun 2012 22:29:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=path:newsgroups:date:in-reply-to:complaints-to:injection-info :nntp-posting-host:references:user-agent:x-google-web-client :x-google-ip:mime-version:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=HcNo4xGbApULzdisQVvzq+h1wFoTFlnpU6LZQJzarPg=; b=c+gfZe3jn92sTqUR0oUuv47lk4uyRWzMBB2+C35DQ4F1vg3Cd4Fml2zb5enW1CB+z1 KtWBJlx6cR3FsJX/GMqIfZelNyEgb9mDBV1n/pQKP5QSwhv2N0atBoGpwhygqZrN+2mJ acpnVaSnP4RENAkNuJLbpyChLOe2uY+XLooA0onHw8Mp4v5AqWhvVzzP/G7nSMqLStIw juA8g+sdEBdriSXIK4AYDmiHPXD0lUXsO4mnkuUQ9SafcwjddGO7O6oanV4NxWDXl7ON 3wOTn1H6etDVxrZIYck5AKUzBmFkTLsTcC4vB1wPylihs4d5jEJH1py2VDZdpwwLkZxO W3YA== Received: by 10.68.233.5 with SMTP id ts5mr101701pbc.20.1340342960099; Thu, 21 Jun 2012 22:29:20 -0700 (PDT) Path: glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: gnu.emacs.bug Date: Thu, 21 Jun 2012 22:29:19 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=50.132.70.32; posting-account=eku4WwoAAADZgP8PfMxfuAeJLfCsFyeV NNTP-Posting-Host: 50.132.70.32 References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <878vgbozcz.fsf@gnu.org> <877gvu9wun.fsf@gnu.org> <874nqyyn83.fsf@gnu.org> <87d35lyen5.fsf@gnu.org> <87d35kj10j.fsf@gnu.org> <87txywofx7.fsf@gnu.org> <83hauw1hcs.fsf@gnu.org> <16181D4F-4289-47B2-AF61-FCBD189AF4B0@gmail.com> <83fwag1biu.fsf@gnu.org> <4655FB78-D516-422B-979C-EC7131D2957C@gmail.com> <83aa0o157c.fsf@gnu.org> <834nqv1rpb.fsf@gnu.org> <83396f1ks5.fsf@gnu.org> <83y5o7z8su.fsf@gnu.org> <6a87e22e-41a5-4e2c-aab7-764dd0e5ce89@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 50.132.70.32 MIME-Version: 1.0 Message-ID: Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 From: jamezilla To: gnu.emacs.bug@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQnUiNoousX4uRgT7Nzi5q8OVDvL7Ef0JJ0LUocTq3DHL34U2KMb/JCQc+xavFlHpR4yoCdN X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org, jamezilla , cyd@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) On Wednesday, June 20, 2012 12:56:47 PM UTC-7, Florian Ebeling wrote: > > I'm also getting this crash. It only happens when I run 'list-packages' (elpa). The stack trace looks exactly the same. I get the same behavior whether I run emacs with or without my custom elisp. > > That means you don't have a problem with the above mentioned unicode file? Just tested a single unicode character in a file, and YES, it also crashes my emacs. From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 26 12:17:25 2012 Received: (at control) by debbugs.gnu.org; 26 Jun 2012 16:17:25 +0000 Received: from localhost ([127.0.0.1]:58771 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SjYSD-0007dt-IP for submit@debbugs.gnu.org; Tue, 26 Jun 2012 12:17:25 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:42194) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SjYSB-0007dm-Li for control@debbugs.gnu.org; Tue, 26 Jun 2012 12:17:24 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SjYOH-0005Oi-MZ for control@debbugs.gnu.org; Tue, 26 Jun 2012 12:13:21 -0400 Date: Tue, 26 Jun 2012 12:13:21 -0400 Message-Id: Subject: control message for bug 11792 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) forcemerge 11541 11792 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 27 16:13:43 2012 Received: (at control) by debbugs.gnu.org; 27 Jun 2012 20:13:44 +0000 Received: from localhost ([127.0.0.1]:32906 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SjycR-0000w7-1X for submit@debbugs.gnu.org; Wed, 27 Jun 2012 16:13:43 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:53305) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SjycO-0000vz-QM for control@debbugs.gnu.org; Wed, 27 Jun 2012 16:13:41 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SjyYO-0007pK-3z for control@debbugs.gnu.org; Wed, 27 Jun 2012 16:09:32 -0400 Date: Wed, 27 Jun 2012 16:09:32 -0400 Message-Id: Subject: control message for bug 11801 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) forcemerge 11541 11801 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 26 16:34:49 2012 Received: (at submit) by debbugs.gnu.org; 26 Sep 2012 20:34:49 +0000 Received: from localhost ([127.0.0.1]:57465 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TGyJj-0001UK-NV for submit@debbugs.gnu.org; Wed, 26 Sep 2012 16:34:49 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42522) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TGyGX-0001PN-0N for submit@debbugs.gnu.org; Wed, 26 Sep 2012 16:31:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGyGP-0003Ww-Pk for submit@debbugs.gnu.org; Wed, 26 Sep 2012 16:31:28 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:48021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGyGP-0003Wp-LX for submit@debbugs.gnu.org; Wed, 26 Sep 2012 16:31:21 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGyGN-0003qx-BV for bug-gnu-emacs@gnu.org; Wed, 26 Sep 2012 16:31:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGyGF-0003VF-UX for bug-gnu-emacs@gnu.org; Wed, 26 Sep 2012 16:31:19 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:56397) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGyGF-0003V2-Lj for bug-gnu-emacs@gnu.org; Wed, 26 Sep 2012 16:31:11 -0400 Received: by obcva7 with SMTP id va7so1209625obc.0 for ; Wed, 26 Sep 2012 13:31:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=1XnEq6J5LMeHcXntp6F2HxY0fCmToo/KFSBUJKn3Sa8=; b=p4IaJgPxsNEyXcbI5WrUPLCpNAlRoueh7z+TVMXzLYCCZsKS6CYP3lkVQ7R0cScLYW YvjBJc6QpO+zix4TazhBtgJbJoR1HGksH+SRsAMgXdd9Aa4GdGFW/+WgeJMbLh2zxgkO H6WMkWp+LeuQE6AruNaBWdadIeQArBcSm4se43JRToKMF/SODvbz7w6ZZMN7R5zbCRZA umtyd9Fk2OotcouZVPq/VNIdD1QI+Qe/FOu/PnIuhxS9YXpdiVSVOyoxpTEti2n22G0w NepAfee21V8sJ/VbBZuETKTaVXXol6YYWHd/1yTPHoSXui5htfF1TCFBOyqws6P6zliL +yCQ== Received: by 10.60.8.229 with SMTP id u5mr1400061oea.64.1348691470867; Wed, 26 Sep 2012 13:31:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.15.130 with HTTP; Wed, 26 Sep 2012 13:30:50 -0700 (PDT) From: mrevilgnome Date: Wed, 26 Sep 2012 13:30:50 -0700 Message-ID: Subject: bug#11541 - Another reproduction - Emacs 24.2; Null pointer on OSX with cocoa UI To: bug-gnu-emacs@gnu.org Content-Type: multipart/mixed; boundary=e89a8fb201de085e9204caa0b472 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 26 Sep 2012 16:34:46 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) --e89a8fb201de085e9204caa0b472 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I'm frequently running into bug 11541, but only when using emacs via the cocoa UI. It does not reproduce when using the console. This occurs with both the emacs compiled via homebrew and the 24.2 obtained from http://emacsformacosx.com/. The amusing thing is that the file I was using to prepare the bug report also causes the stack trace, so I've attached it to this email as a reproduction case. Backtrace is below. =E2=95=B0=E2=94=80$ gdb /usr/local/Cellar/emacs/24.2/Emacs.app/Contents/Mac= OS/Emacs GNU gdb 6.3.50-20050815 (Apple version gdb-1752) (Sat Jan 28 03:02:46 UTC 2012) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries .......... done (gdb) set args -Q (gdb) r Starting program: /usr/local/Cellar/emacs/24.2/Emacs.app/Contents/MacOS/Emacs -Q Reading symbols for shared libraries +++++++++..................................................................= ........................................................... done Reading symbols for shared libraries . done Reading symbols for shared libraries ....... done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries ......... done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Reading symbols for shared libraries . done Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 0x00007fff8a5c93c2 in CFStringGetLength () (gdb) bt full #0 0x00007fff8a5c93c2 in CFStringGetLength () No symbol table info available. #1 0x00007fff8a5e09e9 in CFStringCompareWithOptionsAndLocale () No symbol table info available. #2 0x00007fff86a337b2 in CompareLocalizedDescriptorsByTraitsAndPrecedence () No symbol table info available. #3 0x00007fff8a601fdd in __CFSimpleMergeSort () No symbol table info available. #4 0x00007fff8a602083 in __CFSimpleMergeSort () No symbol table info available. #5 0x00007fff8a602083 in __CFSimpleMergeSort () No symbol table info available. #6 0x00007fff8a602083 in __CFSimpleMergeSort () No symbol table info available. #7 0x00007fff8a602067 in __CFSimpleMergeSort () No symbol table info available. #8 0x00007fff8a602067 in __CFSimpleMergeSort () No symbol table info available. #9 0x00007fff8a602067 in __CFSimpleMergeSort () No symbol table info available. #10 0x00007fff8a602067 in __CFSimpleMergeSort () No symbol table info available. #11 0x00007fff8a602067 in __CFSimpleMergeSort () No symbol table info available. #12 0x00007fff8a601ef6 in CFSortIndexes () No symbol table info available. #13 0x00007fff8a5d4e33 in CFQSortArray () No symbol table info available. #14 0x00007fff8a5d4bb8 in CFArraySortValues () No symbol table info available. #15 0x00007fff86a5db28 in TDescriptorSource::GetAllDescriptors () No symbol table info available. #16 0x00007fff86a2a587 in TDescriptor::CreateMatchingDescriptors () No symbol table info available. #17 0x00007fff8bbec599 in -[NSCTFontDescriptor matchingFontDescriptorsWithMandatoryKeys:] () No symbol table info available. #18 0x000000010017ae8e in ns_findfonts () No symbol table info available. #19 0x000000010010fc02 in font_list_entities () No symbol table info available. #20 0x0000000100111bb9 in font_find_for_lface () No symbol table info available. #21 0x0000000100154e0b in fontset_find_font () No symbol table info available. #22 0x00000001001519bf in fontset_font () No symbol table info available. #23 0x00000001001517ed in face_for_char () No symbol table info available. #24 0x0000000100015b8d in get_next_display_element () No symbol table info available. #25 0x00000001000223b6 in display_line () No symbol table info available. #26 0x000000010003e6eb in try_window_reusing_current_matrix () No symbol table info available. #27 0x0000000100038b67 in redisplay_window () No symbol table info available. ---Type to continue, or q to quit--- #28 0x0000000100037cbd in redisplay_window_1 () No symbol table info available. #29 0x00000001000febef in internal_condition_case_1 () No symbol table info available. #30 0x000000010001de23 in redisplay_internal () No symbol table info available. #31 0x000000010009b2f6 in read_char () No symbol table info available. #32 0x0000000100097983 in read_key_sequence () No symbol table info available. #33 0x0000000100096326 in command_loop_1 () No symbol table info available. #34 0x00000001001000ba in internal_condition_case () No symbol table info available. #35 0x00000001000a5adb in command_loop_2 () No symbol table info available. #36 0x00000001000ffb57 in internal_catch () No symbol table info available. #37 0x0000000100094a21 in recursive_edit_1 () No symbol table info available. #38 0x0000000100094bd0 in Frecursive_edit () No symbol table info available. #39 0x0000000100093bc0 in main () No symbol table info available. In GNU Emacs 24.2.1 (x86_64-apple-darwin11.4.0, NS apple-appkit-1138.47) of 2012-09-26 on mine.local Windowing system distributor `Apple', version 10.3.1138 Configured using: `configure '--prefix=3D/usr/local/Cellar/emacs/24.2' '--without-dbus' '--enable-locallisppath=3D/usr/local/share/emacs/site-lisp' '--infodir=3D/usr/local/Cellar/emacs/24.2/share/info/emacs' '--with-ns' '--disable-ns-self-contained' 'CC=3Dcc'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: en_US.UTF-8 value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: erc-track-mode: t global-auto-complete-mode: t display-time-mode: t show-paren-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: ESC [ ? 1 ; 2 c ESC x r e p o TAB r TAB RET Recent messages: ("/usr/local/Cellar/emacs/24.2/Emacs.app/Contents/MacOS/Emacs") Ruby: ruby-1.9.3-p0 Gemset: global Source file `/Users/mstump/.emacs.d/elpa/yaml-mode-0.0.7/yaml-mode.el' newer than byte-compiled file Source file `/Users/mstump/.emacs.d/elpa/clojure-mode-1.11.5/clojure-mode.e= l' newer than byte-compiled file For information about GNU Emacs and the GNU system, type C-h C-a. Making completion list... Load-path shadows: /Users/mstump/.emacs.d/vendor/rinari/util/jump/which-func hides /usr/local/Cellar/emacs/24.2/share/emacs/24.2/lisp/progmodes/which-func ~/.emacs.d/init hides /Users/mstump/.emacs.d/vendor/rinari/test/init /usr/local/Cellar/emacs/24.2/share/emacs/24.2/lisp/emacs-lisp/ert hides /Users/mstump/.emacs.d/vendor/rvm/tests/ert ~/.emacs.d/init hides /Users/mstump/.emacs.d/vendor/rinari/util/jump/test/i= nit /Users/mstump/.emacs.d/vendor/rinari/test/elunit hides /Users/mstump/.emacs.d/vendor/rinari/util/jump/test/elunit /usr/local/Cellar/emacs/24.2/share/emacs/24.2/lisp/emacs-lisp/ert hides /Users/mstump/.emacs.d/vendor/rinari/util/test/ert/ert Features: (shadow sort gnus-util mail-extr emacsbug message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils help-mode view evernote-mode tree-widget hl-tags-mode coffee-mode remember org-install erc-track erc-match tls erc-goodies erc erc-backend erc-compat format-spec browse-kill-ring uniquify byte-opt warnings ac-slime auto-complete-config auto-complete popup clojure-jump-to-file midje-mode midje-mode-praise newcomment clojure-test-mode slime bytecomp byte-compile cconv macroexp apropos hideshow pp clojure-mode anything yaml-mode rhtml-mode rhtml-navigation derived rhtml-sgml-hacks rhtml-ruby-hook sgml-mode rhtml-erb rhtml-fonts rinari advice advice-preload jump inflections help-fns findr ruby-compilation which-func imenu pcomplete inf-ruby edmacro kmacro compile comint ansi-color ring ruby-mode regexp-opt rvm tango-dark-theme ido markdown-mode thingatpt noutline outline easy-mmode color-theme easymenu wid-edit time time-date paren anything-complete-autoloads browse-kill-ring-autoloads clojure-test-mode-autoloads clojure-mode-autoloads clojurescript-mode-autoloads coffee-mode-autoloads color-theme-autoloads erc-nick-notify-autoloads hideshowvis-autoloads hippie-expand-slime-autoloads magit-autoloads markdown-mode-autoloads midje-mode-autoloads slime-fuzzy-autoloads slime-autoloads yaml-mode-autoloads package tabulated-list cl tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process ns multi-tty emacs) --e89a8fb201de085e9204caa0b472 Content-Type: text/plain; charset=UTF-8; name="bug_report.txt" Content-Disposition: attachment; filename="bug_report.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_h7kw0x3y0 RnJvbTogTWF0dCBTdHVtcCA8bXN0dW1wQGdvYXR5YWsuY29tPgpUbzogYnVnLWdudS1lbWFjc0Bn bnUub3JnClN1YmplY3Q6IDI0LjI7IE51bGwgcG9pbnRlciBvbiBPU1ggd2l0aCBjb2NvYSBVSQot LXRleHQgZm9sbG93cyB0aGlzIGxpbmUtLQoKSSBjb25zaXN0ZW5seSBnZXQgYSBjcmFzaCAobnVs bCBwb2ludGVyIGFjY2Vzcykgd2hlbiBlZGl0aW5nIGEKcGFydGljdWxhciBydWJ5IGZpbGUsIGJ1 dCBvbmx5IHdoZW4gdXNpbmcgdGhlIGNvY29hIFVJIG9uIE9TWC4gVGhpcwpvY2N1cnMgd2l0aCBi b3RoIHRoZSBlbWFjcyBjb21waWxlZCB2aWEgaG9tZWJyZXcgYW5kIHRoZSB2ZXJzaW9uCm9idGFp bmVkIGZyb20gaHR0cDovL2VtYWNzZm9ybWFjb3N4LmNvbS8uICBCYWNrdHJhY2UgaXMgYmVsb3cu CgrilbDilIAkIGdkYiAvdXNyL2xvY2FsL0NlbGxhci9lbWFjcy8yNC4yL0VtYWNzLmFwcC9Db250 ZW50cy9NYWNPUy9FbWFjcwpHTlUgZ2RiIDYuMy41MC0yMDA1MDgxNSAoQXBwbGUgdmVyc2lvbiBn ZGItMTc1MikgKFNhdCBKYW4gMjggMDM6MDI6NDYKVVRDIDIwMTIpCkNvcHlyaWdodCAyMDA0IEZy ZWUgU29mdHdhcmUgRm91bmRhdGlvbiwgSW5jLgpHREIgaXMgZnJlZSBzb2Z0d2FyZSwgY292ZXJl ZCBieSB0aGUgR05VIEdlbmVyYWwgUHVibGljIExpY2Vuc2UsIGFuZCB5b3UKYXJlCndlbGNvbWUg dG8gY2hhbmdlIGl0IGFuZC9vciBkaXN0cmlidXRlIGNvcGllcyBvZiBpdCB1bmRlciBjZXJ0YWlu CmNvbmRpdGlvbnMuClR5cGUgInNob3cgY29weWluZyIgdG8gc2VlIHRoZSBjb25kaXRpb25zLgpU aGVyZSBpcyBhYnNvbHV0ZWx5IG5vIHdhcnJhbnR5IGZvciBHREIuICBUeXBlICJzaG93IHdhcnJh bnR5IiBmb3IKZGV0YWlscy4KVGhpcyBHREIgd2FzIGNvbmZpZ3VyZWQgYXMgIng4Nl82NC1hcHBs ZS1kYXJ3aW4iLi4uUmVhZGluZyBzeW1ib2xzIGZvcgpzaGFyZWQgbGlicmFyaWVzIC4uLi4uLi4u Li4gZG9uZQoKKGdkYikgc2V0IGFyZ3MgLVEKKGdkYikgcgpTdGFydGluZyBwcm9ncmFtOgovdXNy L2xvY2FsL0NlbGxhci9lbWFjcy8yNC4yL0VtYWNzLmFwcC9Db250ZW50cy9NYWNPUy9FbWFjcyAt UQpSZWFkaW5nIHN5bWJvbHMgZm9yIHNoYXJlZCBsaWJyYXJpZXMKKysrKysrKysrLi4uLi4uLi4u Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u Li4gZG9uZQpSZWFkaW5nIHN5bWJvbHMgZm9yIHNoYXJlZCBsaWJyYXJpZXMgLiBkb25lClJlYWRp bmcgc3ltYm9scyBmb3Igc2hhcmVkIGxpYnJhcmllcyAuLi4uLi4uIGRvbmUKUmVhZGluZyBzeW1i b2xzIGZvciBzaGFyZWQgbGlicmFyaWVzIC4gZG9uZQpSZWFkaW5nIHN5bWJvbHMgZm9yIHNoYXJl ZCBsaWJyYXJpZXMgLiBkb25lClJlYWRpbmcgc3ltYm9scyBmb3Igc2hhcmVkIGxpYnJhcmllcyAu IGRvbmUKUmVhZGluZyBzeW1ib2xzIGZvciBzaGFyZWQgbGlicmFyaWVzIC4gZG9uZQpSZWFkaW5n IHN5bWJvbHMgZm9yIHNoYXJlZCBsaWJyYXJpZXMgLiBkb25lClJlYWRpbmcgc3ltYm9scyBmb3Ig c2hhcmVkIGxpYnJhcmllcyAuLi4uLi4uLi4gZG9uZQpSZWFkaW5nIHN5bWJvbHMgZm9yIHNoYXJl ZCBsaWJyYXJpZXMgLiBkb25lClJlYWRpbmcgc3ltYm9scyBmb3Igc2hhcmVkIGxpYnJhcmllcyAu IGRvbmUKUmVhZGluZyBzeW1ib2xzIGZvciBzaGFyZWQgbGlicmFyaWVzIC4gZG9uZQoKUHJvZ3Jh bSByZWNlaXZlZCBzaWduYWwgRVhDX0JBRF9BQ0NFU1MsIENvdWxkIG5vdCBhY2Nlc3MgbWVtb3J5 LgpSZWFzb246IEtFUk5fSU5WQUxJRF9BRERSRVNTIGF0IGFkZHJlc3M6IDB4MDAwMDAwMDAwMDAw MDAwMAoweDAwMDA3ZmZmOGE1YzkzYzIgaW4gQ0ZTdHJpbmdHZXRMZW5ndGggKCkKKGdkYikgYnQg ZnVsbAojMCAgMHgwMDAwN2ZmZjhhNWM5M2MyIGluIENGU3RyaW5nR2V0TGVuZ3RoICgpCk5vIHN5 bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KIzEgIDB4MDAwMDdmZmY4YTVlMDllOSBpbiBDRlN0 cmluZ0NvbXBhcmVXaXRoT3B0aW9uc0FuZExvY2FsZSAoKQpObyBzeW1ib2wgdGFibGUgaW5mbyBh dmFpbGFibGUuCiMyICAweDAwMDA3ZmZmODZhMzM3YjIgaW4KQ29tcGFyZUxvY2FsaXplZERlc2Ny aXB0b3JzQnlUcmFpdHNBbmRQcmVjZWRlbmNlICgpCk5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWls YWJsZS4KIzMgIDB4MDAwMDdmZmY4YTYwMWZkZCBpbiBfX0NGU2ltcGxlTWVyZ2VTb3J0ICgpCk5v IHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KIzQgIDB4MDAwMDdmZmY4YTYwMjA4MyBpbiBf X0NGU2ltcGxlTWVyZ2VTb3J0ICgpCk5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KIzUg IDB4MDAwMDdmZmY4YTYwMjA4MyBpbiBfX0NGU2ltcGxlTWVyZ2VTb3J0ICgpCk5vIHN5bWJvbCB0 YWJsZSBpbmZvIGF2YWlsYWJsZS4KIzYgIDB4MDAwMDdmZmY4YTYwMjA4MyBpbiBfX0NGU2ltcGxl TWVyZ2VTb3J0ICgpCk5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KIzcgIDB4MDAwMDdm ZmY4YTYwMjA2NyBpbiBfX0NGU2ltcGxlTWVyZ2VTb3J0ICgpCk5vIHN5bWJvbCB0YWJsZSBpbmZv IGF2YWlsYWJsZS4KIzggIDB4MDAwMDdmZmY4YTYwMjA2NyBpbiBfX0NGU2ltcGxlTWVyZ2VTb3J0 ICgpCk5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KIzkgIDB4MDAwMDdmZmY4YTYwMjA2 NyBpbiBfX0NGU2ltcGxlTWVyZ2VTb3J0ICgpCk5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJs ZS4KIzEwIDB4MDAwMDdmZmY4YTYwMjA2NyBpbiBfX0NGU2ltcGxlTWVyZ2VTb3J0ICgpCk5vIHN5 bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KIzExIDB4MDAwMDdmZmY4YTYwMjA2NyBpbiBfX0NG U2ltcGxlTWVyZ2VTb3J0ICgpCk5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KIzEyIDB4 MDAwMDdmZmY4YTYwMWVmNiBpbiBDRlNvcnRJbmRleGVzICgpCk5vIHN5bWJvbCB0YWJsZSBpbmZv IGF2YWlsYWJsZS4KIzEzIDB4MDAwMDdmZmY4YTVkNGUzMyBpbiBDRlFTb3J0QXJyYXkgKCkKTm8g c3ltYm9sIHRhYmxlIGluZm8gYXZhaWxhYmxlLgojMTQgMHgwMDAwN2ZmZjhhNWQ0YmI4IGluIENG QXJyYXlTb3J0VmFsdWVzICgpCk5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KIzE1IDB4 MDAwMDdmZmY4NmE1ZGIyOCBpbiBURGVzY3JpcHRvclNvdXJjZTo6R2V0QWxsRGVzY3JpcHRvcnMg KCkKTm8gc3ltYm9sIHRhYmxlIGluZm8gYXZhaWxhYmxlLgojMTYgMHgwMDAwN2ZmZjg2YTJhNTg3 IGluIFREZXNjcmlwdG9yOjpDcmVhdGVNYXRjaGluZ0Rlc2NyaXB0b3JzICgpCk5vIHN5bWJvbCB0 YWJsZSBpbmZvIGF2YWlsYWJsZS4KIzE3IDB4MDAwMDdmZmY4YmJlYzU5OSBpbiAtW05TQ1RGb250 RGVzY3JpcHRvcgptYXRjaGluZ0ZvbnREZXNjcmlwdG9yc1dpdGhNYW5kYXRvcnlLZXlzOl0gKCkK Tm8gc3ltYm9sIHRhYmxlIGluZm8gYXZhaWxhYmxlLgojMTggMHgwMDAwMDAwMTAwMTdhZThlIGlu IG5zX2ZpbmRmb250cyAoKQpObyBzeW1ib2wgdGFibGUgaW5mbyBhdmFpbGFibGUuCiMxOSAweDAw MDAwMDAxMDAxMGZjMDIgaW4gZm9udF9saXN0X2VudGl0aWVzICgpCk5vIHN5bWJvbCB0YWJsZSBp bmZvIGF2YWlsYWJsZS4KIzIwIDB4MDAwMDAwMDEwMDExMWJiOSBpbiBmb250X2ZpbmRfZm9yX2xm YWNlICgpCk5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KIzIxIDB4MDAwMDAwMDEwMDE1 NGUwYiBpbiBmb250c2V0X2ZpbmRfZm9udCAoKQpObyBzeW1ib2wgdGFibGUgaW5mbyBhdmFpbGFi bGUuCiMyMiAweDAwMDAwMDAxMDAxNTE5YmYgaW4gZm9udHNldF9mb250ICgpCk5vIHN5bWJvbCB0 YWJsZSBpbmZvIGF2YWlsYWJsZS4KIzIzIDB4MDAwMDAwMDEwMDE1MTdlZCBpbiBmYWNlX2Zvcl9j aGFyICgpCk5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KIzI0IDB4MDAwMDAwMDEwMDAx NWI4ZCBpbiBnZXRfbmV4dF9kaXNwbGF5X2VsZW1lbnQgKCkKTm8gc3ltYm9sIHRhYmxlIGluZm8g YXZhaWxhYmxlLgojMjUgMHgwMDAwMDAwMTAwMDIyM2I2IGluIGRpc3BsYXlfbGluZSAoKQpObyBz eW1ib2wgdGFibGUgaW5mbyBhdmFpbGFibGUuCiMyNiAweDAwMDAwMDAxMDAwM2U2ZWIgaW4gdHJ5 X3dpbmRvd19yZXVzaW5nX2N1cnJlbnRfbWF0cml4ICgpCk5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2 YWlsYWJsZS4KIzI3IDB4MDAwMDAwMDEwMDAzOGI2NyBpbiByZWRpc3BsYXlfd2luZG93ICgpCk5v IHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KLS0tVHlwZSA8cmV0dXJuPiB0byBjb250aW51 ZSwgb3IgcSA8cmV0dXJuPiB0byBxdWl0LS0tCiMyOCAweDAwMDAwMDAxMDAwMzdjYmQgaW4gcmVk aXNwbGF5X3dpbmRvd18xICgpCk5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KIzI5IDB4 MDAwMDAwMDEwMDBmZWJlZiBpbiBpbnRlcm5hbF9jb25kaXRpb25fY2FzZV8xICgpCk5vIHN5bWJv bCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KIzMwIDB4MDAwMDAwMDEwMDAxZGUyMyBpbiByZWRpc3Bs YXlfaW50ZXJuYWwgKCkKTm8gc3ltYm9sIHRhYmxlIGluZm8gYXZhaWxhYmxlLgojMzEgMHgwMDAw MDAwMTAwMDliMmY2IGluIHJlYWRfY2hhciAoKQpObyBzeW1ib2wgdGFibGUgaW5mbyBhdmFpbGFi bGUuCiMzMiAweDAwMDAwMDAxMDAwOTc5ODMgaW4gcmVhZF9rZXlfc2VxdWVuY2UgKCkKTm8gc3lt Ym9sIHRhYmxlIGluZm8gYXZhaWxhYmxlLgojMzMgMHgwMDAwMDAwMTAwMDk2MzI2IGluIGNvbW1h bmRfbG9vcF8xICgpCk5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KIzM0IDB4MDAwMDAw MDEwMDEwMDBiYSBpbiBpbnRlcm5hbF9jb25kaXRpb25fY2FzZSAoKQpObyBzeW1ib2wgdGFibGUg aW5mbyBhdmFpbGFibGUuCiMzNSAweDAwMDAwMDAxMDAwYTVhZGIgaW4gY29tbWFuZF9sb29wXzIg KCkKTm8gc3ltYm9sIHRhYmxlIGluZm8gYXZhaWxhYmxlLgojMzYgMHgwMDAwMDAwMTAwMGZmYjU3 IGluIGludGVybmFsX2NhdGNoICgpCk5vIHN5bWJvbCB0YWJsZSBpbmZvIGF2YWlsYWJsZS4KIzM3 IDB4MDAwMDAwMDEwMDA5NGEyMSBpbiByZWN1cnNpdmVfZWRpdF8xICgpCk5vIHN5bWJvbCB0YWJs ZSBpbmZvIGF2YWlsYWJsZS4KIzM4IDB4MDAwMDAwMDEwMDA5NGJkMCBpbiBGcmVjdXJzaXZlX2Vk aXQgKCkKTm8gc3ltYm9sIHRhYmxlIGluZm8gYXZhaWxhYmxlLgojMzkgMHgwMDAwMDAwMTAwMDkz YmMwIGluIG1haW4gKCkKTm8gc3ltYm9sIHRhYmxlIGluZm8gYXZhaWxhYmxlLgoKCgoKSW4gR05V IEVtYWNzIDI0LjIuMSAoeDg2XzY0LWFwcGxlLWRhcndpbjExLjQuMCwgTlMgYXBwbGUtYXBwa2l0 LTExMzguNDcpCiBvZiAyMDEyLTA5LTI2IG9uIG1pbmUubG9jYWwKV2luZG93aW5nIHN5c3RlbSBk aXN0cmlidXRvciBgQXBwbGUnLCB2ZXJzaW9uIDEwLjMuMTEzOApDb25maWd1cmVkIHVzaW5nOgog YGNvbmZpZ3VyZSAnLS1wcmVmaXg9L3Vzci9sb2NhbC9DZWxsYXIvZW1hY3MvMjQuMicgJy0td2l0 aG91dC1kYnVzJwogJy0tZW5hYmxlLWxvY2FsbGlzcHBhdGg9L3Vzci9sb2NhbC9zaGFyZS9lbWFj cy9zaXRlLWxpc3AnCiAnLS1pbmZvZGlyPS91c3IvbG9jYWwvQ2VsbGFyL2VtYWNzLzI0LjIvc2hh cmUvaW5mby9lbWFjcycgJy0td2l0aC1ucycKICctLWRpc2FibGUtbnMtc2VsZi1jb250YWluZWQn ICdDQz1jYycnCgpJbXBvcnRhbnQgc2V0dGluZ3M6CiAgdmFsdWUgb2YgJExDX0FMTDogbmlsCiAg dmFsdWUgb2YgJExDX0NPTExBVEU6IG5pbAogIHZhbHVlIG9mICRMQ19DVFlQRTogZW5fVVMuVVRG LTgKICB2YWx1ZSBvZiAkTENfTUVTU0FHRVM6IG5pbAogIHZhbHVlIG9mICRMQ19NT05FVEFSWTog bmlsCiAgdmFsdWUgb2YgJExDX05VTUVSSUM6IG5pbAogIHZhbHVlIG9mICRMQ19USU1FOiBuaWwK ICB2YWx1ZSBvZiAkTEFORzogZW5fVVMuVVRGLTgKICB2YWx1ZSBvZiAkWE1PRElGSUVSUzogbmls CiAgbG9jYWxlLWNvZGluZy1zeXN0ZW06IHV0Zi04LXVuaXgKICBkZWZhdWx0IGVuYWJsZS1tdWx0 aWJ5dGUtY2hhcmFjdGVyczogdAoKTWFqb3IgbW9kZTogRnVuZGFtZW50YWwKCk1pbm9yIG1vZGVz IGluIGVmZmVjdDoKICBlcmMtdHJhY2stbW9kZTogdAogIGdsb2JhbC1hdXRvLWNvbXBsZXRlLW1v ZGU6IHQKICBkaXNwbGF5LXRpbWUtbW9kZTogdAogIHNob3ctcGFyZW4tbW9kZTogdAogIG1vdXNl LXdoZWVsLW1vZGU6IHQKICBmaWxlLW5hbWUtc2hhZG93LW1vZGU6IHQKICBnbG9iYWwtZm9udC1s b2NrLW1vZGU6IHQKICBhdXRvLWNvbXBvc2l0aW9uLW1vZGU6IHQKICBhdXRvLWVuY3J5cHRpb24t bW9kZTogdAogIGF1dG8tY29tcHJlc3Npb24tbW9kZTogdAogIGNvbHVtbi1udW1iZXItbW9kZTog dAogIGxpbmUtbnVtYmVyLW1vZGU6IHQKICB0cmFuc2llbnQtbWFyay1tb2RlOiB0CgpSZWNlbnQg aW5wdXQ6CkVTQyBbID8gMSA7IDIgYyBFU0MgeCByIGUgcCBvIFRBQiByIFRBQiBSRVQKClJlY2Vu dCBtZXNzYWdlczoKKCIvdXNyL2xvY2FsL0NlbGxhci9lbWFjcy8yNC4yL0VtYWNzLmFwcC9Db250 ZW50cy9NYWNPUy9FbWFjcyIpClJ1Ynk6IHJ1YnktMS45LjMtcDAgR2Vtc2V0OiBnbG9iYWwKU291 cmNlIGZpbGUgYC9Vc2Vycy9tc3R1bXAvLmVtYWNzLmQvZWxwYS95YW1sLW1vZGUtMC4wLjcveWFt bC1tb2RlLmVsJyBuZXdlciB0aGFuIGJ5dGUtY29tcGlsZWQgZmlsZQpTb3VyY2UgZmlsZSBgL1Vz ZXJzL21zdHVtcC8uZW1hY3MuZC9lbHBhL2Nsb2p1cmUtbW9kZS0xLjExLjUvY2xvanVyZS1tb2Rl LmVsJyBuZXdlciB0aGFuIGJ5dGUtY29tcGlsZWQgZmlsZQpGb3IgaW5mb3JtYXRpb24gYWJvdXQg R05VIEVtYWNzIGFuZCB0aGUgR05VIHN5c3RlbSwgdHlwZSBDLWggQy1hLgpNYWtpbmcgY29tcGxl dGlvbiBsaXN0Li4uCgpMb2FkLXBhdGggc2hhZG93czoKL1VzZXJzL21zdHVtcC8uZW1hY3MuZC92 ZW5kb3IvcmluYXJpL3V0aWwvanVtcC93aGljaC1mdW5jIGhpZGVzIC91c3IvbG9jYWwvQ2VsbGFy L2VtYWNzLzI0LjIvc2hhcmUvZW1hY3MvMjQuMi9saXNwL3Byb2dtb2Rlcy93aGljaC1mdW5jCn4v LmVtYWNzLmQvaW5pdCBoaWRlcyAvVXNlcnMvbXN0dW1wLy5lbWFjcy5kL3ZlbmRvci9yaW5hcmkv dGVzdC9pbml0Ci91c3IvbG9jYWwvQ2VsbGFyL2VtYWNzLzI0LjIvc2hhcmUvZW1hY3MvMjQuMi9s aXNwL2VtYWNzLWxpc3AvZXJ0IGhpZGVzIC9Vc2Vycy9tc3R1bXAvLmVtYWNzLmQvdmVuZG9yL3J2 bS90ZXN0cy9lcnQKfi8uZW1hY3MuZC9pbml0IGhpZGVzIC9Vc2Vycy9tc3R1bXAvLmVtYWNzLmQv dmVuZG9yL3JpbmFyaS91dGlsL2p1bXAvdGVzdC9pbml0Ci9Vc2Vycy9tc3R1bXAvLmVtYWNzLmQv dmVuZG9yL3JpbmFyaS90ZXN0L2VsdW5pdCBoaWRlcyAvVXNlcnMvbXN0dW1wLy5lbWFjcy5kL3Zl bmRvci9yaW5hcmkvdXRpbC9qdW1wL3Rlc3QvZWx1bml0Ci91c3IvbG9jYWwvQ2VsbGFyL2VtYWNz LzI0LjIvc2hhcmUvZW1hY3MvMjQuMi9saXNwL2VtYWNzLWxpc3AvZXJ0IGhpZGVzIC9Vc2Vycy9t c3R1bXAvLmVtYWNzLmQvdmVuZG9yL3JpbmFyaS91dGlsL3Rlc3QvZXJ0L2VydAoKRmVhdHVyZXM6 CihzaGFkb3cgc29ydCBnbnVzLXV0aWwgbWFpbC1leHRyIGVtYWNzYnVnIG1lc3NhZ2UgcmZjODIy IG1tbCBtbWwtc2VjCm1tLWRlY29kZSBtbS1ib2RpZXMgbW0tZW5jb2RlIG1haWwtcGFyc2UgcmZj MjIzMSBtYWlsYWJicmV2IGdtbS11dGlscwptYWlsaGVhZGVyIHNlbmRtYWlsIHJmYzIwNDcgcmZj MjA0NSBpZXRmLWRydW1zIG1tLXV0aWwgbWFpbC1wcnN2cgptYWlsLXV0aWxzIGhlbHAtbW9kZSB2 aWV3IGV2ZXJub3RlLW1vZGUgdHJlZS13aWRnZXQgaGwtdGFncy1tb2RlCmNvZmZlZS1tb2RlIHJl bWVtYmVyIG9yZy1pbnN0YWxsIGVyYy10cmFjayBlcmMtbWF0Y2ggdGxzIGVyYy1nb29kaWVzIGVy YwplcmMtYmFja2VuZCBlcmMtY29tcGF0IGZvcm1hdC1zcGVjIGJyb3dzZS1raWxsLXJpbmcgdW5p cXVpZnkgYnl0ZS1vcHQKd2FybmluZ3MgYWMtc2xpbWUgYXV0by1jb21wbGV0ZS1jb25maWcgYXV0 by1jb21wbGV0ZSBwb3B1cApjbG9qdXJlLWp1bXAtdG8tZmlsZSBtaWRqZS1tb2RlIG1pZGplLW1v ZGUtcHJhaXNlIG5ld2NvbW1lbnQKY2xvanVyZS10ZXN0LW1vZGUgc2xpbWUgYnl0ZWNvbXAgYnl0 ZS1jb21waWxlIGNjb252IG1hY3JvZXhwIGFwcm9wb3MKaGlkZXNob3cgcHAgY2xvanVyZS1tb2Rl IGFueXRoaW5nIHlhbWwtbW9kZSByaHRtbC1tb2RlIHJodG1sLW5hdmlnYXRpb24KZGVyaXZlZCBy aHRtbC1zZ21sLWhhY2tzIHJodG1sLXJ1YnktaG9vayBzZ21sLW1vZGUgcmh0bWwtZXJiIHJodG1s LWZvbnRzCnJpbmFyaSBhZHZpY2UgYWR2aWNlLXByZWxvYWQganVtcCBpbmZsZWN0aW9ucyBoZWxw LWZucyBmaW5kcgpydWJ5LWNvbXBpbGF0aW9uIHdoaWNoLWZ1bmMgaW1lbnUgcGNvbXBsZXRlIGlu Zi1ydWJ5IGVkbWFjcm8ga21hY3JvCmNvbXBpbGUgY29taW50IGFuc2ktY29sb3IgcmluZyBydWJ5 LW1vZGUgcmVnZXhwLW9wdCBydm0gdGFuZ28tZGFyay10aGVtZQppZG8gbWFya2Rvd24tbW9kZSB0 aGluZ2F0cHQgbm91dGxpbmUgb3V0bGluZSBlYXN5LW1tb2RlIGNvbG9yLXRoZW1lCmVhc3ltZW51 IHdpZC1lZGl0IHRpbWUgdGltZS1kYXRlIHBhcmVuIGFueXRoaW5nLWNvbXBsZXRlLWF1dG9sb2Fk cwpicm93c2Uta2lsbC1yaW5nLWF1dG9sb2FkcyBjbG9qdXJlLXRlc3QtbW9kZS1hdXRvbG9hZHMK Y2xvanVyZS1tb2RlLWF1dG9sb2FkcyBjbG9qdXJlc2NyaXB0LW1vZGUtYXV0b2xvYWRzCmNvZmZl ZS1tb2RlLWF1dG9sb2FkcyBjb2xvci10aGVtZS1hdXRvbG9hZHMgZXJjLW5pY2stbm90aWZ5LWF1 dG9sb2FkcwpoaWRlc2hvd3Zpcy1hdXRvbG9hZHMgaGlwcGllLWV4cGFuZC1zbGltZS1hdXRvbG9h ZHMgbWFnaXQtYXV0b2xvYWRzCm1hcmtkb3duLW1vZGUtYXV0b2xvYWRzIG1pZGplLW1vZGUtYXV0 b2xvYWRzIHNsaW1lLWZ1enp5LWF1dG9sb2FkcwpzbGltZS1hdXRvbG9hZHMgeWFtbC1tb2RlLWF1 dG9sb2FkcyBwYWNrYWdlIHRhYnVsYXRlZC1saXN0IGNsIHRvb2x0aXAKZWRpZmYtaG9vayB2Yy1o b29rcyBsaXNwLWZsb2F0LXR5cGUgbXdoZWVsIG5zLXdpbiB0b29sLWJhciBkbmQgZm9udHNldApp bWFnZSBmcmluZ2UgbGlzcC1tb2RlIHJlZ2lzdGVyIHBhZ2UgbWVudS1iYXIgcmZuLWVzaGFkb3cg dGltZXIgc2VsZWN0CnNjcm9sbC1iYXIgbW91c2Ugaml0LWxvY2sgZm9udC1sb2NrIHN5bnRheCBm YWNlbWVudSBmb250LWNvcmUgZnJhbWUgY2hhbQpnZW9yZ2lhbiB1dGYtOC1sYW5nIG1pc2MtbGFu ZyB2aWV0bmFtZXNlIHRpYmV0YW4gdGhhaSB0YWktdmlldCBsYW8Ka29yZWFuIGphcGFuZXNlIGhl YnJldyBncmVlayByb21hbmlhbiBzbG92YWsgY3plY2ggZXVyb3BlYW4gZXRoaW9waWMKaW5kaWFu IGN5cmlsbGljIGNoaW5lc2UgY2FzZS10YWJsZSBlcGEtaG9vayBqa2EtY21wci1ob29rIGhlbHAg c2ltcGxlCmFiYnJldiBtaW5pYnVmZmVyIGxvYWRkZWZzIGJ1dHRvbiBmYWNlcyBjdXMtZmFjZSBm aWxlcyB0ZXh0LXByb3BlcnRpZXMKb3ZlcmxheSBzaGExIG1kNSBiYXNlNjQgZm9ybWF0IGVudiBj b2RlLXBhZ2VzIG11bGUgY3VzdG9tIHdpZGdldApoYXNodGFibGUtcHJpbnQtcmVhZGFibGUgYmFj a3F1b3RlIG1ha2UtbmV0d29yay1wcm9jZXNzIG5zIG11bHRpLXR0eQplbWFjcykK --e89a8fb201de085e9204caa0b472-- From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 26 16:42:19 2012 Received: (at submit) by debbugs.gnu.org; 26 Sep 2012 20:42:19 +0000 Received: from localhost ([127.0.0.1]:57484 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TGyR0-0001gt-Qo for submit@debbugs.gnu.org; Wed, 26 Sep 2012 16:42:19 -0400 Received: from eggs.gnu.org ([208.118.235.92]:57092) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TGyQy-0001gm-7W for submit@debbugs.gnu.org; Wed, 26 Sep 2012 16:42:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGyQx-00080i-DQ for submit@debbugs.gnu.org; Wed, 26 Sep 2012 16:42:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:57572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGyQx-00080e-9u for submit@debbugs.gnu.org; Wed, 26 Sep 2012 16:42:15 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGyQw-00012h-8d for bug-gnu-emacs@gnu.org; Wed, 26 Sep 2012 16:42:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGyQv-00080Q-6L for bug-gnu-emacs@gnu.org; Wed, 26 Sep 2012 16:42:14 -0400 Received: from mail-oa0-f41.google.com ([209.85.219.41]:44941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGyQv-00080L-16 for bug-gnu-emacs@gnu.org; Wed, 26 Sep 2012 16:42:13 -0400 Received: by oagk14 with SMTP id k14so1238272oag.0 for ; Wed, 26 Sep 2012 13:42:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=eLImuZpNXSfZGARp24tR2Tqe794iVrSlh0d44BwQK8I=; b=r2W7qSgPOU0UK+PO2XRUzz861Z0S8HAINl5rIxGe6dCT5VtgBZ6L8v5Hxg+7mVFxzI FfGpDBHTs5fq98VEHArPA1SVJMkYTqrxJJduSvUiSo8uUb8cNrLO147yiEAy7sfzCqdN zGu1x95P5JwNc+cztfl5qLE5BdCIJZOhgn91YLYCuXCI9aSoq3h2j46xO775oIgp8ieg RSqf5xo6A3QQEMnsort9jHInnv36JOoSHOSCerL7VIv+5BVHVIqBFILfpEVkXZS9H4Mz IIw4Ogd6WD1vfHHM3DOeyq1Z9s+0W2W25e0q3dg5borGXUcaJc9LfJfAM193zCGplPZ+ VFhw== Received: by 10.60.3.6 with SMTP id 6mr1430388oey.117.1348692132309; Wed, 26 Sep 2012 13:42:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.15.130 with HTTP; Wed, 26 Sep 2012 13:41:52 -0700 (PDT) In-Reply-To: References: From: mrevilgnome Date: Wed, 26 Sep 2012 13:41:52 -0700 Message-ID: Subject: Re: bug#11541 - Another reproduction - Emacs 24.2; Null pointer on OSX with cocoa UI To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) I've figured out that unicode character =E2=9C=93 (U+2713) was the trigger = for my initial reproduction. Rails inserts it into web params, and I had it at the top of a method statement for reference purposes. Once that char is removed from the file the crash goes away. On Wed, Sep 26, 2012 at 1:30 PM, mrevilgnome wrote: > I'm frequently running into bug 11541, but only when using emacs via > the cocoa UI. It does not reproduce when using the console. This > occurs with both the emacs compiled via homebrew and the 24.2 obtained > from http://emacsformacosx.com/. The amusing thing is that the file I > was using to prepare the bug report also causes the stack trace, so > I've attached it to this email as a reproduction case. Backtrace is > below. From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 14 14:59:44 2012 Received: (at 11541) by debbugs.gnu.org; 14 Oct 2012 18:59:44 +0000 Received: from localhost ([127.0.0.1]:44104 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TNTPW-0004uy-C9 for submit@debbugs.gnu.org; Sun, 14 Oct 2012 14:59:44 -0400 Received: from mailout.melmac.se ([62.20.26.67]:51954) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TNTPM-0004ua-Ou for 11541@debbugs.gnu.org; Sun, 14 Oct 2012 14:59:35 -0400 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id D111992E8 for <11541@debbugs.gnu.org>; Sun, 14 Oct 2012 20:58:16 +0200 (CEST) Received: (qmail 23375 invoked by uid 89); 14 Oct 2012 18:57:41 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 14 Oct 2012 18:57:41 -0000 Received: from anon-175-163.vpn.ipredator.se (anon-175-163.vpn.ipredator.se [93.182.175.163]) by coolsville.localdomain (Postfix) with ESMTPSA id 5C4937FA05E; Sun, 14 Oct 2012 20:58:15 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 From: =?iso-8859-1?Q?Jan_Dj=E4rv?= In-Reply-To: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> Date: Sun, 14 Oct 2012 20:58:13 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> To: Florian Ebeling X-Mailer: Apple Mail (2.1499) X-Debbugs-Envelope-To: 11541 Cc: 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Hello. I found a potential memory corruption in NS font handling. Can you test = an updated trunk to see if your problem still exists? Thanks, Jan D. 22 maj 2012 kl. 12:29 skrev Florian Ebeling : > I run the Cocoa application without configuration from the debugger. = See > below for output. >=20 > The I visit a file (C-x C-f) that contains a single utf-8 character, > ARROW RIGHT and a newline. That file, utf8test, is four bytes: >=20 > $ hexdump utf8test > 0000000 e2 86 92 0a =20 > 0000004 >=20 > It crashes (SIGABRT signal). A few more observations: >=20 > - the same file opens without problems when running -nw in a terminal > shell >=20 > - this same crash happens when setting the coding system to utf-8-unix > for the next command before find-file (C-x RET c) >=20 > - this crash also seemed to occur with versions 23.something and > 24.0.94, but I didn't reproduce them under as controlled conditions > (not same file, but similar utf-8 containing short file) >=20 > Output from debugger 'bt full' looks like this: >=20 > gdb /Applications/Emacs.app/Contents/MacOS/Emacs =20 > GNU gdb 6.3.50-20050815 (Apple version gdb-1752) (Sat Jan 28 03:02:46 = UTC 2012) > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and = you are > welcome to change it and/or distribute copies of it under certain = conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for = details. > This GDB was configured as "x86_64-apple-darwin"...Reading symbols for = shared libraries ........... done >=20 > (gdb) set args -Q > (gdb) r > Starting program: /Applications/Emacs.app/Contents/MacOS/Emacs -Q > Reading symbols for shared libraries = ++++++++++................................................................= ............................................................ done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries ......... done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done >=20 > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 > 0x00007fff8966d3c2 in CFStringGetLength () > (gdb) bt full > #0 0x00007fff8966d3c2 in CFStringGetLength () > No symbol table info available. > #1 0x00007fff896849e9 in CFStringCompareWithOptionsAndLocale () > No symbol table info available. > #2 0x00007fff89e937b2 in = CompareLocalizedDescriptorsByTraitsAndPrecedence () > No symbol table info available. > #3 0x00007fff896a5fa5 in __CFSimpleMergeSort () > No symbol table info available. > #4 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #5 0x00007fff896a6083 in __CFSimpleMergeSort () > No symbol table info available. > #6 0x00007fff896a6083 in __CFSimpleMergeSort () > No symbol table info available. > #7 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #8 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #9 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #10 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #11 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #12 0x00007fff896a5ef6 in CFSortIndexes () > No symbol table info available. > #13 0x00007fff89678e33 in CFQSortArray () > No symbol table info available. > #14 0x00007fff89678bb8 in CFArraySortValues () > No symbol table info available. > #15 0x00007fff89ebdb28 in TDescriptorSource::GetAllDescriptors () > No symbol table info available. > #16 0x00007fff89e8a587 in TDescriptor::CreateMatchingDescriptors () > No symbol table info available. > #17 0x0000000100a32599 in -[NSCTFontDescriptor = matchingFontDescriptorsWithMandatoryKeys:] () > No symbol table info available. > #18 0x00000001001a1c7a in ns_findfonts (font_spec=3D4366993920, = isMatch=3D0 '\0') at nsfont.m:521 > fdesc =3D (NSFontDescriptor *) 0x102e947a0 > list =3D 140734799761024 > #19 0x000000010012ff32 in font_list_entities (frame=3D140734799761440, = spec=3D140734799761440) at font.c:2728 > val =3D 4345311290 > list =3D 140734799761440 > driver_list =3D (struct font_driver_list *) 0x101f3cf90 > f =3D (FRAME_PTR) 0x101f3d6d0 > size =3D 0 > ftype =3D 4345311290 > #20 0x0000000100131d5e in font_find_for_lface (f=3D0x7fff5fbf5130, = attrs=3D0x7fff5fbf5130, spec=3D626, c=3D1606373680) at font.c:3197 > registry =3D {4345516394, 4338015085, 8} > adstyle =3D {4345311290, 4338015085, 2375403569948205300} > pixel_size =3D 1606373680 > foundry =3D {4345520202, 4345311290, 4338015085} > frame =3D 4327724757 > work =3D 0 > val =3D 0 > #21 0x000000010017863f in fontset_find_font (fontset=3D4327724757, = c=3D1606373856, face=3D0x7fff5fbf51e0, id=3D1606373856, = fallback=3D1606373856) at fontset.c:620 > font_group =3D 4327724757 > vec =3D 4343516389 > #22 0x00000001001788da in fontset_font (fontset=3D4355892213, c=3D8594, = face=3D0x7fff5fbf5230, id=3D1606373936) at fontset.c:736 > rfont_def =3D 0 > base_fontset =3D 4343307829 > default_rfont_def =3D 0 > #23 0x0000000100178ce4 in face_for_char (f=3D0x101f3d6d0, = face=3D0x103a1a8b0, c=3D60926128, pos=3D-1, object=3D0) at fontset.c:950 > fontset =3D 4355892213 > charset =3D 4345311290 > rfont_def =3D 0 > face_id =3D > #24 0x000000010003272d in get_next_display_element (it=3D0x102e93065) = at xdisp.c:6780 > c =3D -1 > success_p =3D 0 > #25 0x00000001000396bb in display_line (it=3D0x7fff5fbf6e30) at = xdisp.c:19134 > min_bpos =3D 0 > wrap_it =3D { > window =3D 0,=20 > w =3D 0x102e416c0,=20 > f =3D 0x37,=20 > method =3D GET_FROM_BUFFER,=20 > stop_charpos =3D 4295539312,=20 > prev_stop =3D 140734799764944,=20 > base_level_stop =3D 140734799762520,=20 > end_charpos =3D 140734799762560,=20 > s =3D 0x11b094
,=20 > string_nchars =3D 4294967296,=20 > region_beg_charpos =3D -4294967295,=20 > region_end_charpos =3D 0,=20 > redisplay_end_trigger_charpos =3D 1606374976,=20 > multibyte_p =3D 0,=20 > header_line_p =3D 1,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 1,=20 > from_disp_prop_p =3D 1,=20 > ellipsis_p =3D 1,=20 > avoid_cursor_p =3D 0,=20 > dp =3D 0x1001b9570,=20 > dpvec =3D 0x1,=20 > dpend =3D 0x0,=20 > dpvec_char_len =3D 2,=20 > dpvec_face_id =3D 0,=20 > saved_face_id =3D 1,=20 > ctl_chars =3D {1, 1, 0, 0, 53, 4366731264, 140734799767256, -1, = 140734799763632, 4295536989, 4298236800, 4299726008, 0, 0, 0, -1},=20 > start =3D { > pos =3D { > charpos =3D 140734799767400,=20 > bytepos =3D 4298236712 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 4345474906,=20 > bytepos =3D 4345311290 > },=20 > dpvec_index =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 140734799762800,=20 > bytepos =3D 4296137578 > },=20 > overlay_string_index =3D 27,=20 > string_pos =3D { > charpos =3D 4298236717,=20 > bytepos =3D 4294967348 > },=20 > dpvec_index =3D 50344042 > },=20 > n_overlay_strings =3D 50343994,=20 > overlay_strings_charpos =3D 0,=20 > overlay_strings =3D {2, 4300119744, 0, 140734799762816, = 140734799762896, 4296135378, 32, 27, 4298236717, 1, 9012717867547387382, = 5, 2, 4300119744, 4298236712, -1},=20 > string_overlays =3D {140734799763136, 4345311290, 140734799762944, = 4296044148, 4349330038, 4345311290, 140734799763184, 4296132584, 0, 29, = 4297153296, 4300092675, 33, 0, 39352224, 0},=20 > string =3D 0,=20 > from_overlay =3D 0,=20 > stack =3D {{ > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 5151152,=20 > charpos =3D -1,=20 > nchars =3D 737830390,=20 > nbytes =3D 2098436902,=20 > from =3D 54362758,=20 > to =3D 1,=20 > width =3D 2 > },=20 > face_id =3D 5152448,=20 > u =3D { > image =3D { > object =3D 4300118448,=20 > slice =3D { > x =3D -1,=20 > y =3D 140734799763424,=20 > width =3D 4296133377,=20 > height =3D 2 > },=20 > image_id =3D 140734799763536 > },=20 > comp =3D { > object =3D 4300118448 > },=20 > stretch =3D { > object =3D 4300118448 > } > },=20 > position =3D { > charpos =3D 140734799763312,=20 > bytepos =3D 3 > },=20 > current =3D { > pos =3D { > charpos =3D 2,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 737830390,=20 > string_pos =3D { > charpos =3D 4345311290,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 1606375280 > },=20 > from_overlay =3D 32,=20 > area =3D RIGHT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D 1606375504,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 1,=20 > display_ellipsis_p =3D 1,=20 > avoid_cursor_p =3D 1,=20 > bidi_p =3D 1,=20 > from_disp_prop_p =3D 1,=20 > line_wrap =3D 1606375312,=20 > voffset =3D 32767,=20 > space_width =3D 140734799763336,=20 > font_height =3D -1 > }, { > string =3D 4338093400,=20 > string_nchars =3D 54362758,=20 > end_charpos =3D 4345422234,=20 > stop_charpos =3D 140734799763592,=20 > prev_stop =3D 2,=20 > base_level_stop =3D 2,=20 > cmp_it =3D { > stop_pos =3D 140734799763440,=20 > id =3D 4295535100,=20 > ch =3D 1606375424,=20 > rule_idx =3D 32767,=20 > lookback =3D 634687,=20 > nglyphs =3D 1,=20 > reversed_p =3D 1606375424,=20 > charpos =3D 4295602600,=20 > nchars =3D 32757456,=20 > nbytes =3D 1,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 1606375560 > },=20 > face_id =3D 32757456,=20 > u =3D { > image =3D { > object =3D 140734799763552,=20 > slice =3D { > x =3D 4295604923,=20 > y =3D -1,=20 > width =3D -1,=20 > height =3D 10 > },=20 > image_id =3D 1 > },=20 > comp =3D { > object =3D 140734799763552 > },=20 > stretch =3D { > object =3D 140734799763552 > } > },=20 > position =3D { > charpos =3D 140734799763592,=20 > bytepos =3D 140734799764240 > },=20 > current =3D { > pos =3D { > charpos =3D 4327724752,=20 > bytepos =3D 4 > },=20 > overlay_string_index =3D 50491082,=20 > string_pos =3D { > charpos =3D 140734799763736,=20 > bytepos =3D 140734799763808 > },=20 > dpvec_index =3D 637383 > },=20 > from_overlay =3D 0,=20 > area =3D 32757456,=20 > method =3D GET_FROM_DISPLAY_VECTOR,=20 > paragraph_embedding =3D L2R,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 50344618,=20 > voffset =3D 1,=20 > space_width =3D 4345350762,=20 > font_height =3D 4345350762 > }, { > string =3D 140734799763696,=20 > string_nchars =3D -2053264683,=20 > end_charpos =3D 4345350762,=20 > stop_charpos =3D 3771,=20 > prev_stop =3D 140734799763712,=20 > base_level_stop =3D 140735524918486,=20 > cmp_it =3D { > stop_pos =3D 36289430896,=20 > id =3D -128,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 38920624,=20 > nglyphs =3D 1,=20 > reversed_p =3D 32258560,=20 > charpos =3D 4333916424,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 4648383318516039680,=20 > slice =3D { > x =3D 4611686018427387904,=20 > y =3D 4327225856,=20 > width =3D 1929692528,=20 > height =3D 4327233128 > },=20 > image_id =3D 4327233104 > },=20 > comp =3D { > object =3D 4648383318516039680 > },=20 > stretch =3D { > object =3D 4648383318516039680 > } > },=20 > position =3D { > charpos =3D 4327233120,=20 > bytepos =3D 4327233112 > },=20 > current =3D { > pos =3D { > charpos =3D 4327211016,=20 > bytepos =3D 4327230980 > },=20 > overlay_string_index =3D 32265848,=20 > string_pos =3D { > charpos =3D 140733193388040,=20 > bytepos =3D 8651784320 > },=20 > dpvec_index =3D 32263680 > },=20 > from_overlay =3D 4327233136,=20 > area =3D 32263680,=20 > method =3D GET_FROM_DISPLAY_VECTOR,=20 > paragraph_embedding =3D 4294967168,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 1,=20 > display_ellipsis_p =3D 1,=20 > avoid_cursor_p =3D 1,=20 > bidi_p =3D 1,=20 > from_disp_prop_p =3D 1,=20 > line_wrap =3D 7,=20 > voffset =3D 0,=20 > space_width =3D 4327211008,=20 > font_height =3D 4356048032 > }, { > string =3D 4355784704,=20 > string_nchars =3D 61080576,=20 > end_charpos =3D 4327211008,=20 > stop_charpos =3D 120,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 4333887920,=20 > cmp_it =3D { > stop_pos =3D 140734799764048,=20 > id =3D 140735509742929,=20 > ch =3D 4,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 1082279936,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 2,=20 > from =3D 38949104,=20 > to =3D 1,=20 > width =3D 0 > },=20 > face_id =3D 48690024,=20 > u =3D { > image =3D { > object =3D 4333916448,=20 > slice =3D { > x =3D 0,=20 > y =3D 140734799766912,=20 > width =3D 140735509742601,=20 > height =3D 0 > },=20 > image_id =3D 4611686018427387904 > },=20 > comp =3D { > object =3D 4333916448 > },=20 > stretch =3D { > object =3D 4333916448 > } > },=20 > position =3D { > charpos =3D 4624633867356078080,=20 > bytepos =3D 4624633867356078080 > },=20 > current =3D { > pos =3D { > charpos =3D 140734799764552,=20 > bytepos =3D 46 > },=20 > overlay_string_index =3D 1606376512,=20 > string_pos =3D { > charpos =3D 40,=20 > bytepos =3D 1606376128 > },=20 > dpvec_index =3D 50343994 > },=20 > from_overlay =3D 4300718328,=20 > area =3D 50343994,=20 > method =3D GET_FROM_DISPLAY_VECTOR,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 50343994,=20 > voffset =3D 0,=20 > space_width =3D 140734799764240,=20 > font_height =3D 4296442110 > }, { > string =3D 4333888848,=20 > string_nchars =3D 184,=20 > end_charpos =3D 4300717096,=20 > stop_charpos =3D 72057598384300312,=20 > prev_stop =3D 4684385727255937024,=20 > base_level_stop =3D 4625478292286210048,=20 > cmp_it =3D { > stop_pos =3D 4333887056,=20 > id =3D 4611686018427387904,=20 > ch =3D 0,=20 > rule_idx =3D 1090699264,=20 > lookback =3D 0,=20 > nglyphs =3D 1072693248,=20 > reversed_p =3D 38920912,=20 > charpos =3D 4343656960,=20 > nchars =3D 38949104,=20 > nbytes =3D 1,=20 > from =3D 4352,=20 > to =3D 0,=20 > width =3D 48689840 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 4333888784,=20 > slice =3D { > x =3D 0,=20 > y =3D 140734799764400,=20 > width =3D 4296484811,=20 > height =3D 140734799764536 > },=20 > image_id =3D 4300139488 > },=20 > comp =3D { > object =3D 4333888784 > },=20 > stretch =3D { > object =3D 4333888784 > } > },=20 > position =3D { > charpos =3D 56,=20 > bytepos =3D 140735498586629 > },=20 > current =3D { > pos =3D { > charpos =3D 101,=20 > bytepos =3D 4333892200 > },=20 > overlay_string_index =3D 38924592,=20 > string_pos =3D { > charpos =3D 2,=20 > bytepos =3D 4333890352 > },=20 > dpvec_index =3D 1606376536 > },=20 > from_overlay =3D 140734799764512,=20 > area =3D 2305223604,=20 > method =3D 32767,=20 > paragraph_embedding =3D 43,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 39029408,=20 > voffset =3D 1,=20 > space_width =3D 4333921984,=20 > font_height =3D 4333889008 > }},=20 > sp =3D 16973825,=20 > selective =3D 4333890400,=20 > what =3D 1606377000,=20 > face_id =3D 32767,=20 > selective_display_ellipsis_p =3D 0,=20 > ctl_arrow_p =3D 1,=20 > face_box_p =3D 0,=20 > start_of_box_run_p =3D 0,=20 > end_of_box_run_p =3D 0,=20 > overlay_strings_at_end_processed_p =3D 0,=20 > ignore_overlay_strings_at_pos_p =3D 0,=20 > glyph_not_available_p =3D 0,=20 > starts_in_middle_of_char_p =3D 0,=20 > face_before_selective_p =3D 0,=20 > constrain_row_ascent_descent_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > base_face_id =3D 1606376640,=20 > c =3D 32767,=20 > len =3D -1949191437,=20 > cmp_it =3D { > stop_pos =3D 4345311290,=20 > id =3D 4333921984,=20 > ch =3D 1,=20 > rule_idx =3D 16777216,=20 > lookback =3D 1,=20 > nglyphs =3D 0,=20 > reversed_p =3D 38923056,=20 > charpos =3D 4333891696,=20 > nchars =3D 39029408,=20 > nbytes =3D 1,=20 > from =3D 38906784,=20 > to =3D 1,=20 > width =3D 38954688 > },=20 > char_to_display =3D 1,=20 > glyphless_method =3D GLYPHLESS_DISPLAY_THIN_SPACE,=20 > image_id =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 2,=20 > width =3D 2,=20 > height =3D 33 > },=20 > space_width =3D 4343656968,=20 > voffset =3D -6720,=20 > tab_width =3D 593,=20 > font_height =3D 4333888968,=20 > object =3D 140734799766960,=20 > position =3D { > charpos =3D 140735509749301,=20 > bytepos =3D 4634766966517661696 > },=20 > truncation_pixel_width =3D -27804,=20 > continuation_pixel_width =3D 28,=20 > first_visible_x =3D 1,=20 > last_visible_x =3D 1606376600,=20 > last_visible_y =3D 32767,=20 > extra_line_spacing =3D 1606376960,=20 > max_extra_line_spacing =3D 32767,=20 > override_ascent =3D 38939184,=20 > override_descent =3D 1,=20 > override_boff =3D 0,=20 > glyph_row =3D 0x7fff5fbf5e00,=20 > area =3D TEXT_AREA,=20 > nglyphs =3D 0,=20 > pixel_width =3D 1606376768,=20 > ascent =3D 32767,=20 > descent =3D -2101775944,=20 > max_ascent =3D 32767,=20 > max_descent =3D 1606376768,=20 > phys_ascent =3D 32767,=20 > phys_descent =3D -2053194862,=20 > max_phys_ascent =3D 32767,=20 > max_phys_descent =3D 45428512,=20 > current_x =3D 1,=20 > continuation_lines_width =3D 38934128,=20 > eol_pos =3D { > charpos =3D 140734799767200,=20 > bytepos =3D 140735435137684 > },=20 > current_y =3D 0,=20 > first_vpos =3D 1,=20 > vpos =3D 10660486,=20 > hpos =3D 1,=20 > left_user_fringe_bitmap =3D 12064,=20 > right_user_fringe_bitmap =3D 693,=20 > left_user_fringe_face_id =3D 1,=20 > right_user_fringe_face_id =3D 252736,=20 > bidi_p =3D 1,=20 > bidi_it =3D { > bytepos =3D 4333918284,=20 > charpos =3D 0,=20 > ch =3D 46,=20 > nchars =3D 12,=20 > ch_len =3D 12,=20 > type =3D 46,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D 38919760,=20 > resolved_level =3D 1,=20 > invalid_levels =3D 1606379008,=20 > invalid_rl_levels =3D 32767,=20 > prev_was_pdf =3D -1,=20 > prev =3D { > bytepos =3D 4295626704,=20 > charpos =3D 4295633056,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D 48689664 > },=20 > last_strong =3D { > bytepos =3D 0,=20 > charpos =3D 0,=20 > type =3D 17127633,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > next_for_neutral =3D { > bytepos =3D 4294967296,=20 > charpos =3D 140735111610528,=20 > type =3D 6352,=20 > type_after_w1 =3D STRONG_L,=20 > orig_type =3D UNKNOWN_BT > },=20 > prev_for_neutral =3D { > bytepos =3D 4607182418800017408,=20 > charpos =3D 4333888784,=20 > type =3D 1065353216,=20 > type_after_w1 =3D 1065353216,=20 > orig_type =3D 1065353216 > },=20 > next_for_ws =3D { > bytepos =3D 0,=20 > charpos =3D 0,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D STRONG_L,=20 > orig_type =3D 24 > },=20 > next_en_pos =3D 0,=20 > next_en_type =3D UNKNOWN_BT,=20 > ignore_bn_limit =3D 4340395808,=20 > sor =3D 1606378080,=20 > scan_dir =3D 32767,=20 > disp_pos =3D 4340395808,=20 > disp_prop =3D 1606414792,=20 > stack_idx =3D 32767,=20 > level_stack =3D {{ > level =3D 1606414784,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 5,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 37540064,=20 > override =3D L2R > }, { > level =3D 32610368,=20 > override =3D L2R > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 6404,=20 > override =3D L2R > }, { > level =3D 1929724256,=20 > override =3D 32767 > }, { > level =3D 1606378272,=20 > override =3D 32767 > }, { > level =3D -1963215928,=20 > override =3D 32767 > }, { > level =3D 10,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1918224904,=20 > override =3D 32767 > }, { > level =3D 1,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > } , { > level =3D 50343994,=20 > override =3D L2R > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > } },=20 > string =3D { > lstring =3D 0,=20 > s =3D 0x0,=20 > schars =3D 0,=20 > bufpos =3D 0,=20 > from_disp_str =3D 0,=20 > unibyte =3D 0 > },=20 > paragraph_dir =3D NEUTRAL_DIR,=20 > separator_limit =3D 0,=20 > first_elt =3D 0,=20 > new_paragraph =3D 0,=20 > frame_window_p =3D 0 > },=20 > paragraph_embedding =3D NEUTRAL_DIR > } > row =3D (struct glyph_row *) 0x10446e400 > min_pos =3D 140734799769088 > #26 0x0000000100040b1f in try_window (window=3D4343804005, = flags=3D1606384480) at xdisp.c:16127 > it =3D { > window =3D 4327725333,=20 > w =3D 0x101f3d910,=20 > f =3D 0x101f3d6d0,=20 > method =3D GET_FROM_BUFFER,=20 > stop_charpos =3D 3,=20 > prev_stop =3D 1,=20 > base_level_stop =3D 0,=20 > end_charpos =3D 3,=20 > s =3D 0x0,=20 > string_nchars =3D 0,=20 > region_beg_charpos =3D -1,=20 > region_end_charpos =3D -1,=20 > redisplay_end_trigger_charpos =3D 0,=20 > multibyte_p =3D 1,=20 > header_line_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > dp =3D 0x0,=20 > dpvec =3D 0x0,=20 > dpend =3D 0x0,=20 > dpvec_char_len =3D 0,=20 > dpvec_face_id =3D 0,=20 > saved_face_id =3D 0,=20 > ctl_chars =3D {0 },=20 > start =3D { > pos =3D { > charpos =3D 1,=20 > bytepos =3D 1 > },=20 > overlay_string_index =3D -1,=20 > string_pos =3D { > charpos =3D -1,=20 > bytepos =3D -1 > },=20 > dpvec_index =3D -1 > },=20 > current =3D { > pos =3D { > charpos =3D 1,=20 > bytepos =3D 1 > },=20 > overlay_string_index =3D -1,=20 > string_pos =3D { > charpos =3D -1,=20 > bytepos =3D -1 > },=20 > dpvec_index =3D -1 > },=20 > n_overlay_strings =3D 0,=20 > overlay_strings_charpos =3D 1,=20 > overlay_strings =3D {0 },=20 > string_overlays =3D {0 },=20 > string =3D 4345311290,=20 > from_overlay =3D 0,=20 > stack =3D {{ > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }, { > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }, { > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }, { > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }, { > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }},=20 > sp =3D 0,=20 > selective =3D 0,=20 > what =3D IT_CHARACTER,=20 > face_id =3D 0,=20 > selective_display_ellipsis_p =3D 1,=20 > ctl_arrow_p =3D 1,=20 > face_box_p =3D 0,=20 > start_of_box_run_p =3D 0,=20 > end_of_box_run_p =3D 0,=20 > overlay_strings_at_end_processed_p =3D 0,=20 > ignore_overlay_strings_at_pos_p =3D 0,=20 > glyph_not_available_p =3D 0,=20 > starts_in_middle_of_char_p =3D 0,=20 > face_before_selective_p =3D 0,=20 > constrain_row_ascent_descent_p =3D 0,=20 > line_wrap =3D WINDOW_WRAP,=20 > base_face_id =3D 0,=20 > c =3D 8594,=20 > len =3D 3,=20 > cmp_it =3D { > stop_pos =3D 1,=20 > id =3D -1,=20 > ch =3D -2,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > char_to_display =3D 8594,=20 > glyphless_method =3D GLYPHLESS_DISPLAY_THIN_SPACE,=20 > image_id =3D 0,=20 > slice =3D { > x =3D 4345311290,=20 > y =3D 4345311290,=20 > width =3D 4345311290,=20 > height =3D 4345311290 > },=20 > space_width =3D 4345311290,=20 > voffset =3D 0,=20 > tab_width =3D 8,=20 > font_height =3D 4345311290,=20 > object =3D 4343702597,=20 > position =3D { > charpos =3D 1,=20 > bytepos =3D 1 > },=20 > truncation_pixel_width =3D 0,=20 > continuation_pixel_width =3D 0,=20 > first_visible_x =3D 0,=20 > last_visible_x =3D 560,=20 > last_visible_y =3D 495,=20 > extra_line_spacing =3D 0,=20 > max_extra_line_spacing =3D 0,=20 > override_ascent =3D -1,=20 > override_descent =3D 0,=20 > override_boff =3D 0,=20 > glyph_row =3D 0x10446e400,=20 > area =3D TEXT_AREA,=20 > nglyphs =3D 0,=20 > pixel_width =3D 0,=20 > ascent =3D 0,=20 > descent =3D 0,=20 > max_ascent =3D 0,=20 > max_descent =3D 0,=20 > phys_ascent =3D 0,=20 > phys_descent =3D 0,=20 > max_phys_ascent =3D 0,=20 > max_phys_descent =3D 0,=20 > current_x =3D 0,=20 > continuation_lines_width =3D 0,=20 > eol_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current_y =3D 0,=20 > first_vpos =3D 0,=20 > vpos =3D 0,=20 > hpos =3D 0,=20 > left_user_fringe_bitmap =3D 0,=20 > right_user_fringe_bitmap =3D 0,=20 > left_user_fringe_face_id =3D 0,=20 > right_user_fringe_face_id =3D 0,=20 > bidi_p =3D 1,=20 > bidi_it =3D { > bytepos =3D 1,=20 > charpos =3D 1,=20 > ch =3D 8594,=20 > nchars =3D 1,=20 > ch_len =3D 3,=20 > type =3D STRONG_L,=20 > type_after_w1 =3D NEUTRAL_ON,=20 > orig_type =3D NEUTRAL_ON,=20 > resolved_level =3D 0,=20 > invalid_levels =3D 0,=20 > invalid_rl_levels =3D -1,=20 > prev_was_pdf =3D 0,=20 > prev =3D { > bytepos =3D 1,=20 > charpos =3D 1,=20 > type =3D NEUTRAL_B,=20 > type_after_w1 =3D NEUTRAL_B,=20 > orig_type =3D NEUTRAL_B > },=20 > last_strong =3D { > bytepos =3D 0,=20 > charpos =3D 0,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > next_for_neutral =3D { > bytepos =3D 0,=20 > charpos =3D -1,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > prev_for_neutral =3D { > bytepos =3D 1,=20 > charpos =3D 1,=20 > type =3D STRONG_L,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > next_for_ws =3D { > bytepos =3D 0,=20 > charpos =3D 0,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > next_en_pos =3D 0,=20 > next_en_type =3D UNKNOWN_BT,=20 > ignore_bn_limit =3D -1,=20 > sor =3D L2R,=20 > scan_dir =3D 1,=20 > disp_pos =3D 3,=20 > disp_prop =3D 0,=20 > stack_idx =3D 0,=20 > level_stack =3D {{ > level =3D 0,=20 > override =3D NEUTRAL_DIR > } },=20 > string =3D { > lstring =3D 4345311290,=20 > s =3D 0x0,=20 > schars =3D 0,=20 > bufpos =3D 0,=20 > from_disp_str =3D 0,=20 > unibyte =3D 0 > },=20 > paragraph_dir =3D L2R,=20 > separator_limit =3D -1,=20 > first_elt =3D 0,=20 > new_paragraph =3D 0,=20 > frame_window_p =3D 1 > },=20 > paragraph_embedding =3D NEUTRAL_DIR > } > w =3D (struct window *) 0x101f3d910 > pos =3D #27 0x000000010004a070 in redisplay_window = (window=3D4343804005, just_this_one_p=3D1606404880) at xdisp.c:15652 > d2 =3D 14595 > d4 =3D 19 > d6 =3D 0 > d1 =3D 0 > d3 =3D 1 > d5 =3D 1 > old =3D (struct buffer *) 0x102e7a440 > update_mode_line =3D 1 > end_unchanged =3D 0 > w =3D (struct window *) 0x101f3d910 > beg_unchanged =3D 1 > it =3D { > window =3D 125756703507456,=20 > w =3D 0x100000000,=20 > f =3D 0x90000dd1a,=20 > method =3D 2147483648,=20 > stop_charpos =3D 17179869750,=20 > prev_stop =3D 712964571267,=20 > base_level_stop =3D 8589935173,=20 > end_charpos =3D 2147483647,=20 > s =3D 0x103a40400 "\033",=20 > string_nchars =3D 80,=20 > region_beg_charpos =3D 0,=20 > region_end_charpos =3D 46,=20 > redisplay_end_trigger_charpos =3D 48,=20 > multibyte_p =3D 0,=20 > header_line_p =3D 0,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 1,=20 > from_disp_prop_p =3D 0,=20 > ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > dp =3D 0xb,=20 > dpvec =3D 0x7fff5fbf93c0,=20 > dpend =3D 0x7fff8a76317e,=20 > dpvec_char_len =3D 46,=20 > dpvec_face_id =3D 0,=20 > saved_face_id =3D 184,=20 > ctl_chars =3D {4356046693, 4345311290, 140734799776400, 4345311290, = 140734799780720, 4295952836, 0, 0, 1, 0, 4372824490, 4343685158, 6, = 4372824491, 4343685158, 9},=20 > start =3D { > pos =3D { > charpos =3D 4372824492,=20 > bytepos =3D 4343685158 > },=20 > overlay_string_index =3D 12,=20 > string_pos =3D { > charpos =3D 4372824493,=20 > bytepos =3D 4343685158 > },=20 > dpvec_index =3D 15 > },=20 > current =3D { > pos =3D { > charpos =3D 4372824494,=20 > bytepos =3D 4343685158 > },=20 > overlay_string_index =3D 18,=20 > string_pos =3D { > charpos =3D 4372824495,=20 > bytepos =3D 4343685158 > },=20 > dpvec_index =3D 21 > },=20 > n_overlay_strings =3D 77857200,=20 > overlay_strings_charpos =3D 4343685158,=20 > overlay_strings =3D {24, 4372824497, 4343685158, 27, 4372824498, = 4343685158, 30, 4372824499, 4343685158, 33, 4372824500, 4343685158, 36, = 4372824501, 4343685158, 1},=20 > string_overlays =3D {1, 140734799793816, 15, 0, 140734799793816, 0, = 140734799776800, 4295530662, 140734799793848, 140734799793840, 15, = 140734799793816, 0, 1, 140734799777728, 4295531219},=20 > string =3D 15,=20 > from_overlay =3D 0,=20 > stack =3D {{ > string =3D 0,=20 > string_nchars =3D 1,=20 > end_charpos =3D 140734799777776,=20 > stop_charpos =3D 4295532350,=20 > prev_stop =3D 140734799776960,=20 > base_level_stop =3D 24,=20 > cmp_it =3D { > stop_pos =3D 24,=20 > id =3D 2293512536232,=20 > ch =3D 24,=20 > rule_idx =3D 24,=20 > lookback =3D 168,=20 > nglyphs =3D 534,=20 > reversed_p =3D 24,=20 > charpos =3D 0,=20 > nchars =3D 24,=20 > nbytes =3D 24,=20 > from =3D 0,=20 > to =3D 1072693248,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 140734799779424,=20 > slice =3D { > x =3D 140735516389758,=20 > y =3D 4294967296,=20 > width =3D 140734799794088,=20 > height =3D 140734799780720 > },=20 > image_id =3D 4295952836 > },=20 > comp =3D { > object =3D 140734799779424 > },=20 > stretch =3D { > object =3D 140734799779424 > } > },=20 > position =3D { > charpos =3D 2293512536232,=20 > bytepos =3D 4372794641 > },=20 > current =3D { > pos =3D { > charpos =3D 9012717867547387382,=20 > bytepos =3D 140734799779048 > },=20 > overlay_string_index =3D 1606391232,=20 > string_pos =3D { > charpos =3D 140734799780064,=20 > bytepos =3D 304 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 140734799777936,=20 > area =3D 2323022317,=20 > method =3D 32767,=20 > paragraph_embedding =3D 304,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 1606392032,=20 > voffset =3D 32767,=20 > space_width =3D 8,=20 > font_height =3D 576461864746423053 > }, { > string =3D 4343706070,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 1,=20 > ch =3D 5623696,=20 > rule_idx =3D 1,=20 > lookback =3D 77827344,=20 > nglyphs =3D 1,=20 > reversed_p =3D -77827344,=20 > charpos =3D 40,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 77827384,=20 > to =3D 1,=20 > width =3D 38921672 > },=20 > face_id =3D 38921488,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 4333888968,=20 > width =3D 0,=20 > height =3D 8 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 4343706068 > },=20 > current =3D { > pos =3D { > charpos =3D 140733193388043,=20 > bytepos =3D 4372794640 > },=20 > overlay_string_index =3D 1606389392,=20 > string_pos =3D { > charpos =3D 4295952836,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 20,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D R2L,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 77827344,=20 > voffset =3D 1,=20 > space_width =3D 4372794680,=20 > font_height =3D 4343706066 > }, { > string =3D 4294967296,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 1,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 4372794642,=20 > id =3D 4343685158,=20 > ch =3D 6,=20 > rule_idx =3D 0,=20 > lookback =3D 77827347,=20 > nglyphs =3D 1,=20 > reversed_p =3D 48717862,=20 > charpos =3D 9,=20 > nchars =3D 77827348,=20 > nbytes =3D 1,=20 > from =3D 48717862,=20 > to =3D 1,=20 > width =3D 12 > },=20 > face_id =3D 77827349,=20 > u =3D { > image =3D { > object =3D 4343685158,=20 > slice =3D { > x =3D 15,=20 > y =3D 4372794646,=20 > width =3D 4343685158,=20 > height =3D 4627448617123184640 > },=20 > image_id =3D 4627448617123184640 > },=20 > comp =3D { > object =3D 4343685158 > },=20 > stretch =3D { > object =3D 4343685158 > } > },=20 > position =3D { > charpos =3D 140734799777632,=20 > bytepos =3D 140735509743403 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 4333888784 > },=20 > overlay_string_index =3D 1606391000,=20 > string_pos =3D { > charpos =3D 34784940138403,=20 > bytepos =3D 140734799777808 > },=20 > dpvec_index =3D 11 > },=20 > from_overlay =3D 4294967305,=20 > area =3D 1606389772,=20 > method =3D 32767,=20 > paragraph_embedding =3D 1606391000,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 1,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 8099,=20 > voffset =3D 8099,=20 > space_width =3D 140734799777856,=20 > font_height =3D 140734799793816 > }, { > string =3D 9012717867547387382,=20 > string_nchars =3D 1606391688,=20 > end_charpos =3D 140734799779936,=20 > stop_charpos =3D 140734799780736,=20 > prev_stop =3D 304,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 140734799778608,=20 > id =3D 140735516410349,=20 > ch =3D 304,=20 > rule_idx =3D 32767,=20 > lookback =3D 1606392704,=20 > nglyphs =3D 32767,=20 > reversed_p =3D 0,=20 > charpos =3D 576461864700016684,=20 > nchars =3D 1,=20 > nbytes =3D 0,=20 > from =3D 16,=20 > to =3D 0,=20 > width =3D -16777216 > },=20 > face_id =3D 1,=20 > u =3D { > image =3D { > object =3D 4333888968,=20 > slice =3D { > x =3D 140734799781624,=20 > y =3D 140734799778007,=20 > width =3D 140734799781128,=20 > height =3D 140734799778008 > },=20 > image_id =3D 140734799777928 > },=20 > comp =3D { > object =3D 4333888968 > },=20 > stretch =3D { > object =3D 4333888968 > } > },=20 > position =3D { > charpos =3D 140734799777904,=20 > bytepos =3D 140735516446178 > },=20 > current =3D { > pos =3D { > charpos =3D 140734799777928,=20 > bytepos =3D 140734799780064 > },=20 > overlay_string_index =3D 1606389952,=20 > string_pos =3D { > charpos =3D 140735516446077,=20 > bytepos =3D 140734799781114 > },=20 > dpvec_index =3D 2 > },=20 > from_overlay =3D 1,=20 > area =3D 1606393592,=20 > method =3D 32767,=20 > paragraph_embedding =3D 46469901,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 580734,=20 > voffset =3D 0,=20 > space_width =3D 140734799781114,=20 > font_height =3D 140734799778000 > }, { > string =3D 140734799778800,=20 > string_nchars =3D -1971909360,=20 > end_charpos =3D 8391162080558216309,=20 > stop_charpos =3D 140734799793664,=20 > prev_stop =3D 15,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D -1,=20 > ch =3D 1606390944,=20 > rule_idx =3D 32767,=20 > lookback =3D 565054,=20 > nglyphs =3D 1,=20 > reversed_p =3D 0,=20 > charpos =3D 64258872,=20 > nchars =3D 1606404904,=20 > nbytes =3D 32767,=20 > from =3D -1,=20 > to =3D -1,=20 > width =3D -13500198 > },=20 > face_id =3D -1,=20 > u =3D { > image =3D { > object =3D 4333888968,=20 > slice =3D { > x =3D 4333888784,=20 > y =3D 3,=20 > width =3D 16,=20 > height =3D 140734799782544 > },=20 > image_id =3D 140735539178352 > },=20 > comp =3D { > object =3D 4333888968 > },=20 > stretch =3D { > object =3D 4333888968 > } > },=20 > position =3D { > charpos =3D 140734799780624,=20 > bytepos =3D 140735516389758 > },=20 > current =3D { > pos =3D { > charpos =3D 140734799782576,=20 > bytepos =3D 140735539178352 > },=20 > overlay_string_index =3D 8,=20 > string_pos =3D { > charpos =3D 27,=20 > bytepos =3D 2 > },=20 > dpvec_index =3D 536870914 > },=20 > from_overlay =3D 140734799778272,=20 > area =3D 2322976436,=20 > method =3D 32767,=20 > paragraph_embedding =3D 64258872,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 100,=20 > voffset =3D 0,=20 > space_width =3D 4294967292,=20 > font_height =3D 8589934591 > }},=20 > sp =3D 1606390592,=20 > selective =3D 140735516382606,=20 > what =3D 909391412,=20 > face_id =3D 825243961,=20 > selective_display_ellipsis_p =3D 0,=20 > ctl_arrow_p =3D 1,=20 > face_box_p =3D 1,=20 > start_of_box_run_p =3D 0,=20 > end_of_box_run_p =3D 1,=20 > overlay_strings_at_end_processed_p =3D 1,=20 > ignore_overlay_strings_at_pos_p =3D 1,=20 > glyph_not_available_p =3D 1,=20 > starts_in_middle_of_char_p =3D 1,=20 > face_before_selective_p =3D 0,=20 > constrain_row_ascent_descent_p =3D 1,=20 > line_wrap =3D 2098436902,=20 > base_face_id =3D 1606390432,=20 > c =3D 0,=20 > len =3D 1606390668,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 4329447552,=20 > ch =3D 6,=20 > rule_idx =3D 0,=20 > lookback =3D 34476056,=20 > nglyphs =3D 1,=20 > reversed_p =3D 34480720,=20 > charpos =3D 4329439232,=20 > nchars =3D 1606398960,=20 > nbytes =3D 32767,=20 > from =3D 0,=20 > to =3D 8288,=20 > width =3D 1606390508 > },=20 > char_to_display =3D 1606390504,=20 > glyphless_method =3D 32767,=20 > image_id =3D 0,=20 > slice =3D { > x =3D 140734799778532,=20 > y =3D 35596688949504,=20 > width =3D 140735524799600,=20 > height =3D 140735128787308 > },=20 > space_width =3D 35596688949248,=20 > voffset =3D -27860,=20 > tab_width =3D 24511,=20 > font_height =3D 140734799778600,=20 > object =3D 0,=20 > position =3D { > charpos =3D 140734799778596,=20 > bytepos =3D 35596688949504 > },=20 > truncation_pixel_width =3D 112,=20 > continuation_pixel_width =3D 526,=20 > first_visible_x =3D 1,=20 > last_visible_x =3D 34472076,=20 > last_visible_y =3D 1,=20 > extra_line_spacing =3D 1606394264,=20 > max_extra_line_spacing =3D 32767,=20 > override_ascent =3D 1606390651,=20 > override_descent =3D 32767,=20 > override_boff =3D 1606393776,=20 > glyph_row =3D 0x7fff5fbf937c,=20 > area =3D 1606390568,=20 > nglyphs =3D 32767,=20 > pixel_width =3D 1606390544,=20 > ascent =3D 32767,=20 > descent =3D -1971909150,=20 > max_ascent =3D 32767,=20 > max_descent =3D 1606390568,=20 > phys_ascent =3D 32767,=20 > phys_descent =3D 1606392704,=20 > max_phys_ascent =3D 32767,=20 > max_phys_descent =3D 1606390624,=20 > current_x =3D 32767,=20 > continuation_lines_width =3D -1971909251,=20 > eol_pos =3D { > charpos =3D 140734799781786,=20 > bytepos =3D 2 > },=20 > current_y =3D 1,=20 > first_vpos =3D 0,=20 > vpos =3D 1606394264,=20 > hpos =3D 32767,=20 > left_user_fringe_bitmap =3D 63532,=20 > right_user_fringe_bitmap =3D 0,=20 > left_user_fringe_face_id =3D 0,=20 > right_user_fringe_face_id =3D 19582,=20 > bidi_p =3D 0,=20 > bidi_it =3D { > bytepos =3D 140734799781786,=20 > charpos =3D 140734799778672,=20 > ch =3D 1606391440,=20 > nchars =3D 140735516445968,=20 > ch_len =3D 8388346030423827796,=20 > type =3D 1886413102,=20 > type_after_w1 =3D 32512,=20 > orig_type =3D 34471936,=20 > resolved_level =3D 8288,=20 > invalid_levels =3D 34471936,=20 > invalid_rl_levels =3D 1,=20 > prev_was_pdf =3D 34472012,=20 > prev =3D { > bytepos =3D 4329439296,=20 > charpos =3D 140734799778768,=20 > type =3D 2322971009,=20 > type_after_w1 =3D 32767,=20 > orig_type =3D 34472000 > },=20 > last_strong =3D { > bytepos =3D 0,=20 > charpos =3D 4329439232,=20 > type =3D 580735,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D 1606390768 > },=20 > next_for_neutral =3D { > bytepos =3D 140735516405459,=20 > charpos =3D 140734799780904,=20 > type =3D 1606352896,=20 > type_after_w1 =3D 32767,=20 > orig_type =3D 1606392848 > },=20 > prev_for_neutral =3D { > bytepos =3D 140735516435127,=20 > charpos =3D 12,=20 > type =3D 77857197,=20 > type_after_w1 =3D STRONG_L,=20 > orig_type =3D 48717862 > },=20 > next_for_ws =3D { > bytepos =3D 15,=20 > charpos =3D 4372824494,=20 > type =3D 48717862,=20 > type_after_w1 =3D STRONG_L,=20 > orig_type =3D NEUTRAL_WS > },=20 > next_en_pos =3D 4372824495,=20 > next_en_type =3D 48717862,=20 > ignore_bn_limit =3D 536870914,=20 > sor =3D 1606390912,=20 > scan_dir =3D 32767,=20 > disp_pos =3D 140735516364468,=20 > disp_prop =3D 24,=20 > stack_idx =3D 0,=20 > level_stack =3D {{ > level =3D 100,=20 > override =3D NEUTRAL_DIR > }, { > level =3D -4,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 34480704,=20 > override =3D L2R > }, { > level =3D 1606391264,=20 > override =3D 32767 > }, { > level =3D -1971972722,=20 > override =3D 32767 > }, { > level =3D 30,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 77857203,=20 > override =3D L2R > }, { > level =3D 48717862,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1606391340,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 34480256,=20 > override =3D L2R > }, { > level =3D 6,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 34476056,=20 > override =3D L2R > }, { > level =3D 34480720,=20 > override =3D L2R > }, { > level =3D 34471936,=20 > override =3D L2R > }, { > level =3D 1606405928,=20 > override =3D 32767 > }, { > level =3D 130972,=20 > override =3D 8288 > }, { > level =3D 1606391180,=20 > override =3D 32767 > }, { > level =3D 1606391176,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1606391172,=20 > override =3D 32767 > }, { > level =3D 256,=20 > override =3D 8288 > }, { > level =3D -1963555728,=20 > override =3D 32767 > }, { > level =3D 1935399276,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D 8288 > }, { > level =3D 1606391244,=20 > override =3D 32767 > }, { > level =3D 1606391240,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1606391236,=20 > override =3D 32767 > }, { > level =3D 256,=20 > override =3D 8288 > }, { > level =3D 34472048,=20 > override =3D L2R > }, { > level =3D 34472076,=20 > override =3D L2R > }, { > level =3D 0,=20 > override =3D 129 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D -1963555728,=20 > override =3D 32767 > }, { > level =3D 34480340,=20 > override =3D L2R > }, { > level =3D 34471936,=20 > override =3D 8288 > }, { > level =3D 1606391340,=20 > override =3D 32767 > }, { > level =3D 1606391336,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1606391332,=20 > override =3D 32767 > }, { > level =3D 256,=20 > override =3D 8288 > }, { > level =3D 34472048,=20 > override =3D L2R > }, { > level =3D 34472076,=20 > override =3D L2R > }, { > level =3D 34471936,=20 > override =3D 129 > }, { > level =3D 34472012,=20 > override =3D L2R > }, { > level =3D 34472048,=20 > override =3D L2R > }, { > level =3D 63532,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 19582,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 34472012,=20 > override =3D L2R > }, { > level =3D 34472000,=20 > override =3D L2R > }, { > level =3D 1606391360,=20 > override =3D 32767 > }, { > level =3D -1963555157,=20 > override =3D 32767 > }, { > level =3D 1606391360,=20 > override =3D 32767 > }, { > level =3D -1971996202,=20 > override =3D 32767 > }, { > level =3D 34471936,=20 > override =3D 8288 > }, { > level =3D 34471936,=20 > override =3D L2R > }, { > level =3D 1606391424,=20 > override =3D 32767 > }, { > level =3D -1963381035,=20 > override =3D 32767 > }, { > level =3D 1606392032,=20 > override =3D 32767 > }, { > level =3D 1606391976,=20 > override =3D 32767 > }, { > level =3D 34472000,=20 > override =3D L2R > }, { > level =3D 1606398674,=20 > override =3D 32767 > }, { > level =3D 4096,=20 > override =3D NEUTRAL_DIR > }},=20 > string =3D { > lstring =3D 140734799781216,=20 > s =3D 0x2
,=20 > schars =3D 4294967285,=20 > bufpos =3D 140734799780544,=20 > from_disp_str =3D 1,=20 > unibyte =3D 1 > },=20 > paragraph_dir =3D 1606391504,=20 > separator_limit =3D 140735524919057,=20 > first_elt =3D 0,=20 > new_paragraph =3D 0,=20 > frame_window_p =3D 0 > },=20 > paragraph_embedding =3D 1606392744 > } > count =3D 4 > #28 0x0000000100035934 in redisplay_window_0 (window=3D4343804005) at = xdisp.c:13738 > No locals. > #29 0x000000010011e63d in internal_condition_case_1 (bfun=3D0x100035910 = , arg=3D4343804005, handlers=3D4345320294, = hfun=3D0x1000169f0 ) at eval.c:1553 > c =3D { > tag =3D 4345311290,=20 > val =3D 4345311290,=20 > next =3D 0x7fff5fbfedb8,=20 > gcpro =3D 0x0,=20 > jmp =3D {92656, 1, 1606405216, 32767, 1606404912, 32767, 219408, 1, = 5740628, 1, 50352998, 1, 32758037, 1, 1172931, 1, 50410842, 1, 8099, = 895, 1606405104, 32767, 1077552, 1, 128, 0, 5749800, 1, 1606405184, = 32767, 1163453, 1, 50343994, 1, 50343994, 1, 50343994},=20 > backlist =3D 0x0,=20 > handlerlist =3D 0x7fff5fbfed90,=20 > lisp_eval_depth =3D 0,=20 > pdlcount =3D 4,=20 > poll_suppress_count =3D 0,=20 > interrupt_input_blocked =3D 0,=20 > byte_stack =3D 0x0 > } > h =3D { > handler =3D 4345320294,=20 > var =3D 4345311290,=20 > chosen_clause =3D 4295816643,=20 > tag =3D 0x7fff5fbfcb60,=20 > next =3D 0x7fff5fbfed90 > } > val =3D 0 > #30 0x00000001000358f3 in redisplay_windows (window=3D4343804005) at = xdisp.c:13718 > No locals. > #31 0x0000000100041d3a in redisplay_internal () at xdisp.c:13295 > fr =3D (struct frame *) 0x0 > count =3D 2 > old_frame =3D 4327724757 > #32 0x00000001000b0daa in read_char (commandflag=3D1606412736, = nmaps=3D140734799800768, maps=3D0x7fff5fbfe9c0, = prev_event=3D261675731526877183, used_mouse_menu=3D0x7fff5fbfe9c0, = end_time=3D0x7fff5fbfe9c0) at keyboard.c:2448 > previous_echo_area_message =3D 4345311290 > reread =3D 0 > polling_stopped_here =3D 0 > local_getcjmp =3D {0 , 48735296, 1, = 1606412608, 32767, 1090058, 1, 1606412688, 32767, 43118024, 1, 51561738, = 1, 5745280, 1} > key_already_recorded =3D 0 > c =3D 4345311290 > save_jump =3D {0 } > also_record =3D 4345311290 > orig_kboard =3D (struct kboard *) 0x102b04740 > #33 0x00000001000b3de7 in read_key_sequence () at keyboard.c:2832 > No symbol table info available. > #34 0x00000001000b597a in command_loop_1 () at keyboard.c:1449 > keybuf =3D {96, 24, 4300707924, 0, 140734799801408, = 140734799801488, 4296135378, 4300726435, 3, 4297607245, 5758976, = 9012717867547387382, 5, 4300708392, 4300707924, 4297607240, 4295665184, = 140734799801728, 4296134359, 140734800051584, 4300726272, = 140734800051584, 140734800066896, 140734799801600, 140734799871673, = 140734800023824, 140734799801776, 140734800051584, 4300726272, 5} > #35 0x000000010011e783 in internal_condition_case (bfun=3D0x1000b4470 = , handlers=3D4345367402, hfun=3D0x1000b5a10 ) = at eval.c:1515 > c =3D { > tag =3D 4345311290,=20 > val =3D 4345311290,=20 > next =3D 0x7fff5fbfeef0,=20 > gcpro =3D 0x0,=20 > jmp =3D {743952, 1, 1606414000, 32767, 1606413712, 32767, 5749800, 1, = 5740628, 1, 50400106, 1, 738416, 1, 1173262, 1, 5740628, 1, 8098, 895, = 697888, 1, 1173262, 1, 329, 0, 8096, 895, 3, 0, 0, 0, 0, 16711680, = 1128353093, 1330011987, 1281315918},=20 > backlist =3D 0x0,=20 > handlerlist =3D 0x0,=20 > lisp_eval_depth =3D 0,=20 > pdlcount =3D 2,=20 > poll_suppress_count =3D 0,=20 > interrupt_input_blocked =3D 0,=20 > byte_stack =3D 0x0 > } > h =3D { > handler =3D 4345367402,=20 > var =3D 4345311290,=20 > chosen_clause =3D 140734799802064,=20 > tag =3D 0x7fff5fbfedb8,=20 > next =3D 0x0 > } > val =3D 0 > #36 0x00000001000b444e in command_loop_2 (ignore=3D140734799801352) at = keyboard.c:1160 > No locals. > #37 0x000000010011e888 in internal_catch (tag=3D140734799801352, = func=3D0x1000b4410 , arg=3D140734799801352) at = eval.c:1272 > c =3D { > tag =3D 4345363402,=20 > val =3D 4345311290,=20 > next =3D 0x0,=20 > gcpro =3D 0x0,=20 > jmp =3D {50343994, 1, 1606414304, 32767, 1606414064, 32767, 5741096, = 1, 5740628, 1, 738320, 1, 738320, 1, 1173621, 1, 32243712, 1, 8098, 895, = 1606414208, 32767, -1963212380, 32767, 779314017, 0, 1456240, 1, = 1606414352, 32767, 1606414360, 32767, 1832488, 1, 50343994, 1, = 1606414304},=20 > backlist =3D 0x0,=20 > handlerlist =3D 0x0,=20 > lisp_eval_depth =3D 0,=20 > pdlcount =3D 2,=20 > poll_suppress_count =3D 0,=20 > interrupt_input_blocked =3D 0,=20 > byte_stack =3D 0x0 > } > #38 0x00000001000b5f70 in command_loop [inlined] () at = /Users/febeling/Downloads/emacs-24.0.97/src/keyboard.c:1139 > val =3D 4295705616 > count =3D 50396106 > val =3D 4295705616 > #39 0x00000001000b5f70 in recursive_edit_1 () at keyboard.c:759 > val =3D 4295705616 > count =3D 50396106 > val =3D 4295705616 > #40 0x00000001000a5d3c in Frecursive_edit () at keyboard.c:823 > count =3D 0 > buffer =3D 0 > #41 0x00000001000a281f in main (argc=3D50396106, argv=3D0x7fff5fbff1b0) = at emacs.c:1715 > stack_bottom_variable =3D 0 '\0' > dummy =3D 0 > junk =3D 0x0 > skip_args =3D 0 > rlim =3D { > rlim_cur =3D 8720000,=20 > rlim_max =3D 67104768 > } > dname_arg =3D 0x0 > dname_arg2 =3D "??_?\000\000\032\023?_?", '\0' , "\001", '\0' , " = \a?_?\000\0000\a?_?\000\000\000\000\000\000\002\000\000\000??_?\000" > ch_to_dir =3D 0x0 > (gdb) xbacktrace > Undefined command: "xbacktrace". Try "help". > (gdb) c > Continuing. >=20 > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 > 0x00007fff8966d3c2 in CFStringGetLength () > (gdb) quit > The program is running. Exit anyway? (y or n) y > febeling@flomac ~/Downloads/emacs-24.0.97> gdb = /Applications/Emacs.app/Contents/MacOS/Emacs > GNU gdb 6.3.50-20050815 (Apple version gdb-1752) (Sat Jan 28 03:02:46 = UTC 2012) > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and = you are > welcome to change it and/or distribute copies of it under certain = conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for = details. > This GDB was configured as "x86_64-apple-darwin"...Reading symbols for = shared libraries ........... done >=20 > (gdb) set args -Q > (gdb) r > Starting program: /Applications/Emacs.app/Contents/MacOS/Emacs -Q > Reading symbols for shared libraries = ++++++++++................................................................= ............................................................ done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries ......... done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done > Reading symbols for shared libraries . done >=20 > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 > 0x00007fff8966d3c2 in CFStringGetLength () > (gdb) bt full > #0 0x00007fff8966d3c2 in CFStringGetLength () > No symbol table info available. > #1 0x00007fff896849e9 in CFStringCompareWithOptionsAndLocale () > No symbol table info available. > #2 0x00007fff89e937b2 in = CompareLocalizedDescriptorsByTraitsAndPrecedence () > No symbol table info available. > #3 0x00007fff896a5fa5 in __CFSimpleMergeSort () > No symbol table info available. > #4 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #5 0x00007fff896a6083 in __CFSimpleMergeSort () > No symbol table info available. > #6 0x00007fff896a6083 in __CFSimpleMergeSort () > No symbol table info available. > #7 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #8 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #9 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #10 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #11 0x00007fff896a6067 in __CFSimpleMergeSort () > No symbol table info available. > #12 0x00007fff896a5ef6 in CFSortIndexes () > No symbol table info available. > #13 0x00007fff89678e33 in CFQSortArray () > No symbol table info available. > #14 0x00007fff89678bb8 in CFArraySortValues () > No symbol table info available. > #15 0x00007fff89ebdb28 in TDescriptorSource::GetAllDescriptors () > No symbol table info available. > #16 0x00007fff89e8a587 in TDescriptor::CreateMatchingDescriptors () > No symbol table info available. > #17 0x0000000100a32599 in -[NSCTFontDescriptor = matchingFontDescriptorsWithMandatoryKeys:] () > No symbol table info available. > #18 0x00000001001a1c7a in ns_findfonts (font_spec=3D4366807040, = isMatch=3D0 '\0') at nsfont.m:521 > fdesc =3D (NSFontDescriptor *) 0x102eb9930 > list =3D 140734799761024 > #19 0x000000010012ff32 in font_list_entities (frame=3D140734799761440, = spec=3D140734799761440) at font.c:2728 > val =3D 4345311290 > list =3D 140734799761440 > driver_list =3D (struct font_driver_list *) 0x102a4b5b0 > f =3D (FRAME_PTR) 0x102a4d4a0 > size =3D 0 > ftype =3D 4345311290 > #20 0x0000000100131d5e in font_find_for_lface (f=3D0x7fff5fbf5130, = attrs=3D0x7fff5fbf5130, spec=3D626, c=3D1606373680) at font.c:3197 > registry =3D {4345516394, 4338015085, 8} > adstyle =3D {4345311290, 4338015085, 2375403569948205300} > pixel_size =3D 1606373680 > foundry =3D {4345520202, 4345311290, 4338015085} > frame =3D 4339324069 > work =3D 0 > val =3D 0 > #21 0x000000010017863f in fontset_find_font (fontset=3D4339324069, = c=3D1606373856, face=3D0x7fff5fbf51e0, id=3D1606373856, = fallback=3D1606373856) at fontset.c:620 > font_group =3D 4339324069 > vec =3D 4343892677 > #22 0x00000001001788da in fontset_font (fontset=3D4343563173, c=3D8594, = face=3D0x7fff5fbf5230, id=3D1606373936) at fontset.c:736 > rfont_def =3D 0 > base_fontset =3D 4328294309 > default_rfont_def =3D 0 > #23 0x0000000100178ce4 in face_for_char (f=3D0x102a4d4a0, = face=3D0x102e496e0, c=3D48535264, pos=3D-1, object=3D0) at fontset.c:950 > fontset =3D 4343563173 > charset =3D 4345311290 > rfont_def =3D 0 > face_id =3D > #24 0x000000010003272d in get_next_display_element (it=3D0x102eb8385) = at xdisp.c:6780 > c =3D -1 > success_p =3D 0 > #25 0x00000001000396bb in display_line (it=3D0x7fff5fbf6e30) at = xdisp.c:19134 > min_bpos =3D 0 > wrap_it =3D { > window =3D 0,=20 > w =3D 0x10a615060,=20 > f =3D 0x37,=20 > method =3D GET_FROM_BUFFER,=20 > stop_charpos =3D 4295539312,=20 > prev_stop =3D 140734799764944,=20 > base_level_stop =3D 140734799762520,=20 > end_charpos =3D 140734799762560,=20 > s =3D 0x11b094
,=20 > string_nchars =3D 4294967296,=20 > region_beg_charpos =3D -4294967295,=20 > region_end_charpos =3D 0,=20 > redisplay_end_trigger_charpos =3D 1606374976,=20 > multibyte_p =3D 0,=20 > header_line_p =3D 1,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 1,=20 > from_disp_prop_p =3D 1,=20 > ellipsis_p =3D 1,=20 > avoid_cursor_p =3D 0,=20 > dp =3D 0x1001b9570,=20 > dpvec =3D 0x1,=20 > dpend =3D 0x0,=20 > dpvec_char_len =3D 2,=20 > dpvec_face_id =3D 0,=20 > saved_face_id =3D 1,=20 > ctl_chars =3D {1, 1, 0, 0, 53, 4372431360, 140734799767256, -1, = 140734799763632, 4295536989, 4298236800, 4299726008, 0, 0, 0, -1},=20 > start =3D { > pos =3D { > charpos =3D 140734799767400,=20 > bytepos =3D 4298236712 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 4345474906,=20 > bytepos =3D 4345311290 > },=20 > dpvec_index =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 140734799762800,=20 > bytepos =3D 4296137578 > },=20 > overlay_string_index =3D 27,=20 > string_pos =3D { > charpos =3D 4298236717,=20 > bytepos =3D 4294967348 > },=20 > dpvec_index =3D 50344042 > },=20 > n_overlay_strings =3D 50343994,=20 > overlay_strings_charpos =3D 0,=20 > overlay_strings =3D {2, 4300119744, 0, 140734799762816, = 140734799762896, 4296135378, 32, 27, 4298236717, 1, = -6335429201474750317, 5, 2, 4300119744, 4298236712, -1},=20 > string_overlays =3D {140734799763136, 4345311290, 140734799762944, = 4296044148, 4349032198, 4345311290, 140734799763184, 4296132584, 0, 29, = 4297153296, 4300092675, 33, 0, 174210144, 0},=20 > string =3D 0,=20 > from_overlay =3D 0,=20 > stack =3D {{ > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 5151152,=20 > charpos =3D -1,=20 > nchars =3D 846592147,=20 > nbytes =3D -1475082059,=20 > from =3D 54064934,=20 > to =3D 1,=20 > width =3D 2 > },=20 > face_id =3D 5152448,=20 > u =3D { > image =3D { > object =3D 4300118448,=20 > slice =3D { > x =3D -1,=20 > y =3D 140734799763424,=20 > width =3D 4296133377,=20 > height =3D 2 > },=20 > image_id =3D 140734799763536 > },=20 > comp =3D { > object =3D 4300118448 > },=20 > stretch =3D { > object =3D 4300118448 > } > },=20 > position =3D { > charpos =3D 140734799763312,=20 > bytepos =3D 3 > },=20 > current =3D { > pos =3D { > charpos =3D 2,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 846592147,=20 > string_pos =3D { > charpos =3D 4345311290,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 1606375280 > },=20 > from_overlay =3D 32,=20 > area =3D RIGHT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D 1606375504,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 1,=20 > display_ellipsis_p =3D 1,=20 > avoid_cursor_p =3D 1,=20 > bidi_p =3D 1,=20 > from_disp_prop_p =3D 1,=20 > line_wrap =3D 1606375312,=20 > voffset =3D 32767,=20 > space_width =3D 140734799763336,=20 > font_height =3D -1 > }, { > string =3D 4338093400,=20 > string_nchars =3D 54064934,=20 > end_charpos =3D 4345422234,=20 > stop_charpos =3D 140734799763592,=20 > prev_stop =3D 2,=20 > base_level_stop =3D 2,=20 > cmp_it =3D { > stop_pos =3D 140734799763440,=20 > id =3D 4295535100,=20 > ch =3D 1606375424,=20 > rule_idx =3D 32767,=20 > lookback =3D 634687,=20 > nglyphs =3D 1,=20 > reversed_p =3D 1606375424,=20 > charpos =3D 4295602600,=20 > nchars =3D 44356768,=20 > nbytes =3D 1,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 1606375560 > },=20 > face_id =3D 44356768,=20 > u =3D { > image =3D { > object =3D 140734799763552,=20 > slice =3D { > x =3D 4295604923,=20 > y =3D -1,=20 > width =3D -1,=20 > height =3D 10 > },=20 > image_id =3D 1 > },=20 > comp =3D { > object =3D 140734799763552 > },=20 > stretch =3D { > object =3D 140734799763552 > } > },=20 > position =3D { > charpos =3D 140734799763592,=20 > bytepos =3D 140734799764240 > },=20 > current =3D { > pos =3D { > charpos =3D 4339324064,=20 > bytepos =3D 4 > },=20 > overlay_string_index =3D 50491082,=20 > string_pos =3D { > charpos =3D 140734799763736,=20 > bytepos =3D 140734799763808 > },=20 > dpvec_index =3D 637383 > },=20 > from_overlay =3D 0,=20 > area =3D 44356768,=20 > method =3D GET_FROM_DISPLAY_VECTOR,=20 > paragraph_embedding =3D L2R,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 50344618,=20 > voffset =3D 1,=20 > space_width =3D 4345350762,=20 > font_height =3D 4345350762 > }, { > string =3D 140734799763696,=20 > string_nchars =3D -2053264683,=20 > end_charpos =3D 4345350762,=20 > stop_charpos =3D 3771,=20 > prev_stop =3D 4362084352,=20 > base_level_stop =3D 140735500075208,=20 > cmp_it =3D { > stop_pos =3D 140735123080560,=20 > id =3D -128,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 48373488,=20 > nglyphs =3D 1,=20 > reversed_p =3D 32258560,=20 > charpos =3D 4328406920,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 4648383318516039680,=20 > slice =3D { > x =3D 4611686018427387904,=20 > y =3D 4327225856,=20 > width =3D 1929692528,=20 > height =3D 4327228008 > },=20 > image_id =3D 4327227984 > },=20 > comp =3D { > object =3D 4648383318516039680 > },=20 > stretch =3D { > object =3D 4648383318516039680 > } > },=20 > position =3D { > charpos =3D 4327228000,=20 > bytepos =3D 4327227992 > },=20 > current =3D { > pos =3D { > charpos =3D 4328325128,=20 > bytepos =3D 4327225860 > },=20 > overlay_string_index =3D 32260728,=20 > string_pos =3D { > charpos =3D 140733193388040,=20 > bytepos =3D 36683904 > },=20 > dpvec_index =3D 32258560 > },=20 > from_overlay =3D 4327228016,=20 > area =3D 32258560,=20 > method =3D GET_FROM_DISPLAY_VECTOR,=20 > paragraph_embedding =3D 4294967168,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 1,=20 > display_ellipsis_p =3D 1,=20 > avoid_cursor_p =3D 1,=20 > bidi_p =3D 1,=20 > from_disp_prop_p =3D 1,=20 > line_wrap =3D 7,=20 > voffset =3D 0,=20 > space_width =3D 4327211008,=20 > font_height =3D 4330777120 > }, { > string =3D 4330618880,=20 > string_nchars =3D 35809728,=20 > end_charpos =3D 4327211008,=20 > stop_charpos =3D 120,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 4343340784,=20 > cmp_it =3D { > stop_pos =3D 140734799764048,=20 > id =3D 140735509742929,=20 > ch =3D 4,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 1082279936,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 2,=20 > from =3D 33439600,=20 > to =3D 1,=20 > width =3D 0 > },=20 > face_id =3D 174230616,=20 > u =3D { > image =3D { > object =3D 4328406944,=20 > slice =3D { > x =3D 0,=20 > y =3D 140734799766912,=20 > width =3D 140735509742601,=20 > height =3D 0 > },=20 > image_id =3D 4611686018427387904 > },=20 > comp =3D { > object =3D 4328406944 > },=20 > stretch =3D { > object =3D 4328406944 > } > },=20 > position =3D { > charpos =3D 4624633867356078080,=20 > bytepos =3D 4624633867356078080 > },=20 > current =3D { > pos =3D { > charpos =3D 140734799764552,=20 > bytepos =3D 46 > },=20 > overlay_string_index =3D 1606376512,=20 > string_pos =3D { > charpos =3D 40,=20 > bytepos =3D 1606376128 > },=20 > dpvec_index =3D 50343994 > },=20 > from_overlay =3D 4300718328,=20 > area =3D 50343994,=20 > method =3D GET_FROM_DISPLAY_VECTOR,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 50343994,=20 > voffset =3D 0,=20 > space_width =3D 140734799764240,=20 > font_height =3D 4296442110 > }, { > string =3D 4343341712,=20 > string_nchars =3D 184,=20 > end_charpos =3D 4300717096,=20 > stop_charpos =3D 72057598384300312,=20 > prev_stop =3D 4684385727255937024,=20 > base_level_stop =3D 4625478292286210048,=20 > cmp_it =3D { > stop_pos =3D 4343339920,=20 > id =3D 4611686018427387904,=20 > ch =3D 0,=20 > rule_idx =3D 1090699264,=20 > lookback =3D 0,=20 > nglyphs =3D 1072693248,=20 > reversed_p =3D 48373776,=20 > charpos =3D 4469170176,=20 > nchars =3D 33439600,=20 > nbytes =3D 1,=20 > from =3D 4352,=20 > to =3D 0,=20 > width =3D 174193616 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 4343341648,=20 > slice =3D { > x =3D 0,=20 > y =3D 140734799764400,=20 > width =3D 4296484811,=20 > height =3D 140734799764536 > },=20 > image_id =3D 4300139488 > },=20 > comp =3D { > object =3D 4343341648 > },=20 > stretch =3D { > object =3D 4343341648 > } > },=20 > position =3D { > charpos =3D 56,=20 > bytepos =3D 140735498586629 > },=20 > current =3D { > pos =3D { > charpos =3D 101,=20 > bytepos =3D 4343345064 > },=20 > overlay_string_index =3D 48377456,=20 > string_pos =3D { > charpos =3D 2,=20 > bytepos =3D 4343343216 > },=20 > dpvec_index =3D 1606376536 > },=20 > from_overlay =3D 140734799764512,=20 > area =3D 2305223604,=20 > method =3D 32767,=20 > paragraph_embedding =3D 43,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 48440768,=20 > voffset =3D 1,=20 > space_width =3D 4343350352,=20 > font_height =3D 4343341872 > }},=20 > sp =3D 16973825,=20 > selective =3D 4343343264,=20 > what =3D 1606377000,=20 > face_id =3D 32767,=20 > selective_display_ellipsis_p =3D 0,=20 > ctl_arrow_p =3D 1,=20 > face_box_p =3D 0,=20 > start_of_box_run_p =3D 0,=20 > end_of_box_run_p =3D 0,=20 > overlay_strings_at_end_processed_p =3D 0,=20 > ignore_overlay_strings_at_pos_p =3D 0,=20 > glyph_not_available_p =3D 0,=20 > starts_in_middle_of_char_p =3D 0,=20 > face_before_selective_p =3D 0,=20 > constrain_row_ascent_descent_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > base_face_id =3D 1606376640,=20 > c =3D 32767,=20 > len =3D -1949191437,=20 > cmp_it =3D { > stop_pos =3D 4345311290,=20 > id =3D 4343350352,=20 > ch =3D 1,=20 > rule_idx =3D 16777216,=20 > lookback =3D 1,=20 > nglyphs =3D 0,=20 > reversed_p =3D 48375920,=20 > charpos =3D 4343344560,=20 > nchars =3D 48440768,=20 > nbytes =3D 1,=20 > from =3D 39006752,=20 > to =3D 1,=20 > width =3D 48383056 > },=20 > char_to_display =3D 1,=20 > glyphless_method =3D GLYPHLESS_DISPLAY_THIN_SPACE,=20 > image_id =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 2,=20 > width =3D 2,=20 > height =3D 33 > },=20 > space_width =3D 4469170184,=20 > voffset =3D 8960,=20 > tab_width =3D 738,=20 > font_height =3D 4343341832,=20 > object =3D 140734799766960,=20 > position =3D { > charpos =3D 140735509749301,=20 > bytepos =3D 4634766966517661696 > },=20 > truncation_pixel_width =3D -27804,=20 > continuation_pixel_width =3D 28,=20 > first_visible_x =3D 1,=20 > last_visible_x =3D 1606376600,=20 > last_visible_y =3D 32767,=20 > extra_line_spacing =3D 1606376960,=20 > max_extra_line_spacing =3D 32767,=20 > override_ascent =3D 33437408,=20 > override_descent =3D 1,=20 > override_boff =3D 0,=20 > glyph_row =3D 0x7fff5fbf5e00,=20 > area =3D TEXT_AREA,=20 > nglyphs =3D 0,=20 > pixel_width =3D 1606376768,=20 > ascent =3D 32767,=20 > descent =3D -2101775944,=20 > max_ascent =3D 32767,=20 > max_descent =3D 1606376768,=20 > phys_ascent =3D 32767,=20 > phys_descent =3D -2053194862,=20 > max_phys_ascent =3D 32767,=20 > max_phys_descent =3D 33362944,=20 > current_x =3D 1,=20 > continuation_lines_width =3D 33434944,=20 > eol_pos =3D { > charpos =3D 140734799767200,=20 > bytepos =3D 140735435137684 > },=20 > current_y =3D 0,=20 > first_vpos =3D 1,=20 > vpos =3D 10660486,=20 > hpos =3D 1,=20 > left_user_fringe_bitmap =3D 5120,=20 > right_user_fringe_bitmap =3D 509,=20 > left_user_fringe_face_id =3D 1,=20 > right_user_fringe_face_id =3D 317392,=20 > bidi_p =3D 0,=20 > bidi_it =3D { > bytepos =3D 4328416204,=20 > charpos =3D 0,=20 > ch =3D 46,=20 > nchars =3D 12,=20 > ch_len =3D 12,=20 > type =3D 46,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D 48372624,=20 > resolved_level =3D 1,=20 > invalid_levels =3D 1606379008,=20 > invalid_rl_levels =3D 32767,=20 > prev_was_pdf =3D -1,=20 > prev =3D { > bytepos =3D 4295626704,=20 > charpos =3D 4295633056,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D 174202880 > },=20 > last_strong =3D { > bytepos =3D 0,=20 > charpos =3D 0,=20 > type =3D 17127633,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > next_for_neutral =3D { > bytepos =3D 4294967296,=20 > charpos =3D 140735111610528,=20 > type =3D 6352,=20 > type_after_w1 =3D STRONG_L,=20 > orig_type =3D UNKNOWN_BT > },=20 > prev_for_neutral =3D { > bytepos =3D 4607182418800017408,=20 > charpos =3D 4343341648,=20 > type =3D 1065353216,=20 > type_after_w1 =3D 1065353216,=20 > orig_type =3D 1065353216 > },=20 > next_for_ws =3D { > bytepos =3D 0,=20 > charpos =3D 0,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D STRONG_L,=20 > orig_type =3D 24 > },=20 > next_en_pos =3D 0,=20 > next_en_type =3D UNKNOWN_BT,=20 > ignore_bn_limit =3D 4328330240,=20 > sor =3D 1606378080,=20 > scan_dir =3D 32767,=20 > disp_pos =3D 4328330240,=20 > disp_prop =3D 1606414792,=20 > stack_idx =3D 32767,=20 > level_stack =3D {{ > level =3D 1606414784,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 5,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 37540064,=20 > override =3D L2R > }, { > level =3D 32610368,=20 > override =3D L2R > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 6404,=20 > override =3D L2R > }, { > level =3D 1929724256,=20 > override =3D 32767 > }, { > level =3D 1606378272,=20 > override =3D 32767 > }, { > level =3D -1963215928,=20 > override =3D 32767 > }, { > level =3D 11,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1918224904,=20 > override =3D 32767 > }, { > level =3D 1,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > } , { > level =3D 50343994,=20 > override =3D L2R > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > } },=20 > string =3D { > lstring =3D 0,=20 > s =3D 0x0,=20 > schars =3D 0,=20 > bufpos =3D 0,=20 > from_disp_str =3D 0,=20 > unibyte =3D 0 > },=20 > paragraph_dir =3D NEUTRAL_DIR,=20 > separator_limit =3D 0,=20 > first_elt =3D 0,=20 > new_paragraph =3D 0,=20 > frame_window_p =3D 0 > },=20 > paragraph_embedding =3D NEUTRAL_DIR > } > row =3D (struct glyph_row *) 0x1049dde00 > min_pos =3D 140734799769088 > #26 0x0000000100040b1f in try_window (window=3D4343956357, = flags=3D1606384480) at xdisp.c:16127 > it =3D { > window =3D 4339322709,=20 > w =3D 0x102a4cf50,=20 > f =3D 0x102a4d4a0,=20 > method =3D GET_FROM_BUFFER,=20 > stop_charpos =3D 3,=20 > prev_stop =3D 1,=20 > base_level_stop =3D 0,=20 > end_charpos =3D 3,=20 > s =3D 0x0,=20 > string_nchars =3D 0,=20 > region_beg_charpos =3D -1,=20 > region_end_charpos =3D -1,=20 > redisplay_end_trigger_charpos =3D 0,=20 > multibyte_p =3D 1,=20 > header_line_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > dp =3D 0x0,=20 > dpvec =3D 0x0,=20 > dpend =3D 0x0,=20 > dpvec_char_len =3D 0,=20 > dpvec_face_id =3D 0,=20 > saved_face_id =3D 0,=20 > ctl_chars =3D {0 },=20 > start =3D { > pos =3D { > charpos =3D 1,=20 > bytepos =3D 1 > },=20 > overlay_string_index =3D -1,=20 > string_pos =3D { > charpos =3D -1,=20 > bytepos =3D -1 > },=20 > dpvec_index =3D -1 > },=20 > current =3D { > pos =3D { > charpos =3D 1,=20 > bytepos =3D 1 > },=20 > overlay_string_index =3D -1,=20 > string_pos =3D { > charpos =3D -1,=20 > bytepos =3D -1 > },=20 > dpvec_index =3D -1 > },=20 > n_overlay_strings =3D 0,=20 > overlay_strings_charpos =3D 1,=20 > overlay_strings =3D {0 },=20 > string_overlays =3D {0 },=20 > string =3D 4345311290,=20 > from_overlay =3D 0,=20 > stack =3D {{ > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }, { > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }, { > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }, { > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }, { > string =3D 0,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 0,=20 > ch =3D 0,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 0,=20 > width =3D 0,=20 > height =3D 0 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > overlay_string_index =3D 0,=20 > string_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 0,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D NEUTRAL_DIR,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D TRUNCATE,=20 > voffset =3D 0,=20 > space_width =3D 0,=20 > font_height =3D 0 > }},=20 > sp =3D 0,=20 > selective =3D 0,=20 > what =3D IT_CHARACTER,=20 > face_id =3D 0,=20 > selective_display_ellipsis_p =3D 1,=20 > ctl_arrow_p =3D 1,=20 > face_box_p =3D 0,=20 > start_of_box_run_p =3D 0,=20 > end_of_box_run_p =3D 0,=20 > overlay_strings_at_end_processed_p =3D 0,=20 > ignore_overlay_strings_at_pos_p =3D 0,=20 > glyph_not_available_p =3D 0,=20 > starts_in_middle_of_char_p =3D 0,=20 > face_before_selective_p =3D 0,=20 > constrain_row_ascent_descent_p =3D 0,=20 > line_wrap =3D WINDOW_WRAP,=20 > base_face_id =3D 0,=20 > c =3D 8594,=20 > len =3D 3,=20 > cmp_it =3D { > stop_pos =3D 1,=20 > id =3D -1,=20 > ch =3D -2,=20 > rule_idx =3D 0,=20 > lookback =3D 0,=20 > nglyphs =3D 0,=20 > reversed_p =3D 0,=20 > charpos =3D 0,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 0,=20 > to =3D 0,=20 > width =3D 0 > },=20 > char_to_display =3D 8594,=20 > glyphless_method =3D GLYPHLESS_DISPLAY_THIN_SPACE,=20 > image_id =3D 0,=20 > slice =3D { > x =3D 4345311290,=20 > y =3D 4345311290,=20 > width =3D 4345311290,=20 > height =3D 4345311290 > },=20 > space_width =3D 4345311290,=20 > voffset =3D 0,=20 > tab_width =3D 8,=20 > font_height =3D 4345311290,=20 > object =3D 4328488677,=20 > position =3D { > charpos =3D 1,=20 > bytepos =3D 1 > },=20 > truncation_pixel_width =3D 0,=20 > continuation_pixel_width =3D 0,=20 > first_visible_x =3D 0,=20 > last_visible_x =3D 560,=20 > last_visible_y =3D 495,=20 > extra_line_spacing =3D 0,=20 > max_extra_line_spacing =3D 0,=20 > override_ascent =3D -1,=20 > override_descent =3D 0,=20 > override_boff =3D 0,=20 > glyph_row =3D 0x1049dde00,=20 > area =3D TEXT_AREA,=20 > nglyphs =3D 0,=20 > pixel_width =3D 0,=20 > ascent =3D 0,=20 > descent =3D 0,=20 > max_ascent =3D 0,=20 > max_descent =3D 0,=20 > phys_ascent =3D 0,=20 > phys_descent =3D 0,=20 > max_phys_ascent =3D 0,=20 > max_phys_descent =3D 0,=20 > current_x =3D 0,=20 > continuation_lines_width =3D 0,=20 > eol_pos =3D { > charpos =3D 0,=20 > bytepos =3D 0 > },=20 > current_y =3D 0,=20 > first_vpos =3D 0,=20 > vpos =3D 0,=20 > hpos =3D 0,=20 > left_user_fringe_bitmap =3D 0,=20 > right_user_fringe_bitmap =3D 0,=20 > left_user_fringe_face_id =3D 0,=20 > right_user_fringe_face_id =3D 0,=20 > bidi_p =3D 1,=20 > bidi_it =3D { > bytepos =3D 1,=20 > charpos =3D 1,=20 > ch =3D 8594,=20 > nchars =3D 1,=20 > ch_len =3D 3,=20 > type =3D STRONG_L,=20 > type_after_w1 =3D NEUTRAL_ON,=20 > orig_type =3D NEUTRAL_ON,=20 > resolved_level =3D 0,=20 > invalid_levels =3D 0,=20 > invalid_rl_levels =3D -1,=20 > prev_was_pdf =3D 0,=20 > prev =3D { > bytepos =3D 1,=20 > charpos =3D 1,=20 > type =3D NEUTRAL_B,=20 > type_after_w1 =3D NEUTRAL_B,=20 > orig_type =3D NEUTRAL_B > },=20 > last_strong =3D { > bytepos =3D 0,=20 > charpos =3D 0,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > next_for_neutral =3D { > bytepos =3D 0,=20 > charpos =3D -1,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > prev_for_neutral =3D { > bytepos =3D 1,=20 > charpos =3D 1,=20 > type =3D STRONG_L,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > next_for_ws =3D { > bytepos =3D 0,=20 > charpos =3D 0,=20 > type =3D UNKNOWN_BT,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D UNKNOWN_BT > },=20 > next_en_pos =3D 0,=20 > next_en_type =3D UNKNOWN_BT,=20 > ignore_bn_limit =3D -1,=20 > sor =3D L2R,=20 > scan_dir =3D 1,=20 > disp_pos =3D 3,=20 > disp_prop =3D 0,=20 > stack_idx =3D 0,=20 > level_stack =3D {{ > level =3D 0,=20 > override =3D NEUTRAL_DIR > } },=20 > string =3D { > lstring =3D 4345311290,=20 > s =3D 0x0,=20 > schars =3D 0,=20 > bufpos =3D 0,=20 > from_disp_str =3D 0,=20 > unibyte =3D 0 > },=20 > paragraph_dir =3D L2R,=20 > separator_limit =3D -1,=20 > first_elt =3D 0,=20 > new_paragraph =3D 0,=20 > frame_window_p =3D 1 > },=20 > paragraph_embedding =3D NEUTRAL_DIR > } > w =3D (struct window *) 0x102a4cf50 > pos =3D #27 0x000000010004a070 in redisplay_window = (window=3D4343956357, just_this_one_p=3D1606404880) at xdisp.c:15652 > d2 =3D 14595 > d4 =3D 19 > d6 =3D 0 > d1 =3D 0 > d3 =3D 1 > d5 =3D 1 > old =3D (struct buffer *) 0x101ff7ee0 > update_mode_line =3D 1 > end_unchanged =3D 0 > w =3D (struct window *) 0x102a4cf50 > beg_unchanged =3D 1 > it =3D { > window =3D 125756675176960,=20 > w =3D 0x100000000,=20 > f =3D 0x90000dd6d,=20 > method =3D 2147483648,=20 > stop_charpos =3D 17179869750,=20 > prev_stop =3D 712964571267,=20 > base_level_stop =3D 8589935173,=20 > end_charpos =3D 2147483647,=20 > s =3D 0x101f3ba00 "",=20 > string_nchars =3D 80,=20 > region_beg_charpos =3D 0,=20 > region_end_charpos =3D 46,=20 > redisplay_end_trigger_charpos =3D 48,=20 > multibyte_p =3D 0,=20 > header_line_p =3D 0,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 1,=20 > from_disp_prop_p =3D 0,=20 > ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > dp =3D 0xb,=20 > dpvec =3D 0x7fff5fbf93c0,=20 > dpend =3D 0x7fff8a76317e,=20 > dpvec_char_len =3D 46,=20 > dpvec_face_id =3D 0,=20 > saved_face_id =3D 184,=20 > ctl_chars =3D {4469105493, 4345311290, 140734799776400, 4345311290, = 140734799780720, 4295952836, 0, 0, 1, 0, 4373038386, 4343858422, 6, = 4373038387, 4343858422, 9},=20 > start =3D { > pos =3D { > charpos =3D 4373038388,=20 > bytepos =3D 4343858422 > },=20 > overlay_string_index =3D 12,=20 > string_pos =3D { > charpos =3D 4373038389,=20 > bytepos =3D 4343858422 > },=20 > dpvec_index =3D 15 > },=20 > current =3D { > pos =3D { > charpos =3D 4373038390,=20 > bytepos =3D 4343858422 > },=20 > overlay_string_index =3D 18,=20 > string_pos =3D { > charpos =3D 4373038391,=20 > bytepos =3D 4343858422 > },=20 > dpvec_index =3D 21 > },=20 > n_overlay_strings =3D 78071096,=20 > overlay_strings_charpos =3D 4343858422,=20 > overlay_strings =3D {24, 4373038393, 4343858422, 27, 4373038394, = 4343858422, 30, 4373038395, 4343858422, 33, 4373038396, 4343858422, 36, = 4373038397, 4343858422, 1},=20 > string_overlays =3D {1, 140734799793816, 15, 0, 140734799793816, 0, = 140734799776800, 4295530662, 140734799793848, 140734799793840, 15, = 140734799793816, 0, 1, 140734799777728, 4295531219},=20 > string =3D 15,=20 > from_overlay =3D 0,=20 > stack =3D {{ > string =3D 0,=20 > string_nchars =3D 1,=20 > end_charpos =3D 140734799777776,=20 > stop_charpos =3D 4295532350,=20 > prev_stop =3D 140734799776960,=20 > base_level_stop =3D 24,=20 > cmp_it =3D { > stop_pos =3D 24,=20 > id =3D 2293512536232,=20 > ch =3D 24,=20 > rule_idx =3D 24,=20 > lookback =3D 168,=20 > nglyphs =3D 534,=20 > reversed_p =3D 24,=20 > charpos =3D 0,=20 > nchars =3D 24,=20 > nbytes =3D 24,=20 > from =3D 0,=20 > to =3D 1072693248,=20 > width =3D 0 > },=20 > face_id =3D 0,=20 > u =3D { > image =3D { > object =3D 140734799779424,=20 > slice =3D { > x =3D 140735516389758,=20 > y =3D 4294967296,=20 > width =3D 140734799794088,=20 > height =3D 140734799780720 > },=20 > image_id =3D 4295952836 > },=20 > comp =3D { > object =3D 140734799779424 > },=20 > stretch =3D { > object =3D 140734799779424 > } > },=20 > position =3D { > charpos =3D 2293512536232,=20 > bytepos =3D 4370579761 > },=20 > current =3D { > pos =3D { > charpos =3D -6335429201474750317,=20 > bytepos =3D 140734799779048 > },=20 > overlay_string_index =3D 1606391232,=20 > string_pos =3D { > charpos =3D 140734799780064,=20 > bytepos =3D 304 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 140734799777936,=20 > area =3D 2323022317,=20 > method =3D 32767,=20 > paragraph_embedding =3D 304,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 1606392032,=20 > voffset =3D 32767,=20 > space_width =3D 8,=20 > font_height =3D 576461864746423053 > }, { > string =3D 4343852982,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 0,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 1,=20 > ch =3D 5623696,=20 > rule_idx =3D 1,=20 > lookback =3D 75612464,=20 > nglyphs =3D 1,=20 > reversed_p =3D -75612464,=20 > charpos =3D 40,=20 > nchars =3D 0,=20 > nbytes =3D 0,=20 > from =3D 75612504,=20 > to =3D 1,=20 > width =3D 48374536 > },=20 > face_id =3D 48374352,=20 > u =3D { > image =3D { > object =3D 0,=20 > slice =3D { > x =3D 0,=20 > y =3D 4343341832,=20 > width =3D 0,=20 > height =3D 8 > },=20 > image_id =3D 0 > },=20 > comp =3D { > object =3D 0 > },=20 > stretch =3D { > object =3D 0 > } > },=20 > position =3D { > charpos =3D 0,=20 > bytepos =3D 4343852980 > },=20 > current =3D { > pos =3D { > charpos =3D 140733193388043,=20 > bytepos =3D 4370579760 > },=20 > overlay_string_index =3D 1606389392,=20 > string_pos =3D { > charpos =3D 4295952836,=20 > bytepos =3D 0 > },=20 > dpvec_index =3D 0 > },=20 > from_overlay =3D 20,=20 > area =3D LEFT_MARGIN_AREA,=20 > method =3D GET_FROM_BUFFER,=20 > paragraph_embedding =3D R2L,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 75612464,=20 > voffset =3D 1,=20 > space_width =3D 4370579800,=20 > font_height =3D 4343852978 > }, { > string =3D 4294967296,=20 > string_nchars =3D 0,=20 > end_charpos =3D 0,=20 > stop_charpos =3D 0,=20 > prev_stop =3D 1,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 4370579762,=20 > id =3D 4343858422,=20 > ch =3D 6,=20 > rule_idx =3D 0,=20 > lookback =3D 75612467,=20 > nglyphs =3D 1,=20 > reversed_p =3D 48891126,=20 > charpos =3D 9,=20 > nchars =3D 75612468,=20 > nbytes =3D 1,=20 > from =3D 48891126,=20 > to =3D 1,=20 > width =3D 12 > },=20 > face_id =3D 75612469,=20 > u =3D { > image =3D { > object =3D 4343858422,=20 > slice =3D { > x =3D 15,=20 > y =3D 4370579766,=20 > width =3D 4343858422,=20 > height =3D 4627448617123184640 > },=20 > image_id =3D 4627448617123184640 > },=20 > comp =3D { > object =3D 4343858422 > },=20 > stretch =3D { > object =3D 4343858422 > } > },=20 > position =3D { > charpos =3D 140734799777632,=20 > bytepos =3D 140735509743403 > },=20 > current =3D { > pos =3D { > charpos =3D 0,=20 > bytepos =3D 4343341648 > },=20 > overlay_string_index =3D 1606391000,=20 > string_pos =3D { > charpos =3D 34784940138403,=20 > bytepos =3D 140734799777808 > },=20 > dpvec_index =3D 11 > },=20 > from_overlay =3D 4294967305,=20 > area =3D 1606389772,=20 > method =3D 32767,=20 > paragraph_embedding =3D 1606391000,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 1,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 1,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 8099,=20 > voffset =3D 8099,=20 > space_width =3D 140734799777856,=20 > font_height =3D 140734799793816 > }, { > string =3D -6335429201474750317,=20 > string_nchars =3D 1606391688,=20 > end_charpos =3D 140734799779936,=20 > stop_charpos =3D 140734799780736,=20 > prev_stop =3D 304,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 140734799778608,=20 > id =3D 140735516410349,=20 > ch =3D 304,=20 > rule_idx =3D 32767,=20 > lookback =3D 1606392704,=20 > nglyphs =3D 32767,=20 > reversed_p =3D 0,=20 > charpos =3D 576461864700016684,=20 > nchars =3D 1,=20 > nbytes =3D 0,=20 > from =3D 16,=20 > to =3D 0,=20 > width =3D -16777216 > },=20 > face_id =3D 1,=20 > u =3D { > image =3D { > object =3D 4343341832,=20 > slice =3D { > x =3D 140734799781624,=20 > y =3D 140734799778007,=20 > width =3D 140734799781128,=20 > height =3D 140734799778008 > },=20 > image_id =3D 140734799777928 > },=20 > comp =3D { > object =3D 4343341832 > },=20 > stretch =3D { > object =3D 4343341832 > } > },=20 > position =3D { > charpos =3D 140734799777904,=20 > bytepos =3D 140735516446178 > },=20 > current =3D { > pos =3D { > charpos =3D 140734799777928,=20 > bytepos =3D 140734799780064 > },=20 > overlay_string_index =3D 1606389952,=20 > string_pos =3D { > charpos =3D 140735516446077,=20 > bytepos =3D 140734799781114 > },=20 > dpvec_index =3D 2 > },=20 > from_overlay =3D 1,=20 > area =3D 1606393592,=20 > method =3D 32767,=20 > paragraph_embedding =3D 46469901,=20 > multibyte_p =3D 0,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 580734,=20 > voffset =3D 0,=20 > space_width =3D 140734799781114,=20 > font_height =3D 140734799778000 > }, { > string =3D 140734799778800,=20 > string_nchars =3D -1971909360,=20 > end_charpos =3D 8391162080558216309,=20 > stop_charpos =3D 140734799793664,=20 > prev_stop =3D 15,=20 > base_level_stop =3D 0,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D -1,=20 > ch =3D 1606390944,=20 > rule_idx =3D 32767,=20 > lookback =3D 565054,=20 > nglyphs =3D 1,=20 > reversed_p =3D 0,=20 > charpos =3D 107410232,=20 > nchars =3D 1606404904,=20 > nbytes =3D 32767,=20 > from =3D -1,=20 > to =3D -1,=20 > width =3D -13500198 > },=20 > face_id =3D -1,=20 > u =3D { > image =3D { > object =3D 4343341832,=20 > slice =3D { > x =3D 4343341648,=20 > y =3D 3,=20 > width =3D 16,=20 > height =3D 140734799782544 > },=20 > image_id =3D 140735539178352 > },=20 > comp =3D { > object =3D 4343341832 > },=20 > stretch =3D { > object =3D 4343341832 > } > },=20 > position =3D { > charpos =3D 140734799780624,=20 > bytepos =3D 140735516389758 > },=20 > current =3D { > pos =3D { > charpos =3D 140734799782576,=20 > bytepos =3D 140735539178352 > },=20 > overlay_string_index =3D 8,=20 > string_pos =3D { > charpos =3D 28,=20 > bytepos =3D 2 > },=20 > dpvec_index =3D 536870914 > },=20 > from_overlay =3D 140734799778272,=20 > area =3D 2322976436,=20 > method =3D 32767,=20 > paragraph_embedding =3D 107410232,=20 > multibyte_p =3D 1,=20 > string_from_display_prop_p =3D 0,=20 > string_from_prefix_prop_p =3D 0,=20 > display_ellipsis_p =3D 0,=20 > avoid_cursor_p =3D 0,=20 > bidi_p =3D 0,=20 > from_disp_prop_p =3D 0,=20 > line_wrap =3D 100,=20 > voffset =3D 0,=20 > space_width =3D 4294967292,=20 > font_height =3D 8589934591 > }},=20 > sp =3D 1606390592,=20 > selective =3D 140735516382606,=20 > what =3D 909391412,=20 > face_id =3D 825243961,=20 > selective_display_ellipsis_p =3D 1,=20 > ctl_arrow_p =3D 1,=20 > face_box_p =3D 0,=20 > start_of_box_run_p =3D 0,=20 > end_of_box_run_p =3D 1,=20 > overlay_strings_at_end_processed_p =3D 0,=20 > ignore_overlay_strings_at_pos_p =3D 0,=20 > glyph_not_available_p =3D 1,=20 > starts_in_middle_of_char_p =3D 0,=20 > face_before_selective_p =3D 0,=20 > constrain_row_ascent_descent_p =3D 0,=20 > line_wrap =3D 2819885237,=20 > base_face_id =3D 1606390432,=20 > c =3D 0,=20 > len =3D 1606390668,=20 > cmp_it =3D { > stop_pos =3D 0,=20 > id =3D 4329447552,=20 > ch =3D 6,=20 > rule_idx =3D 0,=20 > lookback =3D 34476056,=20 > nglyphs =3D 1,=20 > reversed_p =3D 34480720,=20 > charpos =3D 4329439232,=20 > nchars =3D 1606398960,=20 > nbytes =3D 32767,=20 > from =3D 0,=20 > to =3D 8288,=20 > width =3D 1606390508 > },=20 > char_to_display =3D 1606390504,=20 > glyphless_method =3D 32767,=20 > image_id =3D 0,=20 > slice =3D { > x =3D 140734799778532,=20 > y =3D 35596688949504,=20 > width =3D 140735524799600,=20 > height =3D 140735128787308 > },=20 > space_width =3D 35596688949248,=20 > voffset =3D -27860,=20 > tab_width =3D 24511,=20 > font_height =3D 140734799778600,=20 > object =3D 0,=20 > position =3D { > charpos =3D 140734799778596,=20 > bytepos =3D 35596688949504 > },=20 > truncation_pixel_width =3D 112,=20 > continuation_pixel_width =3D 526,=20 > first_visible_x =3D 1,=20 > last_visible_x =3D 34472076,=20 > last_visible_y =3D 1,=20 > extra_line_spacing =3D 1606394264,=20 > max_extra_line_spacing =3D 32767,=20 > override_ascent =3D 1606390651,=20 > override_descent =3D 32767,=20 > override_boff =3D 1606393776,=20 > glyph_row =3D 0x7fff5fbf937c,=20 > area =3D 1606390568,=20 > nglyphs =3D 32767,=20 > pixel_width =3D 1606390544,=20 > ascent =3D 32767,=20 > descent =3D -1971909150,=20 > max_ascent =3D 32767,=20 > max_descent =3D 1606390568,=20 > phys_ascent =3D 32767,=20 > phys_descent =3D 1606392704,=20 > max_phys_ascent =3D 32767,=20 > max_phys_descent =3D 1606390624,=20 > current_x =3D 32767,=20 > continuation_lines_width =3D -1971909251,=20 > eol_pos =3D { > charpos =3D 140734799781786,=20 > bytepos =3D 2 > },=20 > current_y =3D 1,=20 > first_vpos =3D 0,=20 > vpos =3D 1606394264,=20 > hpos =3D 32767,=20 > left_user_fringe_bitmap =3D 63532,=20 > right_user_fringe_bitmap =3D 0,=20 > left_user_fringe_face_id =3D 0,=20 > right_user_fringe_face_id =3D 19582,=20 > bidi_p =3D 0,=20 > bidi_it =3D { > bytepos =3D 140734799781786,=20 > charpos =3D 140734799778672,=20 > ch =3D 1606391440,=20 > nchars =3D 140735516445968,=20 > ch_len =3D 8388346030423827796,=20 > type =3D 1886413102,=20 > type_after_w1 =3D 32512,=20 > orig_type =3D 34471936,=20 > resolved_level =3D 8288,=20 > invalid_levels =3D 34471936,=20 > invalid_rl_levels =3D 1,=20 > prev_was_pdf =3D 34472012,=20 > prev =3D { > bytepos =3D 4329439296,=20 > charpos =3D 140734799778768,=20 > type =3D 2322971009,=20 > type_after_w1 =3D 32767,=20 > orig_type =3D 34472000 > },=20 > last_strong =3D { > bytepos =3D 0,=20 > charpos =3D 4329439232,=20 > type =3D 580735,=20 > type_after_w1 =3D UNKNOWN_BT,=20 > orig_type =3D 1606390768 > },=20 > next_for_neutral =3D { > bytepos =3D 140735516405459,=20 > charpos =3D 140734799780904,=20 > type =3D 1606352896,=20 > type_after_w1 =3D 32767,=20 > orig_type =3D 1606392848 > },=20 > prev_for_neutral =3D { > bytepos =3D 140735516435127,=20 > charpos =3D 12,=20 > type =3D 78071093,=20 > type_after_w1 =3D STRONG_L,=20 > orig_type =3D 48891126 > },=20 > next_for_ws =3D { > bytepos =3D 15,=20 > charpos =3D 4373038390,=20 > type =3D 48891126,=20 > type_after_w1 =3D STRONG_L,=20 > orig_type =3D NEUTRAL_WS > },=20 > next_en_pos =3D 4373038391,=20 > next_en_type =3D 48891126,=20 > ignore_bn_limit =3D 536870914,=20 > sor =3D 1606390912,=20 > scan_dir =3D 32767,=20 > disp_pos =3D 140735516364468,=20 > disp_prop =3D 24,=20 > stack_idx =3D 0,=20 > level_stack =3D {{ > level =3D 100,=20 > override =3D NEUTRAL_DIR > }, { > level =3D -4,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 34480704,=20 > override =3D L2R > }, { > level =3D 1606391264,=20 > override =3D 32767 > }, { > level =3D -1971972722,=20 > override =3D 32767 > }, { > level =3D 30,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 78071099,=20 > override =3D L2R > }, { > level =3D 48891126,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1606391340,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 34480256,=20 > override =3D L2R > }, { > level =3D 6,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 34476056,=20 > override =3D L2R > }, { > level =3D 34480720,=20 > override =3D L2R > }, { > level =3D 34471936,=20 > override =3D L2R > }, { > level =3D 1606405928,=20 > override =3D 32767 > }, { > level =3D 130972,=20 > override =3D 8288 > }, { > level =3D 1606391180,=20 > override =3D 32767 > }, { > level =3D 1606391176,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1606391172,=20 > override =3D 32767 > }, { > level =3D 256,=20 > override =3D 8288 > }, { > level =3D -1963555728,=20 > override =3D 32767 > }, { > level =3D 1935399276,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D 8288 > }, { > level =3D 1606391244,=20 > override =3D 32767 > }, { > level =3D 1606391240,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1606391236,=20 > override =3D 32767 > }, { > level =3D 256,=20 > override =3D 8288 > }, { > level =3D 34472048,=20 > override =3D L2R > }, { > level =3D 34472076,=20 > override =3D L2R > }, { > level =3D 0,=20 > override =3D 129 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D -1963555728,=20 > override =3D 32767 > }, { > level =3D 34480340,=20 > override =3D L2R > }, { > level =3D 34471936,=20 > override =3D 8288 > }, { > level =3D 1606391340,=20 > override =3D 32767 > }, { > level =3D 1606391336,=20 > override =3D 32767 > }, { > level =3D 0,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 1606391332,=20 > override =3D 32767 > }, { > level =3D 256,=20 > override =3D 8288 > }, { > level =3D 34472048,=20 > override =3D L2R > }, { > level =3D 34472076,=20 > override =3D L2R > }, { > level =3D 34471936,=20 > override =3D 129 > }, { > level =3D 34472012,=20 > override =3D L2R > }, { > level =3D 34472048,=20 > override =3D L2R > }, { > level =3D 63532,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 19582,=20 > override =3D NEUTRAL_DIR > }, { > level =3D 34472012,=20 > override =3D L2R > }, { > level =3D 34472000,=20 > override =3D L2R > }, { > level =3D 1606391360,=20 > override =3D 32767 > }, { > level =3D -1963555157,=20 > override =3D 32767 > }, { > level =3D 1606391360,=20 > override =3D 32767 > }, { > level =3D -1971996202,=20 > override =3D 32767 > }, { > level =3D 34471936,=20 > override =3D 8288 > }, { > level =3D 34471936,=20 > override =3D L2R > }, { > level =3D 1606391424,=20 > override =3D 32767 > }, { > level =3D -1963381035,=20 > override =3D 32767 > }, { > level =3D 1606392032,=20 > override =3D 32767 > }, { > level =3D 1606391976,=20 > override =3D 32767 > }, { > level =3D 34472000,=20 > override =3D L2R > }, { > level =3D 1606398674,=20 > override =3D 32767 > }, { > level =3D 4096,=20 > override =3D NEUTRAL_DIR > }},=20 > string =3D { > lstring =3D 140734799781216,=20 > s =3D 0x2
,=20 > schars =3D 4294967285,=20 > bufpos =3D 140734799780544,=20 > from_disp_str =3D 1,=20 > unibyte =3D 1 > },=20 > paragraph_dir =3D 1606391504,=20 > separator_limit =3D 140735524919057,=20 > first_elt =3D 0,=20 > new_paragraph =3D 0,=20 > frame_window_p =3D 0 > },=20 > paragraph_embedding =3D 1606392744 > } > count =3D 4 > #28 0x0000000100035934 in redisplay_window_0 (window=3D4343956357) at = xdisp.c:13738 > No locals. > #29 0x000000010011e63d in internal_condition_case_1 (bfun=3D0x100035910 = , arg=3D4343956357, handlers=3D4345320294, = hfun=3D0x1000169f0 ) at eval.c:1553 > c =3D { > tag =3D 4345311290,=20 > val =3D 4345311290,=20 > next =3D 0x7fff5fbfedb8,=20 > gcpro =3D 0x0,=20 > jmp =3D {92656, 1, 1606405216, 32767, 1606404912, 32767, 219408, 1, = 5740628, 1, 50352998, 1, 44355413, 1, 1172931, 1, 50410842, 1, 8099, = 895, 1606405104, 32767, 1077552, 1, 128, 0, 5749800, 1, 1606405184, = 32767, 1163453, 1, 50343994, 1, 50343994, 1, 50343994},=20 > backlist =3D 0x0,=20 > handlerlist =3D 0x7fff5fbfed90,=20 > lisp_eval_depth =3D 0,=20 > pdlcount =3D 4,=20 > poll_suppress_count =3D 0,=20 > interrupt_input_blocked =3D 0,=20 > byte_stack =3D 0x0 > } > h =3D { > handler =3D 4345320294,=20 > var =3D 4345311290,=20 > chosen_clause =3D 4295816643,=20 > tag =3D 0x7fff5fbfcb60,=20 > next =3D 0x7fff5fbfed90 > } > val =3D 0 > #30 0x00000001000358f3 in redisplay_windows (window=3D4343956357) at = xdisp.c:13718 > No locals. > #31 0x0000000100041d3a in redisplay_internal () at xdisp.c:13295 > fr =3D (struct frame *) 0x0 > count =3D 2 > old_frame =3D 4339324069 > #32 0x00000001000b0daa in read_char (commandflag=3D1606412736, = nmaps=3D140734799800768, maps=3D0x7fff5fbfe9c0, = prev_event=3D208457375877693439, used_mouse_menu=3D0x7fff5fbfe9c0, = end_time=3D0x7fff5fbfe9c0) at keyboard.c:2448 > previous_echo_area_message =3D 4345311290 > reread =3D 0 > polling_stopped_here =3D 0 > local_getcjmp =3D {0 , 33521376, 1, = 1606412608, 32767, 1090058, 1, 1606412688, 32767, 43118024, 1, 51561738, = 1, 5745280, 1} > key_already_recorded =3D 0 > c =3D 4345311290 > save_jump =3D {0 } > also_record =3D 4345311290 > orig_kboard =3D (struct kboard *) 0x102504dd0 > #33 0x00000001000b3de7 in read_key_sequence () at keyboard.c:2832 > No symbol table info available. > #34 0x00000001000b597a in command_loop_1 () at keyboard.c:1449 > keybuf =3D {96, 24, 4300707924, 0, 140734799801408, = 140734799801488, 4296135378, 4300726435, 3, 4297607245, 5758976, = -6335429201474750317, 5, 4300708392, 4300707924, 4297607240, 4295665184, = 140734799801728, 4296134359, 140734800051584, 4300726272, = 140734800051584, 140734800066896, 140734799801600, 140734799871673, = 140734800023824, 140734799801776, 140734800051584, 4300726272, 5} > #35 0x000000010011e783 in internal_condition_case (bfun=3D0x1000b4470 = , handlers=3D4345367402, hfun=3D0x1000b5a10 ) = at eval.c:1515 > c =3D { > tag =3D 4345311290,=20 > val =3D 4345311290,=20 > next =3D 0x7fff5fbfeef0,=20 > gcpro =3D 0x0,=20 > jmp =3D {743952, 1, 1606414000, 32767, 1606413712, 32767, 5749800, 1, = 5740628, 1, 50400106, 1, 738416, 1, 1173262, 1, 5740628, 1, 8098, 895, = 697888, 1, 1173262, 1, 329, 0, 8096, 895, 3, 0, 0, 0, 0, 16711680, = 1128353093, 1330011987, 1281315918},=20 > backlist =3D 0x0,=20 > handlerlist =3D 0x0,=20 > lisp_eval_depth =3D 0,=20 > pdlcount =3D 2,=20 > poll_suppress_count =3D 0,=20 > interrupt_input_blocked =3D 0,=20 > byte_stack =3D 0x0 > } > h =3D { > handler =3D 4345367402,=20 > var =3D 4345311290,=20 > chosen_clause =3D 140734799802064,=20 > tag =3D 0x7fff5fbfedb8,=20 > next =3D 0x0 > } > val =3D 0 > #36 0x00000001000b444e in command_loop_2 (ignore=3D140734799801352) at = keyboard.c:1160 > No locals. > #37 0x000000010011e888 in internal_catch (tag=3D140734799801352, = func=3D0x1000b4410 , arg=3D140734799801352) at = eval.c:1272 > c =3D { > tag =3D 4345363402,=20 > val =3D 4345311290,=20 > next =3D 0x0,=20 > gcpro =3D 0x0,=20 > jmp =3D {50343994, 1, 1606414304, 32767, 1606414064, 32767, 5741096, = 1, 5740628, 1, 738320, 1, 738320, 1, 1173621, 1, 32243712, 1, 8098, 895, = 1606414208, 32767, -1963212380, 32767, 779314017, 0, 1456240, 1, = 1606414352, 32767, 1606414360, 32767, 1832488, 1, 50343994, 1, = 1606414304},=20 > backlist =3D 0x0,=20 > handlerlist =3D 0x0,=20 > lisp_eval_depth =3D 0,=20 > pdlcount =3D 2,=20 > poll_suppress_count =3D 0,=20 > interrupt_input_blocked =3D 0,=20 > byte_stack =3D 0x0 > } > #38 0x00000001000b5f70 in command_loop [inlined] () at = /Users/febeling/Downloads/emacs-24.0.97/src/keyboard.c:1139 > val =3D 4295705616 > count =3D 50396106 > val =3D 4295705616 > #39 0x00000001000b5f70 in recursive_edit_1 () at keyboard.c:759 > val =3D 4295705616 > count =3D 50396106 > val =3D 4295705616 > #40 0x00000001000a5d3c in Frecursive_edit () at keyboard.c:823 > count =3D 0 > buffer =3D 0 > #41 0x00000001000a281f in main (argc=3D50396106, argv=3D0x7fff5fbff1b0) = at emacs.c:1715 > stack_bottom_variable =3D 0 '\0' > dummy =3D 0 > junk =3D 0x0 > skip_args =3D 0 > rlim =3D { > rlim_cur =3D 8720000,=20 > rlim_max =3D 67104768 > } > dname_arg =3D 0x0 > dname_arg2 =3D "??_?\000\000\032\023?_?", '\0' , "\001", '\0' , " = \a?_?\000\0000\a?_?\000\000\000\000\000\000\002\000\000\000??_?\000" > ch_to_dir =3D 0x0 >=20 >=20 >=20 > In GNU Emacs 24.0.97.1 (x86_64-apple-darwin11.4.0, NS = apple-appkit-1138.47) > of 2012-05-22 on flomac.local > Windowing system distributor `Apple', version 10.3.1138 > Configured using: > `configure '--with-ns'' >=20 > Important settings: > value of $LC_ALL: nil > value of $LC_COLLATE: nil > value of $LC_CTYPE: nil > value of $LC_MESSAGES: nil > value of $LC_MONETARY: nil > value of $LC_NUMERIC: nil > value of $LC_TIME: nil > value of $LANG: nil > value of $XMODIFIERS: nil > locale-coding-system: nil > default enable-multibyte-characters: t >=20 > Major mode: Fundamental >=20 > Minor modes in effect: > show-paren-mode: t > tooltip-mode: t > mouse-wheel-mode: t > menu-bar-mode: t > file-name-shadow-mode: t > global-font-lock-mode: t > auto-composition-mode: t > auto-encryption-mode: t > auto-compression-mode: t > line-number-mode: t > transient-mark-mode: t > abbrev-mode: t >=20 > Recent input: > M-x r e p o =20 > >=20 > Recent messages: > Loading /Users/febeling/.emacs.d/elpa/package.el (source)...done > Initializing for host flomac.local > Loading ~/.emacs.d/abbrev_defs...done > For information about GNU Emacs and the GNU system, type C-h C-a. > Making completion list... >=20 > Load-path shadows: > ~/.emacs.d/elpa/package hides = /Applications/Emacs.app/Contents/Resources/lisp/emacs-lisp/package >=20 > Features: > (shadow sort mail-extr emacsbug message format-spec rfc822 mml mml-sec > mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils > mailheader sendmail rfc2047 rfc2045 ietf-drums mail-utils help-mode > easymenu view server paren uniquify oddmuse url url-proxy url-privacy > url-expand url-methods url-history url-cookie url-util url-parse > auth-source eieio assoc gnus-util password-cache url-vars mm-util > mail-prsvr mailcap skeleton sgml-mode ruby-test ruby-mode haml-mode > regexp-opt cl byte-opt warnings bytecomp byte-compile cconv macroexp > advice help-fns advice-preload org-install ido paredit easy-mmode > edit-server edmacro kmacro derived magit-autoloads package reporter > time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win > tool-bar dnd fontset image fringe lisp-mode register page menu-bar > rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax > facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese > tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak > czech european ethiopic indian cyrillic chinese case-table epa-hook > jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces > cus-face files text-properties overlay sha1 md5 base64 format env > code-pages mule custom widget hashtable-print-readable backquote > make-network-process ns multi-tty emacs) >=20 >=20 From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 15 17:38:54 2012 Received: (at 11541) by debbugs.gnu.org; 15 Oct 2012 21:38:54 +0000 Received: from localhost ([127.0.0.1]:45799 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TNsN6-0003VW-23 for submit@debbugs.gnu.org; Mon, 15 Oct 2012 17:38:54 -0400 Received: from mail-bk0-f44.google.com ([209.85.214.44]:56916) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TNs1v-00030g-Nm for 11541@debbugs.gnu.org; Mon, 15 Oct 2012 17:17:03 -0400 Received: by mail-bk0-f44.google.com with SMTP id jc3so2618812bkc.3 for <11541@debbugs.gnu.org>; Mon, 15 Oct 2012 14:15:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=tZBa2jK/ugEEsENFkTFTMy4lWU5jSw40PicNY16nyDE=; b=ZNDGztX8uXEc/DcL7H9PA4oL+REWuCb0xL5hM2prsWycwATr942rMIxBKHTxT4+Q8a TTEPmGXpETq71l+F5iHx2g/4Y+H91+DHdz0mXsbLM6YEj7zRFvwAVDgyUjEKdazSV8Ov 5TI5KyYspEuPoO+icyrG64yAMEPGZspKFHtEPt2s0Pt8Yd6SUiZe12zuV76P8fv4fa7y LOAeo2tIhRkdq9xCH7slCct5q9h5W4+rqx6P1Fmvdp9ge0VKqeh09zPI8VSf2/l6OBtf 4sTgQDlwCJJwNfORihRJCK44EW/FKQ64ykfu36fRvwmXdBPPU5yfQDhJyaztfyz5b9dl M9tQ== Received: by 10.204.156.18 with SMTP id u18mr3523303bkw.131.1350335740469; Mon, 15 Oct 2012 14:15:40 -0700 (PDT) Received: from [192.168.4.142] (e179141204.adsl.alicedsl.de. [85.179.141.204]) by mx.google.com with ESMTPS id gy18sm9418417bkc.4.2012.10.15.14.15.36 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 15 Oct 2012 14:15:39 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 From: "C. Florian Ebeling" In-Reply-To: Date: Mon, 15 Oct 2012 23:15:33 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <6214FEBC-60E2-46A0-9EC1-92F48D9FEFB8@gmail.com> References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> To: =?iso-8859-1?Q?Jan_Dj=E4rv?= X-Mailer: Apple Mail (2.1499) X-Gm-Message-State: ALoCoQkordRNjXsvkX14QbbVV2e6/sGTXc+JSOdW5j7o6QgliWOmAkWdiGPXLUPBpUA1uhLPl1lv X-Debbugs-Envelope-To: 11541 X-Mailman-Approved-At: Mon, 15 Oct 2012 17:38:46 -0400 Cc: 11541@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Hi Jan, I don't see this crash in the latest revisions trunk any longer. I have = seen your commit from 14th was included. (I wouldn't get the crash in = the immediately preceding revision either, though.) Florian On 14.10.2012, at 20:58, Jan Dj=E4rv wrote: > Hello. >=20 > I found a potential memory corruption in NS font handling. Can you = test an updated trunk to see if your problem still exists? >=20 > Thanks, >=20 > Jan D. >=20 > 22 maj 2012 kl. 12:29 skrev Florian Ebeling = : >=20 >> I run the Cocoa application without configuration from the debugger. = See >> below for output. >>=20 >> The I visit a file (C-x C-f) that contains a single utf-8 character, >> ARROW RIGHT and a newline. That file, utf8test, is four bytes: >>=20 >> $ hexdump utf8test >> 0000000 e2 86 92 0a =20 >> 0000004 >>=20 >> It crashes (SIGABRT signal). A few more observations: >>=20 >> - the same file opens without problems when running -nw in a terminal >> shell >>=20 >> - this same crash happens when setting the coding system to = utf-8-unix >> for the next command before find-file (C-x RET c) >>=20 >> - this crash also seemed to occur with versions 23.something and >> 24.0.94, but I didn't reproduce them under as controlled conditions >> (not same file, but similar utf-8 containing short file) >>=20 >> Output from debugger 'bt full' looks like this: >>=20 >> gdb /Applications/Emacs.app/Contents/MacOS/Emacs =20 >> GNU gdb 6.3.50-20050815 (Apple version gdb-1752) (Sat Jan 28 03:02:46 = UTC 2012) >> Copyright 2004 Free Software Foundation, Inc. >> GDB is free software, covered by the GNU General Public License, and = you are >> welcome to change it and/or distribute copies of it under certain = conditions. >> Type "show copying" to see the conditions. >> There is absolutely no warranty for GDB. Type "show warranty" for = details. >> This GDB was configured as "x86_64-apple-darwin"...Reading symbols = for shared libraries ........... done >>=20 >> (gdb) set args -Q >> (gdb) r >> Starting program: /Applications/Emacs.app/Contents/MacOS/Emacs -Q >> Reading symbols for shared libraries = ++++++++++................................................................= ............................................................ done >> Reading symbols for shared libraries . done >> Reading symbols for shared libraries . done >> Reading symbols for shared libraries . done >> Reading symbols for shared libraries . done >> Reading symbols for shared libraries . done >> Reading symbols for shared libraries . done >> Reading symbols for shared libraries ......... done >> Reading symbols for shared libraries . done >> Reading symbols for shared libraries . done >> Reading symbols for shared libraries . done >>=20 >> Program received signal EXC_BAD_ACCESS, Could not access memory. >> Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 >> 0x00007fff8966d3c2 in CFStringGetLength () >> (gdb) bt full >> #0 0x00007fff8966d3c2 in CFStringGetLength () >> No symbol table info available. >> #1 0x00007fff896849e9 in CFStringCompareWithOptionsAndLocale () >> No symbol table info available. >> #2 0x00007fff89e937b2 in = CompareLocalizedDescriptorsByTraitsAndPrecedence () >> No symbol table info available. >> #3 0x00007fff896a5fa5 in __CFSimpleMergeSort () >> No symbol table info available. >> #4 0x00007fff896a6067 in __CFSimpleMergeSort () >> No symbol table info available. >> #5 0x00007fff896a6083 in __CFSimpleMergeSort () >> No symbol table info available. >> #6 0x00007fff896a6083 in __CFSimpleMergeSort () >> No symbol table info available. >> #7 0x00007fff896a6067 in __CFSimpleMergeSort () >> No symbol table info available. >> #8 0x00007fff896a6067 in __CFSimpleMergeSort () >> No symbol table info available. >> #9 0x00007fff896a6067 in __CFSimpleMergeSort () >> No symbol table info available. >> #10 0x00007fff896a6067 in __CFSimpleMergeSort () >> No symbol table info available. >> #11 0x00007fff896a6067 in __CFSimpleMergeSort () >> No symbol table info available. >> #12 0x00007fff896a5ef6 in CFSortIndexes () >> No symbol table info available. >> #13 0x00007fff89678e33 in CFQSortArray () >> No symbol table info available. >> #14 0x00007fff89678bb8 in CFArraySortValues () >> No symbol table info available. >> #15 0x00007fff89ebdb28 in TDescriptorSource::GetAllDescriptors () >> No symbol table info available. >> #16 0x00007fff89e8a587 in TDescriptor::CreateMatchingDescriptors () >> No symbol table info available. >> #17 0x0000000100a32599 in -[NSCTFontDescriptor = matchingFontDescriptorsWithMandatoryKeys:] () >> No symbol table info available. >> #18 0x00000001001a1c7a in ns_findfonts (font_spec=3D4366993920, = isMatch=3D0 '\0') at nsfont.m:521 >> fdesc =3D (NSFontDescriptor *) 0x102e947a0 >> list =3D 140734799761024 >> #19 0x000000010012ff32 in font_list_entities (frame=3D140734799761440, = spec=3D140734799761440) at font.c:2728 >> val =3D 4345311290 >> list =3D 140734799761440 >> driver_list =3D (struct font_driver_list *) 0x101f3cf90 >> f =3D (FRAME_PTR) 0x101f3d6d0 >> size =3D 0 >> ftype =3D 4345311290 >> #20 0x0000000100131d5e in font_find_for_lface (f=3D0x7fff5fbf5130, = attrs=3D0x7fff5fbf5130, spec=3D626, c=3D1606373680) at font.c:3197 >> registry =3D {4345516394, 4338015085, 8} >> adstyle =3D {4345311290, 4338015085, 2375403569948205300} >> pixel_size =3D 1606373680 >> foundry =3D {4345520202, 4345311290, 4338015085} >> frame =3D 4327724757 >> work =3D 0 >> val =3D 0 >> #21 0x000000010017863f in fontset_find_font (fontset=3D4327724757, = c=3D1606373856, face=3D0x7fff5fbf51e0, id=3D1606373856, = fallback=3D1606373856) at fontset.c:620 >> font_group =3D 4327724757 >> vec =3D 4343516389 >> #22 0x00000001001788da in fontset_font (fontset=3D4355892213, c=3D8594,= face=3D0x7fff5fbf5230, id=3D1606373936) at fontset.c:736 >> rfont_def =3D 0 >> base_fontset =3D 4343307829 >> default_rfont_def =3D 0 >> #23 0x0000000100178ce4 in face_for_char (f=3D0x101f3d6d0, = face=3D0x103a1a8b0, c=3D60926128, pos=3D-1, object=3D0) at fontset.c:950 >> fontset =3D 4355892213 >> charset =3D 4345311290 >> rfont_def =3D 0 >> face_id =3D >> #24 0x000000010003272d in get_next_display_element (it=3D0x102e93065) = at xdisp.c:6780 >> c =3D -1 >> success_p =3D 0 >> #25 0x00000001000396bb in display_line (it=3D0x7fff5fbf6e30) at = xdisp.c:19134 >> min_bpos =3D 0 >> wrap_it =3D { >> window =3D 0,=20 >> w =3D 0x102e416c0,=20 >> f =3D 0x37,=20 >> method =3D GET_FROM_BUFFER,=20 >> stop_charpos =3D 4295539312,=20 >> prev_stop =3D 140734799764944,=20 >> base_level_stop =3D 140734799762520,=20 >> end_charpos =3D 140734799762560,=20 >> s =3D 0x11b094
,=20 >> string_nchars =3D 4294967296,=20 >> region_beg_charpos =3D -4294967295,=20 >> region_end_charpos =3D 0,=20 >> redisplay_end_trigger_charpos =3D 1606374976,=20 >> multibyte_p =3D 0,=20 >> header_line_p =3D 1,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 1,=20 >> from_disp_prop_p =3D 1,=20 >> ellipsis_p =3D 1,=20 >> avoid_cursor_p =3D 0,=20 >> dp =3D 0x1001b9570,=20 >> dpvec =3D 0x1,=20 >> dpend =3D 0x0,=20 >> dpvec_char_len =3D 2,=20 >> dpvec_face_id =3D 0,=20 >> saved_face_id =3D 1,=20 >> ctl_chars =3D {1, 1, 0, 0, 53, 4366731264, 140734799767256, -1, = 140734799763632, 4295536989, 4298236800, 4299726008, 0, 0, 0, -1},=20 >> start =3D { >> pos =3D { >> charpos =3D 140734799767400,=20 >> bytepos =3D 4298236712 >> },=20 >> overlay_string_index =3D 0,=20 >> string_pos =3D { >> charpos =3D 4345474906,=20 >> bytepos =3D 4345311290 >> },=20 >> dpvec_index =3D 0 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 140734799762800,=20 >> bytepos =3D 4296137578 >> },=20 >> overlay_string_index =3D 27,=20 >> string_pos =3D { >> charpos =3D 4298236717,=20 >> bytepos =3D 4294967348 >> },=20 >> dpvec_index =3D 50344042 >> },=20 >> n_overlay_strings =3D 50343994,=20 >> overlay_strings_charpos =3D 0,=20 >> overlay_strings =3D {2, 4300119744, 0, 140734799762816, = 140734799762896, 4296135378, 32, 27, 4298236717, 1, 9012717867547387382, = 5, 2, 4300119744, 4298236712, -1},=20 >> string_overlays =3D {140734799763136, 4345311290, 140734799762944, = 4296044148, 4349330038, 4345311290, 140734799763184, 4296132584, 0, 29, = 4297153296, 4300092675, 33, 0, 39352224, 0},=20 >> string =3D 0,=20 >> from_overlay =3D 0,=20 >> stack =3D {{ >> string =3D 0,=20 >> string_nchars =3D 0,=20 >> end_charpos =3D 0,=20 >> stop_charpos =3D 0,=20 >> prev_stop =3D 0,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 0,=20 >> id =3D 0,=20 >> ch =3D 0,=20 >> rule_idx =3D 0,=20 >> lookback =3D 0,=20 >> nglyphs =3D 0,=20 >> reversed_p =3D 5151152,=20 >> charpos =3D -1,=20 >> nchars =3D 737830390,=20 >> nbytes =3D 2098436902,=20 >> from =3D 54362758,=20 >> to =3D 1,=20 >> width =3D 2 >> },=20 >> face_id =3D 5152448,=20 >> u =3D { >> image =3D { >> object =3D 4300118448,=20 >> slice =3D { >> x =3D -1,=20 >> y =3D 140734799763424,=20 >> width =3D 4296133377,=20 >> height =3D 2 >> },=20 >> image_id =3D 140734799763536 >> },=20 >> comp =3D { >> object =3D 4300118448 >> },=20 >> stretch =3D { >> object =3D 4300118448 >> } >> },=20 >> position =3D { >> charpos =3D 140734799763312,=20 >> bytepos =3D 3 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 2,=20 >> bytepos =3D 0 >> },=20 >> overlay_string_index =3D 737830390,=20 >> string_pos =3D { >> charpos =3D 4345311290,=20 >> bytepos =3D 0 >> },=20 >> dpvec_index =3D 1606375280 >> },=20 >> from_overlay =3D 32,=20 >> area =3D RIGHT_MARGIN_AREA,=20 >> method =3D GET_FROM_BUFFER,=20 >> paragraph_embedding =3D 1606375504,=20 >> multibyte_p =3D 1,=20 >> string_from_display_prop_p =3D 1,=20 >> string_from_prefix_prop_p =3D 1,=20 >> display_ellipsis_p =3D 1,=20 >> avoid_cursor_p =3D 1,=20 >> bidi_p =3D 1,=20 >> from_disp_prop_p =3D 1,=20 >> line_wrap =3D 1606375312,=20 >> voffset =3D 32767,=20 >> space_width =3D 140734799763336,=20 >> font_height =3D -1 >> }, { >> string =3D 4338093400,=20 >> string_nchars =3D 54362758,=20 >> end_charpos =3D 4345422234,=20 >> stop_charpos =3D 140734799763592,=20 >> prev_stop =3D 2,=20 >> base_level_stop =3D 2,=20 >> cmp_it =3D { >> stop_pos =3D 140734799763440,=20 >> id =3D 4295535100,=20 >> ch =3D 1606375424,=20 >> rule_idx =3D 32767,=20 >> lookback =3D 634687,=20 >> nglyphs =3D 1,=20 >> reversed_p =3D 1606375424,=20 >> charpos =3D 4295602600,=20 >> nchars =3D 32757456,=20 >> nbytes =3D 1,=20 >> from =3D 0,=20 >> to =3D 0,=20 >> width =3D 1606375560 >> },=20 >> face_id =3D 32757456,=20 >> u =3D { >> image =3D { >> object =3D 140734799763552,=20 >> slice =3D { >> x =3D 4295604923,=20 >> y =3D -1,=20 >> width =3D -1,=20 >> height =3D 10 >> },=20 >> image_id =3D 1 >> },=20 >> comp =3D { >> object =3D 140734799763552 >> },=20 >> stretch =3D { >> object =3D 140734799763552 >> } >> },=20 >> position =3D { >> charpos =3D 140734799763592,=20 >> bytepos =3D 140734799764240 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 4327724752,=20 >> bytepos =3D 4 >> },=20 >> overlay_string_index =3D 50491082,=20 >> string_pos =3D { >> charpos =3D 140734799763736,=20 >> bytepos =3D 140734799763808 >> },=20 >> dpvec_index =3D 637383 >> },=20 >> from_overlay =3D 0,=20 >> area =3D 32757456,=20 >> method =3D GET_FROM_DISPLAY_VECTOR,=20 >> paragraph_embedding =3D L2R,=20 >> multibyte_p =3D 1,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D 50344618,=20 >> voffset =3D 1,=20 >> space_width =3D 4345350762,=20 >> font_height =3D 4345350762 >> }, { >> string =3D 140734799763696,=20 >> string_nchars =3D -2053264683,=20 >> end_charpos =3D 4345350762,=20 >> stop_charpos =3D 3771,=20 >> prev_stop =3D 140734799763712,=20 >> base_level_stop =3D 140735524918486,=20 >> cmp_it =3D { >> stop_pos =3D 36289430896,=20 >> id =3D -128,=20 >> ch =3D 0,=20 >> rule_idx =3D 0,=20 >> lookback =3D 38920624,=20 >> nglyphs =3D 1,=20 >> reversed_p =3D 32258560,=20 >> charpos =3D 4333916424,=20 >> nchars =3D 0,=20 >> nbytes =3D 0,=20 >> from =3D 0,=20 >> to =3D 0,=20 >> width =3D 0 >> },=20 >> face_id =3D 0,=20 >> u =3D { >> image =3D { >> object =3D 4648383318516039680,=20 >> slice =3D { >> x =3D 4611686018427387904,=20 >> y =3D 4327225856,=20 >> width =3D 1929692528,=20 >> height =3D 4327233128 >> },=20 >> image_id =3D 4327233104 >> },=20 >> comp =3D { >> object =3D 4648383318516039680 >> },=20 >> stretch =3D { >> object =3D 4648383318516039680 >> } >> },=20 >> position =3D { >> charpos =3D 4327233120,=20 >> bytepos =3D 4327233112 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 4327211016,=20 >> bytepos =3D 4327230980 >> },=20 >> overlay_string_index =3D 32265848,=20 >> string_pos =3D { >> charpos =3D 140733193388040,=20 >> bytepos =3D 8651784320 >> },=20 >> dpvec_index =3D 32263680 >> },=20 >> from_overlay =3D 4327233136,=20 >> area =3D 32263680,=20 >> method =3D GET_FROM_DISPLAY_VECTOR,=20 >> paragraph_embedding =3D 4294967168,=20 >> multibyte_p =3D 1,=20 >> string_from_display_prop_p =3D 1,=20 >> string_from_prefix_prop_p =3D 1,=20 >> display_ellipsis_p =3D 1,=20 >> avoid_cursor_p =3D 1,=20 >> bidi_p =3D 1,=20 >> from_disp_prop_p =3D 1,=20 >> line_wrap =3D 7,=20 >> voffset =3D 0,=20 >> space_width =3D 4327211008,=20 >> font_height =3D 4356048032 >> }, { >> string =3D 4355784704,=20 >> string_nchars =3D 61080576,=20 >> end_charpos =3D 4327211008,=20 >> stop_charpos =3D 120,=20 >> prev_stop =3D 0,=20 >> base_level_stop =3D 4333887920,=20 >> cmp_it =3D { >> stop_pos =3D 140734799764048,=20 >> id =3D 140735509742929,=20 >> ch =3D 4,=20 >> rule_idx =3D 0,=20 >> lookback =3D 0,=20 >> nglyphs =3D 1082279936,=20 >> reversed_p =3D 0,=20 >> charpos =3D 0,=20 >> nchars =3D 0,=20 >> nbytes =3D 2,=20 >> from =3D 38949104,=20 >> to =3D 1,=20 >> width =3D 0 >> },=20 >> face_id =3D 48690024,=20 >> u =3D { >> image =3D { >> object =3D 4333916448,=20 >> slice =3D { >> x =3D 0,=20 >> y =3D 140734799766912,=20 >> width =3D 140735509742601,=20 >> height =3D 0 >> },=20 >> image_id =3D 4611686018427387904 >> },=20 >> comp =3D { >> object =3D 4333916448 >> },=20 >> stretch =3D { >> object =3D 4333916448 >> } >> },=20 >> position =3D { >> charpos =3D 4624633867356078080,=20 >> bytepos =3D 4624633867356078080 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 140734799764552,=20 >> bytepos =3D 46 >> },=20 >> overlay_string_index =3D 1606376512,=20 >> string_pos =3D { >> charpos =3D 40,=20 >> bytepos =3D 1606376128 >> },=20 >> dpvec_index =3D 50343994 >> },=20 >> from_overlay =3D 4300718328,=20 >> area =3D 50343994,=20 >> method =3D GET_FROM_DISPLAY_VECTOR,=20 >> paragraph_embedding =3D NEUTRAL_DIR,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D 50343994,=20 >> voffset =3D 0,=20 >> space_width =3D 140734799764240,=20 >> font_height =3D 4296442110 >> }, { >> string =3D 4333888848,=20 >> string_nchars =3D 184,=20 >> end_charpos =3D 4300717096,=20 >> stop_charpos =3D 72057598384300312,=20 >> prev_stop =3D 4684385727255937024,=20 >> base_level_stop =3D 4625478292286210048,=20 >> cmp_it =3D { >> stop_pos =3D 4333887056,=20 >> id =3D 4611686018427387904,=20 >> ch =3D 0,=20 >> rule_idx =3D 1090699264,=20 >> lookback =3D 0,=20 >> nglyphs =3D 1072693248,=20 >> reversed_p =3D 38920912,=20 >> charpos =3D 4343656960,=20 >> nchars =3D 38949104,=20 >> nbytes =3D 1,=20 >> from =3D 4352,=20 >> to =3D 0,=20 >> width =3D 48689840 >> },=20 >> face_id =3D 0,=20 >> u =3D { >> image =3D { >> object =3D 4333888784,=20 >> slice =3D { >> x =3D 0,=20 >> y =3D 140734799764400,=20 >> width =3D 4296484811,=20 >> height =3D 140734799764536 >> },=20 >> image_id =3D 4300139488 >> },=20 >> comp =3D { >> object =3D 4333888784 >> },=20 >> stretch =3D { >> object =3D 4333888784 >> } >> },=20 >> position =3D { >> charpos =3D 56,=20 >> bytepos =3D 140735498586629 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 101,=20 >> bytepos =3D 4333892200 >> },=20 >> overlay_string_index =3D 38924592,=20 >> string_pos =3D { >> charpos =3D 2,=20 >> bytepos =3D 4333890352 >> },=20 >> dpvec_index =3D 1606376536 >> },=20 >> from_overlay =3D 140734799764512,=20 >> area =3D 2305223604,=20 >> method =3D 32767,=20 >> paragraph_embedding =3D 43,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 1,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D 39029408,=20 >> voffset =3D 1,=20 >> space_width =3D 4333921984,=20 >> font_height =3D 4333889008 >> }},=20 >> sp =3D 16973825,=20 >> selective =3D 4333890400,=20 >> what =3D 1606377000,=20 >> face_id =3D 32767,=20 >> selective_display_ellipsis_p =3D 0,=20 >> ctl_arrow_p =3D 1,=20 >> face_box_p =3D 0,=20 >> start_of_box_run_p =3D 0,=20 >> end_of_box_run_p =3D 0,=20 >> overlay_strings_at_end_processed_p =3D 0,=20 >> ignore_overlay_strings_at_pos_p =3D 0,=20 >> glyph_not_available_p =3D 0,=20 >> starts_in_middle_of_char_p =3D 0,=20 >> face_before_selective_p =3D 0,=20 >> constrain_row_ascent_descent_p =3D 0,=20 >> line_wrap =3D TRUNCATE,=20 >> base_face_id =3D 1606376640,=20 >> c =3D 32767,=20 >> len =3D -1949191437,=20 >> cmp_it =3D { >> stop_pos =3D 4345311290,=20 >> id =3D 4333921984,=20 >> ch =3D 1,=20 >> rule_idx =3D 16777216,=20 >> lookback =3D 1,=20 >> nglyphs =3D 0,=20 >> reversed_p =3D 38923056,=20 >> charpos =3D 4333891696,=20 >> nchars =3D 39029408,=20 >> nbytes =3D 1,=20 >> from =3D 38906784,=20 >> to =3D 1,=20 >> width =3D 38954688 >> },=20 >> char_to_display =3D 1,=20 >> glyphless_method =3D GLYPHLESS_DISPLAY_THIN_SPACE,=20 >> image_id =3D 0,=20 >> slice =3D { >> x =3D 0,=20 >> y =3D 2,=20 >> width =3D 2,=20 >> height =3D 33 >> },=20 >> space_width =3D 4343656968,=20 >> voffset =3D -6720,=20 >> tab_width =3D 593,=20 >> font_height =3D 4333888968,=20 >> object =3D 140734799766960,=20 >> position =3D { >> charpos =3D 140735509749301,=20 >> bytepos =3D 4634766966517661696 >> },=20 >> truncation_pixel_width =3D -27804,=20 >> continuation_pixel_width =3D 28,=20 >> first_visible_x =3D 1,=20 >> last_visible_x =3D 1606376600,=20 >> last_visible_y =3D 32767,=20 >> extra_line_spacing =3D 1606376960,=20 >> max_extra_line_spacing =3D 32767,=20 >> override_ascent =3D 38939184,=20 >> override_descent =3D 1,=20 >> override_boff =3D 0,=20 >> glyph_row =3D 0x7fff5fbf5e00,=20 >> area =3D TEXT_AREA,=20 >> nglyphs =3D 0,=20 >> pixel_width =3D 1606376768,=20 >> ascent =3D 32767,=20 >> descent =3D -2101775944,=20 >> max_ascent =3D 32767,=20 >> max_descent =3D 1606376768,=20 >> phys_ascent =3D 32767,=20 >> phys_descent =3D -2053194862,=20 >> max_phys_ascent =3D 32767,=20 >> max_phys_descent =3D 45428512,=20 >> current_x =3D 1,=20 >> continuation_lines_width =3D 38934128,=20 >> eol_pos =3D { >> charpos =3D 140734799767200,=20 >> bytepos =3D 140735435137684 >> },=20 >> current_y =3D 0,=20 >> first_vpos =3D 1,=20 >> vpos =3D 10660486,=20 >> hpos =3D 1,=20 >> left_user_fringe_bitmap =3D 12064,=20 >> right_user_fringe_bitmap =3D 693,=20 >> left_user_fringe_face_id =3D 1,=20 >> right_user_fringe_face_id =3D 252736,=20 >> bidi_p =3D 1,=20 >> bidi_it =3D { >> bytepos =3D 4333918284,=20 >> charpos =3D 0,=20 >> ch =3D 46,=20 >> nchars =3D 12,=20 >> ch_len =3D 12,=20 >> type =3D 46,=20 >> type_after_w1 =3D UNKNOWN_BT,=20 >> orig_type =3D 38919760,=20 >> resolved_level =3D 1,=20 >> invalid_levels =3D 1606379008,=20 >> invalid_rl_levels =3D 32767,=20 >> prev_was_pdf =3D -1,=20 >> prev =3D { >> bytepos =3D 4295626704,=20 >> charpos =3D 4295633056,=20 >> type =3D UNKNOWN_BT,=20 >> type_after_w1 =3D UNKNOWN_BT,=20 >> orig_type =3D 48689664 >> },=20 >> last_strong =3D { >> bytepos =3D 0,=20 >> charpos =3D 0,=20 >> type =3D 17127633,=20 >> type_after_w1 =3D UNKNOWN_BT,=20 >> orig_type =3D UNKNOWN_BT >> },=20 >> next_for_neutral =3D { >> bytepos =3D 4294967296,=20 >> charpos =3D 140735111610528,=20 >> type =3D 6352,=20 >> type_after_w1 =3D STRONG_L,=20 >> orig_type =3D UNKNOWN_BT >> },=20 >> prev_for_neutral =3D { >> bytepos =3D 4607182418800017408,=20 >> charpos =3D 4333888784,=20 >> type =3D 1065353216,=20 >> type_after_w1 =3D 1065353216,=20 >> orig_type =3D 1065353216 >> },=20 >> next_for_ws =3D { >> bytepos =3D 0,=20 >> charpos =3D 0,=20 >> type =3D UNKNOWN_BT,=20 >> type_after_w1 =3D STRONG_L,=20 >> orig_type =3D 24 >> },=20 >> next_en_pos =3D 0,=20 >> next_en_type =3D UNKNOWN_BT,=20 >> ignore_bn_limit =3D 4340395808,=20 >> sor =3D 1606378080,=20 >> scan_dir =3D 32767,=20 >> disp_pos =3D 4340395808,=20 >> disp_prop =3D 1606414792,=20 >> stack_idx =3D 32767,=20 >> level_stack =3D {{ >> level =3D 1606414784,=20 >> override =3D 32767 >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 5,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 37540064,=20 >> override =3D L2R >> }, { >> level =3D 32610368,=20 >> override =3D L2R >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 6404,=20 >> override =3D L2R >> }, { >> level =3D 1929724256,=20 >> override =3D 32767 >> }, { >> level =3D 1606378272,=20 >> override =3D 32767 >> }, { >> level =3D -1963215928,=20 >> override =3D 32767 >> }, { >> level =3D 10,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 1918224904,=20 >> override =3D 32767 >> }, { >> level =3D 1,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> } , { >> level =3D 50343994,=20 >> override =3D L2R >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> } },=20 >> string =3D { >> lstring =3D 0,=20 >> s =3D 0x0,=20 >> schars =3D 0,=20 >> bufpos =3D 0,=20 >> from_disp_str =3D 0,=20 >> unibyte =3D 0 >> },=20 >> paragraph_dir =3D NEUTRAL_DIR,=20 >> separator_limit =3D 0,=20 >> first_elt =3D 0,=20 >> new_paragraph =3D 0,=20 >> frame_window_p =3D 0 >> },=20 >> paragraph_embedding =3D NEUTRAL_DIR >> } >> row =3D (struct glyph_row *) 0x10446e400 >> min_pos =3D 140734799769088 >> #26 0x0000000100040b1f in try_window (window=3D4343804005, = flags=3D1606384480) at xdisp.c:16127 >> it =3D { >> window =3D 4327725333,=20 >> w =3D 0x101f3d910,=20 >> f =3D 0x101f3d6d0,=20 >> method =3D GET_FROM_BUFFER,=20 >> stop_charpos =3D 3,=20 >> prev_stop =3D 1,=20 >> base_level_stop =3D 0,=20 >> end_charpos =3D 3,=20 >> s =3D 0x0,=20 >> string_nchars =3D 0,=20 >> region_beg_charpos =3D -1,=20 >> region_end_charpos =3D -1,=20 >> redisplay_end_trigger_charpos =3D 0,=20 >> multibyte_p =3D 1,=20 >> header_line_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> dp =3D 0x0,=20 >> dpvec =3D 0x0,=20 >> dpend =3D 0x0,=20 >> dpvec_char_len =3D 0,=20 >> dpvec_face_id =3D 0,=20 >> saved_face_id =3D 0,=20 >> ctl_chars =3D {0 },=20 >> start =3D { >> pos =3D { >> charpos =3D 1,=20 >> bytepos =3D 1 >> },=20 >> overlay_string_index =3D -1,=20 >> string_pos =3D { >> charpos =3D -1,=20 >> bytepos =3D -1 >> },=20 >> dpvec_index =3D -1 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 1,=20 >> bytepos =3D 1 >> },=20 >> overlay_string_index =3D -1,=20 >> string_pos =3D { >> charpos =3D -1,=20 >> bytepos =3D -1 >> },=20 >> dpvec_index =3D -1 >> },=20 >> n_overlay_strings =3D 0,=20 >> overlay_strings_charpos =3D 1,=20 >> overlay_strings =3D {0 },=20 >> string_overlays =3D {0 },=20 >> string =3D 4345311290,=20 >> from_overlay =3D 0,=20 >> stack =3D {{ >> string =3D 0,=20 >> string_nchars =3D 0,=20 >> end_charpos =3D 0,=20 >> stop_charpos =3D 0,=20 >> prev_stop =3D 0,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 0,=20 >> id =3D 0,=20 >> ch =3D 0,=20 >> rule_idx =3D 0,=20 >> lookback =3D 0,=20 >> nglyphs =3D 0,=20 >> reversed_p =3D 0,=20 >> charpos =3D 0,=20 >> nchars =3D 0,=20 >> nbytes =3D 0,=20 >> from =3D 0,=20 >> to =3D 0,=20 >> width =3D 0 >> },=20 >> face_id =3D 0,=20 >> u =3D { >> image =3D { >> object =3D 0,=20 >> slice =3D { >> x =3D 0,=20 >> y =3D 0,=20 >> width =3D 0,=20 >> height =3D 0 >> },=20 >> image_id =3D 0 >> },=20 >> comp =3D { >> object =3D 0 >> },=20 >> stretch =3D { >> object =3D 0 >> } >> },=20 >> position =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> overlay_string_index =3D 0,=20 >> string_pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> dpvec_index =3D 0 >> },=20 >> from_overlay =3D 0,=20 >> area =3D LEFT_MARGIN_AREA,=20 >> method =3D GET_FROM_BUFFER,=20 >> paragraph_embedding =3D NEUTRAL_DIR,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D TRUNCATE,=20 >> voffset =3D 0,=20 >> space_width =3D 0,=20 >> font_height =3D 0 >> }, { >> string =3D 0,=20 >> string_nchars =3D 0,=20 >> end_charpos =3D 0,=20 >> stop_charpos =3D 0,=20 >> prev_stop =3D 0,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 0,=20 >> id =3D 0,=20 >> ch =3D 0,=20 >> rule_idx =3D 0,=20 >> lookback =3D 0,=20 >> nglyphs =3D 0,=20 >> reversed_p =3D 0,=20 >> charpos =3D 0,=20 >> nchars =3D 0,=20 >> nbytes =3D 0,=20 >> from =3D 0,=20 >> to =3D 0,=20 >> width =3D 0 >> },=20 >> face_id =3D 0,=20 >> u =3D { >> image =3D { >> object =3D 0,=20 >> slice =3D { >> x =3D 0,=20 >> y =3D 0,=20 >> width =3D 0,=20 >> height =3D 0 >> },=20 >> image_id =3D 0 >> },=20 >> comp =3D { >> object =3D 0 >> },=20 >> stretch =3D { >> object =3D 0 >> } >> },=20 >> position =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> overlay_string_index =3D 0,=20 >> string_pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> dpvec_index =3D 0 >> },=20 >> from_overlay =3D 0,=20 >> area =3D LEFT_MARGIN_AREA,=20 >> method =3D GET_FROM_BUFFER,=20 >> paragraph_embedding =3D NEUTRAL_DIR,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D TRUNCATE,=20 >> voffset =3D 0,=20 >> space_width =3D 0,=20 >> font_height =3D 0 >> }, { >> string =3D 0,=20 >> string_nchars =3D 0,=20 >> end_charpos =3D 0,=20 >> stop_charpos =3D 0,=20 >> prev_stop =3D 0,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 0,=20 >> id =3D 0,=20 >> ch =3D 0,=20 >> rule_idx =3D 0,=20 >> lookback =3D 0,=20 >> nglyphs =3D 0,=20 >> reversed_p =3D 0,=20 >> charpos =3D 0,=20 >> nchars =3D 0,=20 >> nbytes =3D 0,=20 >> from =3D 0,=20 >> to =3D 0,=20 >> width =3D 0 >> },=20 >> face_id =3D 0,=20 >> u =3D { >> image =3D { >> object =3D 0,=20 >> slice =3D { >> x =3D 0,=20 >> y =3D 0,=20 >> width =3D 0,=20 >> height =3D 0 >> },=20 >> image_id =3D 0 >> },=20 >> comp =3D { >> object =3D 0 >> },=20 >> stretch =3D { >> object =3D 0 >> } >> },=20 >> position =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> overlay_string_index =3D 0,=20 >> string_pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> dpvec_index =3D 0 >> },=20 >> from_overlay =3D 0,=20 >> area =3D LEFT_MARGIN_AREA,=20 >> method =3D GET_FROM_BUFFER,=20 >> paragraph_embedding =3D NEUTRAL_DIR,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D TRUNCATE,=20 >> voffset =3D 0,=20 >> space_width =3D 0,=20 >> font_height =3D 0 >> }, { >> string =3D 0,=20 >> string_nchars =3D 0,=20 >> end_charpos =3D 0,=20 >> stop_charpos =3D 0,=20 >> prev_stop =3D 0,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 0,=20 >> id =3D 0,=20 >> ch =3D 0,=20 >> rule_idx =3D 0,=20 >> lookback =3D 0,=20 >> nglyphs =3D 0,=20 >> reversed_p =3D 0,=20 >> charpos =3D 0,=20 >> nchars =3D 0,=20 >> nbytes =3D 0,=20 >> from =3D 0,=20 >> to =3D 0,=20 >> width =3D 0 >> },=20 >> face_id =3D 0,=20 >> u =3D { >> image =3D { >> object =3D 0,=20 >> slice =3D { >> x =3D 0,=20 >> y =3D 0,=20 >> width =3D 0,=20 >> height =3D 0 >> },=20 >> image_id =3D 0 >> },=20 >> comp =3D { >> object =3D 0 >> },=20 >> stretch =3D { >> object =3D 0 >> } >> },=20 >> position =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> overlay_string_index =3D 0,=20 >> string_pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> dpvec_index =3D 0 >> },=20 >> from_overlay =3D 0,=20 >> area =3D LEFT_MARGIN_AREA,=20 >> method =3D GET_FROM_BUFFER,=20 >> paragraph_embedding =3D NEUTRAL_DIR,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D TRUNCATE,=20 >> voffset =3D 0,=20 >> space_width =3D 0,=20 >> font_height =3D 0 >> }, { >> string =3D 0,=20 >> string_nchars =3D 0,=20 >> end_charpos =3D 0,=20 >> stop_charpos =3D 0,=20 >> prev_stop =3D 0,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 0,=20 >> id =3D 0,=20 >> ch =3D 0,=20 >> rule_idx =3D 0,=20 >> lookback =3D 0,=20 >> nglyphs =3D 0,=20 >> reversed_p =3D 0,=20 >> charpos =3D 0,=20 >> nchars =3D 0,=20 >> nbytes =3D 0,=20 >> from =3D 0,=20 >> to =3D 0,=20 >> width =3D 0 >> },=20 >> face_id =3D 0,=20 >> u =3D { >> image =3D { >> object =3D 0,=20 >> slice =3D { >> x =3D 0,=20 >> y =3D 0,=20 >> width =3D 0,=20 >> height =3D 0 >> },=20 >> image_id =3D 0 >> },=20 >> comp =3D { >> object =3D 0 >> },=20 >> stretch =3D { >> object =3D 0 >> } >> },=20 >> position =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> overlay_string_index =3D 0,=20 >> string_pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> dpvec_index =3D 0 >> },=20 >> from_overlay =3D 0,=20 >> area =3D LEFT_MARGIN_AREA,=20 >> method =3D GET_FROM_BUFFER,=20 >> paragraph_embedding =3D NEUTRAL_DIR,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D TRUNCATE,=20 >> voffset =3D 0,=20 >> space_width =3D 0,=20 >> font_height =3D 0 >> }},=20 >> sp =3D 0,=20 >> selective =3D 0,=20 >> what =3D IT_CHARACTER,=20 >> face_id =3D 0,=20 >> selective_display_ellipsis_p =3D 1,=20 >> ctl_arrow_p =3D 1,=20 >> face_box_p =3D 0,=20 >> start_of_box_run_p =3D 0,=20 >> end_of_box_run_p =3D 0,=20 >> overlay_strings_at_end_processed_p =3D 0,=20 >> ignore_overlay_strings_at_pos_p =3D 0,=20 >> glyph_not_available_p =3D 0,=20 >> starts_in_middle_of_char_p =3D 0,=20 >> face_before_selective_p =3D 0,=20 >> constrain_row_ascent_descent_p =3D 0,=20 >> line_wrap =3D WINDOW_WRAP,=20 >> base_face_id =3D 0,=20 >> c =3D 8594,=20 >> len =3D 3,=20 >> cmp_it =3D { >> stop_pos =3D 1,=20 >> id =3D -1,=20 >> ch =3D -2,=20 >> rule_idx =3D 0,=20 >> lookback =3D 0,=20 >> nglyphs =3D 0,=20 >> reversed_p =3D 0,=20 >> charpos =3D 0,=20 >> nchars =3D 0,=20 >> nbytes =3D 0,=20 >> from =3D 0,=20 >> to =3D 0,=20 >> width =3D 0 >> },=20 >> char_to_display =3D 8594,=20 >> glyphless_method =3D GLYPHLESS_DISPLAY_THIN_SPACE,=20 >> image_id =3D 0,=20 >> slice =3D { >> x =3D 4345311290,=20 >> y =3D 4345311290,=20 >> width =3D 4345311290,=20 >> height =3D 4345311290 >> },=20 >> space_width =3D 4345311290,=20 >> voffset =3D 0,=20 >> tab_width =3D 8,=20 >> font_height =3D 4345311290,=20 >> object =3D 4343702597,=20 >> position =3D { >> charpos =3D 1,=20 >> bytepos =3D 1 >> },=20 >> truncation_pixel_width =3D 0,=20 >> continuation_pixel_width =3D 0,=20 >> first_visible_x =3D 0,=20 >> last_visible_x =3D 560,=20 >> last_visible_y =3D 495,=20 >> extra_line_spacing =3D 0,=20 >> max_extra_line_spacing =3D 0,=20 >> override_ascent =3D -1,=20 >> override_descent =3D 0,=20 >> override_boff =3D 0,=20 >> glyph_row =3D 0x10446e400,=20 >> area =3D TEXT_AREA,=20 >> nglyphs =3D 0,=20 >> pixel_width =3D 0,=20 >> ascent =3D 0,=20 >> descent =3D 0,=20 >> max_ascent =3D 0,=20 >> max_descent =3D 0,=20 >> phys_ascent =3D 0,=20 >> phys_descent =3D 0,=20 >> max_phys_ascent =3D 0,=20 >> max_phys_descent =3D 0,=20 >> current_x =3D 0,=20 >> continuation_lines_width =3D 0,=20 >> eol_pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> current_y =3D 0,=20 >> first_vpos =3D 0,=20 >> vpos =3D 0,=20 >> hpos =3D 0,=20 >> left_user_fringe_bitmap =3D 0,=20 >> right_user_fringe_bitmap =3D 0,=20 >> left_user_fringe_face_id =3D 0,=20 >> right_user_fringe_face_id =3D 0,=20 >> bidi_p =3D 1,=20 >> bidi_it =3D { >> bytepos =3D 1,=20 >> charpos =3D 1,=20 >> ch =3D 8594,=20 >> nchars =3D 1,=20 >> ch_len =3D 3,=20 >> type =3D STRONG_L,=20 >> type_after_w1 =3D NEUTRAL_ON,=20 >> orig_type =3D NEUTRAL_ON,=20 >> resolved_level =3D 0,=20 >> invalid_levels =3D 0,=20 >> invalid_rl_levels =3D -1,=20 >> prev_was_pdf =3D 0,=20 >> prev =3D { >> bytepos =3D 1,=20 >> charpos =3D 1,=20 >> type =3D NEUTRAL_B,=20 >> type_after_w1 =3D NEUTRAL_B,=20 >> orig_type =3D NEUTRAL_B >> },=20 >> last_strong =3D { >> bytepos =3D 0,=20 >> charpos =3D 0,=20 >> type =3D UNKNOWN_BT,=20 >> type_after_w1 =3D UNKNOWN_BT,=20 >> orig_type =3D UNKNOWN_BT >> },=20 >> next_for_neutral =3D { >> bytepos =3D 0,=20 >> charpos =3D -1,=20 >> type =3D UNKNOWN_BT,=20 >> type_after_w1 =3D UNKNOWN_BT,=20 >> orig_type =3D UNKNOWN_BT >> },=20 >> prev_for_neutral =3D { >> bytepos =3D 1,=20 >> charpos =3D 1,=20 >> type =3D STRONG_L,=20 >> type_after_w1 =3D UNKNOWN_BT,=20 >> orig_type =3D UNKNOWN_BT >> },=20 >> next_for_ws =3D { >> bytepos =3D 0,=20 >> charpos =3D 0,=20 >> type =3D UNKNOWN_BT,=20 >> type_after_w1 =3D UNKNOWN_BT,=20 >> orig_type =3D UNKNOWN_BT >> },=20 >> next_en_pos =3D 0,=20 >> next_en_type =3D UNKNOWN_BT,=20 >> ignore_bn_limit =3D -1,=20 >> sor =3D L2R,=20 >> scan_dir =3D 1,=20 >> disp_pos =3D 3,=20 >> disp_prop =3D 0,=20 >> stack_idx =3D 0,=20 >> level_stack =3D {{ >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> } },=20 >> string =3D { >> lstring =3D 4345311290,=20 >> s =3D 0x0,=20 >> schars =3D 0,=20 >> bufpos =3D 0,=20 >> from_disp_str =3D 0,=20 >> unibyte =3D 0 >> },=20 >> paragraph_dir =3D L2R,=20 >> separator_limit =3D -1,=20 >> first_elt =3D 0,=20 >> new_paragraph =3D 0,=20 >> frame_window_p =3D 1 >> },=20 >> paragraph_embedding =3D NEUTRAL_DIR >> } >> w =3D (struct window *) 0x101f3d910 >> pos =3D #27 0x000000010004a070 in redisplay_window = (window=3D4343804005, just_this_one_p=3D1606404880) at xdisp.c:15652 >> d2 =3D 14595 >> d4 =3D 19 >> d6 =3D 0 >> d1 =3D 0 >> d3 =3D 1 >> d5 =3D 1 >> old =3D (struct buffer *) 0x102e7a440 >> update_mode_line =3D 1 >> end_unchanged =3D 0 >> w =3D (struct window *) 0x101f3d910 >> beg_unchanged =3D 1 >> it =3D { >> window =3D 125756703507456,=20 >> w =3D 0x100000000,=20 >> f =3D 0x90000dd1a,=20 >> method =3D 2147483648,=20 >> stop_charpos =3D 17179869750,=20 >> prev_stop =3D 712964571267,=20 >> base_level_stop =3D 8589935173,=20 >> end_charpos =3D 2147483647,=20 >> s =3D 0x103a40400 "\033",=20 >> string_nchars =3D 80,=20 >> region_beg_charpos =3D 0,=20 >> region_end_charpos =3D 46,=20 >> redisplay_end_trigger_charpos =3D 48,=20 >> multibyte_p =3D 0,=20 >> header_line_p =3D 0,=20 >> string_from_display_prop_p =3D 1,=20 >> string_from_prefix_prop_p =3D 1,=20 >> from_disp_prop_p =3D 0,=20 >> ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> dp =3D 0xb,=20 >> dpvec =3D 0x7fff5fbf93c0,=20 >> dpend =3D 0x7fff8a76317e,=20 >> dpvec_char_len =3D 46,=20 >> dpvec_face_id =3D 0,=20 >> saved_face_id =3D 184,=20 >> ctl_chars =3D {4356046693, 4345311290, 140734799776400, 4345311290, = 140734799780720, 4295952836, 0, 0, 1, 0, 4372824490, 4343685158, 6, = 4372824491, 4343685158, 9},=20 >> start =3D { >> pos =3D { >> charpos =3D 4372824492,=20 >> bytepos =3D 4343685158 >> },=20 >> overlay_string_index =3D 12,=20 >> string_pos =3D { >> charpos =3D 4372824493,=20 >> bytepos =3D 4343685158 >> },=20 >> dpvec_index =3D 15 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 4372824494,=20 >> bytepos =3D 4343685158 >> },=20 >> overlay_string_index =3D 18,=20 >> string_pos =3D { >> charpos =3D 4372824495,=20 >> bytepos =3D 4343685158 >> },=20 >> dpvec_index =3D 21 >> },=20 >> n_overlay_strings =3D 77857200,=20 >> overlay_strings_charpos =3D 4343685158,=20 >> overlay_strings =3D {24, 4372824497, 4343685158, 27, 4372824498, = 4343685158, 30, 4372824499, 4343685158, 33, 4372824500, 4343685158, 36, = 4372824501, 4343685158, 1},=20 >> string_overlays =3D {1, 140734799793816, 15, 0, 140734799793816, 0, = 140734799776800, 4295530662, 140734799793848, 140734799793840, 15, = 140734799793816, 0, 1, 140734799777728, 4295531219},=20 >> string =3D 15,=20 >> from_overlay =3D 0,=20 >> stack =3D {{ >> string =3D 0,=20 >> string_nchars =3D 1,=20 >> end_charpos =3D 140734799777776,=20 >> stop_charpos =3D 4295532350,=20 >> prev_stop =3D 140734799776960,=20 >> base_level_stop =3D 24,=20 >> cmp_it =3D { >> stop_pos =3D 24,=20 >> id =3D 2293512536232,=20 >> ch =3D 24,=20 >> rule_idx =3D 24,=20 >> lookback =3D 168,=20 >> nglyphs =3D 534,=20 >> reversed_p =3D 24,=20 >> charpos =3D 0,=20 >> nchars =3D 24,=20 >> nbytes =3D 24,=20 >> from =3D 0,=20 >> to =3D 1072693248,=20 >> width =3D 0 >> },=20 >> face_id =3D 0,=20 >> u =3D { >> image =3D { >> object =3D 140734799779424,=20 >> slice =3D { >> x =3D 140735516389758,=20 >> y =3D 4294967296,=20 >> width =3D 140734799794088,=20 >> height =3D 140734799780720 >> },=20 >> image_id =3D 4295952836 >> },=20 >> comp =3D { >> object =3D 140734799779424 >> },=20 >> stretch =3D { >> object =3D 140734799779424 >> } >> },=20 >> position =3D { >> charpos =3D 2293512536232,=20 >> bytepos =3D 4372794641 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 9012717867547387382,=20 >> bytepos =3D 140734799779048 >> },=20 >> overlay_string_index =3D 1606391232,=20 >> string_pos =3D { >> charpos =3D 140734799780064,=20 >> bytepos =3D 304 >> },=20 >> dpvec_index =3D 0 >> },=20 >> from_overlay =3D 140734799777936,=20 >> area =3D 2323022317,=20 >> method =3D 32767,=20 >> paragraph_embedding =3D 304,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D 1606392032,=20 >> voffset =3D 32767,=20 >> space_width =3D 8,=20 >> font_height =3D 576461864746423053 >> }, { >> string =3D 4343706070,=20 >> string_nchars =3D 0,=20 >> end_charpos =3D 0,=20 >> stop_charpos =3D 0,=20 >> prev_stop =3D 0,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 0,=20 >> id =3D 1,=20 >> ch =3D 5623696,=20 >> rule_idx =3D 1,=20 >> lookback =3D 77827344,=20 >> nglyphs =3D 1,=20 >> reversed_p =3D -77827344,=20 >> charpos =3D 40,=20 >> nchars =3D 0,=20 >> nbytes =3D 0,=20 >> from =3D 77827384,=20 >> to =3D 1,=20 >> width =3D 38921672 >> },=20 >> face_id =3D 38921488,=20 >> u =3D { >> image =3D { >> object =3D 0,=20 >> slice =3D { >> x =3D 0,=20 >> y =3D 4333888968,=20 >> width =3D 0,=20 >> height =3D 8 >> },=20 >> image_id =3D 0 >> },=20 >> comp =3D { >> object =3D 0 >> },=20 >> stretch =3D { >> object =3D 0 >> } >> },=20 >> position =3D { >> charpos =3D 0,=20 >> bytepos =3D 4343706068 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 140733193388043,=20 >> bytepos =3D 4372794640 >> },=20 >> overlay_string_index =3D 1606389392,=20 >> string_pos =3D { >> charpos =3D 4295952836,=20 >> bytepos =3D 0 >> },=20 >> dpvec_index =3D 0 >> },=20 >> from_overlay =3D 20,=20 >> area =3D LEFT_MARGIN_AREA,=20 >> method =3D GET_FROM_BUFFER,=20 >> paragraph_embedding =3D R2L,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D 77827344,=20 >> voffset =3D 1,=20 >> space_width =3D 4372794680,=20 >> font_height =3D 4343706066 >> }, { >> string =3D 4294967296,=20 >> string_nchars =3D 0,=20 >> end_charpos =3D 0,=20 >> stop_charpos =3D 0,=20 >> prev_stop =3D 1,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 4372794642,=20 >> id =3D 4343685158,=20 >> ch =3D 6,=20 >> rule_idx =3D 0,=20 >> lookback =3D 77827347,=20 >> nglyphs =3D 1,=20 >> reversed_p =3D 48717862,=20 >> charpos =3D 9,=20 >> nchars =3D 77827348,=20 >> nbytes =3D 1,=20 >> from =3D 48717862,=20 >> to =3D 1,=20 >> width =3D 12 >> },=20 >> face_id =3D 77827349,=20 >> u =3D { >> image =3D { >> object =3D 4343685158,=20 >> slice =3D { >> x =3D 15,=20 >> y =3D 4372794646,=20 >> width =3D 4343685158,=20 >> height =3D 4627448617123184640 >> },=20 >> image_id =3D 4627448617123184640 >> },=20 >> comp =3D { >> object =3D 4343685158 >> },=20 >> stretch =3D { >> object =3D 4343685158 >> } >> },=20 >> position =3D { >> charpos =3D 140734799777632,=20 >> bytepos =3D 140735509743403 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 4333888784 >> },=20 >> overlay_string_index =3D 1606391000,=20 >> string_pos =3D { >> charpos =3D 34784940138403,=20 >> bytepos =3D 140734799777808 >> },=20 >> dpvec_index =3D 11 >> },=20 >> from_overlay =3D 4294967305,=20 >> area =3D 1606389772,=20 >> method =3D 32767,=20 >> paragraph_embedding =3D 1606391000,=20 >> multibyte_p =3D 1,=20 >> string_from_display_prop_p =3D 1,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 1,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D 8099,=20 >> voffset =3D 8099,=20 >> space_width =3D 140734799777856,=20 >> font_height =3D 140734799793816 >> }, { >> string =3D 9012717867547387382,=20 >> string_nchars =3D 1606391688,=20 >> end_charpos =3D 140734799779936,=20 >> stop_charpos =3D 140734799780736,=20 >> prev_stop =3D 304,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 140734799778608,=20 >> id =3D 140735516410349,=20 >> ch =3D 304,=20 >> rule_idx =3D 32767,=20 >> lookback =3D 1606392704,=20 >> nglyphs =3D 32767,=20 >> reversed_p =3D 0,=20 >> charpos =3D 576461864700016684,=20 >> nchars =3D 1,=20 >> nbytes =3D 0,=20 >> from =3D 16,=20 >> to =3D 0,=20 >> width =3D -16777216 >> },=20 >> face_id =3D 1,=20 >> u =3D { >> image =3D { >> object =3D 4333888968,=20 >> slice =3D { >> x =3D 140734799781624,=20 >> y =3D 140734799778007,=20 >> width =3D 140734799781128,=20 >> height =3D 140734799778008 >> },=20 >> image_id =3D 140734799777928 >> },=20 >> comp =3D { >> object =3D 4333888968 >> },=20 >> stretch =3D { >> object =3D 4333888968 >> } >> },=20 >> position =3D { >> charpos =3D 140734799777904,=20 >> bytepos =3D 140735516446178 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 140734799777928,=20 >> bytepos =3D 140734799780064 >> },=20 >> overlay_string_index =3D 1606389952,=20 >> string_pos =3D { >> charpos =3D 140735516446077,=20 >> bytepos =3D 140734799781114 >> },=20 >> dpvec_index =3D 2 >> },=20 >> from_overlay =3D 1,=20 >> area =3D 1606393592,=20 >> method =3D 32767,=20 >> paragraph_embedding =3D 46469901,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D 580734,=20 >> voffset =3D 0,=20 >> space_width =3D 140734799781114,=20 >> font_height =3D 140734799778000 >> }, { >> string =3D 140734799778800,=20 >> string_nchars =3D -1971909360,=20 >> end_charpos =3D 8391162080558216309,=20 >> stop_charpos =3D 140734799793664,=20 >> prev_stop =3D 15,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 0,=20 >> id =3D -1,=20 >> ch =3D 1606390944,=20 >> rule_idx =3D 32767,=20 >> lookback =3D 565054,=20 >> nglyphs =3D 1,=20 >> reversed_p =3D 0,=20 >> charpos =3D 64258872,=20 >> nchars =3D 1606404904,=20 >> nbytes =3D 32767,=20 >> from =3D -1,=20 >> to =3D -1,=20 >> width =3D -13500198 >> },=20 >> face_id =3D -1,=20 >> u =3D { >> image =3D { >> object =3D 4333888968,=20 >> slice =3D { >> x =3D 4333888784,=20 >> y =3D 3,=20 >> width =3D 16,=20 >> height =3D 140734799782544 >> },=20 >> image_id =3D 140735539178352 >> },=20 >> comp =3D { >> object =3D 4333888968 >> },=20 >> stretch =3D { >> object =3D 4333888968 >> } >> },=20 >> position =3D { >> charpos =3D 140734799780624,=20 >> bytepos =3D 140735516389758 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 140734799782576,=20 >> bytepos =3D 140735539178352 >> },=20 >> overlay_string_index =3D 8,=20 >> string_pos =3D { >> charpos =3D 27,=20 >> bytepos =3D 2 >> },=20 >> dpvec_index =3D 536870914 >> },=20 >> from_overlay =3D 140734799778272,=20 >> area =3D 2322976436,=20 >> method =3D 32767,=20 >> paragraph_embedding =3D 64258872,=20 >> multibyte_p =3D 1,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D 100,=20 >> voffset =3D 0,=20 >> space_width =3D 4294967292,=20 >> font_height =3D 8589934591 >> }},=20 >> sp =3D 1606390592,=20 >> selective =3D 140735516382606,=20 >> what =3D 909391412,=20 >> face_id =3D 825243961,=20 >> selective_display_ellipsis_p =3D 0,=20 >> ctl_arrow_p =3D 1,=20 >> face_box_p =3D 1,=20 >> start_of_box_run_p =3D 0,=20 >> end_of_box_run_p =3D 1,=20 >> overlay_strings_at_end_processed_p =3D 1,=20 >> ignore_overlay_strings_at_pos_p =3D 1,=20 >> glyph_not_available_p =3D 1,=20 >> starts_in_middle_of_char_p =3D 1,=20 >> face_before_selective_p =3D 0,=20 >> constrain_row_ascent_descent_p =3D 1,=20 >> line_wrap =3D 2098436902,=20 >> base_face_id =3D 1606390432,=20 >> c =3D 0,=20 >> len =3D 1606390668,=20 >> cmp_it =3D { >> stop_pos =3D 0,=20 >> id =3D 4329447552,=20 >> ch =3D 6,=20 >> rule_idx =3D 0,=20 >> lookback =3D 34476056,=20 >> nglyphs =3D 1,=20 >> reversed_p =3D 34480720,=20 >> charpos =3D 4329439232,=20 >> nchars =3D 1606398960,=20 >> nbytes =3D 32767,=20 >> from =3D 0,=20 >> to =3D 8288,=20 >> width =3D 1606390508 >> },=20 >> char_to_display =3D 1606390504,=20 >> glyphless_method =3D 32767,=20 >> image_id =3D 0,=20 >> slice =3D { >> x =3D 140734799778532,=20 >> y =3D 35596688949504,=20 >> width =3D 140735524799600,=20 >> height =3D 140735128787308 >> },=20 >> space_width =3D 35596688949248,=20 >> voffset =3D -27860,=20 >> tab_width =3D 24511,=20 >> font_height =3D 140734799778600,=20 >> object =3D 0,=20 >> position =3D { >> charpos =3D 140734799778596,=20 >> bytepos =3D 35596688949504 >> },=20 >> truncation_pixel_width =3D 112,=20 >> continuation_pixel_width =3D 526,=20 >> first_visible_x =3D 1,=20 >> last_visible_x =3D 34472076,=20 >> last_visible_y =3D 1,=20 >> extra_line_spacing =3D 1606394264,=20 >> max_extra_line_spacing =3D 32767,=20 >> override_ascent =3D 1606390651,=20 >> override_descent =3D 32767,=20 >> override_boff =3D 1606393776,=20 >> glyph_row =3D 0x7fff5fbf937c,=20 >> area =3D 1606390568,=20 >> nglyphs =3D 32767,=20 >> pixel_width =3D 1606390544,=20 >> ascent =3D 32767,=20 >> descent =3D -1971909150,=20 >> max_ascent =3D 32767,=20 >> max_descent =3D 1606390568,=20 >> phys_ascent =3D 32767,=20 >> phys_descent =3D 1606392704,=20 >> max_phys_ascent =3D 32767,=20 >> max_phys_descent =3D 1606390624,=20 >> current_x =3D 32767,=20 >> continuation_lines_width =3D -1971909251,=20 >> eol_pos =3D { >> charpos =3D 140734799781786,=20 >> bytepos =3D 2 >> },=20 >> current_y =3D 1,=20 >> first_vpos =3D 0,=20 >> vpos =3D 1606394264,=20 >> hpos =3D 32767,=20 >> left_user_fringe_bitmap =3D 63532,=20 >> right_user_fringe_bitmap =3D 0,=20 >> left_user_fringe_face_id =3D 0,=20 >> right_user_fringe_face_id =3D 19582,=20 >> bidi_p =3D 0,=20 >> bidi_it =3D { >> bytepos =3D 140734799781786,=20 >> charpos =3D 140734799778672,=20 >> ch =3D 1606391440,=20 >> nchars =3D 140735516445968,=20 >> ch_len =3D 8388346030423827796,=20 >> type =3D 1886413102,=20 >> type_after_w1 =3D 32512,=20 >> orig_type =3D 34471936,=20 >> resolved_level =3D 8288,=20 >> invalid_levels =3D 34471936,=20 >> invalid_rl_levels =3D 1,=20 >> prev_was_pdf =3D 34472012,=20 >> prev =3D { >> bytepos =3D 4329439296,=20 >> charpos =3D 140734799778768,=20 >> type =3D 2322971009,=20 >> type_after_w1 =3D 32767,=20 >> orig_type =3D 34472000 >> },=20 >> last_strong =3D { >> bytepos =3D 0,=20 >> charpos =3D 4329439232,=20 >> type =3D 580735,=20 >> type_after_w1 =3D UNKNOWN_BT,=20 >> orig_type =3D 1606390768 >> },=20 >> next_for_neutral =3D { >> bytepos =3D 140735516405459,=20 >> charpos =3D 140734799780904,=20 >> type =3D 1606352896,=20 >> type_after_w1 =3D 32767,=20 >> orig_type =3D 1606392848 >> },=20 >> prev_for_neutral =3D { >> bytepos =3D 140735516435127,=20 >> charpos =3D 12,=20 >> type =3D 77857197,=20 >> type_after_w1 =3D STRONG_L,=20 >> orig_type =3D 48717862 >> },=20 >> next_for_ws =3D { >> bytepos =3D 15,=20 >> charpos =3D 4372824494,=20 >> type =3D 48717862,=20 >> type_after_w1 =3D STRONG_L,=20 >> orig_type =3D NEUTRAL_WS >> },=20 >> next_en_pos =3D 4372824495,=20 >> next_en_type =3D 48717862,=20 >> ignore_bn_limit =3D 536870914,=20 >> sor =3D 1606390912,=20 >> scan_dir =3D 32767,=20 >> disp_pos =3D 140735516364468,=20 >> disp_prop =3D 24,=20 >> stack_idx =3D 0,=20 >> level_stack =3D {{ >> level =3D 100,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D -4,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 34480704,=20 >> override =3D L2R >> }, { >> level =3D 1606391264,=20 >> override =3D 32767 >> }, { >> level =3D -1971972722,=20 >> override =3D 32767 >> }, { >> level =3D 30,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 77857203,=20 >> override =3D L2R >> }, { >> level =3D 48717862,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 1606391340,=20 >> override =3D 32767 >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 34480256,=20 >> override =3D L2R >> }, { >> level =3D 6,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 34476056,=20 >> override =3D L2R >> }, { >> level =3D 34480720,=20 >> override =3D L2R >> }, { >> level =3D 34471936,=20 >> override =3D L2R >> }, { >> level =3D 1606405928,=20 >> override =3D 32767 >> }, { >> level =3D 130972,=20 >> override =3D 8288 >> }, { >> level =3D 1606391180,=20 >> override =3D 32767 >> }, { >> level =3D 1606391176,=20 >> override =3D 32767 >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 1606391172,=20 >> override =3D 32767 >> }, { >> level =3D 256,=20 >> override =3D 8288 >> }, { >> level =3D -1963555728,=20 >> override =3D 32767 >> }, { >> level =3D 1935399276,=20 >> override =3D 32767 >> }, { >> level =3D 0,=20 >> override =3D 8288 >> }, { >> level =3D 1606391244,=20 >> override =3D 32767 >> }, { >> level =3D 1606391240,=20 >> override =3D 32767 >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 1606391236,=20 >> override =3D 32767 >> }, { >> level =3D 256,=20 >> override =3D 8288 >> }, { >> level =3D 34472048,=20 >> override =3D L2R >> }, { >> level =3D 34472076,=20 >> override =3D L2R >> }, { >> level =3D 0,=20 >> override =3D 129 >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D -1963555728,=20 >> override =3D 32767 >> }, { >> level =3D 34480340,=20 >> override =3D L2R >> }, { >> level =3D 34471936,=20 >> override =3D 8288 >> }, { >> level =3D 1606391340,=20 >> override =3D 32767 >> }, { >> level =3D 1606391336,=20 >> override =3D 32767 >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 1606391332,=20 >> override =3D 32767 >> }, { >> level =3D 256,=20 >> override =3D 8288 >> }, { >> level =3D 34472048,=20 >> override =3D L2R >> }, { >> level =3D 34472076,=20 >> override =3D L2R >> }, { >> level =3D 34471936,=20 >> override =3D 129 >> }, { >> level =3D 34472012,=20 >> override =3D L2R >> }, { >> level =3D 34472048,=20 >> override =3D L2R >> }, { >> level =3D 63532,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 19582,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 34472012,=20 >> override =3D L2R >> }, { >> level =3D 34472000,=20 >> override =3D L2R >> }, { >> level =3D 1606391360,=20 >> override =3D 32767 >> }, { >> level =3D -1963555157,=20 >> override =3D 32767 >> }, { >> level =3D 1606391360,=20 >> override =3D 32767 >> }, { >> level =3D -1971996202,=20 >> override =3D 32767 >> }, { >> level =3D 34471936,=20 >> override =3D 8288 >> }, { >> level =3D 34471936,=20 >> override =3D L2R >> }, { >> level =3D 1606391424,=20 >> override =3D 32767 >> }, { >> level =3D -1963381035,=20 >> override =3D 32767 >> }, { >> level =3D 1606392032,=20 >> override =3D 32767 >> }, { >> level =3D 1606391976,=20 >> override =3D 32767 >> }, { >> level =3D 34472000,=20 >> override =3D L2R >> }, { >> level =3D 1606398674,=20 >> override =3D 32767 >> }, { >> level =3D 4096,=20 >> override =3D NEUTRAL_DIR >> }},=20 >> string =3D { >> lstring =3D 140734799781216,=20 >> s =3D 0x2
,=20 >> schars =3D 4294967285,=20 >> bufpos =3D 140734799780544,=20 >> from_disp_str =3D 1,=20 >> unibyte =3D 1 >> },=20 >> paragraph_dir =3D 1606391504,=20 >> separator_limit =3D 140735524919057,=20 >> first_elt =3D 0,=20 >> new_paragraph =3D 0,=20 >> frame_window_p =3D 0 >> },=20 >> paragraph_embedding =3D 1606392744 >> } >> count =3D 4 >> #28 0x0000000100035934 in redisplay_window_0 (window=3D4343804005) at = xdisp.c:13738 >> No locals. >> #29 0x000000010011e63d in internal_condition_case_1 (bfun=3D0x100035910= , arg=3D4343804005, handlers=3D4345320294, = hfun=3D0x1000169f0 ) at eval.c:1553 >> c =3D { >> tag =3D 4345311290,=20 >> val =3D 4345311290,=20 >> next =3D 0x7fff5fbfedb8,=20 >> gcpro =3D 0x0,=20 >> jmp =3D {92656, 1, 1606405216, 32767, 1606404912, 32767, 219408, 1, = 5740628, 1, 50352998, 1, 32758037, 1, 1172931, 1, 50410842, 1, 8099, = 895, 1606405104, 32767, 1077552, 1, 128, 0, 5749800, 1, 1606405184, = 32767, 1163453, 1, 50343994, 1, 50343994, 1, 50343994},=20 >> backlist =3D 0x0,=20 >> handlerlist =3D 0x7fff5fbfed90,=20 >> lisp_eval_depth =3D 0,=20 >> pdlcount =3D 4,=20 >> poll_suppress_count =3D 0,=20 >> interrupt_input_blocked =3D 0,=20 >> byte_stack =3D 0x0 >> } >> h =3D { >> handler =3D 4345320294,=20 >> var =3D 4345311290,=20 >> chosen_clause =3D 4295816643,=20 >> tag =3D 0x7fff5fbfcb60,=20 >> next =3D 0x7fff5fbfed90 >> } >> val =3D 0 >> #30 0x00000001000358f3 in redisplay_windows (window=3D4343804005) at = xdisp.c:13718 >> No locals. >> #31 0x0000000100041d3a in redisplay_internal () at xdisp.c:13295 >> fr =3D (struct frame *) 0x0 >> count =3D 2 >> old_frame =3D 4327724757 >> #32 0x00000001000b0daa in read_char (commandflag=3D1606412736, = nmaps=3D140734799800768, maps=3D0x7fff5fbfe9c0, = prev_event=3D261675731526877183, used_mouse_menu=3D0x7fff5fbfe9c0, = end_time=3D0x7fff5fbfe9c0) at keyboard.c:2448 >> previous_echo_area_message =3D 4345311290 >> reread =3D 0 >> polling_stopped_here =3D 0 >> local_getcjmp =3D {0 , 48735296, 1, = 1606412608, 32767, 1090058, 1, 1606412688, 32767, 43118024, 1, 51561738, = 1, 5745280, 1} >> key_already_recorded =3D 0 >> c =3D 4345311290 >> save_jump =3D {0 } >> also_record =3D 4345311290 >> orig_kboard =3D (struct kboard *) 0x102b04740 >> #33 0x00000001000b3de7 in read_key_sequence () at keyboard.c:2832 >> No symbol table info available. >> #34 0x00000001000b597a in command_loop_1 () at keyboard.c:1449 >> keybuf =3D {96, 24, 4300707924, 0, 140734799801408, = 140734799801488, 4296135378, 4300726435, 3, 4297607245, 5758976, = 9012717867547387382, 5, 4300708392, 4300707924, 4297607240, 4295665184, = 140734799801728, 4296134359, 140734800051584, 4300726272, = 140734800051584, 140734800066896, 140734799801600, 140734799871673, = 140734800023824, 140734799801776, 140734800051584, 4300726272, 5} >> #35 0x000000010011e783 in internal_condition_case (bfun=3D0x1000b4470 = , handlers=3D4345367402, hfun=3D0x1000b5a10 ) = at eval.c:1515 >> c =3D { >> tag =3D 4345311290,=20 >> val =3D 4345311290,=20 >> next =3D 0x7fff5fbfeef0,=20 >> gcpro =3D 0x0,=20 >> jmp =3D {743952, 1, 1606414000, 32767, 1606413712, 32767, 5749800, 1, = 5740628, 1, 50400106, 1, 738416, 1, 1173262, 1, 5740628, 1, 8098, 895, = 697888, 1, 1173262, 1, 329, 0, 8096, 895, 3, 0, 0, 0, 0, 16711680, = 1128353093, 1330011987, 1281315918},=20 >> backlist =3D 0x0,=20 >> handlerlist =3D 0x0,=20 >> lisp_eval_depth =3D 0,=20 >> pdlcount =3D 2,=20 >> poll_suppress_count =3D 0,=20 >> interrupt_input_blocked =3D 0,=20 >> byte_stack =3D 0x0 >> } >> h =3D { >> handler =3D 4345367402,=20 >> var =3D 4345311290,=20 >> chosen_clause =3D 140734799802064,=20 >> tag =3D 0x7fff5fbfedb8,=20 >> next =3D 0x0 >> } >> val =3D 0 >> #36 0x00000001000b444e in command_loop_2 (ignore=3D140734799801352) = at keyboard.c:1160 >> No locals. >> #37 0x000000010011e888 in internal_catch (tag=3D140734799801352, = func=3D0x1000b4410 , arg=3D140734799801352) at = eval.c:1272 >> c =3D { >> tag =3D 4345363402,=20 >> val =3D 4345311290,=20 >> next =3D 0x0,=20 >> gcpro =3D 0x0,=20 >> jmp =3D {50343994, 1, 1606414304, 32767, 1606414064, 32767, 5741096, = 1, 5740628, 1, 738320, 1, 738320, 1, 1173621, 1, 32243712, 1, 8098, 895, = 1606414208, 32767, -1963212380, 32767, 779314017, 0, 1456240, 1, = 1606414352, 32767, 1606414360, 32767, 1832488, 1, 50343994, 1, = 1606414304},=20 >> backlist =3D 0x0,=20 >> handlerlist =3D 0x0,=20 >> lisp_eval_depth =3D 0,=20 >> pdlcount =3D 2,=20 >> poll_suppress_count =3D 0,=20 >> interrupt_input_blocked =3D 0,=20 >> byte_stack =3D 0x0 >> } >> #38 0x00000001000b5f70 in command_loop [inlined] () at = /Users/febeling/Downloads/emacs-24.0.97/src/keyboard.c:1139 >> val =3D 4295705616 >> count =3D 50396106 >> val =3D 4295705616 >> #39 0x00000001000b5f70 in recursive_edit_1 () at keyboard.c:759 >> val =3D 4295705616 >> count =3D 50396106 >> val =3D 4295705616 >> #40 0x00000001000a5d3c in Frecursive_edit () at keyboard.c:823 >> count =3D 0 >> buffer =3D 0 >> #41 0x00000001000a281f in main (argc=3D50396106, argv=3D0x7fff5fbff1b0)= at emacs.c:1715 >> stack_bottom_variable =3D 0 '\0' >> dummy =3D 0 >> junk =3D 0x0 >> skip_args =3D 0 >> rlim =3D { >> rlim_cur =3D 8720000,=20 >> rlim_max =3D 67104768 >> } >> dname_arg =3D 0x0 >> dname_arg2 =3D "??_?\000\000\032\023?_?", '\0' , "\001", '\0' , " = \a?_?\000\0000\a?_?\000\000\000\000\000\000\002\000\000\000??_?\000" >> ch_to_dir =3D 0x0 >> (gdb) xbacktrace >> Undefined command: "xbacktrace". Try "help". >> (gdb) c >> Continuing. >>=20 >> Program received signal EXC_BAD_ACCESS, Could not access memory. >> Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 >> 0x00007fff8966d3c2 in CFStringGetLength () >> (gdb) quit >> The program is running. Exit anyway? (y or n) y >> febeling@flomac ~/Downloads/emacs-24.0.97> gdb = /Applications/Emacs.app/Contents/MacOS/Emacs >> GNU gdb 6.3.50-20050815 (Apple version gdb-1752) (Sat Jan 28 03:02:46 = UTC 2012) >> Copyright 2004 Free Software Foundation, Inc. >> GDB is free software, covered by the GNU General Public License, and = you are >> welcome to change it and/or distribute copies of it under certain = conditions. >> Type "show copying" to see the conditions. >> There is absolutely no warranty for GDB. Type "show warranty" for = details. >> This GDB was configured as "x86_64-apple-darwin"...Reading symbols = for shared libraries ........... done >>=20 >> (gdb) set args -Q >> (gdb) r >> Starting program: /Applications/Emacs.app/Contents/MacOS/Emacs -Q >> Reading symbols for shared libraries = ++++++++++................................................................= ............................................................ done >> Reading symbols for shared libraries . done >> Reading symbols for shared libraries . done >> Reading symbols for shared libraries . done >> Reading symbols for shared libraries . done >> Reading symbols for shared libraries . done >> Reading symbols for shared libraries . done >> Reading symbols for shared libraries ......... done >> Reading symbols for shared libraries . done >> Reading symbols for shared libraries . done >> Reading symbols for shared libraries . done >>=20 >> Program received signal EXC_BAD_ACCESS, Could not access memory. >> Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 >> 0x00007fff8966d3c2 in CFStringGetLength () >> (gdb) bt full >> #0 0x00007fff8966d3c2 in CFStringGetLength () >> No symbol table info available. >> #1 0x00007fff896849e9 in CFStringCompareWithOptionsAndLocale () >> No symbol table info available. >> #2 0x00007fff89e937b2 in = CompareLocalizedDescriptorsByTraitsAndPrecedence () >> No symbol table info available. >> #3 0x00007fff896a5fa5 in __CFSimpleMergeSort () >> No symbol table info available. >> #4 0x00007fff896a6067 in __CFSimpleMergeSort () >> No symbol table info available. >> #5 0x00007fff896a6083 in __CFSimpleMergeSort () >> No symbol table info available. >> #6 0x00007fff896a6083 in __CFSimpleMergeSort () >> No symbol table info available. >> #7 0x00007fff896a6067 in __CFSimpleMergeSort () >> No symbol table info available. >> #8 0x00007fff896a6067 in __CFSimpleMergeSort () >> No symbol table info available. >> #9 0x00007fff896a6067 in __CFSimpleMergeSort () >> No symbol table info available. >> #10 0x00007fff896a6067 in __CFSimpleMergeSort () >> No symbol table info available. >> #11 0x00007fff896a6067 in __CFSimpleMergeSort () >> No symbol table info available. >> #12 0x00007fff896a5ef6 in CFSortIndexes () >> No symbol table info available. >> #13 0x00007fff89678e33 in CFQSortArray () >> No symbol table info available. >> #14 0x00007fff89678bb8 in CFArraySortValues () >> No symbol table info available. >> #15 0x00007fff89ebdb28 in TDescriptorSource::GetAllDescriptors () >> No symbol table info available. >> #16 0x00007fff89e8a587 in TDescriptor::CreateMatchingDescriptors () >> No symbol table info available. >> #17 0x0000000100a32599 in -[NSCTFontDescriptor = matchingFontDescriptorsWithMandatoryKeys:] () >> No symbol table info available. >> #18 0x00000001001a1c7a in ns_findfonts (font_spec=3D4366807040, = isMatch=3D0 '\0') at nsfont.m:521 >> fdesc =3D (NSFontDescriptor *) 0x102eb9930 >> list =3D 140734799761024 >> #19 0x000000010012ff32 in font_list_entities (frame=3D140734799761440, = spec=3D140734799761440) at font.c:2728 >> val =3D 4345311290 >> list =3D 140734799761440 >> driver_list =3D (struct font_driver_list *) 0x102a4b5b0 >> f =3D (FRAME_PTR) 0x102a4d4a0 >> size =3D 0 >> ftype =3D 4345311290 >> #20 0x0000000100131d5e in font_find_for_lface (f=3D0x7fff5fbf5130, = attrs=3D0x7fff5fbf5130, spec=3D626, c=3D1606373680) at font.c:3197 >> registry =3D {4345516394, 4338015085, 8} >> adstyle =3D {4345311290, 4338015085, 2375403569948205300} >> pixel_size =3D 1606373680 >> foundry =3D {4345520202, 4345311290, 4338015085} >> frame =3D 4339324069 >> work =3D 0 >> val =3D 0 >> #21 0x000000010017863f in fontset_find_font (fontset=3D4339324069, = c=3D1606373856, face=3D0x7fff5fbf51e0, id=3D1606373856, = fallback=3D1606373856) at fontset.c:620 >> font_group =3D 4339324069 >> vec =3D 4343892677 >> #22 0x00000001001788da in fontset_font (fontset=3D4343563173, c=3D8594,= face=3D0x7fff5fbf5230, id=3D1606373936) at fontset.c:736 >> rfont_def =3D 0 >> base_fontset =3D 4328294309 >> default_rfont_def =3D 0 >> #23 0x0000000100178ce4 in face_for_char (f=3D0x102a4d4a0, = face=3D0x102e496e0, c=3D48535264, pos=3D-1, object=3D0) at fontset.c:950 >> fontset =3D 4343563173 >> charset =3D 4345311290 >> rfont_def =3D 0 >> face_id =3D >> #24 0x000000010003272d in get_next_display_element (it=3D0x102eb8385) = at xdisp.c:6780 >> c =3D -1 >> success_p =3D 0 >> #25 0x00000001000396bb in display_line (it=3D0x7fff5fbf6e30) at = xdisp.c:19134 >> min_bpos =3D 0 >> wrap_it =3D { >> window =3D 0,=20 >> w =3D 0x10a615060,=20 >> f =3D 0x37,=20 >> method =3D GET_FROM_BUFFER,=20 >> stop_charpos =3D 4295539312,=20 >> prev_stop =3D 140734799764944,=20 >> base_level_stop =3D 140734799762520,=20 >> end_charpos =3D 140734799762560,=20 >> s =3D 0x11b094
,=20 >> string_nchars =3D 4294967296,=20 >> region_beg_charpos =3D -4294967295,=20 >> region_end_charpos =3D 0,=20 >> redisplay_end_trigger_charpos =3D 1606374976,=20 >> multibyte_p =3D 0,=20 >> header_line_p =3D 1,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 1,=20 >> from_disp_prop_p =3D 1,=20 >> ellipsis_p =3D 1,=20 >> avoid_cursor_p =3D 0,=20 >> dp =3D 0x1001b9570,=20 >> dpvec =3D 0x1,=20 >> dpend =3D 0x0,=20 >> dpvec_char_len =3D 2,=20 >> dpvec_face_id =3D 0,=20 >> saved_face_id =3D 1,=20 >> ctl_chars =3D {1, 1, 0, 0, 53, 4372431360, 140734799767256, -1, = 140734799763632, 4295536989, 4298236800, 4299726008, 0, 0, 0, -1},=20 >> start =3D { >> pos =3D { >> charpos =3D 140734799767400,=20 >> bytepos =3D 4298236712 >> },=20 >> overlay_string_index =3D 0,=20 >> string_pos =3D { >> charpos =3D 4345474906,=20 >> bytepos =3D 4345311290 >> },=20 >> dpvec_index =3D 0 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 140734799762800,=20 >> bytepos =3D 4296137578 >> },=20 >> overlay_string_index =3D 27,=20 >> string_pos =3D { >> charpos =3D 4298236717,=20 >> bytepos =3D 4294967348 >> },=20 >> dpvec_index =3D 50344042 >> },=20 >> n_overlay_strings =3D 50343994,=20 >> overlay_strings_charpos =3D 0,=20 >> overlay_strings =3D {2, 4300119744, 0, 140734799762816, = 140734799762896, 4296135378, 32, 27, 4298236717, 1, = -6335429201474750317, 5, 2, 4300119744, 4298236712, -1},=20 >> string_overlays =3D {140734799763136, 4345311290, 140734799762944, = 4296044148, 4349032198, 4345311290, 140734799763184, 4296132584, 0, 29, = 4297153296, 4300092675, 33, 0, 174210144, 0},=20 >> string =3D 0,=20 >> from_overlay =3D 0,=20 >> stack =3D {{ >> string =3D 0,=20 >> string_nchars =3D 0,=20 >> end_charpos =3D 0,=20 >> stop_charpos =3D 0,=20 >> prev_stop =3D 0,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 0,=20 >> id =3D 0,=20 >> ch =3D 0,=20 >> rule_idx =3D 0,=20 >> lookback =3D 0,=20 >> nglyphs =3D 0,=20 >> reversed_p =3D 5151152,=20 >> charpos =3D -1,=20 >> nchars =3D 846592147,=20 >> nbytes =3D -1475082059,=20 >> from =3D 54064934,=20 >> to =3D 1,=20 >> width =3D 2 >> },=20 >> face_id =3D 5152448,=20 >> u =3D { >> image =3D { >> object =3D 4300118448,=20 >> slice =3D { >> x =3D -1,=20 >> y =3D 140734799763424,=20 >> width =3D 4296133377,=20 >> height =3D 2 >> },=20 >> image_id =3D 140734799763536 >> },=20 >> comp =3D { >> object =3D 4300118448 >> },=20 >> stretch =3D { >> object =3D 4300118448 >> } >> },=20 >> position =3D { >> charpos =3D 140734799763312,=20 >> bytepos =3D 3 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 2,=20 >> bytepos =3D 0 >> },=20 >> overlay_string_index =3D 846592147,=20 >> string_pos =3D { >> charpos =3D 4345311290,=20 >> bytepos =3D 0 >> },=20 >> dpvec_index =3D 1606375280 >> },=20 >> from_overlay =3D 32,=20 >> area =3D RIGHT_MARGIN_AREA,=20 >> method =3D GET_FROM_BUFFER,=20 >> paragraph_embedding =3D 1606375504,=20 >> multibyte_p =3D 1,=20 >> string_from_display_prop_p =3D 1,=20 >> string_from_prefix_prop_p =3D 1,=20 >> display_ellipsis_p =3D 1,=20 >> avoid_cursor_p =3D 1,=20 >> bidi_p =3D 1,=20 >> from_disp_prop_p =3D 1,=20 >> line_wrap =3D 1606375312,=20 >> voffset =3D 32767,=20 >> space_width =3D 140734799763336,=20 >> font_height =3D -1 >> }, { >> string =3D 4338093400,=20 >> string_nchars =3D 54064934,=20 >> end_charpos =3D 4345422234,=20 >> stop_charpos =3D 140734799763592,=20 >> prev_stop =3D 2,=20 >> base_level_stop =3D 2,=20 >> cmp_it =3D { >> stop_pos =3D 140734799763440,=20 >> id =3D 4295535100,=20 >> ch =3D 1606375424,=20 >> rule_idx =3D 32767,=20 >> lookback =3D 634687,=20 >> nglyphs =3D 1,=20 >> reversed_p =3D 1606375424,=20 >> charpos =3D 4295602600,=20 >> nchars =3D 44356768,=20 >> nbytes =3D 1,=20 >> from =3D 0,=20 >> to =3D 0,=20 >> width =3D 1606375560 >> },=20 >> face_id =3D 44356768,=20 >> u =3D { >> image =3D { >> object =3D 140734799763552,=20 >> slice =3D { >> x =3D 4295604923,=20 >> y =3D -1,=20 >> width =3D -1,=20 >> height =3D 10 >> },=20 >> image_id =3D 1 >> },=20 >> comp =3D { >> object =3D 140734799763552 >> },=20 >> stretch =3D { >> object =3D 140734799763552 >> } >> },=20 >> position =3D { >> charpos =3D 140734799763592,=20 >> bytepos =3D 140734799764240 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 4339324064,=20 >> bytepos =3D 4 >> },=20 >> overlay_string_index =3D 50491082,=20 >> string_pos =3D { >> charpos =3D 140734799763736,=20 >> bytepos =3D 140734799763808 >> },=20 >> dpvec_index =3D 637383 >> },=20 >> from_overlay =3D 0,=20 >> area =3D 44356768,=20 >> method =3D GET_FROM_DISPLAY_VECTOR,=20 >> paragraph_embedding =3D L2R,=20 >> multibyte_p =3D 1,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D 50344618,=20 >> voffset =3D 1,=20 >> space_width =3D 4345350762,=20 >> font_height =3D 4345350762 >> }, { >> string =3D 140734799763696,=20 >> string_nchars =3D -2053264683,=20 >> end_charpos =3D 4345350762,=20 >> stop_charpos =3D 3771,=20 >> prev_stop =3D 4362084352,=20 >> base_level_stop =3D 140735500075208,=20 >> cmp_it =3D { >> stop_pos =3D 140735123080560,=20 >> id =3D -128,=20 >> ch =3D 0,=20 >> rule_idx =3D 0,=20 >> lookback =3D 48373488,=20 >> nglyphs =3D 1,=20 >> reversed_p =3D 32258560,=20 >> charpos =3D 4328406920,=20 >> nchars =3D 0,=20 >> nbytes =3D 0,=20 >> from =3D 0,=20 >> to =3D 0,=20 >> width =3D 0 >> },=20 >> face_id =3D 0,=20 >> u =3D { >> image =3D { >> object =3D 4648383318516039680,=20 >> slice =3D { >> x =3D 4611686018427387904,=20 >> y =3D 4327225856,=20 >> width =3D 1929692528,=20 >> height =3D 4327228008 >> },=20 >> image_id =3D 4327227984 >> },=20 >> comp =3D { >> object =3D 4648383318516039680 >> },=20 >> stretch =3D { >> object =3D 4648383318516039680 >> } >> },=20 >> position =3D { >> charpos =3D 4327228000,=20 >> bytepos =3D 4327227992 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 4328325128,=20 >> bytepos =3D 4327225860 >> },=20 >> overlay_string_index =3D 32260728,=20 >> string_pos =3D { >> charpos =3D 140733193388040,=20 >> bytepos =3D 36683904 >> },=20 >> dpvec_index =3D 32258560 >> },=20 >> from_overlay =3D 4327228016,=20 >> area =3D 32258560,=20 >> method =3D GET_FROM_DISPLAY_VECTOR,=20 >> paragraph_embedding =3D 4294967168,=20 >> multibyte_p =3D 1,=20 >> string_from_display_prop_p =3D 1,=20 >> string_from_prefix_prop_p =3D 1,=20 >> display_ellipsis_p =3D 1,=20 >> avoid_cursor_p =3D 1,=20 >> bidi_p =3D 1,=20 >> from_disp_prop_p =3D 1,=20 >> line_wrap =3D 7,=20 >> voffset =3D 0,=20 >> space_width =3D 4327211008,=20 >> font_height =3D 4330777120 >> }, { >> string =3D 4330618880,=20 >> string_nchars =3D 35809728,=20 >> end_charpos =3D 4327211008,=20 >> stop_charpos =3D 120,=20 >> prev_stop =3D 0,=20 >> base_level_stop =3D 4343340784,=20 >> cmp_it =3D { >> stop_pos =3D 140734799764048,=20 >> id =3D 140735509742929,=20 >> ch =3D 4,=20 >> rule_idx =3D 0,=20 >> lookback =3D 0,=20 >> nglyphs =3D 1082279936,=20 >> reversed_p =3D 0,=20 >> charpos =3D 0,=20 >> nchars =3D 0,=20 >> nbytes =3D 2,=20 >> from =3D 33439600,=20 >> to =3D 1,=20 >> width =3D 0 >> },=20 >> face_id =3D 174230616,=20 >> u =3D { >> image =3D { >> object =3D 4328406944,=20 >> slice =3D { >> x =3D 0,=20 >> y =3D 140734799766912,=20 >> width =3D 140735509742601,=20 >> height =3D 0 >> },=20 >> image_id =3D 4611686018427387904 >> },=20 >> comp =3D { >> object =3D 4328406944 >> },=20 >> stretch =3D { >> object =3D 4328406944 >> } >> },=20 >> position =3D { >> charpos =3D 4624633867356078080,=20 >> bytepos =3D 4624633867356078080 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 140734799764552,=20 >> bytepos =3D 46 >> },=20 >> overlay_string_index =3D 1606376512,=20 >> string_pos =3D { >> charpos =3D 40,=20 >> bytepos =3D 1606376128 >> },=20 >> dpvec_index =3D 50343994 >> },=20 >> from_overlay =3D 4300718328,=20 >> area =3D 50343994,=20 >> method =3D GET_FROM_DISPLAY_VECTOR,=20 >> paragraph_embedding =3D NEUTRAL_DIR,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D 50343994,=20 >> voffset =3D 0,=20 >> space_width =3D 140734799764240,=20 >> font_height =3D 4296442110 >> }, { >> string =3D 4343341712,=20 >> string_nchars =3D 184,=20 >> end_charpos =3D 4300717096,=20 >> stop_charpos =3D 72057598384300312,=20 >> prev_stop =3D 4684385727255937024,=20 >> base_level_stop =3D 4625478292286210048,=20 >> cmp_it =3D { >> stop_pos =3D 4343339920,=20 >> id =3D 4611686018427387904,=20 >> ch =3D 0,=20 >> rule_idx =3D 1090699264,=20 >> lookback =3D 0,=20 >> nglyphs =3D 1072693248,=20 >> reversed_p =3D 48373776,=20 >> charpos =3D 4469170176,=20 >> nchars =3D 33439600,=20 >> nbytes =3D 1,=20 >> from =3D 4352,=20 >> to =3D 0,=20 >> width =3D 174193616 >> },=20 >> face_id =3D 0,=20 >> u =3D { >> image =3D { >> object =3D 4343341648,=20 >> slice =3D { >> x =3D 0,=20 >> y =3D 140734799764400,=20 >> width =3D 4296484811,=20 >> height =3D 140734799764536 >> },=20 >> image_id =3D 4300139488 >> },=20 >> comp =3D { >> object =3D 4343341648 >> },=20 >> stretch =3D { >> object =3D 4343341648 >> } >> },=20 >> position =3D { >> charpos =3D 56,=20 >> bytepos =3D 140735498586629 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 101,=20 >> bytepos =3D 4343345064 >> },=20 >> overlay_string_index =3D 48377456,=20 >> string_pos =3D { >> charpos =3D 2,=20 >> bytepos =3D 4343343216 >> },=20 >> dpvec_index =3D 1606376536 >> },=20 >> from_overlay =3D 140734799764512,=20 >> area =3D 2305223604,=20 >> method =3D 32767,=20 >> paragraph_embedding =3D 43,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 1,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D 48440768,=20 >> voffset =3D 1,=20 >> space_width =3D 4343350352,=20 >> font_height =3D 4343341872 >> }},=20 >> sp =3D 16973825,=20 >> selective =3D 4343343264,=20 >> what =3D 1606377000,=20 >> face_id =3D 32767,=20 >> selective_display_ellipsis_p =3D 0,=20 >> ctl_arrow_p =3D 1,=20 >> face_box_p =3D 0,=20 >> start_of_box_run_p =3D 0,=20 >> end_of_box_run_p =3D 0,=20 >> overlay_strings_at_end_processed_p =3D 0,=20 >> ignore_overlay_strings_at_pos_p =3D 0,=20 >> glyph_not_available_p =3D 0,=20 >> starts_in_middle_of_char_p =3D 0,=20 >> face_before_selective_p =3D 0,=20 >> constrain_row_ascent_descent_p =3D 0,=20 >> line_wrap =3D TRUNCATE,=20 >> base_face_id =3D 1606376640,=20 >> c =3D 32767,=20 >> len =3D -1949191437,=20 >> cmp_it =3D { >> stop_pos =3D 4345311290,=20 >> id =3D 4343350352,=20 >> ch =3D 1,=20 >> rule_idx =3D 16777216,=20 >> lookback =3D 1,=20 >> nglyphs =3D 0,=20 >> reversed_p =3D 48375920,=20 >> charpos =3D 4343344560,=20 >> nchars =3D 48440768,=20 >> nbytes =3D 1,=20 >> from =3D 39006752,=20 >> to =3D 1,=20 >> width =3D 48383056 >> },=20 >> char_to_display =3D 1,=20 >> glyphless_method =3D GLYPHLESS_DISPLAY_THIN_SPACE,=20 >> image_id =3D 0,=20 >> slice =3D { >> x =3D 0,=20 >> y =3D 2,=20 >> width =3D 2,=20 >> height =3D 33 >> },=20 >> space_width =3D 4469170184,=20 >> voffset =3D 8960,=20 >> tab_width =3D 738,=20 >> font_height =3D 4343341832,=20 >> object =3D 140734799766960,=20 >> position =3D { >> charpos =3D 140735509749301,=20 >> bytepos =3D 4634766966517661696 >> },=20 >> truncation_pixel_width =3D -27804,=20 >> continuation_pixel_width =3D 28,=20 >> first_visible_x =3D 1,=20 >> last_visible_x =3D 1606376600,=20 >> last_visible_y =3D 32767,=20 >> extra_line_spacing =3D 1606376960,=20 >> max_extra_line_spacing =3D 32767,=20 >> override_ascent =3D 33437408,=20 >> override_descent =3D 1,=20 >> override_boff =3D 0,=20 >> glyph_row =3D 0x7fff5fbf5e00,=20 >> area =3D TEXT_AREA,=20 >> nglyphs =3D 0,=20 >> pixel_width =3D 1606376768,=20 >> ascent =3D 32767,=20 >> descent =3D -2101775944,=20 >> max_ascent =3D 32767,=20 >> max_descent =3D 1606376768,=20 >> phys_ascent =3D 32767,=20 >> phys_descent =3D -2053194862,=20 >> max_phys_ascent =3D 32767,=20 >> max_phys_descent =3D 33362944,=20 >> current_x =3D 1,=20 >> continuation_lines_width =3D 33434944,=20 >> eol_pos =3D { >> charpos =3D 140734799767200,=20 >> bytepos =3D 140735435137684 >> },=20 >> current_y =3D 0,=20 >> first_vpos =3D 1,=20 >> vpos =3D 10660486,=20 >> hpos =3D 1,=20 >> left_user_fringe_bitmap =3D 5120,=20 >> right_user_fringe_bitmap =3D 509,=20 >> left_user_fringe_face_id =3D 1,=20 >> right_user_fringe_face_id =3D 317392,=20 >> bidi_p =3D 0,=20 >> bidi_it =3D { >> bytepos =3D 4328416204,=20 >> charpos =3D 0,=20 >> ch =3D 46,=20 >> nchars =3D 12,=20 >> ch_len =3D 12,=20 >> type =3D 46,=20 >> type_after_w1 =3D UNKNOWN_BT,=20 >> orig_type =3D 48372624,=20 >> resolved_level =3D 1,=20 >> invalid_levels =3D 1606379008,=20 >> invalid_rl_levels =3D 32767,=20 >> prev_was_pdf =3D -1,=20 >> prev =3D { >> bytepos =3D 4295626704,=20 >> charpos =3D 4295633056,=20 >> type =3D UNKNOWN_BT,=20 >> type_after_w1 =3D UNKNOWN_BT,=20 >> orig_type =3D 174202880 >> },=20 >> last_strong =3D { >> bytepos =3D 0,=20 >> charpos =3D 0,=20 >> type =3D 17127633,=20 >> type_after_w1 =3D UNKNOWN_BT,=20 >> orig_type =3D UNKNOWN_BT >> },=20 >> next_for_neutral =3D { >> bytepos =3D 4294967296,=20 >> charpos =3D 140735111610528,=20 >> type =3D 6352,=20 >> type_after_w1 =3D STRONG_L,=20 >> orig_type =3D UNKNOWN_BT >> },=20 >> prev_for_neutral =3D { >> bytepos =3D 4607182418800017408,=20 >> charpos =3D 4343341648,=20 >> type =3D 1065353216,=20 >> type_after_w1 =3D 1065353216,=20 >> orig_type =3D 1065353216 >> },=20 >> next_for_ws =3D { >> bytepos =3D 0,=20 >> charpos =3D 0,=20 >> type =3D UNKNOWN_BT,=20 >> type_after_w1 =3D STRONG_L,=20 >> orig_type =3D 24 >> },=20 >> next_en_pos =3D 0,=20 >> next_en_type =3D UNKNOWN_BT,=20 >> ignore_bn_limit =3D 4328330240,=20 >> sor =3D 1606378080,=20 >> scan_dir =3D 32767,=20 >> disp_pos =3D 4328330240,=20 >> disp_prop =3D 1606414792,=20 >> stack_idx =3D 32767,=20 >> level_stack =3D {{ >> level =3D 1606414784,=20 >> override =3D 32767 >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 5,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 37540064,=20 >> override =3D L2R >> }, { >> level =3D 32610368,=20 >> override =3D L2R >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 6404,=20 >> override =3D L2R >> }, { >> level =3D 1929724256,=20 >> override =3D 32767 >> }, { >> level =3D 1606378272,=20 >> override =3D 32767 >> }, { >> level =3D -1963215928,=20 >> override =3D 32767 >> }, { >> level =3D 11,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 1918224904,=20 >> override =3D 32767 >> }, { >> level =3D 1,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> } , { >> level =3D 50343994,=20 >> override =3D L2R >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> } },=20 >> string =3D { >> lstring =3D 0,=20 >> s =3D 0x0,=20 >> schars =3D 0,=20 >> bufpos =3D 0,=20 >> from_disp_str =3D 0,=20 >> unibyte =3D 0 >> },=20 >> paragraph_dir =3D NEUTRAL_DIR,=20 >> separator_limit =3D 0,=20 >> first_elt =3D 0,=20 >> new_paragraph =3D 0,=20 >> frame_window_p =3D 0 >> },=20 >> paragraph_embedding =3D NEUTRAL_DIR >> } >> row =3D (struct glyph_row *) 0x1049dde00 >> min_pos =3D 140734799769088 >> #26 0x0000000100040b1f in try_window (window=3D4343956357, = flags=3D1606384480) at xdisp.c:16127 >> it =3D { >> window =3D 4339322709,=20 >> w =3D 0x102a4cf50,=20 >> f =3D 0x102a4d4a0,=20 >> method =3D GET_FROM_BUFFER,=20 >> stop_charpos =3D 3,=20 >> prev_stop =3D 1,=20 >> base_level_stop =3D 0,=20 >> end_charpos =3D 3,=20 >> s =3D 0x0,=20 >> string_nchars =3D 0,=20 >> region_beg_charpos =3D -1,=20 >> region_end_charpos =3D -1,=20 >> redisplay_end_trigger_charpos =3D 0,=20 >> multibyte_p =3D 1,=20 >> header_line_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> dp =3D 0x0,=20 >> dpvec =3D 0x0,=20 >> dpend =3D 0x0,=20 >> dpvec_char_len =3D 0,=20 >> dpvec_face_id =3D 0,=20 >> saved_face_id =3D 0,=20 >> ctl_chars =3D {0 },=20 >> start =3D { >> pos =3D { >> charpos =3D 1,=20 >> bytepos =3D 1 >> },=20 >> overlay_string_index =3D -1,=20 >> string_pos =3D { >> charpos =3D -1,=20 >> bytepos =3D -1 >> },=20 >> dpvec_index =3D -1 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 1,=20 >> bytepos =3D 1 >> },=20 >> overlay_string_index =3D -1,=20 >> string_pos =3D { >> charpos =3D -1,=20 >> bytepos =3D -1 >> },=20 >> dpvec_index =3D -1 >> },=20 >> n_overlay_strings =3D 0,=20 >> overlay_strings_charpos =3D 1,=20 >> overlay_strings =3D {0 },=20 >> string_overlays =3D {0 },=20 >> string =3D 4345311290,=20 >> from_overlay =3D 0,=20 >> stack =3D {{ >> string =3D 0,=20 >> string_nchars =3D 0,=20 >> end_charpos =3D 0,=20 >> stop_charpos =3D 0,=20 >> prev_stop =3D 0,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 0,=20 >> id =3D 0,=20 >> ch =3D 0,=20 >> rule_idx =3D 0,=20 >> lookback =3D 0,=20 >> nglyphs =3D 0,=20 >> reversed_p =3D 0,=20 >> charpos =3D 0,=20 >> nchars =3D 0,=20 >> nbytes =3D 0,=20 >> from =3D 0,=20 >> to =3D 0,=20 >> width =3D 0 >> },=20 >> face_id =3D 0,=20 >> u =3D { >> image =3D { >> object =3D 0,=20 >> slice =3D { >> x =3D 0,=20 >> y =3D 0,=20 >> width =3D 0,=20 >> height =3D 0 >> },=20 >> image_id =3D 0 >> },=20 >> comp =3D { >> object =3D 0 >> },=20 >> stretch =3D { >> object =3D 0 >> } >> },=20 >> position =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> overlay_string_index =3D 0,=20 >> string_pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> dpvec_index =3D 0 >> },=20 >> from_overlay =3D 0,=20 >> area =3D LEFT_MARGIN_AREA,=20 >> method =3D GET_FROM_BUFFER,=20 >> paragraph_embedding =3D NEUTRAL_DIR,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D TRUNCATE,=20 >> voffset =3D 0,=20 >> space_width =3D 0,=20 >> font_height =3D 0 >> }, { >> string =3D 0,=20 >> string_nchars =3D 0,=20 >> end_charpos =3D 0,=20 >> stop_charpos =3D 0,=20 >> prev_stop =3D 0,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 0,=20 >> id =3D 0,=20 >> ch =3D 0,=20 >> rule_idx =3D 0,=20 >> lookback =3D 0,=20 >> nglyphs =3D 0,=20 >> reversed_p =3D 0,=20 >> charpos =3D 0,=20 >> nchars =3D 0,=20 >> nbytes =3D 0,=20 >> from =3D 0,=20 >> to =3D 0,=20 >> width =3D 0 >> },=20 >> face_id =3D 0,=20 >> u =3D { >> image =3D { >> object =3D 0,=20 >> slice =3D { >> x =3D 0,=20 >> y =3D 0,=20 >> width =3D 0,=20 >> height =3D 0 >> },=20 >> image_id =3D 0 >> },=20 >> comp =3D { >> object =3D 0 >> },=20 >> stretch =3D { >> object =3D 0 >> } >> },=20 >> position =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> overlay_string_index =3D 0,=20 >> string_pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> dpvec_index =3D 0 >> },=20 >> from_overlay =3D 0,=20 >> area =3D LEFT_MARGIN_AREA,=20 >> method =3D GET_FROM_BUFFER,=20 >> paragraph_embedding =3D NEUTRAL_DIR,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D TRUNCATE,=20 >> voffset =3D 0,=20 >> space_width =3D 0,=20 >> font_height =3D 0 >> }, { >> string =3D 0,=20 >> string_nchars =3D 0,=20 >> end_charpos =3D 0,=20 >> stop_charpos =3D 0,=20 >> prev_stop =3D 0,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 0,=20 >> id =3D 0,=20 >> ch =3D 0,=20 >> rule_idx =3D 0,=20 >> lookback =3D 0,=20 >> nglyphs =3D 0,=20 >> reversed_p =3D 0,=20 >> charpos =3D 0,=20 >> nchars =3D 0,=20 >> nbytes =3D 0,=20 >> from =3D 0,=20 >> to =3D 0,=20 >> width =3D 0 >> },=20 >> face_id =3D 0,=20 >> u =3D { >> image =3D { >> object =3D 0,=20 >> slice =3D { >> x =3D 0,=20 >> y =3D 0,=20 >> width =3D 0,=20 >> height =3D 0 >> },=20 >> image_id =3D 0 >> },=20 >> comp =3D { >> object =3D 0 >> },=20 >> stretch =3D { >> object =3D 0 >> } >> },=20 >> position =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> overlay_string_index =3D 0,=20 >> string_pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> dpvec_index =3D 0 >> },=20 >> from_overlay =3D 0,=20 >> area =3D LEFT_MARGIN_AREA,=20 >> method =3D GET_FROM_BUFFER,=20 >> paragraph_embedding =3D NEUTRAL_DIR,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D TRUNCATE,=20 >> voffset =3D 0,=20 >> space_width =3D 0,=20 >> font_height =3D 0 >> }, { >> string =3D 0,=20 >> string_nchars =3D 0,=20 >> end_charpos =3D 0,=20 >> stop_charpos =3D 0,=20 >> prev_stop =3D 0,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 0,=20 >> id =3D 0,=20 >> ch =3D 0,=20 >> rule_idx =3D 0,=20 >> lookback =3D 0,=20 >> nglyphs =3D 0,=20 >> reversed_p =3D 0,=20 >> charpos =3D 0,=20 >> nchars =3D 0,=20 >> nbytes =3D 0,=20 >> from =3D 0,=20 >> to =3D 0,=20 >> width =3D 0 >> },=20 >> face_id =3D 0,=20 >> u =3D { >> image =3D { >> object =3D 0,=20 >> slice =3D { >> x =3D 0,=20 >> y =3D 0,=20 >> width =3D 0,=20 >> height =3D 0 >> },=20 >> image_id =3D 0 >> },=20 >> comp =3D { >> object =3D 0 >> },=20 >> stretch =3D { >> object =3D 0 >> } >> },=20 >> position =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> overlay_string_index =3D 0,=20 >> string_pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> dpvec_index =3D 0 >> },=20 >> from_overlay =3D 0,=20 >> area =3D LEFT_MARGIN_AREA,=20 >> method =3D GET_FROM_BUFFER,=20 >> paragraph_embedding =3D NEUTRAL_DIR,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D TRUNCATE,=20 >> voffset =3D 0,=20 >> space_width =3D 0,=20 >> font_height =3D 0 >> }, { >> string =3D 0,=20 >> string_nchars =3D 0,=20 >> end_charpos =3D 0,=20 >> stop_charpos =3D 0,=20 >> prev_stop =3D 0,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 0,=20 >> id =3D 0,=20 >> ch =3D 0,=20 >> rule_idx =3D 0,=20 >> lookback =3D 0,=20 >> nglyphs =3D 0,=20 >> reversed_p =3D 0,=20 >> charpos =3D 0,=20 >> nchars =3D 0,=20 >> nbytes =3D 0,=20 >> from =3D 0,=20 >> to =3D 0,=20 >> width =3D 0 >> },=20 >> face_id =3D 0,=20 >> u =3D { >> image =3D { >> object =3D 0,=20 >> slice =3D { >> x =3D 0,=20 >> y =3D 0,=20 >> width =3D 0,=20 >> height =3D 0 >> },=20 >> image_id =3D 0 >> },=20 >> comp =3D { >> object =3D 0 >> },=20 >> stretch =3D { >> object =3D 0 >> } >> },=20 >> position =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> overlay_string_index =3D 0,=20 >> string_pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> dpvec_index =3D 0 >> },=20 >> from_overlay =3D 0,=20 >> area =3D LEFT_MARGIN_AREA,=20 >> method =3D GET_FROM_BUFFER,=20 >> paragraph_embedding =3D NEUTRAL_DIR,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D TRUNCATE,=20 >> voffset =3D 0,=20 >> space_width =3D 0,=20 >> font_height =3D 0 >> }},=20 >> sp =3D 0,=20 >> selective =3D 0,=20 >> what =3D IT_CHARACTER,=20 >> face_id =3D 0,=20 >> selective_display_ellipsis_p =3D 1,=20 >> ctl_arrow_p =3D 1,=20 >> face_box_p =3D 0,=20 >> start_of_box_run_p =3D 0,=20 >> end_of_box_run_p =3D 0,=20 >> overlay_strings_at_end_processed_p =3D 0,=20 >> ignore_overlay_strings_at_pos_p =3D 0,=20 >> glyph_not_available_p =3D 0,=20 >> starts_in_middle_of_char_p =3D 0,=20 >> face_before_selective_p =3D 0,=20 >> constrain_row_ascent_descent_p =3D 0,=20 >> line_wrap =3D WINDOW_WRAP,=20 >> base_face_id =3D 0,=20 >> c =3D 8594,=20 >> len =3D 3,=20 >> cmp_it =3D { >> stop_pos =3D 1,=20 >> id =3D -1,=20 >> ch =3D -2,=20 >> rule_idx =3D 0,=20 >> lookback =3D 0,=20 >> nglyphs =3D 0,=20 >> reversed_p =3D 0,=20 >> charpos =3D 0,=20 >> nchars =3D 0,=20 >> nbytes =3D 0,=20 >> from =3D 0,=20 >> to =3D 0,=20 >> width =3D 0 >> },=20 >> char_to_display =3D 8594,=20 >> glyphless_method =3D GLYPHLESS_DISPLAY_THIN_SPACE,=20 >> image_id =3D 0,=20 >> slice =3D { >> x =3D 4345311290,=20 >> y =3D 4345311290,=20 >> width =3D 4345311290,=20 >> height =3D 4345311290 >> },=20 >> space_width =3D 4345311290,=20 >> voffset =3D 0,=20 >> tab_width =3D 8,=20 >> font_height =3D 4345311290,=20 >> object =3D 4328488677,=20 >> position =3D { >> charpos =3D 1,=20 >> bytepos =3D 1 >> },=20 >> truncation_pixel_width =3D 0,=20 >> continuation_pixel_width =3D 0,=20 >> first_visible_x =3D 0,=20 >> last_visible_x =3D 560,=20 >> last_visible_y =3D 495,=20 >> extra_line_spacing =3D 0,=20 >> max_extra_line_spacing =3D 0,=20 >> override_ascent =3D -1,=20 >> override_descent =3D 0,=20 >> override_boff =3D 0,=20 >> glyph_row =3D 0x1049dde00,=20 >> area =3D TEXT_AREA,=20 >> nglyphs =3D 0,=20 >> pixel_width =3D 0,=20 >> ascent =3D 0,=20 >> descent =3D 0,=20 >> max_ascent =3D 0,=20 >> max_descent =3D 0,=20 >> phys_ascent =3D 0,=20 >> phys_descent =3D 0,=20 >> max_phys_ascent =3D 0,=20 >> max_phys_descent =3D 0,=20 >> current_x =3D 0,=20 >> continuation_lines_width =3D 0,=20 >> eol_pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 0 >> },=20 >> current_y =3D 0,=20 >> first_vpos =3D 0,=20 >> vpos =3D 0,=20 >> hpos =3D 0,=20 >> left_user_fringe_bitmap =3D 0,=20 >> right_user_fringe_bitmap =3D 0,=20 >> left_user_fringe_face_id =3D 0,=20 >> right_user_fringe_face_id =3D 0,=20 >> bidi_p =3D 1,=20 >> bidi_it =3D { >> bytepos =3D 1,=20 >> charpos =3D 1,=20 >> ch =3D 8594,=20 >> nchars =3D 1,=20 >> ch_len =3D 3,=20 >> type =3D STRONG_L,=20 >> type_after_w1 =3D NEUTRAL_ON,=20 >> orig_type =3D NEUTRAL_ON,=20 >> resolved_level =3D 0,=20 >> invalid_levels =3D 0,=20 >> invalid_rl_levels =3D -1,=20 >> prev_was_pdf =3D 0,=20 >> prev =3D { >> bytepos =3D 1,=20 >> charpos =3D 1,=20 >> type =3D NEUTRAL_B,=20 >> type_after_w1 =3D NEUTRAL_B,=20 >> orig_type =3D NEUTRAL_B >> },=20 >> last_strong =3D { >> bytepos =3D 0,=20 >> charpos =3D 0,=20 >> type =3D UNKNOWN_BT,=20 >> type_after_w1 =3D UNKNOWN_BT,=20 >> orig_type =3D UNKNOWN_BT >> },=20 >> next_for_neutral =3D { >> bytepos =3D 0,=20 >> charpos =3D -1,=20 >> type =3D UNKNOWN_BT,=20 >> type_after_w1 =3D UNKNOWN_BT,=20 >> orig_type =3D UNKNOWN_BT >> },=20 >> prev_for_neutral =3D { >> bytepos =3D 1,=20 >> charpos =3D 1,=20 >> type =3D STRONG_L,=20 >> type_after_w1 =3D UNKNOWN_BT,=20 >> orig_type =3D UNKNOWN_BT >> },=20 >> next_for_ws =3D { >> bytepos =3D 0,=20 >> charpos =3D 0,=20 >> type =3D UNKNOWN_BT,=20 >> type_after_w1 =3D UNKNOWN_BT,=20 >> orig_type =3D UNKNOWN_BT >> },=20 >> next_en_pos =3D 0,=20 >> next_en_type =3D UNKNOWN_BT,=20 >> ignore_bn_limit =3D -1,=20 >> sor =3D L2R,=20 >> scan_dir =3D 1,=20 >> disp_pos =3D 3,=20 >> disp_prop =3D 0,=20 >> stack_idx =3D 0,=20 >> level_stack =3D {{ >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> } },=20 >> string =3D { >> lstring =3D 4345311290,=20 >> s =3D 0x0,=20 >> schars =3D 0,=20 >> bufpos =3D 0,=20 >> from_disp_str =3D 0,=20 >> unibyte =3D 0 >> },=20 >> paragraph_dir =3D L2R,=20 >> separator_limit =3D -1,=20 >> first_elt =3D 0,=20 >> new_paragraph =3D 0,=20 >> frame_window_p =3D 1 >> },=20 >> paragraph_embedding =3D NEUTRAL_DIR >> } >> w =3D (struct window *) 0x102a4cf50 >> pos =3D #27 0x000000010004a070 in redisplay_window = (window=3D4343956357, just_this_one_p=3D1606404880) at xdisp.c:15652 >> d2 =3D 14595 >> d4 =3D 19 >> d6 =3D 0 >> d1 =3D 0 >> d3 =3D 1 >> d5 =3D 1 >> old =3D (struct buffer *) 0x101ff7ee0 >> update_mode_line =3D 1 >> end_unchanged =3D 0 >> w =3D (struct window *) 0x102a4cf50 >> beg_unchanged =3D 1 >> it =3D { >> window =3D 125756675176960,=20 >> w =3D 0x100000000,=20 >> f =3D 0x90000dd6d,=20 >> method =3D 2147483648,=20 >> stop_charpos =3D 17179869750,=20 >> prev_stop =3D 712964571267,=20 >> base_level_stop =3D 8589935173,=20 >> end_charpos =3D 2147483647,=20 >> s =3D 0x101f3ba00 "",=20 >> string_nchars =3D 80,=20 >> region_beg_charpos =3D 0,=20 >> region_end_charpos =3D 46,=20 >> redisplay_end_trigger_charpos =3D 48,=20 >> multibyte_p =3D 0,=20 >> header_line_p =3D 0,=20 >> string_from_display_prop_p =3D 1,=20 >> string_from_prefix_prop_p =3D 1,=20 >> from_disp_prop_p =3D 0,=20 >> ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> dp =3D 0xb,=20 >> dpvec =3D 0x7fff5fbf93c0,=20 >> dpend =3D 0x7fff8a76317e,=20 >> dpvec_char_len =3D 46,=20 >> dpvec_face_id =3D 0,=20 >> saved_face_id =3D 184,=20 >> ctl_chars =3D {4469105493, 4345311290, 140734799776400, 4345311290, = 140734799780720, 4295952836, 0, 0, 1, 0, 4373038386, 4343858422, 6, = 4373038387, 4343858422, 9},=20 >> start =3D { >> pos =3D { >> charpos =3D 4373038388,=20 >> bytepos =3D 4343858422 >> },=20 >> overlay_string_index =3D 12,=20 >> string_pos =3D { >> charpos =3D 4373038389,=20 >> bytepos =3D 4343858422 >> },=20 >> dpvec_index =3D 15 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 4373038390,=20 >> bytepos =3D 4343858422 >> },=20 >> overlay_string_index =3D 18,=20 >> string_pos =3D { >> charpos =3D 4373038391,=20 >> bytepos =3D 4343858422 >> },=20 >> dpvec_index =3D 21 >> },=20 >> n_overlay_strings =3D 78071096,=20 >> overlay_strings_charpos =3D 4343858422,=20 >> overlay_strings =3D {24, 4373038393, 4343858422, 27, 4373038394, = 4343858422, 30, 4373038395, 4343858422, 33, 4373038396, 4343858422, 36, = 4373038397, 4343858422, 1},=20 >> string_overlays =3D {1, 140734799793816, 15, 0, 140734799793816, 0, = 140734799776800, 4295530662, 140734799793848, 140734799793840, 15, = 140734799793816, 0, 1, 140734799777728, 4295531219},=20 >> string =3D 15,=20 >> from_overlay =3D 0,=20 >> stack =3D {{ >> string =3D 0,=20 >> string_nchars =3D 1,=20 >> end_charpos =3D 140734799777776,=20 >> stop_charpos =3D 4295532350,=20 >> prev_stop =3D 140734799776960,=20 >> base_level_stop =3D 24,=20 >> cmp_it =3D { >> stop_pos =3D 24,=20 >> id =3D 2293512536232,=20 >> ch =3D 24,=20 >> rule_idx =3D 24,=20 >> lookback =3D 168,=20 >> nglyphs =3D 534,=20 >> reversed_p =3D 24,=20 >> charpos =3D 0,=20 >> nchars =3D 24,=20 >> nbytes =3D 24,=20 >> from =3D 0,=20 >> to =3D 1072693248,=20 >> width =3D 0 >> },=20 >> face_id =3D 0,=20 >> u =3D { >> image =3D { >> object =3D 140734799779424,=20 >> slice =3D { >> x =3D 140735516389758,=20 >> y =3D 4294967296,=20 >> width =3D 140734799794088,=20 >> height =3D 140734799780720 >> },=20 >> image_id =3D 4295952836 >> },=20 >> comp =3D { >> object =3D 140734799779424 >> },=20 >> stretch =3D { >> object =3D 140734799779424 >> } >> },=20 >> position =3D { >> charpos =3D 2293512536232,=20 >> bytepos =3D 4370579761 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D -6335429201474750317,=20 >> bytepos =3D 140734799779048 >> },=20 >> overlay_string_index =3D 1606391232,=20 >> string_pos =3D { >> charpos =3D 140734799780064,=20 >> bytepos =3D 304 >> },=20 >> dpvec_index =3D 0 >> },=20 >> from_overlay =3D 140734799777936,=20 >> area =3D 2323022317,=20 >> method =3D 32767,=20 >> paragraph_embedding =3D 304,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D 1606392032,=20 >> voffset =3D 32767,=20 >> space_width =3D 8,=20 >> font_height =3D 576461864746423053 >> }, { >> string =3D 4343852982,=20 >> string_nchars =3D 0,=20 >> end_charpos =3D 0,=20 >> stop_charpos =3D 0,=20 >> prev_stop =3D 0,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 0,=20 >> id =3D 1,=20 >> ch =3D 5623696,=20 >> rule_idx =3D 1,=20 >> lookback =3D 75612464,=20 >> nglyphs =3D 1,=20 >> reversed_p =3D -75612464,=20 >> charpos =3D 40,=20 >> nchars =3D 0,=20 >> nbytes =3D 0,=20 >> from =3D 75612504,=20 >> to =3D 1,=20 >> width =3D 48374536 >> },=20 >> face_id =3D 48374352,=20 >> u =3D { >> image =3D { >> object =3D 0,=20 >> slice =3D { >> x =3D 0,=20 >> y =3D 4343341832,=20 >> width =3D 0,=20 >> height =3D 8 >> },=20 >> image_id =3D 0 >> },=20 >> comp =3D { >> object =3D 0 >> },=20 >> stretch =3D { >> object =3D 0 >> } >> },=20 >> position =3D { >> charpos =3D 0,=20 >> bytepos =3D 4343852980 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 140733193388043,=20 >> bytepos =3D 4370579760 >> },=20 >> overlay_string_index =3D 1606389392,=20 >> string_pos =3D { >> charpos =3D 4295952836,=20 >> bytepos =3D 0 >> },=20 >> dpvec_index =3D 0 >> },=20 >> from_overlay =3D 20,=20 >> area =3D LEFT_MARGIN_AREA,=20 >> method =3D GET_FROM_BUFFER,=20 >> paragraph_embedding =3D R2L,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D 75612464,=20 >> voffset =3D 1,=20 >> space_width =3D 4370579800,=20 >> font_height =3D 4343852978 >> }, { >> string =3D 4294967296,=20 >> string_nchars =3D 0,=20 >> end_charpos =3D 0,=20 >> stop_charpos =3D 0,=20 >> prev_stop =3D 1,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 4370579762,=20 >> id =3D 4343858422,=20 >> ch =3D 6,=20 >> rule_idx =3D 0,=20 >> lookback =3D 75612467,=20 >> nglyphs =3D 1,=20 >> reversed_p =3D 48891126,=20 >> charpos =3D 9,=20 >> nchars =3D 75612468,=20 >> nbytes =3D 1,=20 >> from =3D 48891126,=20 >> to =3D 1,=20 >> width =3D 12 >> },=20 >> face_id =3D 75612469,=20 >> u =3D { >> image =3D { >> object =3D 4343858422,=20 >> slice =3D { >> x =3D 15,=20 >> y =3D 4370579766,=20 >> width =3D 4343858422,=20 >> height =3D 4627448617123184640 >> },=20 >> image_id =3D 4627448617123184640 >> },=20 >> comp =3D { >> object =3D 4343858422 >> },=20 >> stretch =3D { >> object =3D 4343858422 >> } >> },=20 >> position =3D { >> charpos =3D 140734799777632,=20 >> bytepos =3D 140735509743403 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 0,=20 >> bytepos =3D 4343341648 >> },=20 >> overlay_string_index =3D 1606391000,=20 >> string_pos =3D { >> charpos =3D 34784940138403,=20 >> bytepos =3D 140734799777808 >> },=20 >> dpvec_index =3D 11 >> },=20 >> from_overlay =3D 4294967305,=20 >> area =3D 1606389772,=20 >> method =3D 32767,=20 >> paragraph_embedding =3D 1606391000,=20 >> multibyte_p =3D 1,=20 >> string_from_display_prop_p =3D 1,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 1,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D 8099,=20 >> voffset =3D 8099,=20 >> space_width =3D 140734799777856,=20 >> font_height =3D 140734799793816 >> }, { >> string =3D -6335429201474750317,=20 >> string_nchars =3D 1606391688,=20 >> end_charpos =3D 140734799779936,=20 >> stop_charpos =3D 140734799780736,=20 >> prev_stop =3D 304,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 140734799778608,=20 >> id =3D 140735516410349,=20 >> ch =3D 304,=20 >> rule_idx =3D 32767,=20 >> lookback =3D 1606392704,=20 >> nglyphs =3D 32767,=20 >> reversed_p =3D 0,=20 >> charpos =3D 576461864700016684,=20 >> nchars =3D 1,=20 >> nbytes =3D 0,=20 >> from =3D 16,=20 >> to =3D 0,=20 >> width =3D -16777216 >> },=20 >> face_id =3D 1,=20 >> u =3D { >> image =3D { >> object =3D 4343341832,=20 >> slice =3D { >> x =3D 140734799781624,=20 >> y =3D 140734799778007,=20 >> width =3D 140734799781128,=20 >> height =3D 140734799778008 >> },=20 >> image_id =3D 140734799777928 >> },=20 >> comp =3D { >> object =3D 4343341832 >> },=20 >> stretch =3D { >> object =3D 4343341832 >> } >> },=20 >> position =3D { >> charpos =3D 140734799777904,=20 >> bytepos =3D 140735516446178 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 140734799777928,=20 >> bytepos =3D 140734799780064 >> },=20 >> overlay_string_index =3D 1606389952,=20 >> string_pos =3D { >> charpos =3D 140735516446077,=20 >> bytepos =3D 140734799781114 >> },=20 >> dpvec_index =3D 2 >> },=20 >> from_overlay =3D 1,=20 >> area =3D 1606393592,=20 >> method =3D 32767,=20 >> paragraph_embedding =3D 46469901,=20 >> multibyte_p =3D 0,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D 580734,=20 >> voffset =3D 0,=20 >> space_width =3D 140734799781114,=20 >> font_height =3D 140734799778000 >> }, { >> string =3D 140734799778800,=20 >> string_nchars =3D -1971909360,=20 >> end_charpos =3D 8391162080558216309,=20 >> stop_charpos =3D 140734799793664,=20 >> prev_stop =3D 15,=20 >> base_level_stop =3D 0,=20 >> cmp_it =3D { >> stop_pos =3D 0,=20 >> id =3D -1,=20 >> ch =3D 1606390944,=20 >> rule_idx =3D 32767,=20 >> lookback =3D 565054,=20 >> nglyphs =3D 1,=20 >> reversed_p =3D 0,=20 >> charpos =3D 107410232,=20 >> nchars =3D 1606404904,=20 >> nbytes =3D 32767,=20 >> from =3D -1,=20 >> to =3D -1,=20 >> width =3D -13500198 >> },=20 >> face_id =3D -1,=20 >> u =3D { >> image =3D { >> object =3D 4343341832,=20 >> slice =3D { >> x =3D 4343341648,=20 >> y =3D 3,=20 >> width =3D 16,=20 >> height =3D 140734799782544 >> },=20 >> image_id =3D 140735539178352 >> },=20 >> comp =3D { >> object =3D 4343341832 >> },=20 >> stretch =3D { >> object =3D 4343341832 >> } >> },=20 >> position =3D { >> charpos =3D 140734799780624,=20 >> bytepos =3D 140735516389758 >> },=20 >> current =3D { >> pos =3D { >> charpos =3D 140734799782576,=20 >> bytepos =3D 140735539178352 >> },=20 >> overlay_string_index =3D 8,=20 >> string_pos =3D { >> charpos =3D 28,=20 >> bytepos =3D 2 >> },=20 >> dpvec_index =3D 536870914 >> },=20 >> from_overlay =3D 140734799778272,=20 >> area =3D 2322976436,=20 >> method =3D 32767,=20 >> paragraph_embedding =3D 107410232,=20 >> multibyte_p =3D 1,=20 >> string_from_display_prop_p =3D 0,=20 >> string_from_prefix_prop_p =3D 0,=20 >> display_ellipsis_p =3D 0,=20 >> avoid_cursor_p =3D 0,=20 >> bidi_p =3D 0,=20 >> from_disp_prop_p =3D 0,=20 >> line_wrap =3D 100,=20 >> voffset =3D 0,=20 >> space_width =3D 4294967292,=20 >> font_height =3D 8589934591 >> }},=20 >> sp =3D 1606390592,=20 >> selective =3D 140735516382606,=20 >> what =3D 909391412,=20 >> face_id =3D 825243961,=20 >> selective_display_ellipsis_p =3D 1,=20 >> ctl_arrow_p =3D 1,=20 >> face_box_p =3D 0,=20 >> start_of_box_run_p =3D 0,=20 >> end_of_box_run_p =3D 1,=20 >> overlay_strings_at_end_processed_p =3D 0,=20 >> ignore_overlay_strings_at_pos_p =3D 0,=20 >> glyph_not_available_p =3D 1,=20 >> starts_in_middle_of_char_p =3D 0,=20 >> face_before_selective_p =3D 0,=20 >> constrain_row_ascent_descent_p =3D 0,=20 >> line_wrap =3D 2819885237,=20 >> base_face_id =3D 1606390432,=20 >> c =3D 0,=20 >> len =3D 1606390668,=20 >> cmp_it =3D { >> stop_pos =3D 0,=20 >> id =3D 4329447552,=20 >> ch =3D 6,=20 >> rule_idx =3D 0,=20 >> lookback =3D 34476056,=20 >> nglyphs =3D 1,=20 >> reversed_p =3D 34480720,=20 >> charpos =3D 4329439232,=20 >> nchars =3D 1606398960,=20 >> nbytes =3D 32767,=20 >> from =3D 0,=20 >> to =3D 8288,=20 >> width =3D 1606390508 >> },=20 >> char_to_display =3D 1606390504,=20 >> glyphless_method =3D 32767,=20 >> image_id =3D 0,=20 >> slice =3D { >> x =3D 140734799778532,=20 >> y =3D 35596688949504,=20 >> width =3D 140735524799600,=20 >> height =3D 140735128787308 >> },=20 >> space_width =3D 35596688949248,=20 >> voffset =3D -27860,=20 >> tab_width =3D 24511,=20 >> font_height =3D 140734799778600,=20 >> object =3D 0,=20 >> position =3D { >> charpos =3D 140734799778596,=20 >> bytepos =3D 35596688949504 >> },=20 >> truncation_pixel_width =3D 112,=20 >> continuation_pixel_width =3D 526,=20 >> first_visible_x =3D 1,=20 >> last_visible_x =3D 34472076,=20 >> last_visible_y =3D 1,=20 >> extra_line_spacing =3D 1606394264,=20 >> max_extra_line_spacing =3D 32767,=20 >> override_ascent =3D 1606390651,=20 >> override_descent =3D 32767,=20 >> override_boff =3D 1606393776,=20 >> glyph_row =3D 0x7fff5fbf937c,=20 >> area =3D 1606390568,=20 >> nglyphs =3D 32767,=20 >> pixel_width =3D 1606390544,=20 >> ascent =3D 32767,=20 >> descent =3D -1971909150,=20 >> max_ascent =3D 32767,=20 >> max_descent =3D 1606390568,=20 >> phys_ascent =3D 32767,=20 >> phys_descent =3D 1606392704,=20 >> max_phys_ascent =3D 32767,=20 >> max_phys_descent =3D 1606390624,=20 >> current_x =3D 32767,=20 >> continuation_lines_width =3D -1971909251,=20 >> eol_pos =3D { >> charpos =3D 140734799781786,=20 >> bytepos =3D 2 >> },=20 >> current_y =3D 1,=20 >> first_vpos =3D 0,=20 >> vpos =3D 1606394264,=20 >> hpos =3D 32767,=20 >> left_user_fringe_bitmap =3D 63532,=20 >> right_user_fringe_bitmap =3D 0,=20 >> left_user_fringe_face_id =3D 0,=20 >> right_user_fringe_face_id =3D 19582,=20 >> bidi_p =3D 0,=20 >> bidi_it =3D { >> bytepos =3D 140734799781786,=20 >> charpos =3D 140734799778672,=20 >> ch =3D 1606391440,=20 >> nchars =3D 140735516445968,=20 >> ch_len =3D 8388346030423827796,=20 >> type =3D 1886413102,=20 >> type_after_w1 =3D 32512,=20 >> orig_type =3D 34471936,=20 >> resolved_level =3D 8288,=20 >> invalid_levels =3D 34471936,=20 >> invalid_rl_levels =3D 1,=20 >> prev_was_pdf =3D 34472012,=20 >> prev =3D { >> bytepos =3D 4329439296,=20 >> charpos =3D 140734799778768,=20 >> type =3D 2322971009,=20 >> type_after_w1 =3D 32767,=20 >> orig_type =3D 34472000 >> },=20 >> last_strong =3D { >> bytepos =3D 0,=20 >> charpos =3D 4329439232,=20 >> type =3D 580735,=20 >> type_after_w1 =3D UNKNOWN_BT,=20 >> orig_type =3D 1606390768 >> },=20 >> next_for_neutral =3D { >> bytepos =3D 140735516405459,=20 >> charpos =3D 140734799780904,=20 >> type =3D 1606352896,=20 >> type_after_w1 =3D 32767,=20 >> orig_type =3D 1606392848 >> },=20 >> prev_for_neutral =3D { >> bytepos =3D 140735516435127,=20 >> charpos =3D 12,=20 >> type =3D 78071093,=20 >> type_after_w1 =3D STRONG_L,=20 >> orig_type =3D 48891126 >> },=20 >> next_for_ws =3D { >> bytepos =3D 15,=20 >> charpos =3D 4373038390,=20 >> type =3D 48891126,=20 >> type_after_w1 =3D STRONG_L,=20 >> orig_type =3D NEUTRAL_WS >> },=20 >> next_en_pos =3D 4373038391,=20 >> next_en_type =3D 48891126,=20 >> ignore_bn_limit =3D 536870914,=20 >> sor =3D 1606390912,=20 >> scan_dir =3D 32767,=20 >> disp_pos =3D 140735516364468,=20 >> disp_prop =3D 24,=20 >> stack_idx =3D 0,=20 >> level_stack =3D {{ >> level =3D 100,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D -4,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 34480704,=20 >> override =3D L2R >> }, { >> level =3D 1606391264,=20 >> override =3D 32767 >> }, { >> level =3D -1971972722,=20 >> override =3D 32767 >> }, { >> level =3D 30,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 78071099,=20 >> override =3D L2R >> }, { >> level =3D 48891126,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 1606391340,=20 >> override =3D 32767 >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 34480256,=20 >> override =3D L2R >> }, { >> level =3D 6,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 34476056,=20 >> override =3D L2R >> }, { >> level =3D 34480720,=20 >> override =3D L2R >> }, { >> level =3D 34471936,=20 >> override =3D L2R >> }, { >> level =3D 1606405928,=20 >> override =3D 32767 >> }, { >> level =3D 130972,=20 >> override =3D 8288 >> }, { >> level =3D 1606391180,=20 >> override =3D 32767 >> }, { >> level =3D 1606391176,=20 >> override =3D 32767 >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 1606391172,=20 >> override =3D 32767 >> }, { >> level =3D 256,=20 >> override =3D 8288 >> }, { >> level =3D -1963555728,=20 >> override =3D 32767 >> }, { >> level =3D 1935399276,=20 >> override =3D 32767 >> }, { >> level =3D 0,=20 >> override =3D 8288 >> }, { >> level =3D 1606391244,=20 >> override =3D 32767 >> }, { >> level =3D 1606391240,=20 >> override =3D 32767 >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 1606391236,=20 >> override =3D 32767 >> }, { >> level =3D 256,=20 >> override =3D 8288 >> }, { >> level =3D 34472048,=20 >> override =3D L2R >> }, { >> level =3D 34472076,=20 >> override =3D L2R >> }, { >> level =3D 0,=20 >> override =3D 129 >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D -1963555728,=20 >> override =3D 32767 >> }, { >> level =3D 34480340,=20 >> override =3D L2R >> }, { >> level =3D 34471936,=20 >> override =3D 8288 >> }, { >> level =3D 1606391340,=20 >> override =3D 32767 >> }, { >> level =3D 1606391336,=20 >> override =3D 32767 >> }, { >> level =3D 0,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 1606391332,=20 >> override =3D 32767 >> }, { >> level =3D 256,=20 >> override =3D 8288 >> }, { >> level =3D 34472048,=20 >> override =3D L2R >> }, { >> level =3D 34472076,=20 >> override =3D L2R >> }, { >> level =3D 34471936,=20 >> override =3D 129 >> }, { >> level =3D 34472012,=20 >> override =3D L2R >> }, { >> level =3D 34472048,=20 >> override =3D L2R >> }, { >> level =3D 63532,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 19582,=20 >> override =3D NEUTRAL_DIR >> }, { >> level =3D 34472012,=20 >> override =3D L2R >> }, { >> level =3D 34472000,=20 >> override =3D L2R >> }, { >> level =3D 1606391360,=20 >> override =3D 32767 >> }, { >> level =3D -1963555157,=20 >> override =3D 32767 >> }, { >> level =3D 1606391360,=20 >> override =3D 32767 >> }, { >> level =3D -1971996202,=20 >> override =3D 32767 >> }, { >> level =3D 34471936,=20 >> override =3D 8288 >> }, { >> level =3D 34471936,=20 >> override =3D L2R >> }, { >> level =3D 1606391424,=20 >> override =3D 32767 >> }, { >> level =3D -1963381035,=20 >> override =3D 32767 >> }, { >> level =3D 1606392032,=20 >> override =3D 32767 >> }, { >> level =3D 1606391976,=20 >> override =3D 32767 >> }, { >> level =3D 34472000,=20 >> override =3D L2R >> }, { >> level =3D 1606398674,=20 >> override =3D 32767 >> }, { >> level =3D 4096,=20 >> override =3D NEUTRAL_DIR >> }},=20 >> string =3D { >> lstring =3D 140734799781216,=20 >> s =3D 0x2
,=20 >> schars =3D 4294967285,=20 >> bufpos =3D 140734799780544,=20 >> from_disp_str =3D 1,=20 >> unibyte =3D 1 >> },=20 >> paragraph_dir =3D 1606391504,=20 >> separator_limit =3D 140735524919057,=20 >> first_elt =3D 0,=20 >> new_paragraph =3D 0,=20 >> frame_window_p =3D 0 >> },=20 >> paragraph_embedding =3D 1606392744 >> } >> count =3D 4 >> #28 0x0000000100035934 in redisplay_window_0 (window=3D4343956357) at = xdisp.c:13738 >> No locals. >> #29 0x000000010011e63d in internal_condition_case_1 (bfun=3D0x100035910= , arg=3D4343956357, handlers=3D4345320294, = hfun=3D0x1000169f0 ) at eval.c:1553 >> c =3D { >> tag =3D 4345311290,=20 >> val =3D 4345311290,=20 >> next =3D 0x7fff5fbfedb8,=20 >> gcpro =3D 0x0,=20 >> jmp =3D {92656, 1, 1606405216, 32767, 1606404912, 32767, 219408, 1, = 5740628, 1, 50352998, 1, 44355413, 1, 1172931, 1, 50410842, 1, 8099, = 895, 1606405104, 32767, 1077552, 1, 128, 0, 5749800, 1, 1606405184, = 32767, 1163453, 1, 50343994, 1, 50343994, 1, 50343994},=20 >> backlist =3D 0x0,=20 >> handlerlist =3D 0x7fff5fbfed90,=20 >> lisp_eval_depth =3D 0,=20 >> pdlcount =3D 4,=20 >> poll_suppress_count =3D 0,=20 >> interrupt_input_blocked =3D 0,=20 >> byte_stack =3D 0x0 >> } >> h =3D { >> handler =3D 4345320294,=20 >> var =3D 4345311290,=20 >> chosen_clause =3D 4295816643,=20 >> tag =3D 0x7fff5fbfcb60,=20 >> next =3D 0x7fff5fbfed90 >> } >> val =3D 0 >> #30 0x00000001000358f3 in redisplay_windows (window=3D4343956357) at = xdisp.c:13718 >> No locals. >> #31 0x0000000100041d3a in redisplay_internal () at xdisp.c:13295 >> fr =3D (struct frame *) 0x0 >> count =3D 2 >> old_frame =3D 4339324069 >> #32 0x00000001000b0daa in read_char (commandflag=3D1606412736, = nmaps=3D140734799800768, maps=3D0x7fff5fbfe9c0, = prev_event=3D208457375877693439, used_mouse_menu=3D0x7fff5fbfe9c0, = end_time=3D0x7fff5fbfe9c0) at keyboard.c:2448 >> previous_echo_area_message =3D 4345311290 >> reread =3D 0 >> polling_stopped_here =3D 0 >> local_getcjmp =3D {0 , 33521376, 1, = 1606412608, 32767, 1090058, 1, 1606412688, 32767, 43118024, 1, 51561738, = 1, 5745280, 1} >> key_already_recorded =3D 0 >> c =3D 4345311290 >> save_jump =3D {0 } >> also_record =3D 4345311290 >> orig_kboard =3D (struct kboard *) 0x102504dd0 >> #33 0x00000001000b3de7 in read_key_sequence () at keyboard.c:2832 >> No symbol table info available. >> #34 0x00000001000b597a in command_loop_1 () at keyboard.c:1449 >> keybuf =3D {96, 24, 4300707924, 0, 140734799801408, = 140734799801488, 4296135378, 4300726435, 3, 4297607245, 5758976, = -6335429201474750317, 5, 4300708392, 4300707924, 4297607240, 4295665184, = 140734799801728, 4296134359, 140734800051584, 4300726272, = 140734800051584, 140734800066896, 140734799801600, 140734799871673, = 140734800023824, 140734799801776, 140734800051584, 4300726272, 5} >> #35 0x000000010011e783 in internal_condition_case (bfun=3D0x1000b4470 = , handlers=3D4345367402, hfun=3D0x1000b5a10 ) = at eval.c:1515 >> c =3D { >> tag =3D 4345311290,=20 >> val =3D 4345311290,=20 >> next =3D 0x7fff5fbfeef0,=20 >> gcpro =3D 0x0,=20 >> jmp =3D {743952, 1, 1606414000, 32767, 1606413712, 32767, 5749800, 1, = 5740628, 1, 50400106, 1, 738416, 1, 1173262, 1, 5740628, 1, 8098, 895, = 697888, 1, 1173262, 1, 329, 0, 8096, 895, 3, 0, 0, 0, 0, 16711680, = 1128353093, 1330011987, 1281315918},=20 >> backlist =3D 0x0,=20 >> handlerlist =3D 0x0,=20 >> lisp_eval_depth =3D 0,=20 >> pdlcount =3D 2,=20 >> poll_suppress_count =3D 0,=20 >> interrupt_input_blocked =3D 0,=20 >> byte_stack =3D 0x0 >> } >> h =3D { >> handler =3D 4345367402,=20 >> var =3D 4345311290,=20 >> chosen_clause =3D 140734799802064,=20 >> tag =3D 0x7fff5fbfedb8,=20 >> next =3D 0x0 >> } >> val =3D 0 >> #36 0x00000001000b444e in command_loop_2 (ignore=3D140734799801352) = at keyboard.c:1160 >> No locals. >> #37 0x000000010011e888 in internal_catch (tag=3D140734799801352, = func=3D0x1000b4410 , arg=3D140734799801352) at = eval.c:1272 >> c =3D { >> tag =3D 4345363402,=20 >> val =3D 4345311290,=20 >> next =3D 0x0,=20 >> gcpro =3D 0x0,=20 >> jmp =3D {50343994, 1, 1606414304, 32767, 1606414064, 32767, 5741096, = 1, 5740628, 1, 738320, 1, 738320, 1, 1173621, 1, 32243712, 1, 8098, 895, = 1606414208, 32767, -1963212380, 32767, 779314017, 0, 1456240, 1, = 1606414352, 32767, 1606414360, 32767, 1832488, 1, 50343994, 1, = 1606414304},=20 >> backlist =3D 0x0,=20 >> handlerlist =3D 0x0,=20 >> lisp_eval_depth =3D 0,=20 >> pdlcount =3D 2,=20 >> poll_suppress_count =3D 0,=20 >> interrupt_input_blocked =3D 0,=20 >> byte_stack =3D 0x0 >> } >> #38 0x00000001000b5f70 in command_loop [inlined] () at = /Users/febeling/Downloads/emacs-24.0.97/src/keyboard.c:1139 >> val =3D 4295705616 >> count =3D 50396106 >> val =3D 4295705616 >> #39 0x00000001000b5f70 in recursive_edit_1 () at keyboard.c:759 >> val =3D 4295705616 >> count =3D 50396106 >> val =3D 4295705616 >> #40 0x00000001000a5d3c in Frecursive_edit () at keyboard.c:823 >> count =3D 0 >> buffer =3D 0 >> #41 0x00000001000a281f in main (argc=3D50396106, argv=3D0x7fff5fbff1b0)= at emacs.c:1715 >> stack_bottom_variable =3D 0 '\0' >> dummy =3D 0 >> junk =3D 0x0 >> skip_args =3D 0 >> rlim =3D { >> rlim_cur =3D 8720000,=20 >> rlim_max =3D 67104768 >> } >> dname_arg =3D 0x0 >> dname_arg2 =3D "??_?\000\000\032\023?_?", '\0' , "\001", '\0' , " = \a?_?\000\0000\a?_?\000\000\000\000\000\000\002\000\000\000??_?\000" >> ch_to_dir =3D 0x0 >>=20 >>=20 >>=20 >> In GNU Emacs 24.0.97.1 (x86_64-apple-darwin11.4.0, NS = apple-appkit-1138.47) >> of 2012-05-22 on flomac.local >> Windowing system distributor `Apple', version 10.3.1138 >> Configured using: >> `configure '--with-ns'' >>=20 >> Important settings: >> value of $LC_ALL: nil >> value of $LC_COLLATE: nil >> value of $LC_CTYPE: nil >> value of $LC_MESSAGES: nil >> value of $LC_MONETARY: nil >> value of $LC_NUMERIC: nil >> value of $LC_TIME: nil >> value of $LANG: nil >> value of $XMODIFIERS: nil >> locale-coding-system: nil >> default enable-multibyte-characters: t >>=20 >> Major mode: Fundamental >>=20 >> Minor modes in effect: >> show-paren-mode: t >> tooltip-mode: t >> mouse-wheel-mode: t >> menu-bar-mode: t >> file-name-shadow-mode: t >> global-font-lock-mode: t >> auto-composition-mode: t >> auto-encryption-mode: t >> auto-compression-mode: t >> line-number-mode: t >> transient-mark-mode: t >> abbrev-mode: t >>=20 >> Recent input: >> M-x r e p o =20 >> >>=20 >> Recent messages: >> Loading /Users/febeling/.emacs.d/elpa/package.el (source)...done >> Initializing for host flomac.local >> Loading ~/.emacs.d/abbrev_defs...done >> For information about GNU Emacs and the GNU system, type C-h C-a. >> Making completion list... >>=20 >> Load-path shadows: >> ~/.emacs.d/elpa/package hides = /Applications/Emacs.app/Contents/Resources/lisp/emacs-lisp/package >>=20 >> Features: >> (shadow sort mail-extr emacsbug message format-spec rfc822 mml = mml-sec >> mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils >> mailheader sendmail rfc2047 rfc2045 ietf-drums mail-utils help-mode >> easymenu view server paren uniquify oddmuse url url-proxy url-privacy >> url-expand url-methods url-history url-cookie url-util url-parse >> auth-source eieio assoc gnus-util password-cache url-vars mm-util >> mail-prsvr mailcap skeleton sgml-mode ruby-test ruby-mode haml-mode >> regexp-opt cl byte-opt warnings bytecomp byte-compile cconv macroexp >> advice help-fns advice-preload org-install ido paredit easy-mmode >> edit-server edmacro kmacro derived magit-autoloads package reporter >> time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win >> tool-bar dnd fontset image fringe lisp-mode register page menu-bar >> rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax >> facemenu font-core frame cham georgian utf-8-lang misc-lang = vietnamese >> tibetan thai tai-viet lao korean japanese hebrew greek romanian = slovak >> czech european ethiopic indian cyrillic chinese case-table epa-hook >> jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces >> cus-face files text-properties overlay sha1 md5 base64 format env >> code-pages mule custom widget hashtable-print-readable backquote >> make-network-process ns multi-tty emacs) >>=20 >>=20 >=20 --=20 Florian Ebeling florian.ebeling@gmail.com http://florianebeling.com/about http://getkeysapp.com/ From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 16 01:07:18 2012 Received: (at 11541-done) by debbugs.gnu.org; 16 Oct 2012 05:07:18 +0000 Received: from localhost ([127.0.0.1]:46000 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TNzN1-0005Q5-RL for submit@debbugs.gnu.org; Tue, 16 Oct 2012 01:07:18 -0400 Received: from mailout.melmac.se ([62.20.26.67]:54217) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TNzMr-0005No-Sa for 11541-done@debbugs.gnu.org; Tue, 16 Oct 2012 01:07:10 -0400 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id D9B939963 for <11541-done@debbugs.gnu.org>; Tue, 16 Oct 2012 07:05:43 +0200 (CEST) Received: (qmail 20535 invoked by uid 89); 16 Oct 2012 05:05:08 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 16 Oct 2012 05:05:08 -0000 Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 116F97FA05E; Tue, 16 Oct 2012 07:05:43 +0200 (CEST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 From: =?iso-8859-1?Q?Jan_Dj=E4rv?= In-Reply-To: <6214FEBC-60E2-46A0-9EC1-92F48D9FEFB8@gmail.com> Date: Tue, 16 Oct 2012 07:05:42 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> <6214FEBC-60E2-46A0-9EC1-92F48D9FEFB8@gmail.com> To: "C. Florian Ebeling" X-Mailer: Apple Mail (2.1499) X-Debbugs-Envelope-To: 11541-done Cc: 11541-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Hello. 15 okt 2012 kl. 23:15 skrev "C. Florian Ebeling" : > Hi Jan, >=20 > I don't see this crash in the latest revisions trunk any longer. I = have seen your commit from 14th was included. (I wouldn't get the crash = in the immediately preceding revision either, though.) >=20 Ok, closing this bug. Please open it (or a new one) if the problem = comes back. Thanks, Jan D. > Florian >=20 > On 14.10.2012, at 20:58, Jan Dj=E4rv wrote: >=20 >> Hello. >>=20 >> I found a potential memory corruption in NS font handling. Can you = test an updated trunk to see if your problem still exists? >>=20 >> Thanks, >>=20 >> Jan D. >>=20 >> 22 maj 2012 kl. 12:29 skrev Florian Ebeling = : >>=20 >>> I run the Cocoa application without configuration from the debugger. = See >>> below for output. >>>=20 >>> The I visit a file (C-x C-f) that contains a single utf-8 character, >>> ARROW RIGHT and a newline. That file, utf8test, is four bytes: >>>=20 >>> $ hexdump utf8test >>> 0000000 e2 86 92 0a =20 >>> 0000004 >>>=20 >>> It crashes (SIGABRT signal). A few more observations: >>>=20 >>> - the same file opens without problems when running -nw in a = terminal >>> shell >>>=20 >>> - this same crash happens when setting the coding system to = utf-8-unix >>> for the next command before find-file (C-x RET c) >>>=20 >>> - this crash also seemed to occur with versions 23.something and >>> 24.0.94, but I didn't reproduce them under as controlled conditions >>> (not same file, but similar utf-8 containing short file) >>>=20 >>> Output from debugger 'bt full' looks like this: >>>=20 >>> gdb /Applications/Emacs.app/Contents/MacOS/Emacs =20 >>> GNU gdb 6.3.50-20050815 (Apple version gdb-1752) (Sat Jan 28 = 03:02:46 UTC 2012) >>> Copyright 2004 Free Software Foundation, Inc. >>> GDB is free software, covered by the GNU General Public License, and = you are >>> welcome to change it and/or distribute copies of it under certain = conditions. >>> Type "show copying" to see the conditions. >>> There is absolutely no warranty for GDB. Type "show warranty" for = details. >>> This GDB was configured as "x86_64-apple-darwin"...Reading symbols = for shared libraries ........... done >>>=20 >>> (gdb) set args -Q >>> (gdb) r >>> Starting program: /Applications/Emacs.app/Contents/MacOS/Emacs -Q >>> Reading symbols for shared libraries = ++++++++++................................................................= ............................................................ done >>> Reading symbols for shared libraries . done >>> Reading symbols for shared libraries . done >>> Reading symbols for shared libraries . done >>> Reading symbols for shared libraries . done >>> Reading symbols for shared libraries . done >>> Reading symbols for shared libraries . done >>> Reading symbols for shared libraries ......... done >>> Reading symbols for shared libraries . done >>> Reading symbols for shared libraries . done >>> Reading symbols for shared libraries . done >>>=20 >>> Program received signal EXC_BAD_ACCESS, Could not access memory. >>> Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 >>> 0x00007fff8966d3c2 in CFStringGetLength () >>> (gdb) bt full >>> #0 0x00007fff8966d3c2 in CFStringGetLength () >>> No symbol table info available. >>> #1 0x00007fff896849e9 in CFStringCompareWithOptionsAndLocale () >>> No symbol table info available. >>> #2 0x00007fff89e937b2 in = CompareLocalizedDescriptorsByTraitsAndPrecedence () >>> No symbol table info available. >>> #3 0x00007fff896a5fa5 in __CFSimpleMergeSort () >>> No symbol table info available. >>> #4 0x00007fff896a6067 in __CFSimpleMergeSort () >>> No symbol table info available. >>> #5 0x00007fff896a6083 in __CFSimpleMergeSort () >>> No symbol table info available. >>> #6 0x00007fff896a6083 in __CFSimpleMergeSort () >>> No symbol table info available. >>> #7 0x00007fff896a6067 in __CFSimpleMergeSort () >>> No symbol table info available. >>> #8 0x00007fff896a6067 in __CFSimpleMergeSort () >>> No symbol table info available. >>> #9 0x00007fff896a6067 in __CFSimpleMergeSort () >>> No symbol table info available. >>> #10 0x00007fff896a6067 in __CFSimpleMergeSort () >>> No symbol table info available. >>> #11 0x00007fff896a6067 in __CFSimpleMergeSort () >>> No symbol table info available. >>> #12 0x00007fff896a5ef6 in CFSortIndexes () >>> No symbol table info available. >>> #13 0x00007fff89678e33 in CFQSortArray () >>> No symbol table info available. >>> #14 0x00007fff89678bb8 in CFArraySortValues () >>> No symbol table info available. >>> #15 0x00007fff89ebdb28 in TDescriptorSource::GetAllDescriptors () >>> No symbol table info available. >>> #16 0x00007fff89e8a587 in TDescriptor::CreateMatchingDescriptors () >>> No symbol table info available. >>> #17 0x0000000100a32599 in -[NSCTFontDescriptor = matchingFontDescriptorsWithMandatoryKeys:] () >>> No symbol table info available. >>> #18 0x00000001001a1c7a in ns_findfonts (font_spec=3D4366993920, = isMatch=3D0 '\0') at nsfont.m:521 >>> fdesc =3D (NSFontDescriptor *) 0x102e947a0 >>> list =3D 140734799761024 >>> #19 0x000000010012ff32 in font_list_entities (frame=3D140734799761440,= spec=3D140734799761440) at font.c:2728 >>> val =3D 4345311290 >>> list =3D 140734799761440 >>> driver_list =3D (struct font_driver_list *) 0x101f3cf90 >>> f =3D (FRAME_PTR) 0x101f3d6d0 >>> size =3D 0 >>> ftype =3D 4345311290 >>> #20 0x0000000100131d5e in font_find_for_lface (f=3D0x7fff5fbf5130, = attrs=3D0x7fff5fbf5130, spec=3D626, c=3D1606373680) at font.c:3197 >>> registry =3D {4345516394, 4338015085, 8} >>> adstyle =3D {4345311290, 4338015085, 2375403569948205300} >>> pixel_size =3D 1606373680 >>> foundry =3D {4345520202, 4345311290, 4338015085} >>> frame =3D 4327724757 >>> work =3D 0 >>> val =3D 0 >>> #21 0x000000010017863f in fontset_find_font (fontset=3D4327724757, = c=3D1606373856, face=3D0x7fff5fbf51e0, id=3D1606373856, = fallback=3D1606373856) at fontset.c:620 >>> font_group =3D 4327724757 >>> vec =3D 4343516389 >>> #22 0x00000001001788da in fontset_font (fontset=3D4355892213, = c=3D8594, face=3D0x7fff5fbf5230, id=3D1606373936) at fontset.c:736 >>> rfont_def =3D 0 >>> base_fontset =3D 4343307829 >>> default_rfont_def =3D 0 >>> #23 0x0000000100178ce4 in face_for_char (f=3D0x101f3d6d0, = face=3D0x103a1a8b0, c=3D60926128, pos=3D-1, object=3D0) at fontset.c:950 >>> fontset =3D 4355892213 >>> charset =3D 4345311290 >>> rfont_def =3D 0 >>> face_id =3D >>> #24 0x000000010003272d in get_next_display_element (it=3D0x102e93065) = at xdisp.c:6780 >>> c =3D -1 >>> success_p =3D 0 >>> #25 0x00000001000396bb in display_line (it=3D0x7fff5fbf6e30) at = xdisp.c:19134 >>> min_bpos =3D 0 >>> wrap_it =3D { >>> window =3D 0,=20 >>> w =3D 0x102e416c0,=20 >>> f =3D 0x37,=20 >>> method =3D GET_FROM_BUFFER,=20 >>> stop_charpos =3D 4295539312,=20 >>> prev_stop =3D 140734799764944,=20 >>> base_level_stop =3D 140734799762520,=20 >>> end_charpos =3D 140734799762560,=20 >>> s =3D 0x11b094
,=20 >>> string_nchars =3D 4294967296,=20 >>> region_beg_charpos =3D -4294967295,=20 >>> region_end_charpos =3D 0,=20 >>> redisplay_end_trigger_charpos =3D 1606374976,=20 >>> multibyte_p =3D 0,=20 >>> header_line_p =3D 1,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 1,=20 >>> from_disp_prop_p =3D 1,=20 >>> ellipsis_p =3D 1,=20 >>> avoid_cursor_p =3D 0,=20 >>> dp =3D 0x1001b9570,=20 >>> dpvec =3D 0x1,=20 >>> dpend =3D 0x0,=20 >>> dpvec_char_len =3D 2,=20 >>> dpvec_face_id =3D 0,=20 >>> saved_face_id =3D 1,=20 >>> ctl_chars =3D {1, 1, 0, 0, 53, 4366731264, 140734799767256, -1, = 140734799763632, 4295536989, 4298236800, 4299726008, 0, 0, 0, -1},=20 >>> start =3D { >>> pos =3D { >>> charpos =3D 140734799767400,=20 >>> bytepos =3D 4298236712 >>> },=20 >>> overlay_string_index =3D 0,=20 >>> string_pos =3D { >>> charpos =3D 4345474906,=20 >>> bytepos =3D 4345311290 >>> },=20 >>> dpvec_index =3D 0 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 140734799762800,=20 >>> bytepos =3D 4296137578 >>> },=20 >>> overlay_string_index =3D 27,=20 >>> string_pos =3D { >>> charpos =3D 4298236717,=20 >>> bytepos =3D 4294967348 >>> },=20 >>> dpvec_index =3D 50344042 >>> },=20 >>> n_overlay_strings =3D 50343994,=20 >>> overlay_strings_charpos =3D 0,=20 >>> overlay_strings =3D {2, 4300119744, 0, 140734799762816, = 140734799762896, 4296135378, 32, 27, 4298236717, 1, 9012717867547387382, = 5, 2, 4300119744, 4298236712, -1},=20 >>> string_overlays =3D {140734799763136, 4345311290, 140734799762944, = 4296044148, 4349330038, 4345311290, 140734799763184, 4296132584, 0, 29, = 4297153296, 4300092675, 33, 0, 39352224, 0},=20 >>> string =3D 0,=20 >>> from_overlay =3D 0,=20 >>> stack =3D {{ >>> string =3D 0,=20 >>> string_nchars =3D 0,=20 >>> end_charpos =3D 0,=20 >>> stop_charpos =3D 0,=20 >>> prev_stop =3D 0,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 0,=20 >>> id =3D 0,=20 >>> ch =3D 0,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 0,=20 >>> nglyphs =3D 0,=20 >>> reversed_p =3D 5151152,=20 >>> charpos =3D -1,=20 >>> nchars =3D 737830390,=20 >>> nbytes =3D 2098436902,=20 >>> from =3D 54362758,=20 >>> to =3D 1,=20 >>> width =3D 2 >>> },=20 >>> face_id =3D 5152448,=20 >>> u =3D { >>> image =3D { >>> object =3D 4300118448,=20 >>> slice =3D { >>> x =3D -1,=20 >>> y =3D 140734799763424,=20 >>> width =3D 4296133377,=20 >>> height =3D 2 >>> },=20 >>> image_id =3D 140734799763536 >>> },=20 >>> comp =3D { >>> object =3D 4300118448 >>> },=20 >>> stretch =3D { >>> object =3D 4300118448 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 140734799763312,=20 >>> bytepos =3D 3 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 2,=20 >>> bytepos =3D 0 >>> },=20 >>> overlay_string_index =3D 737830390,=20 >>> string_pos =3D { >>> charpos =3D 4345311290,=20 >>> bytepos =3D 0 >>> },=20 >>> dpvec_index =3D 1606375280 >>> },=20 >>> from_overlay =3D 32,=20 >>> area =3D RIGHT_MARGIN_AREA,=20 >>> method =3D GET_FROM_BUFFER,=20 >>> paragraph_embedding =3D 1606375504,=20 >>> multibyte_p =3D 1,=20 >>> string_from_display_prop_p =3D 1,=20 >>> string_from_prefix_prop_p =3D 1,=20 >>> display_ellipsis_p =3D 1,=20 >>> avoid_cursor_p =3D 1,=20 >>> bidi_p =3D 1,=20 >>> from_disp_prop_p =3D 1,=20 >>> line_wrap =3D 1606375312,=20 >>> voffset =3D 32767,=20 >>> space_width =3D 140734799763336,=20 >>> font_height =3D -1 >>> }, { >>> string =3D 4338093400,=20 >>> string_nchars =3D 54362758,=20 >>> end_charpos =3D 4345422234,=20 >>> stop_charpos =3D 140734799763592,=20 >>> prev_stop =3D 2,=20 >>> base_level_stop =3D 2,=20 >>> cmp_it =3D { >>> stop_pos =3D 140734799763440,=20 >>> id =3D 4295535100,=20 >>> ch =3D 1606375424,=20 >>> rule_idx =3D 32767,=20 >>> lookback =3D 634687,=20 >>> nglyphs =3D 1,=20 >>> reversed_p =3D 1606375424,=20 >>> charpos =3D 4295602600,=20 >>> nchars =3D 32757456,=20 >>> nbytes =3D 1,=20 >>> from =3D 0,=20 >>> to =3D 0,=20 >>> width =3D 1606375560 >>> },=20 >>> face_id =3D 32757456,=20 >>> u =3D { >>> image =3D { >>> object =3D 140734799763552,=20 >>> slice =3D { >>> x =3D 4295604923,=20 >>> y =3D -1,=20 >>> width =3D -1,=20 >>> height =3D 10 >>> },=20 >>> image_id =3D 1 >>> },=20 >>> comp =3D { >>> object =3D 140734799763552 >>> },=20 >>> stretch =3D { >>> object =3D 140734799763552 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 140734799763592,=20 >>> bytepos =3D 140734799764240 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 4327724752,=20 >>> bytepos =3D 4 >>> },=20 >>> overlay_string_index =3D 50491082,=20 >>> string_pos =3D { >>> charpos =3D 140734799763736,=20 >>> bytepos =3D 140734799763808 >>> },=20 >>> dpvec_index =3D 637383 >>> },=20 >>> from_overlay =3D 0,=20 >>> area =3D 32757456,=20 >>> method =3D GET_FROM_DISPLAY_VECTOR,=20 >>> paragraph_embedding =3D L2R,=20 >>> multibyte_p =3D 1,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D 50344618,=20 >>> voffset =3D 1,=20 >>> space_width =3D 4345350762,=20 >>> font_height =3D 4345350762 >>> }, { >>> string =3D 140734799763696,=20 >>> string_nchars =3D -2053264683,=20 >>> end_charpos =3D 4345350762,=20 >>> stop_charpos =3D 3771,=20 >>> prev_stop =3D 140734799763712,=20 >>> base_level_stop =3D 140735524918486,=20 >>> cmp_it =3D { >>> stop_pos =3D 36289430896,=20 >>> id =3D -128,=20 >>> ch =3D 0,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 38920624,=20 >>> nglyphs =3D 1,=20 >>> reversed_p =3D 32258560,=20 >>> charpos =3D 4333916424,=20 >>> nchars =3D 0,=20 >>> nbytes =3D 0,=20 >>> from =3D 0,=20 >>> to =3D 0,=20 >>> width =3D 0 >>> },=20 >>> face_id =3D 0,=20 >>> u =3D { >>> image =3D { >>> object =3D 4648383318516039680,=20 >>> slice =3D { >>> x =3D 4611686018427387904,=20 >>> y =3D 4327225856,=20 >>> width =3D 1929692528,=20 >>> height =3D 4327233128 >>> },=20 >>> image_id =3D 4327233104 >>> },=20 >>> comp =3D { >>> object =3D 4648383318516039680 >>> },=20 >>> stretch =3D { >>> object =3D 4648383318516039680 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 4327233120,=20 >>> bytepos =3D 4327233112 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 4327211016,=20 >>> bytepos =3D 4327230980 >>> },=20 >>> overlay_string_index =3D 32265848,=20 >>> string_pos =3D { >>> charpos =3D 140733193388040,=20 >>> bytepos =3D 8651784320 >>> },=20 >>> dpvec_index =3D 32263680 >>> },=20 >>> from_overlay =3D 4327233136,=20 >>> area =3D 32263680,=20 >>> method =3D GET_FROM_DISPLAY_VECTOR,=20 >>> paragraph_embedding =3D 4294967168,=20 >>> multibyte_p =3D 1,=20 >>> string_from_display_prop_p =3D 1,=20 >>> string_from_prefix_prop_p =3D 1,=20 >>> display_ellipsis_p =3D 1,=20 >>> avoid_cursor_p =3D 1,=20 >>> bidi_p =3D 1,=20 >>> from_disp_prop_p =3D 1,=20 >>> line_wrap =3D 7,=20 >>> voffset =3D 0,=20 >>> space_width =3D 4327211008,=20 >>> font_height =3D 4356048032 >>> }, { >>> string =3D 4355784704,=20 >>> string_nchars =3D 61080576,=20 >>> end_charpos =3D 4327211008,=20 >>> stop_charpos =3D 120,=20 >>> prev_stop =3D 0,=20 >>> base_level_stop =3D 4333887920,=20 >>> cmp_it =3D { >>> stop_pos =3D 140734799764048,=20 >>> id =3D 140735509742929,=20 >>> ch =3D 4,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 0,=20 >>> nglyphs =3D 1082279936,=20 >>> reversed_p =3D 0,=20 >>> charpos =3D 0,=20 >>> nchars =3D 0,=20 >>> nbytes =3D 2,=20 >>> from =3D 38949104,=20 >>> to =3D 1,=20 >>> width =3D 0 >>> },=20 >>> face_id =3D 48690024,=20 >>> u =3D { >>> image =3D { >>> object =3D 4333916448,=20 >>> slice =3D { >>> x =3D 0,=20 >>> y =3D 140734799766912,=20 >>> width =3D 140735509742601,=20 >>> height =3D 0 >>> },=20 >>> image_id =3D 4611686018427387904 >>> },=20 >>> comp =3D { >>> object =3D 4333916448 >>> },=20 >>> stretch =3D { >>> object =3D 4333916448 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 4624633867356078080,=20 >>> bytepos =3D 4624633867356078080 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 140734799764552,=20 >>> bytepos =3D 46 >>> },=20 >>> overlay_string_index =3D 1606376512,=20 >>> string_pos =3D { >>> charpos =3D 40,=20 >>> bytepos =3D 1606376128 >>> },=20 >>> dpvec_index =3D 50343994 >>> },=20 >>> from_overlay =3D 4300718328,=20 >>> area =3D 50343994,=20 >>> method =3D GET_FROM_DISPLAY_VECTOR,=20 >>> paragraph_embedding =3D NEUTRAL_DIR,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D 50343994,=20 >>> voffset =3D 0,=20 >>> space_width =3D 140734799764240,=20 >>> font_height =3D 4296442110 >>> }, { >>> string =3D 4333888848,=20 >>> string_nchars =3D 184,=20 >>> end_charpos =3D 4300717096,=20 >>> stop_charpos =3D 72057598384300312,=20 >>> prev_stop =3D 4684385727255937024,=20 >>> base_level_stop =3D 4625478292286210048,=20 >>> cmp_it =3D { >>> stop_pos =3D 4333887056,=20 >>> id =3D 4611686018427387904,=20 >>> ch =3D 0,=20 >>> rule_idx =3D 1090699264,=20 >>> lookback =3D 0,=20 >>> nglyphs =3D 1072693248,=20 >>> reversed_p =3D 38920912,=20 >>> charpos =3D 4343656960,=20 >>> nchars =3D 38949104,=20 >>> nbytes =3D 1,=20 >>> from =3D 4352,=20 >>> to =3D 0,=20 >>> width =3D 48689840 >>> },=20 >>> face_id =3D 0,=20 >>> u =3D { >>> image =3D { >>> object =3D 4333888784,=20 >>> slice =3D { >>> x =3D 0,=20 >>> y =3D 140734799764400,=20 >>> width =3D 4296484811,=20 >>> height =3D 140734799764536 >>> },=20 >>> image_id =3D 4300139488 >>> },=20 >>> comp =3D { >>> object =3D 4333888784 >>> },=20 >>> stretch =3D { >>> object =3D 4333888784 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 56,=20 >>> bytepos =3D 140735498586629 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 101,=20 >>> bytepos =3D 4333892200 >>> },=20 >>> overlay_string_index =3D 38924592,=20 >>> string_pos =3D { >>> charpos =3D 2,=20 >>> bytepos =3D 4333890352 >>> },=20 >>> dpvec_index =3D 1606376536 >>> },=20 >>> from_overlay =3D 140734799764512,=20 >>> area =3D 2305223604,=20 >>> method =3D 32767,=20 >>> paragraph_embedding =3D 43,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 1,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D 39029408,=20 >>> voffset =3D 1,=20 >>> space_width =3D 4333921984,=20 >>> font_height =3D 4333889008 >>> }},=20 >>> sp =3D 16973825,=20 >>> selective =3D 4333890400,=20 >>> what =3D 1606377000,=20 >>> face_id =3D 32767,=20 >>> selective_display_ellipsis_p =3D 0,=20 >>> ctl_arrow_p =3D 1,=20 >>> face_box_p =3D 0,=20 >>> start_of_box_run_p =3D 0,=20 >>> end_of_box_run_p =3D 0,=20 >>> overlay_strings_at_end_processed_p =3D 0,=20 >>> ignore_overlay_strings_at_pos_p =3D 0,=20 >>> glyph_not_available_p =3D 0,=20 >>> starts_in_middle_of_char_p =3D 0,=20 >>> face_before_selective_p =3D 0,=20 >>> constrain_row_ascent_descent_p =3D 0,=20 >>> line_wrap =3D TRUNCATE,=20 >>> base_face_id =3D 1606376640,=20 >>> c =3D 32767,=20 >>> len =3D -1949191437,=20 >>> cmp_it =3D { >>> stop_pos =3D 4345311290,=20 >>> id =3D 4333921984,=20 >>> ch =3D 1,=20 >>> rule_idx =3D 16777216,=20 >>> lookback =3D 1,=20 >>> nglyphs =3D 0,=20 >>> reversed_p =3D 38923056,=20 >>> charpos =3D 4333891696,=20 >>> nchars =3D 39029408,=20 >>> nbytes =3D 1,=20 >>> from =3D 38906784,=20 >>> to =3D 1,=20 >>> width =3D 38954688 >>> },=20 >>> char_to_display =3D 1,=20 >>> glyphless_method =3D GLYPHLESS_DISPLAY_THIN_SPACE,=20 >>> image_id =3D 0,=20 >>> slice =3D { >>> x =3D 0,=20 >>> y =3D 2,=20 >>> width =3D 2,=20 >>> height =3D 33 >>> },=20 >>> space_width =3D 4343656968,=20 >>> voffset =3D -6720,=20 >>> tab_width =3D 593,=20 >>> font_height =3D 4333888968,=20 >>> object =3D 140734799766960,=20 >>> position =3D { >>> charpos =3D 140735509749301,=20 >>> bytepos =3D 4634766966517661696 >>> },=20 >>> truncation_pixel_width =3D -27804,=20 >>> continuation_pixel_width =3D 28,=20 >>> first_visible_x =3D 1,=20 >>> last_visible_x =3D 1606376600,=20 >>> last_visible_y =3D 32767,=20 >>> extra_line_spacing =3D 1606376960,=20 >>> max_extra_line_spacing =3D 32767,=20 >>> override_ascent =3D 38939184,=20 >>> override_descent =3D 1,=20 >>> override_boff =3D 0,=20 >>> glyph_row =3D 0x7fff5fbf5e00,=20 >>> area =3D TEXT_AREA,=20 >>> nglyphs =3D 0,=20 >>> pixel_width =3D 1606376768,=20 >>> ascent =3D 32767,=20 >>> descent =3D -2101775944,=20 >>> max_ascent =3D 32767,=20 >>> max_descent =3D 1606376768,=20 >>> phys_ascent =3D 32767,=20 >>> phys_descent =3D -2053194862,=20 >>> max_phys_ascent =3D 32767,=20 >>> max_phys_descent =3D 45428512,=20 >>> current_x =3D 1,=20 >>> continuation_lines_width =3D 38934128,=20 >>> eol_pos =3D { >>> charpos =3D 140734799767200,=20 >>> bytepos =3D 140735435137684 >>> },=20 >>> current_y =3D 0,=20 >>> first_vpos =3D 1,=20 >>> vpos =3D 10660486,=20 >>> hpos =3D 1,=20 >>> left_user_fringe_bitmap =3D 12064,=20 >>> right_user_fringe_bitmap =3D 693,=20 >>> left_user_fringe_face_id =3D 1,=20 >>> right_user_fringe_face_id =3D 252736,=20 >>> bidi_p =3D 1,=20 >>> bidi_it =3D { >>> bytepos =3D 4333918284,=20 >>> charpos =3D 0,=20 >>> ch =3D 46,=20 >>> nchars =3D 12,=20 >>> ch_len =3D 12,=20 >>> type =3D 46,=20 >>> type_after_w1 =3D UNKNOWN_BT,=20 >>> orig_type =3D 38919760,=20 >>> resolved_level =3D 1,=20 >>> invalid_levels =3D 1606379008,=20 >>> invalid_rl_levels =3D 32767,=20 >>> prev_was_pdf =3D -1,=20 >>> prev =3D { >>> bytepos =3D 4295626704,=20 >>> charpos =3D 4295633056,=20 >>> type =3D UNKNOWN_BT,=20 >>> type_after_w1 =3D UNKNOWN_BT,=20 >>> orig_type =3D 48689664 >>> },=20 >>> last_strong =3D { >>> bytepos =3D 0,=20 >>> charpos =3D 0,=20 >>> type =3D 17127633,=20 >>> type_after_w1 =3D UNKNOWN_BT,=20 >>> orig_type =3D UNKNOWN_BT >>> },=20 >>> next_for_neutral =3D { >>> bytepos =3D 4294967296,=20 >>> charpos =3D 140735111610528,=20 >>> type =3D 6352,=20 >>> type_after_w1 =3D STRONG_L,=20 >>> orig_type =3D UNKNOWN_BT >>> },=20 >>> prev_for_neutral =3D { >>> bytepos =3D 4607182418800017408,=20 >>> charpos =3D 4333888784,=20 >>> type =3D 1065353216,=20 >>> type_after_w1 =3D 1065353216,=20 >>> orig_type =3D 1065353216 >>> },=20 >>> next_for_ws =3D { >>> bytepos =3D 0,=20 >>> charpos =3D 0,=20 >>> type =3D UNKNOWN_BT,=20 >>> type_after_w1 =3D STRONG_L,=20 >>> orig_type =3D 24 >>> },=20 >>> next_en_pos =3D 0,=20 >>> next_en_type =3D UNKNOWN_BT,=20 >>> ignore_bn_limit =3D 4340395808,=20 >>> sor =3D 1606378080,=20 >>> scan_dir =3D 32767,=20 >>> disp_pos =3D 4340395808,=20 >>> disp_prop =3D 1606414792,=20 >>> stack_idx =3D 32767,=20 >>> level_stack =3D {{ >>> level =3D 1606414784,=20 >>> override =3D 32767 >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 5,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 37540064,=20 >>> override =3D L2R >>> }, { >>> level =3D 32610368,=20 >>> override =3D L2R >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 6404,=20 >>> override =3D L2R >>> }, { >>> level =3D 1929724256,=20 >>> override =3D 32767 >>> }, { >>> level =3D 1606378272,=20 >>> override =3D 32767 >>> }, { >>> level =3D -1963215928,=20 >>> override =3D 32767 >>> }, { >>> level =3D 10,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 1918224904,=20 >>> override =3D 32767 >>> }, { >>> level =3D 1,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> } , { >>> level =3D 50343994,=20 >>> override =3D L2R >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> } },=20 >>> string =3D { >>> lstring =3D 0,=20 >>> s =3D 0x0,=20 >>> schars =3D 0,=20 >>> bufpos =3D 0,=20 >>> from_disp_str =3D 0,=20 >>> unibyte =3D 0 >>> },=20 >>> paragraph_dir =3D NEUTRAL_DIR,=20 >>> separator_limit =3D 0,=20 >>> first_elt =3D 0,=20 >>> new_paragraph =3D 0,=20 >>> frame_window_p =3D 0 >>> },=20 >>> paragraph_embedding =3D NEUTRAL_DIR >>> } >>> row =3D (struct glyph_row *) 0x10446e400 >>> min_pos =3D 140734799769088 >>> #26 0x0000000100040b1f in try_window (window=3D4343804005, = flags=3D1606384480) at xdisp.c:16127 >>> it =3D { >>> window =3D 4327725333,=20 >>> w =3D 0x101f3d910,=20 >>> f =3D 0x101f3d6d0,=20 >>> method =3D GET_FROM_BUFFER,=20 >>> stop_charpos =3D 3,=20 >>> prev_stop =3D 1,=20 >>> base_level_stop =3D 0,=20 >>> end_charpos =3D 3,=20 >>> s =3D 0x0,=20 >>> string_nchars =3D 0,=20 >>> region_beg_charpos =3D -1,=20 >>> region_end_charpos =3D -1,=20 >>> redisplay_end_trigger_charpos =3D 0,=20 >>> multibyte_p =3D 1,=20 >>> header_line_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> dp =3D 0x0,=20 >>> dpvec =3D 0x0,=20 >>> dpend =3D 0x0,=20 >>> dpvec_char_len =3D 0,=20 >>> dpvec_face_id =3D 0,=20 >>> saved_face_id =3D 0,=20 >>> ctl_chars =3D {0 },=20 >>> start =3D { >>> pos =3D { >>> charpos =3D 1,=20 >>> bytepos =3D 1 >>> },=20 >>> overlay_string_index =3D -1,=20 >>> string_pos =3D { >>> charpos =3D -1,=20 >>> bytepos =3D -1 >>> },=20 >>> dpvec_index =3D -1 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 1,=20 >>> bytepos =3D 1 >>> },=20 >>> overlay_string_index =3D -1,=20 >>> string_pos =3D { >>> charpos =3D -1,=20 >>> bytepos =3D -1 >>> },=20 >>> dpvec_index =3D -1 >>> },=20 >>> n_overlay_strings =3D 0,=20 >>> overlay_strings_charpos =3D 1,=20 >>> overlay_strings =3D {0 },=20 >>> string_overlays =3D {0 },=20 >>> string =3D 4345311290,=20 >>> from_overlay =3D 0,=20 >>> stack =3D {{ >>> string =3D 0,=20 >>> string_nchars =3D 0,=20 >>> end_charpos =3D 0,=20 >>> stop_charpos =3D 0,=20 >>> prev_stop =3D 0,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 0,=20 >>> id =3D 0,=20 >>> ch =3D 0,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 0,=20 >>> nglyphs =3D 0,=20 >>> reversed_p =3D 0,=20 >>> charpos =3D 0,=20 >>> nchars =3D 0,=20 >>> nbytes =3D 0,=20 >>> from =3D 0,=20 >>> to =3D 0,=20 >>> width =3D 0 >>> },=20 >>> face_id =3D 0,=20 >>> u =3D { >>> image =3D { >>> object =3D 0,=20 >>> slice =3D { >>> x =3D 0,=20 >>> y =3D 0,=20 >>> width =3D 0,=20 >>> height =3D 0 >>> },=20 >>> image_id =3D 0 >>> },=20 >>> comp =3D { >>> object =3D 0 >>> },=20 >>> stretch =3D { >>> object =3D 0 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> overlay_string_index =3D 0,=20 >>> string_pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> dpvec_index =3D 0 >>> },=20 >>> from_overlay =3D 0,=20 >>> area =3D LEFT_MARGIN_AREA,=20 >>> method =3D GET_FROM_BUFFER,=20 >>> paragraph_embedding =3D NEUTRAL_DIR,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D TRUNCATE,=20 >>> voffset =3D 0,=20 >>> space_width =3D 0,=20 >>> font_height =3D 0 >>> }, { >>> string =3D 0,=20 >>> string_nchars =3D 0,=20 >>> end_charpos =3D 0,=20 >>> stop_charpos =3D 0,=20 >>> prev_stop =3D 0,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 0,=20 >>> id =3D 0,=20 >>> ch =3D 0,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 0,=20 >>> nglyphs =3D 0,=20 >>> reversed_p =3D 0,=20 >>> charpos =3D 0,=20 >>> nchars =3D 0,=20 >>> nbytes =3D 0,=20 >>> from =3D 0,=20 >>> to =3D 0,=20 >>> width =3D 0 >>> },=20 >>> face_id =3D 0,=20 >>> u =3D { >>> image =3D { >>> object =3D 0,=20 >>> slice =3D { >>> x =3D 0,=20 >>> y =3D 0,=20 >>> width =3D 0,=20 >>> height =3D 0 >>> },=20 >>> image_id =3D 0 >>> },=20 >>> comp =3D { >>> object =3D 0 >>> },=20 >>> stretch =3D { >>> object =3D 0 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> overlay_string_index =3D 0,=20 >>> string_pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> dpvec_index =3D 0 >>> },=20 >>> from_overlay =3D 0,=20 >>> area =3D LEFT_MARGIN_AREA,=20 >>> method =3D GET_FROM_BUFFER,=20 >>> paragraph_embedding =3D NEUTRAL_DIR,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D TRUNCATE,=20 >>> voffset =3D 0,=20 >>> space_width =3D 0,=20 >>> font_height =3D 0 >>> }, { >>> string =3D 0,=20 >>> string_nchars =3D 0,=20 >>> end_charpos =3D 0,=20 >>> stop_charpos =3D 0,=20 >>> prev_stop =3D 0,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 0,=20 >>> id =3D 0,=20 >>> ch =3D 0,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 0,=20 >>> nglyphs =3D 0,=20 >>> reversed_p =3D 0,=20 >>> charpos =3D 0,=20 >>> nchars =3D 0,=20 >>> nbytes =3D 0,=20 >>> from =3D 0,=20 >>> to =3D 0,=20 >>> width =3D 0 >>> },=20 >>> face_id =3D 0,=20 >>> u =3D { >>> image =3D { >>> object =3D 0,=20 >>> slice =3D { >>> x =3D 0,=20 >>> y =3D 0,=20 >>> width =3D 0,=20 >>> height =3D 0 >>> },=20 >>> image_id =3D 0 >>> },=20 >>> comp =3D { >>> object =3D 0 >>> },=20 >>> stretch =3D { >>> object =3D 0 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> overlay_string_index =3D 0,=20 >>> string_pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> dpvec_index =3D 0 >>> },=20 >>> from_overlay =3D 0,=20 >>> area =3D LEFT_MARGIN_AREA,=20 >>> method =3D GET_FROM_BUFFER,=20 >>> paragraph_embedding =3D NEUTRAL_DIR,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D TRUNCATE,=20 >>> voffset =3D 0,=20 >>> space_width =3D 0,=20 >>> font_height =3D 0 >>> }, { >>> string =3D 0,=20 >>> string_nchars =3D 0,=20 >>> end_charpos =3D 0,=20 >>> stop_charpos =3D 0,=20 >>> prev_stop =3D 0,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 0,=20 >>> id =3D 0,=20 >>> ch =3D 0,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 0,=20 >>> nglyphs =3D 0,=20 >>> reversed_p =3D 0,=20 >>> charpos =3D 0,=20 >>> nchars =3D 0,=20 >>> nbytes =3D 0,=20 >>> from =3D 0,=20 >>> to =3D 0,=20 >>> width =3D 0 >>> },=20 >>> face_id =3D 0,=20 >>> u =3D { >>> image =3D { >>> object =3D 0,=20 >>> slice =3D { >>> x =3D 0,=20 >>> y =3D 0,=20 >>> width =3D 0,=20 >>> height =3D 0 >>> },=20 >>> image_id =3D 0 >>> },=20 >>> comp =3D { >>> object =3D 0 >>> },=20 >>> stretch =3D { >>> object =3D 0 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> overlay_string_index =3D 0,=20 >>> string_pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> dpvec_index =3D 0 >>> },=20 >>> from_overlay =3D 0,=20 >>> area =3D LEFT_MARGIN_AREA,=20 >>> method =3D GET_FROM_BUFFER,=20 >>> paragraph_embedding =3D NEUTRAL_DIR,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D TRUNCATE,=20 >>> voffset =3D 0,=20 >>> space_width =3D 0,=20 >>> font_height =3D 0 >>> }, { >>> string =3D 0,=20 >>> string_nchars =3D 0,=20 >>> end_charpos =3D 0,=20 >>> stop_charpos =3D 0,=20 >>> prev_stop =3D 0,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 0,=20 >>> id =3D 0,=20 >>> ch =3D 0,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 0,=20 >>> nglyphs =3D 0,=20 >>> reversed_p =3D 0,=20 >>> charpos =3D 0,=20 >>> nchars =3D 0,=20 >>> nbytes =3D 0,=20 >>> from =3D 0,=20 >>> to =3D 0,=20 >>> width =3D 0 >>> },=20 >>> face_id =3D 0,=20 >>> u =3D { >>> image =3D { >>> object =3D 0,=20 >>> slice =3D { >>> x =3D 0,=20 >>> y =3D 0,=20 >>> width =3D 0,=20 >>> height =3D 0 >>> },=20 >>> image_id =3D 0 >>> },=20 >>> comp =3D { >>> object =3D 0 >>> },=20 >>> stretch =3D { >>> object =3D 0 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> overlay_string_index =3D 0,=20 >>> string_pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> dpvec_index =3D 0 >>> },=20 >>> from_overlay =3D 0,=20 >>> area =3D LEFT_MARGIN_AREA,=20 >>> method =3D GET_FROM_BUFFER,=20 >>> paragraph_embedding =3D NEUTRAL_DIR,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D TRUNCATE,=20 >>> voffset =3D 0,=20 >>> space_width =3D 0,=20 >>> font_height =3D 0 >>> }},=20 >>> sp =3D 0,=20 >>> selective =3D 0,=20 >>> what =3D IT_CHARACTER,=20 >>> face_id =3D 0,=20 >>> selective_display_ellipsis_p =3D 1,=20 >>> ctl_arrow_p =3D 1,=20 >>> face_box_p =3D 0,=20 >>> start_of_box_run_p =3D 0,=20 >>> end_of_box_run_p =3D 0,=20 >>> overlay_strings_at_end_processed_p =3D 0,=20 >>> ignore_overlay_strings_at_pos_p =3D 0,=20 >>> glyph_not_available_p =3D 0,=20 >>> starts_in_middle_of_char_p =3D 0,=20 >>> face_before_selective_p =3D 0,=20 >>> constrain_row_ascent_descent_p =3D 0,=20 >>> line_wrap =3D WINDOW_WRAP,=20 >>> base_face_id =3D 0,=20 >>> c =3D 8594,=20 >>> len =3D 3,=20 >>> cmp_it =3D { >>> stop_pos =3D 1,=20 >>> id =3D -1,=20 >>> ch =3D -2,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 0,=20 >>> nglyphs =3D 0,=20 >>> reversed_p =3D 0,=20 >>> charpos =3D 0,=20 >>> nchars =3D 0,=20 >>> nbytes =3D 0,=20 >>> from =3D 0,=20 >>> to =3D 0,=20 >>> width =3D 0 >>> },=20 >>> char_to_display =3D 8594,=20 >>> glyphless_method =3D GLYPHLESS_DISPLAY_THIN_SPACE,=20 >>> image_id =3D 0,=20 >>> slice =3D { >>> x =3D 4345311290,=20 >>> y =3D 4345311290,=20 >>> width =3D 4345311290,=20 >>> height =3D 4345311290 >>> },=20 >>> space_width =3D 4345311290,=20 >>> voffset =3D 0,=20 >>> tab_width =3D 8,=20 >>> font_height =3D 4345311290,=20 >>> object =3D 4343702597,=20 >>> position =3D { >>> charpos =3D 1,=20 >>> bytepos =3D 1 >>> },=20 >>> truncation_pixel_width =3D 0,=20 >>> continuation_pixel_width =3D 0,=20 >>> first_visible_x =3D 0,=20 >>> last_visible_x =3D 560,=20 >>> last_visible_y =3D 495,=20 >>> extra_line_spacing =3D 0,=20 >>> max_extra_line_spacing =3D 0,=20 >>> override_ascent =3D -1,=20 >>> override_descent =3D 0,=20 >>> override_boff =3D 0,=20 >>> glyph_row =3D 0x10446e400,=20 >>> area =3D TEXT_AREA,=20 >>> nglyphs =3D 0,=20 >>> pixel_width =3D 0,=20 >>> ascent =3D 0,=20 >>> descent =3D 0,=20 >>> max_ascent =3D 0,=20 >>> max_descent =3D 0,=20 >>> phys_ascent =3D 0,=20 >>> phys_descent =3D 0,=20 >>> max_phys_ascent =3D 0,=20 >>> max_phys_descent =3D 0,=20 >>> current_x =3D 0,=20 >>> continuation_lines_width =3D 0,=20 >>> eol_pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> current_y =3D 0,=20 >>> first_vpos =3D 0,=20 >>> vpos =3D 0,=20 >>> hpos =3D 0,=20 >>> left_user_fringe_bitmap =3D 0,=20 >>> right_user_fringe_bitmap =3D 0,=20 >>> left_user_fringe_face_id =3D 0,=20 >>> right_user_fringe_face_id =3D 0,=20 >>> bidi_p =3D 1,=20 >>> bidi_it =3D { >>> bytepos =3D 1,=20 >>> charpos =3D 1,=20 >>> ch =3D 8594,=20 >>> nchars =3D 1,=20 >>> ch_len =3D 3,=20 >>> type =3D STRONG_L,=20 >>> type_after_w1 =3D NEUTRAL_ON,=20 >>> orig_type =3D NEUTRAL_ON,=20 >>> resolved_level =3D 0,=20 >>> invalid_levels =3D 0,=20 >>> invalid_rl_levels =3D -1,=20 >>> prev_was_pdf =3D 0,=20 >>> prev =3D { >>> bytepos =3D 1,=20 >>> charpos =3D 1,=20 >>> type =3D NEUTRAL_B,=20 >>> type_after_w1 =3D NEUTRAL_B,=20 >>> orig_type =3D NEUTRAL_B >>> },=20 >>> last_strong =3D { >>> bytepos =3D 0,=20 >>> charpos =3D 0,=20 >>> type =3D UNKNOWN_BT,=20 >>> type_after_w1 =3D UNKNOWN_BT,=20 >>> orig_type =3D UNKNOWN_BT >>> },=20 >>> next_for_neutral =3D { >>> bytepos =3D 0,=20 >>> charpos =3D -1,=20 >>> type =3D UNKNOWN_BT,=20 >>> type_after_w1 =3D UNKNOWN_BT,=20 >>> orig_type =3D UNKNOWN_BT >>> },=20 >>> prev_for_neutral =3D { >>> bytepos =3D 1,=20 >>> charpos =3D 1,=20 >>> type =3D STRONG_L,=20 >>> type_after_w1 =3D UNKNOWN_BT,=20 >>> orig_type =3D UNKNOWN_BT >>> },=20 >>> next_for_ws =3D { >>> bytepos =3D 0,=20 >>> charpos =3D 0,=20 >>> type =3D UNKNOWN_BT,=20 >>> type_after_w1 =3D UNKNOWN_BT,=20 >>> orig_type =3D UNKNOWN_BT >>> },=20 >>> next_en_pos =3D 0,=20 >>> next_en_type =3D UNKNOWN_BT,=20 >>> ignore_bn_limit =3D -1,=20 >>> sor =3D L2R,=20 >>> scan_dir =3D 1,=20 >>> disp_pos =3D 3,=20 >>> disp_prop =3D 0,=20 >>> stack_idx =3D 0,=20 >>> level_stack =3D {{ >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> } },=20 >>> string =3D { >>> lstring =3D 4345311290,=20 >>> s =3D 0x0,=20 >>> schars =3D 0,=20 >>> bufpos =3D 0,=20 >>> from_disp_str =3D 0,=20 >>> unibyte =3D 0 >>> },=20 >>> paragraph_dir =3D L2R,=20 >>> separator_limit =3D -1,=20 >>> first_elt =3D 0,=20 >>> new_paragraph =3D 0,=20 >>> frame_window_p =3D 1 >>> },=20 >>> paragraph_embedding =3D NEUTRAL_DIR >>> } >>> w =3D (struct window *) 0x101f3d910 >>> pos =3D #27 0x000000010004a070 in redisplay_window = (window=3D4343804005, just_this_one_p=3D1606404880) at xdisp.c:15652 >>> d2 =3D 14595 >>> d4 =3D 19 >>> d6 =3D 0 >>> d1 =3D 0 >>> d3 =3D 1 >>> d5 =3D 1 >>> old =3D (struct buffer *) 0x102e7a440 >>> update_mode_line =3D 1 >>> end_unchanged =3D 0 >>> w =3D (struct window *) 0x101f3d910 >>> beg_unchanged =3D 1 >>> it =3D { >>> window =3D 125756703507456,=20 >>> w =3D 0x100000000,=20 >>> f =3D 0x90000dd1a,=20 >>> method =3D 2147483648,=20 >>> stop_charpos =3D 17179869750,=20 >>> prev_stop =3D 712964571267,=20 >>> base_level_stop =3D 8589935173,=20 >>> end_charpos =3D 2147483647,=20 >>> s =3D 0x103a40400 "\033",=20 >>> string_nchars =3D 80,=20 >>> region_beg_charpos =3D 0,=20 >>> region_end_charpos =3D 46,=20 >>> redisplay_end_trigger_charpos =3D 48,=20 >>> multibyte_p =3D 0,=20 >>> header_line_p =3D 0,=20 >>> string_from_display_prop_p =3D 1,=20 >>> string_from_prefix_prop_p =3D 1,=20 >>> from_disp_prop_p =3D 0,=20 >>> ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> dp =3D 0xb,=20 >>> dpvec =3D 0x7fff5fbf93c0,=20 >>> dpend =3D 0x7fff8a76317e,=20 >>> dpvec_char_len =3D 46,=20 >>> dpvec_face_id =3D 0,=20 >>> saved_face_id =3D 184,=20 >>> ctl_chars =3D {4356046693, 4345311290, 140734799776400, 4345311290, = 140734799780720, 4295952836, 0, 0, 1, 0, 4372824490, 4343685158, 6, = 4372824491, 4343685158, 9},=20 >>> start =3D { >>> pos =3D { >>> charpos =3D 4372824492,=20 >>> bytepos =3D 4343685158 >>> },=20 >>> overlay_string_index =3D 12,=20 >>> string_pos =3D { >>> charpos =3D 4372824493,=20 >>> bytepos =3D 4343685158 >>> },=20 >>> dpvec_index =3D 15 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 4372824494,=20 >>> bytepos =3D 4343685158 >>> },=20 >>> overlay_string_index =3D 18,=20 >>> string_pos =3D { >>> charpos =3D 4372824495,=20 >>> bytepos =3D 4343685158 >>> },=20 >>> dpvec_index =3D 21 >>> },=20 >>> n_overlay_strings =3D 77857200,=20 >>> overlay_strings_charpos =3D 4343685158,=20 >>> overlay_strings =3D {24, 4372824497, 4343685158, 27, 4372824498, = 4343685158, 30, 4372824499, 4343685158, 33, 4372824500, 4343685158, 36, = 4372824501, 4343685158, 1},=20 >>> string_overlays =3D {1, 140734799793816, 15, 0, 140734799793816, 0, = 140734799776800, 4295530662, 140734799793848, 140734799793840, 15, = 140734799793816, 0, 1, 140734799777728, 4295531219},=20 >>> string =3D 15,=20 >>> from_overlay =3D 0,=20 >>> stack =3D {{ >>> string =3D 0,=20 >>> string_nchars =3D 1,=20 >>> end_charpos =3D 140734799777776,=20 >>> stop_charpos =3D 4295532350,=20 >>> prev_stop =3D 140734799776960,=20 >>> base_level_stop =3D 24,=20 >>> cmp_it =3D { >>> stop_pos =3D 24,=20 >>> id =3D 2293512536232,=20 >>> ch =3D 24,=20 >>> rule_idx =3D 24,=20 >>> lookback =3D 168,=20 >>> nglyphs =3D 534,=20 >>> reversed_p =3D 24,=20 >>> charpos =3D 0,=20 >>> nchars =3D 24,=20 >>> nbytes =3D 24,=20 >>> from =3D 0,=20 >>> to =3D 1072693248,=20 >>> width =3D 0 >>> },=20 >>> face_id =3D 0,=20 >>> u =3D { >>> image =3D { >>> object =3D 140734799779424,=20 >>> slice =3D { >>> x =3D 140735516389758,=20 >>> y =3D 4294967296,=20 >>> width =3D 140734799794088,=20 >>> height =3D 140734799780720 >>> },=20 >>> image_id =3D 4295952836 >>> },=20 >>> comp =3D { >>> object =3D 140734799779424 >>> },=20 >>> stretch =3D { >>> object =3D 140734799779424 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 2293512536232,=20 >>> bytepos =3D 4372794641 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 9012717867547387382,=20 >>> bytepos =3D 140734799779048 >>> },=20 >>> overlay_string_index =3D 1606391232,=20 >>> string_pos =3D { >>> charpos =3D 140734799780064,=20 >>> bytepos =3D 304 >>> },=20 >>> dpvec_index =3D 0 >>> },=20 >>> from_overlay =3D 140734799777936,=20 >>> area =3D 2323022317,=20 >>> method =3D 32767,=20 >>> paragraph_embedding =3D 304,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D 1606392032,=20 >>> voffset =3D 32767,=20 >>> space_width =3D 8,=20 >>> font_height =3D 576461864746423053 >>> }, { >>> string =3D 4343706070,=20 >>> string_nchars =3D 0,=20 >>> end_charpos =3D 0,=20 >>> stop_charpos =3D 0,=20 >>> prev_stop =3D 0,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 0,=20 >>> id =3D 1,=20 >>> ch =3D 5623696,=20 >>> rule_idx =3D 1,=20 >>> lookback =3D 77827344,=20 >>> nglyphs =3D 1,=20 >>> reversed_p =3D -77827344,=20 >>> charpos =3D 40,=20 >>> nchars =3D 0,=20 >>> nbytes =3D 0,=20 >>> from =3D 77827384,=20 >>> to =3D 1,=20 >>> width =3D 38921672 >>> },=20 >>> face_id =3D 38921488,=20 >>> u =3D { >>> image =3D { >>> object =3D 0,=20 >>> slice =3D { >>> x =3D 0,=20 >>> y =3D 4333888968,=20 >>> width =3D 0,=20 >>> height =3D 8 >>> },=20 >>> image_id =3D 0 >>> },=20 >>> comp =3D { >>> object =3D 0 >>> },=20 >>> stretch =3D { >>> object =3D 0 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 4343706068 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 140733193388043,=20 >>> bytepos =3D 4372794640 >>> },=20 >>> overlay_string_index =3D 1606389392,=20 >>> string_pos =3D { >>> charpos =3D 4295952836,=20 >>> bytepos =3D 0 >>> },=20 >>> dpvec_index =3D 0 >>> },=20 >>> from_overlay =3D 20,=20 >>> area =3D LEFT_MARGIN_AREA,=20 >>> method =3D GET_FROM_BUFFER,=20 >>> paragraph_embedding =3D R2L,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D 77827344,=20 >>> voffset =3D 1,=20 >>> space_width =3D 4372794680,=20 >>> font_height =3D 4343706066 >>> }, { >>> string =3D 4294967296,=20 >>> string_nchars =3D 0,=20 >>> end_charpos =3D 0,=20 >>> stop_charpos =3D 0,=20 >>> prev_stop =3D 1,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 4372794642,=20 >>> id =3D 4343685158,=20 >>> ch =3D 6,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 77827347,=20 >>> nglyphs =3D 1,=20 >>> reversed_p =3D 48717862,=20 >>> charpos =3D 9,=20 >>> nchars =3D 77827348,=20 >>> nbytes =3D 1,=20 >>> from =3D 48717862,=20 >>> to =3D 1,=20 >>> width =3D 12 >>> },=20 >>> face_id =3D 77827349,=20 >>> u =3D { >>> image =3D { >>> object =3D 4343685158,=20 >>> slice =3D { >>> x =3D 15,=20 >>> y =3D 4372794646,=20 >>> width =3D 4343685158,=20 >>> height =3D 4627448617123184640 >>> },=20 >>> image_id =3D 4627448617123184640 >>> },=20 >>> comp =3D { >>> object =3D 4343685158 >>> },=20 >>> stretch =3D { >>> object =3D 4343685158 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 140734799777632,=20 >>> bytepos =3D 140735509743403 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 4333888784 >>> },=20 >>> overlay_string_index =3D 1606391000,=20 >>> string_pos =3D { >>> charpos =3D 34784940138403,=20 >>> bytepos =3D 140734799777808 >>> },=20 >>> dpvec_index =3D 11 >>> },=20 >>> from_overlay =3D 4294967305,=20 >>> area =3D 1606389772,=20 >>> method =3D 32767,=20 >>> paragraph_embedding =3D 1606391000,=20 >>> multibyte_p =3D 1,=20 >>> string_from_display_prop_p =3D 1,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 1,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D 8099,=20 >>> voffset =3D 8099,=20 >>> space_width =3D 140734799777856,=20 >>> font_height =3D 140734799793816 >>> }, { >>> string =3D 9012717867547387382,=20 >>> string_nchars =3D 1606391688,=20 >>> end_charpos =3D 140734799779936,=20 >>> stop_charpos =3D 140734799780736,=20 >>> prev_stop =3D 304,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 140734799778608,=20 >>> id =3D 140735516410349,=20 >>> ch =3D 304,=20 >>> rule_idx =3D 32767,=20 >>> lookback =3D 1606392704,=20 >>> nglyphs =3D 32767,=20 >>> reversed_p =3D 0,=20 >>> charpos =3D 576461864700016684,=20 >>> nchars =3D 1,=20 >>> nbytes =3D 0,=20 >>> from =3D 16,=20 >>> to =3D 0,=20 >>> width =3D -16777216 >>> },=20 >>> face_id =3D 1,=20 >>> u =3D { >>> image =3D { >>> object =3D 4333888968,=20 >>> slice =3D { >>> x =3D 140734799781624,=20 >>> y =3D 140734799778007,=20 >>> width =3D 140734799781128,=20 >>> height =3D 140734799778008 >>> },=20 >>> image_id =3D 140734799777928 >>> },=20 >>> comp =3D { >>> object =3D 4333888968 >>> },=20 >>> stretch =3D { >>> object =3D 4333888968 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 140734799777904,=20 >>> bytepos =3D 140735516446178 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 140734799777928,=20 >>> bytepos =3D 140734799780064 >>> },=20 >>> overlay_string_index =3D 1606389952,=20 >>> string_pos =3D { >>> charpos =3D 140735516446077,=20 >>> bytepos =3D 140734799781114 >>> },=20 >>> dpvec_index =3D 2 >>> },=20 >>> from_overlay =3D 1,=20 >>> area =3D 1606393592,=20 >>> method =3D 32767,=20 >>> paragraph_embedding =3D 46469901,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D 580734,=20 >>> voffset =3D 0,=20 >>> space_width =3D 140734799781114,=20 >>> font_height =3D 140734799778000 >>> }, { >>> string =3D 140734799778800,=20 >>> string_nchars =3D -1971909360,=20 >>> end_charpos =3D 8391162080558216309,=20 >>> stop_charpos =3D 140734799793664,=20 >>> prev_stop =3D 15,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 0,=20 >>> id =3D -1,=20 >>> ch =3D 1606390944,=20 >>> rule_idx =3D 32767,=20 >>> lookback =3D 565054,=20 >>> nglyphs =3D 1,=20 >>> reversed_p =3D 0,=20 >>> charpos =3D 64258872,=20 >>> nchars =3D 1606404904,=20 >>> nbytes =3D 32767,=20 >>> from =3D -1,=20 >>> to =3D -1,=20 >>> width =3D -13500198 >>> },=20 >>> face_id =3D -1,=20 >>> u =3D { >>> image =3D { >>> object =3D 4333888968,=20 >>> slice =3D { >>> x =3D 4333888784,=20 >>> y =3D 3,=20 >>> width =3D 16,=20 >>> height =3D 140734799782544 >>> },=20 >>> image_id =3D 140735539178352 >>> },=20 >>> comp =3D { >>> object =3D 4333888968 >>> },=20 >>> stretch =3D { >>> object =3D 4333888968 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 140734799780624,=20 >>> bytepos =3D 140735516389758 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 140734799782576,=20 >>> bytepos =3D 140735539178352 >>> },=20 >>> overlay_string_index =3D 8,=20 >>> string_pos =3D { >>> charpos =3D 27,=20 >>> bytepos =3D 2 >>> },=20 >>> dpvec_index =3D 536870914 >>> },=20 >>> from_overlay =3D 140734799778272,=20 >>> area =3D 2322976436,=20 >>> method =3D 32767,=20 >>> paragraph_embedding =3D 64258872,=20 >>> multibyte_p =3D 1,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D 100,=20 >>> voffset =3D 0,=20 >>> space_width =3D 4294967292,=20 >>> font_height =3D 8589934591 >>> }},=20 >>> sp =3D 1606390592,=20 >>> selective =3D 140735516382606,=20 >>> what =3D 909391412,=20 >>> face_id =3D 825243961,=20 >>> selective_display_ellipsis_p =3D 0,=20 >>> ctl_arrow_p =3D 1,=20 >>> face_box_p =3D 1,=20 >>> start_of_box_run_p =3D 0,=20 >>> end_of_box_run_p =3D 1,=20 >>> overlay_strings_at_end_processed_p =3D 1,=20 >>> ignore_overlay_strings_at_pos_p =3D 1,=20 >>> glyph_not_available_p =3D 1,=20 >>> starts_in_middle_of_char_p =3D 1,=20 >>> face_before_selective_p =3D 0,=20 >>> constrain_row_ascent_descent_p =3D 1,=20 >>> line_wrap =3D 2098436902,=20 >>> base_face_id =3D 1606390432,=20 >>> c =3D 0,=20 >>> len =3D 1606390668,=20 >>> cmp_it =3D { >>> stop_pos =3D 0,=20 >>> id =3D 4329447552,=20 >>> ch =3D 6,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 34476056,=20 >>> nglyphs =3D 1,=20 >>> reversed_p =3D 34480720,=20 >>> charpos =3D 4329439232,=20 >>> nchars =3D 1606398960,=20 >>> nbytes =3D 32767,=20 >>> from =3D 0,=20 >>> to =3D 8288,=20 >>> width =3D 1606390508 >>> },=20 >>> char_to_display =3D 1606390504,=20 >>> glyphless_method =3D 32767,=20 >>> image_id =3D 0,=20 >>> slice =3D { >>> x =3D 140734799778532,=20 >>> y =3D 35596688949504,=20 >>> width =3D 140735524799600,=20 >>> height =3D 140735128787308 >>> },=20 >>> space_width =3D 35596688949248,=20 >>> voffset =3D -27860,=20 >>> tab_width =3D 24511,=20 >>> font_height =3D 140734799778600,=20 >>> object =3D 0,=20 >>> position =3D { >>> charpos =3D 140734799778596,=20 >>> bytepos =3D 35596688949504 >>> },=20 >>> truncation_pixel_width =3D 112,=20 >>> continuation_pixel_width =3D 526,=20 >>> first_visible_x =3D 1,=20 >>> last_visible_x =3D 34472076,=20 >>> last_visible_y =3D 1,=20 >>> extra_line_spacing =3D 1606394264,=20 >>> max_extra_line_spacing =3D 32767,=20 >>> override_ascent =3D 1606390651,=20 >>> override_descent =3D 32767,=20 >>> override_boff =3D 1606393776,=20 >>> glyph_row =3D 0x7fff5fbf937c,=20 >>> area =3D 1606390568,=20 >>> nglyphs =3D 32767,=20 >>> pixel_width =3D 1606390544,=20 >>> ascent =3D 32767,=20 >>> descent =3D -1971909150,=20 >>> max_ascent =3D 32767,=20 >>> max_descent =3D 1606390568,=20 >>> phys_ascent =3D 32767,=20 >>> phys_descent =3D 1606392704,=20 >>> max_phys_ascent =3D 32767,=20 >>> max_phys_descent =3D 1606390624,=20 >>> current_x =3D 32767,=20 >>> continuation_lines_width =3D -1971909251,=20 >>> eol_pos =3D { >>> charpos =3D 140734799781786,=20 >>> bytepos =3D 2 >>> },=20 >>> current_y =3D 1,=20 >>> first_vpos =3D 0,=20 >>> vpos =3D 1606394264,=20 >>> hpos =3D 32767,=20 >>> left_user_fringe_bitmap =3D 63532,=20 >>> right_user_fringe_bitmap =3D 0,=20 >>> left_user_fringe_face_id =3D 0,=20 >>> right_user_fringe_face_id =3D 19582,=20 >>> bidi_p =3D 0,=20 >>> bidi_it =3D { >>> bytepos =3D 140734799781786,=20 >>> charpos =3D 140734799778672,=20 >>> ch =3D 1606391440,=20 >>> nchars =3D 140735516445968,=20 >>> ch_len =3D 8388346030423827796,=20 >>> type =3D 1886413102,=20 >>> type_after_w1 =3D 32512,=20 >>> orig_type =3D 34471936,=20 >>> resolved_level =3D 8288,=20 >>> invalid_levels =3D 34471936,=20 >>> invalid_rl_levels =3D 1,=20 >>> prev_was_pdf =3D 34472012,=20 >>> prev =3D { >>> bytepos =3D 4329439296,=20 >>> charpos =3D 140734799778768,=20 >>> type =3D 2322971009,=20 >>> type_after_w1 =3D 32767,=20 >>> orig_type =3D 34472000 >>> },=20 >>> last_strong =3D { >>> bytepos =3D 0,=20 >>> charpos =3D 4329439232,=20 >>> type =3D 580735,=20 >>> type_after_w1 =3D UNKNOWN_BT,=20 >>> orig_type =3D 1606390768 >>> },=20 >>> next_for_neutral =3D { >>> bytepos =3D 140735516405459,=20 >>> charpos =3D 140734799780904,=20 >>> type =3D 1606352896,=20 >>> type_after_w1 =3D 32767,=20 >>> orig_type =3D 1606392848 >>> },=20 >>> prev_for_neutral =3D { >>> bytepos =3D 140735516435127,=20 >>> charpos =3D 12,=20 >>> type =3D 77857197,=20 >>> type_after_w1 =3D STRONG_L,=20 >>> orig_type =3D 48717862 >>> },=20 >>> next_for_ws =3D { >>> bytepos =3D 15,=20 >>> charpos =3D 4372824494,=20 >>> type =3D 48717862,=20 >>> type_after_w1 =3D STRONG_L,=20 >>> orig_type =3D NEUTRAL_WS >>> },=20 >>> next_en_pos =3D 4372824495,=20 >>> next_en_type =3D 48717862,=20 >>> ignore_bn_limit =3D 536870914,=20 >>> sor =3D 1606390912,=20 >>> scan_dir =3D 32767,=20 >>> disp_pos =3D 140735516364468,=20 >>> disp_prop =3D 24,=20 >>> stack_idx =3D 0,=20 >>> level_stack =3D {{ >>> level =3D 100,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D -4,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 34480704,=20 >>> override =3D L2R >>> }, { >>> level =3D 1606391264,=20 >>> override =3D 32767 >>> }, { >>> level =3D -1971972722,=20 >>> override =3D 32767 >>> }, { >>> level =3D 30,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 77857203,=20 >>> override =3D L2R >>> }, { >>> level =3D 48717862,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 1606391340,=20 >>> override =3D 32767 >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 34480256,=20 >>> override =3D L2R >>> }, { >>> level =3D 6,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 34476056,=20 >>> override =3D L2R >>> }, { >>> level =3D 34480720,=20 >>> override =3D L2R >>> }, { >>> level =3D 34471936,=20 >>> override =3D L2R >>> }, { >>> level =3D 1606405928,=20 >>> override =3D 32767 >>> }, { >>> level =3D 130972,=20 >>> override =3D 8288 >>> }, { >>> level =3D 1606391180,=20 >>> override =3D 32767 >>> }, { >>> level =3D 1606391176,=20 >>> override =3D 32767 >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 1606391172,=20 >>> override =3D 32767 >>> }, { >>> level =3D 256,=20 >>> override =3D 8288 >>> }, { >>> level =3D -1963555728,=20 >>> override =3D 32767 >>> }, { >>> level =3D 1935399276,=20 >>> override =3D 32767 >>> }, { >>> level =3D 0,=20 >>> override =3D 8288 >>> }, { >>> level =3D 1606391244,=20 >>> override =3D 32767 >>> }, { >>> level =3D 1606391240,=20 >>> override =3D 32767 >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 1606391236,=20 >>> override =3D 32767 >>> }, { >>> level =3D 256,=20 >>> override =3D 8288 >>> }, { >>> level =3D 34472048,=20 >>> override =3D L2R >>> }, { >>> level =3D 34472076,=20 >>> override =3D L2R >>> }, { >>> level =3D 0,=20 >>> override =3D 129 >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D -1963555728,=20 >>> override =3D 32767 >>> }, { >>> level =3D 34480340,=20 >>> override =3D L2R >>> }, { >>> level =3D 34471936,=20 >>> override =3D 8288 >>> }, { >>> level =3D 1606391340,=20 >>> override =3D 32767 >>> }, { >>> level =3D 1606391336,=20 >>> override =3D 32767 >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 1606391332,=20 >>> override =3D 32767 >>> }, { >>> level =3D 256,=20 >>> override =3D 8288 >>> }, { >>> level =3D 34472048,=20 >>> override =3D L2R >>> }, { >>> level =3D 34472076,=20 >>> override =3D L2R >>> }, { >>> level =3D 34471936,=20 >>> override =3D 129 >>> }, { >>> level =3D 34472012,=20 >>> override =3D L2R >>> }, { >>> level =3D 34472048,=20 >>> override =3D L2R >>> }, { >>> level =3D 63532,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 19582,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 34472012,=20 >>> override =3D L2R >>> }, { >>> level =3D 34472000,=20 >>> override =3D L2R >>> }, { >>> level =3D 1606391360,=20 >>> override =3D 32767 >>> }, { >>> level =3D -1963555157,=20 >>> override =3D 32767 >>> }, { >>> level =3D 1606391360,=20 >>> override =3D 32767 >>> }, { >>> level =3D -1971996202,=20 >>> override =3D 32767 >>> }, { >>> level =3D 34471936,=20 >>> override =3D 8288 >>> }, { >>> level =3D 34471936,=20 >>> override =3D L2R >>> }, { >>> level =3D 1606391424,=20 >>> override =3D 32767 >>> }, { >>> level =3D -1963381035,=20 >>> override =3D 32767 >>> }, { >>> level =3D 1606392032,=20 >>> override =3D 32767 >>> }, { >>> level =3D 1606391976,=20 >>> override =3D 32767 >>> }, { >>> level =3D 34472000,=20 >>> override =3D L2R >>> }, { >>> level =3D 1606398674,=20 >>> override =3D 32767 >>> }, { >>> level =3D 4096,=20 >>> override =3D NEUTRAL_DIR >>> }},=20 >>> string =3D { >>> lstring =3D 140734799781216,=20 >>> s =3D 0x2
,=20 >>> schars =3D 4294967285,=20 >>> bufpos =3D 140734799780544,=20 >>> from_disp_str =3D 1,=20 >>> unibyte =3D 1 >>> },=20 >>> paragraph_dir =3D 1606391504,=20 >>> separator_limit =3D 140735524919057,=20 >>> first_elt =3D 0,=20 >>> new_paragraph =3D 0,=20 >>> frame_window_p =3D 0 >>> },=20 >>> paragraph_embedding =3D 1606392744 >>> } >>> count =3D 4 >>> #28 0x0000000100035934 in redisplay_window_0 (window=3D4343804005) = at xdisp.c:13738 >>> No locals. >>> #29 0x000000010011e63d in internal_condition_case_1 = (bfun=3D0x100035910 , arg=3D4343804005, = handlers=3D4345320294, hfun=3D0x1000169f0 ) at = eval.c:1553 >>> c =3D { >>> tag =3D 4345311290,=20 >>> val =3D 4345311290,=20 >>> next =3D 0x7fff5fbfedb8,=20 >>> gcpro =3D 0x0,=20 >>> jmp =3D {92656, 1, 1606405216, 32767, 1606404912, 32767, 219408, 1, = 5740628, 1, 50352998, 1, 32758037, 1, 1172931, 1, 50410842, 1, 8099, = 895, 1606405104, 32767, 1077552, 1, 128, 0, 5749800, 1, 1606405184, = 32767, 1163453, 1, 50343994, 1, 50343994, 1, 50343994},=20 >>> backlist =3D 0x0,=20 >>> handlerlist =3D 0x7fff5fbfed90,=20 >>> lisp_eval_depth =3D 0,=20 >>> pdlcount =3D 4,=20 >>> poll_suppress_count =3D 0,=20 >>> interrupt_input_blocked =3D 0,=20 >>> byte_stack =3D 0x0 >>> } >>> h =3D { >>> handler =3D 4345320294,=20 >>> var =3D 4345311290,=20 >>> chosen_clause =3D 4295816643,=20 >>> tag =3D 0x7fff5fbfcb60,=20 >>> next =3D 0x7fff5fbfed90 >>> } >>> val =3D 0 >>> #30 0x00000001000358f3 in redisplay_windows (window=3D4343804005) at = xdisp.c:13718 >>> No locals. >>> #31 0x0000000100041d3a in redisplay_internal () at xdisp.c:13295 >>> fr =3D (struct frame *) 0x0 >>> count =3D 2 >>> old_frame =3D 4327724757 >>> #32 0x00000001000b0daa in read_char (commandflag=3D1606412736, = nmaps=3D140734799800768, maps=3D0x7fff5fbfe9c0, = prev_event=3D261675731526877183, used_mouse_menu=3D0x7fff5fbfe9c0, = end_time=3D0x7fff5fbfe9c0) at keyboard.c:2448 >>> previous_echo_area_message =3D 4345311290 >>> reread =3D 0 >>> polling_stopped_here =3D 0 >>> local_getcjmp =3D {0 , 48735296, 1, = 1606412608, 32767, 1090058, 1, 1606412688, 32767, 43118024, 1, 51561738, = 1, 5745280, 1} >>> key_already_recorded =3D 0 >>> c =3D 4345311290 >>> save_jump =3D {0 } >>> also_record =3D 4345311290 >>> orig_kboard =3D (struct kboard *) 0x102b04740 >>> #33 0x00000001000b3de7 in read_key_sequence () at keyboard.c:2832 >>> No symbol table info available. >>> #34 0x00000001000b597a in command_loop_1 () at keyboard.c:1449 >>> keybuf =3D {96, 24, 4300707924, 0, 140734799801408, = 140734799801488, 4296135378, 4300726435, 3, 4297607245, 5758976, = 9012717867547387382, 5, 4300708392, 4300707924, 4297607240, 4295665184, = 140734799801728, 4296134359, 140734800051584, 4300726272, = 140734800051584, 140734800066896, 140734799801600, 140734799871673, = 140734800023824, 140734799801776, 140734800051584, 4300726272, 5} >>> #35 0x000000010011e783 in internal_condition_case (bfun=3D0x1000b4470 = , handlers=3D4345367402, hfun=3D0x1000b5a10 ) = at eval.c:1515 >>> c =3D { >>> tag =3D 4345311290,=20 >>> val =3D 4345311290,=20 >>> next =3D 0x7fff5fbfeef0,=20 >>> gcpro =3D 0x0,=20 >>> jmp =3D {743952, 1, 1606414000, 32767, 1606413712, 32767, 5749800, = 1, 5740628, 1, 50400106, 1, 738416, 1, 1173262, 1, 5740628, 1, 8098, = 895, 697888, 1, 1173262, 1, 329, 0, 8096, 895, 3, 0, 0, 0, 0, 16711680, = 1128353093, 1330011987, 1281315918},=20 >>> backlist =3D 0x0,=20 >>> handlerlist =3D 0x0,=20 >>> lisp_eval_depth =3D 0,=20 >>> pdlcount =3D 2,=20 >>> poll_suppress_count =3D 0,=20 >>> interrupt_input_blocked =3D 0,=20 >>> byte_stack =3D 0x0 >>> } >>> h =3D { >>> handler =3D 4345367402,=20 >>> var =3D 4345311290,=20 >>> chosen_clause =3D 140734799802064,=20 >>> tag =3D 0x7fff5fbfedb8,=20 >>> next =3D 0x0 >>> } >>> val =3D 0 >>> #36 0x00000001000b444e in command_loop_2 (ignore=3D140734799801352) = at keyboard.c:1160 >>> No locals. >>> #37 0x000000010011e888 in internal_catch (tag=3D140734799801352, = func=3D0x1000b4410 , arg=3D140734799801352) at = eval.c:1272 >>> c =3D { >>> tag =3D 4345363402,=20 >>> val =3D 4345311290,=20 >>> next =3D 0x0,=20 >>> gcpro =3D 0x0,=20 >>> jmp =3D {50343994, 1, 1606414304, 32767, 1606414064, 32767, 5741096, = 1, 5740628, 1, 738320, 1, 738320, 1, 1173621, 1, 32243712, 1, 8098, 895, = 1606414208, 32767, -1963212380, 32767, 779314017, 0, 1456240, 1, = 1606414352, 32767, 1606414360, 32767, 1832488, 1, 50343994, 1, = 1606414304},=20 >>> backlist =3D 0x0,=20 >>> handlerlist =3D 0x0,=20 >>> lisp_eval_depth =3D 0,=20 >>> pdlcount =3D 2,=20 >>> poll_suppress_count =3D 0,=20 >>> interrupt_input_blocked =3D 0,=20 >>> byte_stack =3D 0x0 >>> } >>> #38 0x00000001000b5f70 in command_loop [inlined] () at = /Users/febeling/Downloads/emacs-24.0.97/src/keyboard.c:1139 >>> val =3D 4295705616 >>> count =3D 50396106 >>> val =3D 4295705616 >>> #39 0x00000001000b5f70 in recursive_edit_1 () at keyboard.c:759 >>> val =3D 4295705616 >>> count =3D 50396106 >>> val =3D 4295705616 >>> #40 0x00000001000a5d3c in Frecursive_edit () at keyboard.c:823 >>> count =3D 0 >>> buffer =3D 0 >>> #41 0x00000001000a281f in main (argc=3D50396106, = argv=3D0x7fff5fbff1b0) at emacs.c:1715 >>> stack_bottom_variable =3D 0 '\0' >>> dummy =3D 0 >>> junk =3D 0x0 >>> skip_args =3D 0 >>> rlim =3D { >>> rlim_cur =3D 8720000,=20 >>> rlim_max =3D 67104768 >>> } >>> dname_arg =3D 0x0 >>> dname_arg2 =3D "??_?\000\000\032\023?_?", '\0' , "\001", '\0' , " = \a?_?\000\0000\a?_?\000\000\000\000\000\000\002\000\000\000??_?\000" >>> ch_to_dir =3D 0x0 >>> (gdb) xbacktrace >>> Undefined command: "xbacktrace". Try "help". >>> (gdb) c >>> Continuing. >>>=20 >>> Program received signal EXC_BAD_ACCESS, Could not access memory. >>> Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 >>> 0x00007fff8966d3c2 in CFStringGetLength () >>> (gdb) quit >>> The program is running. Exit anyway? (y or n) y >>> febeling@flomac ~/Downloads/emacs-24.0.97> gdb = /Applications/Emacs.app/Contents/MacOS/Emacs >>> GNU gdb 6.3.50-20050815 (Apple version gdb-1752) (Sat Jan 28 = 03:02:46 UTC 2012) >>> Copyright 2004 Free Software Foundation, Inc. >>> GDB is free software, covered by the GNU General Public License, and = you are >>> welcome to change it and/or distribute copies of it under certain = conditions. >>> Type "show copying" to see the conditions. >>> There is absolutely no warranty for GDB. Type "show warranty" for = details. >>> This GDB was configured as "x86_64-apple-darwin"...Reading symbols = for shared libraries ........... done >>>=20 >>> (gdb) set args -Q >>> (gdb) r >>> Starting program: /Applications/Emacs.app/Contents/MacOS/Emacs -Q >>> Reading symbols for shared libraries = ++++++++++................................................................= ............................................................ done >>> Reading symbols for shared libraries . done >>> Reading symbols for shared libraries . done >>> Reading symbols for shared libraries . done >>> Reading symbols for shared libraries . done >>> Reading symbols for shared libraries . done >>> Reading symbols for shared libraries . done >>> Reading symbols for shared libraries ......... done >>> Reading symbols for shared libraries . done >>> Reading symbols for shared libraries . done >>> Reading symbols for shared libraries . done >>>=20 >>> Program received signal EXC_BAD_ACCESS, Could not access memory. >>> Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 >>> 0x00007fff8966d3c2 in CFStringGetLength () >>> (gdb) bt full >>> #0 0x00007fff8966d3c2 in CFStringGetLength () >>> No symbol table info available. >>> #1 0x00007fff896849e9 in CFStringCompareWithOptionsAndLocale () >>> No symbol table info available. >>> #2 0x00007fff89e937b2 in = CompareLocalizedDescriptorsByTraitsAndPrecedence () >>> No symbol table info available. >>> #3 0x00007fff896a5fa5 in __CFSimpleMergeSort () >>> No symbol table info available. >>> #4 0x00007fff896a6067 in __CFSimpleMergeSort () >>> No symbol table info available. >>> #5 0x00007fff896a6083 in __CFSimpleMergeSort () >>> No symbol table info available. >>> #6 0x00007fff896a6083 in __CFSimpleMergeSort () >>> No symbol table info available. >>> #7 0x00007fff896a6067 in __CFSimpleMergeSort () >>> No symbol table info available. >>> #8 0x00007fff896a6067 in __CFSimpleMergeSort () >>> No symbol table info available. >>> #9 0x00007fff896a6067 in __CFSimpleMergeSort () >>> No symbol table info available. >>> #10 0x00007fff896a6067 in __CFSimpleMergeSort () >>> No symbol table info available. >>> #11 0x00007fff896a6067 in __CFSimpleMergeSort () >>> No symbol table info available. >>> #12 0x00007fff896a5ef6 in CFSortIndexes () >>> No symbol table info available. >>> #13 0x00007fff89678e33 in CFQSortArray () >>> No symbol table info available. >>> #14 0x00007fff89678bb8 in CFArraySortValues () >>> No symbol table info available. >>> #15 0x00007fff89ebdb28 in TDescriptorSource::GetAllDescriptors () >>> No symbol table info available. >>> #16 0x00007fff89e8a587 in TDescriptor::CreateMatchingDescriptors () >>> No symbol table info available. >>> #17 0x0000000100a32599 in -[NSCTFontDescriptor = matchingFontDescriptorsWithMandatoryKeys:] () >>> No symbol table info available. >>> #18 0x00000001001a1c7a in ns_findfonts (font_spec=3D4366807040, = isMatch=3D0 '\0') at nsfont.m:521 >>> fdesc =3D (NSFontDescriptor *) 0x102eb9930 >>> list =3D 140734799761024 >>> #19 0x000000010012ff32 in font_list_entities (frame=3D140734799761440,= spec=3D140734799761440) at font.c:2728 >>> val =3D 4345311290 >>> list =3D 140734799761440 >>> driver_list =3D (struct font_driver_list *) 0x102a4b5b0 >>> f =3D (FRAME_PTR) 0x102a4d4a0 >>> size =3D 0 >>> ftype =3D 4345311290 >>> #20 0x0000000100131d5e in font_find_for_lface (f=3D0x7fff5fbf5130, = attrs=3D0x7fff5fbf5130, spec=3D626, c=3D1606373680) at font.c:3197 >>> registry =3D {4345516394, 4338015085, 8} >>> adstyle =3D {4345311290, 4338015085, 2375403569948205300} >>> pixel_size =3D 1606373680 >>> foundry =3D {4345520202, 4345311290, 4338015085} >>> frame =3D 4339324069 >>> work =3D 0 >>> val =3D 0 >>> #21 0x000000010017863f in fontset_find_font (fontset=3D4339324069, = c=3D1606373856, face=3D0x7fff5fbf51e0, id=3D1606373856, = fallback=3D1606373856) at fontset.c:620 >>> font_group =3D 4339324069 >>> vec =3D 4343892677 >>> #22 0x00000001001788da in fontset_font (fontset=3D4343563173, = c=3D8594, face=3D0x7fff5fbf5230, id=3D1606373936) at fontset.c:736 >>> rfont_def =3D 0 >>> base_fontset =3D 4328294309 >>> default_rfont_def =3D 0 >>> #23 0x0000000100178ce4 in face_for_char (f=3D0x102a4d4a0, = face=3D0x102e496e0, c=3D48535264, pos=3D-1, object=3D0) at fontset.c:950 >>> fontset =3D 4343563173 >>> charset =3D 4345311290 >>> rfont_def =3D 0 >>> face_id =3D >>> #24 0x000000010003272d in get_next_display_element (it=3D0x102eb8385) = at xdisp.c:6780 >>> c =3D -1 >>> success_p =3D 0 >>> #25 0x00000001000396bb in display_line (it=3D0x7fff5fbf6e30) at = xdisp.c:19134 >>> min_bpos =3D 0 >>> wrap_it =3D { >>> window =3D 0,=20 >>> w =3D 0x10a615060,=20 >>> f =3D 0x37,=20 >>> method =3D GET_FROM_BUFFER,=20 >>> stop_charpos =3D 4295539312,=20 >>> prev_stop =3D 140734799764944,=20 >>> base_level_stop =3D 140734799762520,=20 >>> end_charpos =3D 140734799762560,=20 >>> s =3D 0x11b094
,=20 >>> string_nchars =3D 4294967296,=20 >>> region_beg_charpos =3D -4294967295,=20 >>> region_end_charpos =3D 0,=20 >>> redisplay_end_trigger_charpos =3D 1606374976,=20 >>> multibyte_p =3D 0,=20 >>> header_line_p =3D 1,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 1,=20 >>> from_disp_prop_p =3D 1,=20 >>> ellipsis_p =3D 1,=20 >>> avoid_cursor_p =3D 0,=20 >>> dp =3D 0x1001b9570,=20 >>> dpvec =3D 0x1,=20 >>> dpend =3D 0x0,=20 >>> dpvec_char_len =3D 2,=20 >>> dpvec_face_id =3D 0,=20 >>> saved_face_id =3D 1,=20 >>> ctl_chars =3D {1, 1, 0, 0, 53, 4372431360, 140734799767256, -1, = 140734799763632, 4295536989, 4298236800, 4299726008, 0, 0, 0, -1},=20 >>> start =3D { >>> pos =3D { >>> charpos =3D 140734799767400,=20 >>> bytepos =3D 4298236712 >>> },=20 >>> overlay_string_index =3D 0,=20 >>> string_pos =3D { >>> charpos =3D 4345474906,=20 >>> bytepos =3D 4345311290 >>> },=20 >>> dpvec_index =3D 0 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 140734799762800,=20 >>> bytepos =3D 4296137578 >>> },=20 >>> overlay_string_index =3D 27,=20 >>> string_pos =3D { >>> charpos =3D 4298236717,=20 >>> bytepos =3D 4294967348 >>> },=20 >>> dpvec_index =3D 50344042 >>> },=20 >>> n_overlay_strings =3D 50343994,=20 >>> overlay_strings_charpos =3D 0,=20 >>> overlay_strings =3D {2, 4300119744, 0, 140734799762816, = 140734799762896, 4296135378, 32, 27, 4298236717, 1, = -6335429201474750317, 5, 2, 4300119744, 4298236712, -1},=20 >>> string_overlays =3D {140734799763136, 4345311290, 140734799762944, = 4296044148, 4349032198, 4345311290, 140734799763184, 4296132584, 0, 29, = 4297153296, 4300092675, 33, 0, 174210144, 0},=20 >>> string =3D 0,=20 >>> from_overlay =3D 0,=20 >>> stack =3D {{ >>> string =3D 0,=20 >>> string_nchars =3D 0,=20 >>> end_charpos =3D 0,=20 >>> stop_charpos =3D 0,=20 >>> prev_stop =3D 0,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 0,=20 >>> id =3D 0,=20 >>> ch =3D 0,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 0,=20 >>> nglyphs =3D 0,=20 >>> reversed_p =3D 5151152,=20 >>> charpos =3D -1,=20 >>> nchars =3D 846592147,=20 >>> nbytes =3D -1475082059,=20 >>> from =3D 54064934,=20 >>> to =3D 1,=20 >>> width =3D 2 >>> },=20 >>> face_id =3D 5152448,=20 >>> u =3D { >>> image =3D { >>> object =3D 4300118448,=20 >>> slice =3D { >>> x =3D -1,=20 >>> y =3D 140734799763424,=20 >>> width =3D 4296133377,=20 >>> height =3D 2 >>> },=20 >>> image_id =3D 140734799763536 >>> },=20 >>> comp =3D { >>> object =3D 4300118448 >>> },=20 >>> stretch =3D { >>> object =3D 4300118448 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 140734799763312,=20 >>> bytepos =3D 3 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 2,=20 >>> bytepos =3D 0 >>> },=20 >>> overlay_string_index =3D 846592147,=20 >>> string_pos =3D { >>> charpos =3D 4345311290,=20 >>> bytepos =3D 0 >>> },=20 >>> dpvec_index =3D 1606375280 >>> },=20 >>> from_overlay =3D 32,=20 >>> area =3D RIGHT_MARGIN_AREA,=20 >>> method =3D GET_FROM_BUFFER,=20 >>> paragraph_embedding =3D 1606375504,=20 >>> multibyte_p =3D 1,=20 >>> string_from_display_prop_p =3D 1,=20 >>> string_from_prefix_prop_p =3D 1,=20 >>> display_ellipsis_p =3D 1,=20 >>> avoid_cursor_p =3D 1,=20 >>> bidi_p =3D 1,=20 >>> from_disp_prop_p =3D 1,=20 >>> line_wrap =3D 1606375312,=20 >>> voffset =3D 32767,=20 >>> space_width =3D 140734799763336,=20 >>> font_height =3D -1 >>> }, { >>> string =3D 4338093400,=20 >>> string_nchars =3D 54064934,=20 >>> end_charpos =3D 4345422234,=20 >>> stop_charpos =3D 140734799763592,=20 >>> prev_stop =3D 2,=20 >>> base_level_stop =3D 2,=20 >>> cmp_it =3D { >>> stop_pos =3D 140734799763440,=20 >>> id =3D 4295535100,=20 >>> ch =3D 1606375424,=20 >>> rule_idx =3D 32767,=20 >>> lookback =3D 634687,=20 >>> nglyphs =3D 1,=20 >>> reversed_p =3D 1606375424,=20 >>> charpos =3D 4295602600,=20 >>> nchars =3D 44356768,=20 >>> nbytes =3D 1,=20 >>> from =3D 0,=20 >>> to =3D 0,=20 >>> width =3D 1606375560 >>> },=20 >>> face_id =3D 44356768,=20 >>> u =3D { >>> image =3D { >>> object =3D 140734799763552,=20 >>> slice =3D { >>> x =3D 4295604923,=20 >>> y =3D -1,=20 >>> width =3D -1,=20 >>> height =3D 10 >>> },=20 >>> image_id =3D 1 >>> },=20 >>> comp =3D { >>> object =3D 140734799763552 >>> },=20 >>> stretch =3D { >>> object =3D 140734799763552 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 140734799763592,=20 >>> bytepos =3D 140734799764240 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 4339324064,=20 >>> bytepos =3D 4 >>> },=20 >>> overlay_string_index =3D 50491082,=20 >>> string_pos =3D { >>> charpos =3D 140734799763736,=20 >>> bytepos =3D 140734799763808 >>> },=20 >>> dpvec_index =3D 637383 >>> },=20 >>> from_overlay =3D 0,=20 >>> area =3D 44356768,=20 >>> method =3D GET_FROM_DISPLAY_VECTOR,=20 >>> paragraph_embedding =3D L2R,=20 >>> multibyte_p =3D 1,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D 50344618,=20 >>> voffset =3D 1,=20 >>> space_width =3D 4345350762,=20 >>> font_height =3D 4345350762 >>> }, { >>> string =3D 140734799763696,=20 >>> string_nchars =3D -2053264683,=20 >>> end_charpos =3D 4345350762,=20 >>> stop_charpos =3D 3771,=20 >>> prev_stop =3D 4362084352,=20 >>> base_level_stop =3D 140735500075208,=20 >>> cmp_it =3D { >>> stop_pos =3D 140735123080560,=20 >>> id =3D -128,=20 >>> ch =3D 0,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 48373488,=20 >>> nglyphs =3D 1,=20 >>> reversed_p =3D 32258560,=20 >>> charpos =3D 4328406920,=20 >>> nchars =3D 0,=20 >>> nbytes =3D 0,=20 >>> from =3D 0,=20 >>> to =3D 0,=20 >>> width =3D 0 >>> },=20 >>> face_id =3D 0,=20 >>> u =3D { >>> image =3D { >>> object =3D 4648383318516039680,=20 >>> slice =3D { >>> x =3D 4611686018427387904,=20 >>> y =3D 4327225856,=20 >>> width =3D 1929692528,=20 >>> height =3D 4327228008 >>> },=20 >>> image_id =3D 4327227984 >>> },=20 >>> comp =3D { >>> object =3D 4648383318516039680 >>> },=20 >>> stretch =3D { >>> object =3D 4648383318516039680 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 4327228000,=20 >>> bytepos =3D 4327227992 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 4328325128,=20 >>> bytepos =3D 4327225860 >>> },=20 >>> overlay_string_index =3D 32260728,=20 >>> string_pos =3D { >>> charpos =3D 140733193388040,=20 >>> bytepos =3D 36683904 >>> },=20 >>> dpvec_index =3D 32258560 >>> },=20 >>> from_overlay =3D 4327228016,=20 >>> area =3D 32258560,=20 >>> method =3D GET_FROM_DISPLAY_VECTOR,=20 >>> paragraph_embedding =3D 4294967168,=20 >>> multibyte_p =3D 1,=20 >>> string_from_display_prop_p =3D 1,=20 >>> string_from_prefix_prop_p =3D 1,=20 >>> display_ellipsis_p =3D 1,=20 >>> avoid_cursor_p =3D 1,=20 >>> bidi_p =3D 1,=20 >>> from_disp_prop_p =3D 1,=20 >>> line_wrap =3D 7,=20 >>> voffset =3D 0,=20 >>> space_width =3D 4327211008,=20 >>> font_height =3D 4330777120 >>> }, { >>> string =3D 4330618880,=20 >>> string_nchars =3D 35809728,=20 >>> end_charpos =3D 4327211008,=20 >>> stop_charpos =3D 120,=20 >>> prev_stop =3D 0,=20 >>> base_level_stop =3D 4343340784,=20 >>> cmp_it =3D { >>> stop_pos =3D 140734799764048,=20 >>> id =3D 140735509742929,=20 >>> ch =3D 4,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 0,=20 >>> nglyphs =3D 1082279936,=20 >>> reversed_p =3D 0,=20 >>> charpos =3D 0,=20 >>> nchars =3D 0,=20 >>> nbytes =3D 2,=20 >>> from =3D 33439600,=20 >>> to =3D 1,=20 >>> width =3D 0 >>> },=20 >>> face_id =3D 174230616,=20 >>> u =3D { >>> image =3D { >>> object =3D 4328406944,=20 >>> slice =3D { >>> x =3D 0,=20 >>> y =3D 140734799766912,=20 >>> width =3D 140735509742601,=20 >>> height =3D 0 >>> },=20 >>> image_id =3D 4611686018427387904 >>> },=20 >>> comp =3D { >>> object =3D 4328406944 >>> },=20 >>> stretch =3D { >>> object =3D 4328406944 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 4624633867356078080,=20 >>> bytepos =3D 4624633867356078080 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 140734799764552,=20 >>> bytepos =3D 46 >>> },=20 >>> overlay_string_index =3D 1606376512,=20 >>> string_pos =3D { >>> charpos =3D 40,=20 >>> bytepos =3D 1606376128 >>> },=20 >>> dpvec_index =3D 50343994 >>> },=20 >>> from_overlay =3D 4300718328,=20 >>> area =3D 50343994,=20 >>> method =3D GET_FROM_DISPLAY_VECTOR,=20 >>> paragraph_embedding =3D NEUTRAL_DIR,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D 50343994,=20 >>> voffset =3D 0,=20 >>> space_width =3D 140734799764240,=20 >>> font_height =3D 4296442110 >>> }, { >>> string =3D 4343341712,=20 >>> string_nchars =3D 184,=20 >>> end_charpos =3D 4300717096,=20 >>> stop_charpos =3D 72057598384300312,=20 >>> prev_stop =3D 4684385727255937024,=20 >>> base_level_stop =3D 4625478292286210048,=20 >>> cmp_it =3D { >>> stop_pos =3D 4343339920,=20 >>> id =3D 4611686018427387904,=20 >>> ch =3D 0,=20 >>> rule_idx =3D 1090699264,=20 >>> lookback =3D 0,=20 >>> nglyphs =3D 1072693248,=20 >>> reversed_p =3D 48373776,=20 >>> charpos =3D 4469170176,=20 >>> nchars =3D 33439600,=20 >>> nbytes =3D 1,=20 >>> from =3D 4352,=20 >>> to =3D 0,=20 >>> width =3D 174193616 >>> },=20 >>> face_id =3D 0,=20 >>> u =3D { >>> image =3D { >>> object =3D 4343341648,=20 >>> slice =3D { >>> x =3D 0,=20 >>> y =3D 140734799764400,=20 >>> width =3D 4296484811,=20 >>> height =3D 140734799764536 >>> },=20 >>> image_id =3D 4300139488 >>> },=20 >>> comp =3D { >>> object =3D 4343341648 >>> },=20 >>> stretch =3D { >>> object =3D 4343341648 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 56,=20 >>> bytepos =3D 140735498586629 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 101,=20 >>> bytepos =3D 4343345064 >>> },=20 >>> overlay_string_index =3D 48377456,=20 >>> string_pos =3D { >>> charpos =3D 2,=20 >>> bytepos =3D 4343343216 >>> },=20 >>> dpvec_index =3D 1606376536 >>> },=20 >>> from_overlay =3D 140734799764512,=20 >>> area =3D 2305223604,=20 >>> method =3D 32767,=20 >>> paragraph_embedding =3D 43,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 1,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D 48440768,=20 >>> voffset =3D 1,=20 >>> space_width =3D 4343350352,=20 >>> font_height =3D 4343341872 >>> }},=20 >>> sp =3D 16973825,=20 >>> selective =3D 4343343264,=20 >>> what =3D 1606377000,=20 >>> face_id =3D 32767,=20 >>> selective_display_ellipsis_p =3D 0,=20 >>> ctl_arrow_p =3D 1,=20 >>> face_box_p =3D 0,=20 >>> start_of_box_run_p =3D 0,=20 >>> end_of_box_run_p =3D 0,=20 >>> overlay_strings_at_end_processed_p =3D 0,=20 >>> ignore_overlay_strings_at_pos_p =3D 0,=20 >>> glyph_not_available_p =3D 0,=20 >>> starts_in_middle_of_char_p =3D 0,=20 >>> face_before_selective_p =3D 0,=20 >>> constrain_row_ascent_descent_p =3D 0,=20 >>> line_wrap =3D TRUNCATE,=20 >>> base_face_id =3D 1606376640,=20 >>> c =3D 32767,=20 >>> len =3D -1949191437,=20 >>> cmp_it =3D { >>> stop_pos =3D 4345311290,=20 >>> id =3D 4343350352,=20 >>> ch =3D 1,=20 >>> rule_idx =3D 16777216,=20 >>> lookback =3D 1,=20 >>> nglyphs =3D 0,=20 >>> reversed_p =3D 48375920,=20 >>> charpos =3D 4343344560,=20 >>> nchars =3D 48440768,=20 >>> nbytes =3D 1,=20 >>> from =3D 39006752,=20 >>> to =3D 1,=20 >>> width =3D 48383056 >>> },=20 >>> char_to_display =3D 1,=20 >>> glyphless_method =3D GLYPHLESS_DISPLAY_THIN_SPACE,=20 >>> image_id =3D 0,=20 >>> slice =3D { >>> x =3D 0,=20 >>> y =3D 2,=20 >>> width =3D 2,=20 >>> height =3D 33 >>> },=20 >>> space_width =3D 4469170184,=20 >>> voffset =3D 8960,=20 >>> tab_width =3D 738,=20 >>> font_height =3D 4343341832,=20 >>> object =3D 140734799766960,=20 >>> position =3D { >>> charpos =3D 140735509749301,=20 >>> bytepos =3D 4634766966517661696 >>> },=20 >>> truncation_pixel_width =3D -27804,=20 >>> continuation_pixel_width =3D 28,=20 >>> first_visible_x =3D 1,=20 >>> last_visible_x =3D 1606376600,=20 >>> last_visible_y =3D 32767,=20 >>> extra_line_spacing =3D 1606376960,=20 >>> max_extra_line_spacing =3D 32767,=20 >>> override_ascent =3D 33437408,=20 >>> override_descent =3D 1,=20 >>> override_boff =3D 0,=20 >>> glyph_row =3D 0x7fff5fbf5e00,=20 >>> area =3D TEXT_AREA,=20 >>> nglyphs =3D 0,=20 >>> pixel_width =3D 1606376768,=20 >>> ascent =3D 32767,=20 >>> descent =3D -2101775944,=20 >>> max_ascent =3D 32767,=20 >>> max_descent =3D 1606376768,=20 >>> phys_ascent =3D 32767,=20 >>> phys_descent =3D -2053194862,=20 >>> max_phys_ascent =3D 32767,=20 >>> max_phys_descent =3D 33362944,=20 >>> current_x =3D 1,=20 >>> continuation_lines_width =3D 33434944,=20 >>> eol_pos =3D { >>> charpos =3D 140734799767200,=20 >>> bytepos =3D 140735435137684 >>> },=20 >>> current_y =3D 0,=20 >>> first_vpos =3D 1,=20 >>> vpos =3D 10660486,=20 >>> hpos =3D 1,=20 >>> left_user_fringe_bitmap =3D 5120,=20 >>> right_user_fringe_bitmap =3D 509,=20 >>> left_user_fringe_face_id =3D 1,=20 >>> right_user_fringe_face_id =3D 317392,=20 >>> bidi_p =3D 0,=20 >>> bidi_it =3D { >>> bytepos =3D 4328416204,=20 >>> charpos =3D 0,=20 >>> ch =3D 46,=20 >>> nchars =3D 12,=20 >>> ch_len =3D 12,=20 >>> type =3D 46,=20 >>> type_after_w1 =3D UNKNOWN_BT,=20 >>> orig_type =3D 48372624,=20 >>> resolved_level =3D 1,=20 >>> invalid_levels =3D 1606379008,=20 >>> invalid_rl_levels =3D 32767,=20 >>> prev_was_pdf =3D -1,=20 >>> prev =3D { >>> bytepos =3D 4295626704,=20 >>> charpos =3D 4295633056,=20 >>> type =3D UNKNOWN_BT,=20 >>> type_after_w1 =3D UNKNOWN_BT,=20 >>> orig_type =3D 174202880 >>> },=20 >>> last_strong =3D { >>> bytepos =3D 0,=20 >>> charpos =3D 0,=20 >>> type =3D 17127633,=20 >>> type_after_w1 =3D UNKNOWN_BT,=20 >>> orig_type =3D UNKNOWN_BT >>> },=20 >>> next_for_neutral =3D { >>> bytepos =3D 4294967296,=20 >>> charpos =3D 140735111610528,=20 >>> type =3D 6352,=20 >>> type_after_w1 =3D STRONG_L,=20 >>> orig_type =3D UNKNOWN_BT >>> },=20 >>> prev_for_neutral =3D { >>> bytepos =3D 4607182418800017408,=20 >>> charpos =3D 4343341648,=20 >>> type =3D 1065353216,=20 >>> type_after_w1 =3D 1065353216,=20 >>> orig_type =3D 1065353216 >>> },=20 >>> next_for_ws =3D { >>> bytepos =3D 0,=20 >>> charpos =3D 0,=20 >>> type =3D UNKNOWN_BT,=20 >>> type_after_w1 =3D STRONG_L,=20 >>> orig_type =3D 24 >>> },=20 >>> next_en_pos =3D 0,=20 >>> next_en_type =3D UNKNOWN_BT,=20 >>> ignore_bn_limit =3D 4328330240,=20 >>> sor =3D 1606378080,=20 >>> scan_dir =3D 32767,=20 >>> disp_pos =3D 4328330240,=20 >>> disp_prop =3D 1606414792,=20 >>> stack_idx =3D 32767,=20 >>> level_stack =3D {{ >>> level =3D 1606414784,=20 >>> override =3D 32767 >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 5,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 37540064,=20 >>> override =3D L2R >>> }, { >>> level =3D 32610368,=20 >>> override =3D L2R >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 6404,=20 >>> override =3D L2R >>> }, { >>> level =3D 1929724256,=20 >>> override =3D 32767 >>> }, { >>> level =3D 1606378272,=20 >>> override =3D 32767 >>> }, { >>> level =3D -1963215928,=20 >>> override =3D 32767 >>> }, { >>> level =3D 11,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 1918224904,=20 >>> override =3D 32767 >>> }, { >>> level =3D 1,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> } , { >>> level =3D 50343994,=20 >>> override =3D L2R >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> } },=20 >>> string =3D { >>> lstring =3D 0,=20 >>> s =3D 0x0,=20 >>> schars =3D 0,=20 >>> bufpos =3D 0,=20 >>> from_disp_str =3D 0,=20 >>> unibyte =3D 0 >>> },=20 >>> paragraph_dir =3D NEUTRAL_DIR,=20 >>> separator_limit =3D 0,=20 >>> first_elt =3D 0,=20 >>> new_paragraph =3D 0,=20 >>> frame_window_p =3D 0 >>> },=20 >>> paragraph_embedding =3D NEUTRAL_DIR >>> } >>> row =3D (struct glyph_row *) 0x1049dde00 >>> min_pos =3D 140734799769088 >>> #26 0x0000000100040b1f in try_window (window=3D4343956357, = flags=3D1606384480) at xdisp.c:16127 >>> it =3D { >>> window =3D 4339322709,=20 >>> w =3D 0x102a4cf50,=20 >>> f =3D 0x102a4d4a0,=20 >>> method =3D GET_FROM_BUFFER,=20 >>> stop_charpos =3D 3,=20 >>> prev_stop =3D 1,=20 >>> base_level_stop =3D 0,=20 >>> end_charpos =3D 3,=20 >>> s =3D 0x0,=20 >>> string_nchars =3D 0,=20 >>> region_beg_charpos =3D -1,=20 >>> region_end_charpos =3D -1,=20 >>> redisplay_end_trigger_charpos =3D 0,=20 >>> multibyte_p =3D 1,=20 >>> header_line_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> dp =3D 0x0,=20 >>> dpvec =3D 0x0,=20 >>> dpend =3D 0x0,=20 >>> dpvec_char_len =3D 0,=20 >>> dpvec_face_id =3D 0,=20 >>> saved_face_id =3D 0,=20 >>> ctl_chars =3D {0 },=20 >>> start =3D { >>> pos =3D { >>> charpos =3D 1,=20 >>> bytepos =3D 1 >>> },=20 >>> overlay_string_index =3D -1,=20 >>> string_pos =3D { >>> charpos =3D -1,=20 >>> bytepos =3D -1 >>> },=20 >>> dpvec_index =3D -1 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 1,=20 >>> bytepos =3D 1 >>> },=20 >>> overlay_string_index =3D -1,=20 >>> string_pos =3D { >>> charpos =3D -1,=20 >>> bytepos =3D -1 >>> },=20 >>> dpvec_index =3D -1 >>> },=20 >>> n_overlay_strings =3D 0,=20 >>> overlay_strings_charpos =3D 1,=20 >>> overlay_strings =3D {0 },=20 >>> string_overlays =3D {0 },=20 >>> string =3D 4345311290,=20 >>> from_overlay =3D 0,=20 >>> stack =3D {{ >>> string =3D 0,=20 >>> string_nchars =3D 0,=20 >>> end_charpos =3D 0,=20 >>> stop_charpos =3D 0,=20 >>> prev_stop =3D 0,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 0,=20 >>> id =3D 0,=20 >>> ch =3D 0,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 0,=20 >>> nglyphs =3D 0,=20 >>> reversed_p =3D 0,=20 >>> charpos =3D 0,=20 >>> nchars =3D 0,=20 >>> nbytes =3D 0,=20 >>> from =3D 0,=20 >>> to =3D 0,=20 >>> width =3D 0 >>> },=20 >>> face_id =3D 0,=20 >>> u =3D { >>> image =3D { >>> object =3D 0,=20 >>> slice =3D { >>> x =3D 0,=20 >>> y =3D 0,=20 >>> width =3D 0,=20 >>> height =3D 0 >>> },=20 >>> image_id =3D 0 >>> },=20 >>> comp =3D { >>> object =3D 0 >>> },=20 >>> stretch =3D { >>> object =3D 0 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> overlay_string_index =3D 0,=20 >>> string_pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> dpvec_index =3D 0 >>> },=20 >>> from_overlay =3D 0,=20 >>> area =3D LEFT_MARGIN_AREA,=20 >>> method =3D GET_FROM_BUFFER,=20 >>> paragraph_embedding =3D NEUTRAL_DIR,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D TRUNCATE,=20 >>> voffset =3D 0,=20 >>> space_width =3D 0,=20 >>> font_height =3D 0 >>> }, { >>> string =3D 0,=20 >>> string_nchars =3D 0,=20 >>> end_charpos =3D 0,=20 >>> stop_charpos =3D 0,=20 >>> prev_stop =3D 0,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 0,=20 >>> id =3D 0,=20 >>> ch =3D 0,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 0,=20 >>> nglyphs =3D 0,=20 >>> reversed_p =3D 0,=20 >>> charpos =3D 0,=20 >>> nchars =3D 0,=20 >>> nbytes =3D 0,=20 >>> from =3D 0,=20 >>> to =3D 0,=20 >>> width =3D 0 >>> },=20 >>> face_id =3D 0,=20 >>> u =3D { >>> image =3D { >>> object =3D 0,=20 >>> slice =3D { >>> x =3D 0,=20 >>> y =3D 0,=20 >>> width =3D 0,=20 >>> height =3D 0 >>> },=20 >>> image_id =3D 0 >>> },=20 >>> comp =3D { >>> object =3D 0 >>> },=20 >>> stretch =3D { >>> object =3D 0 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> overlay_string_index =3D 0,=20 >>> string_pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> dpvec_index =3D 0 >>> },=20 >>> from_overlay =3D 0,=20 >>> area =3D LEFT_MARGIN_AREA,=20 >>> method =3D GET_FROM_BUFFER,=20 >>> paragraph_embedding =3D NEUTRAL_DIR,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D TRUNCATE,=20 >>> voffset =3D 0,=20 >>> space_width =3D 0,=20 >>> font_height =3D 0 >>> }, { >>> string =3D 0,=20 >>> string_nchars =3D 0,=20 >>> end_charpos =3D 0,=20 >>> stop_charpos =3D 0,=20 >>> prev_stop =3D 0,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 0,=20 >>> id =3D 0,=20 >>> ch =3D 0,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 0,=20 >>> nglyphs =3D 0,=20 >>> reversed_p =3D 0,=20 >>> charpos =3D 0,=20 >>> nchars =3D 0,=20 >>> nbytes =3D 0,=20 >>> from =3D 0,=20 >>> to =3D 0,=20 >>> width =3D 0 >>> },=20 >>> face_id =3D 0,=20 >>> u =3D { >>> image =3D { >>> object =3D 0,=20 >>> slice =3D { >>> x =3D 0,=20 >>> y =3D 0,=20 >>> width =3D 0,=20 >>> height =3D 0 >>> },=20 >>> image_id =3D 0 >>> },=20 >>> comp =3D { >>> object =3D 0 >>> },=20 >>> stretch =3D { >>> object =3D 0 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> overlay_string_index =3D 0,=20 >>> string_pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> dpvec_index =3D 0 >>> },=20 >>> from_overlay =3D 0,=20 >>> area =3D LEFT_MARGIN_AREA,=20 >>> method =3D GET_FROM_BUFFER,=20 >>> paragraph_embedding =3D NEUTRAL_DIR,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D TRUNCATE,=20 >>> voffset =3D 0,=20 >>> space_width =3D 0,=20 >>> font_height =3D 0 >>> }, { >>> string =3D 0,=20 >>> string_nchars =3D 0,=20 >>> end_charpos =3D 0,=20 >>> stop_charpos =3D 0,=20 >>> prev_stop =3D 0,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 0,=20 >>> id =3D 0,=20 >>> ch =3D 0,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 0,=20 >>> nglyphs =3D 0,=20 >>> reversed_p =3D 0,=20 >>> charpos =3D 0,=20 >>> nchars =3D 0,=20 >>> nbytes =3D 0,=20 >>> from =3D 0,=20 >>> to =3D 0,=20 >>> width =3D 0 >>> },=20 >>> face_id =3D 0,=20 >>> u =3D { >>> image =3D { >>> object =3D 0,=20 >>> slice =3D { >>> x =3D 0,=20 >>> y =3D 0,=20 >>> width =3D 0,=20 >>> height =3D 0 >>> },=20 >>> image_id =3D 0 >>> },=20 >>> comp =3D { >>> object =3D 0 >>> },=20 >>> stretch =3D { >>> object =3D 0 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> overlay_string_index =3D 0,=20 >>> string_pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> dpvec_index =3D 0 >>> },=20 >>> from_overlay =3D 0,=20 >>> area =3D LEFT_MARGIN_AREA,=20 >>> method =3D GET_FROM_BUFFER,=20 >>> paragraph_embedding =3D NEUTRAL_DIR,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D TRUNCATE,=20 >>> voffset =3D 0,=20 >>> space_width =3D 0,=20 >>> font_height =3D 0 >>> }, { >>> string =3D 0,=20 >>> string_nchars =3D 0,=20 >>> end_charpos =3D 0,=20 >>> stop_charpos =3D 0,=20 >>> prev_stop =3D 0,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 0,=20 >>> id =3D 0,=20 >>> ch =3D 0,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 0,=20 >>> nglyphs =3D 0,=20 >>> reversed_p =3D 0,=20 >>> charpos =3D 0,=20 >>> nchars =3D 0,=20 >>> nbytes =3D 0,=20 >>> from =3D 0,=20 >>> to =3D 0,=20 >>> width =3D 0 >>> },=20 >>> face_id =3D 0,=20 >>> u =3D { >>> image =3D { >>> object =3D 0,=20 >>> slice =3D { >>> x =3D 0,=20 >>> y =3D 0,=20 >>> width =3D 0,=20 >>> height =3D 0 >>> },=20 >>> image_id =3D 0 >>> },=20 >>> comp =3D { >>> object =3D 0 >>> },=20 >>> stretch =3D { >>> object =3D 0 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> overlay_string_index =3D 0,=20 >>> string_pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> dpvec_index =3D 0 >>> },=20 >>> from_overlay =3D 0,=20 >>> area =3D LEFT_MARGIN_AREA,=20 >>> method =3D GET_FROM_BUFFER,=20 >>> paragraph_embedding =3D NEUTRAL_DIR,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D TRUNCATE,=20 >>> voffset =3D 0,=20 >>> space_width =3D 0,=20 >>> font_height =3D 0 >>> }},=20 >>> sp =3D 0,=20 >>> selective =3D 0,=20 >>> what =3D IT_CHARACTER,=20 >>> face_id =3D 0,=20 >>> selective_display_ellipsis_p =3D 1,=20 >>> ctl_arrow_p =3D 1,=20 >>> face_box_p =3D 0,=20 >>> start_of_box_run_p =3D 0,=20 >>> end_of_box_run_p =3D 0,=20 >>> overlay_strings_at_end_processed_p =3D 0,=20 >>> ignore_overlay_strings_at_pos_p =3D 0,=20 >>> glyph_not_available_p =3D 0,=20 >>> starts_in_middle_of_char_p =3D 0,=20 >>> face_before_selective_p =3D 0,=20 >>> constrain_row_ascent_descent_p =3D 0,=20 >>> line_wrap =3D WINDOW_WRAP,=20 >>> base_face_id =3D 0,=20 >>> c =3D 8594,=20 >>> len =3D 3,=20 >>> cmp_it =3D { >>> stop_pos =3D 1,=20 >>> id =3D -1,=20 >>> ch =3D -2,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 0,=20 >>> nglyphs =3D 0,=20 >>> reversed_p =3D 0,=20 >>> charpos =3D 0,=20 >>> nchars =3D 0,=20 >>> nbytes =3D 0,=20 >>> from =3D 0,=20 >>> to =3D 0,=20 >>> width =3D 0 >>> },=20 >>> char_to_display =3D 8594,=20 >>> glyphless_method =3D GLYPHLESS_DISPLAY_THIN_SPACE,=20 >>> image_id =3D 0,=20 >>> slice =3D { >>> x =3D 4345311290,=20 >>> y =3D 4345311290,=20 >>> width =3D 4345311290,=20 >>> height =3D 4345311290 >>> },=20 >>> space_width =3D 4345311290,=20 >>> voffset =3D 0,=20 >>> tab_width =3D 8,=20 >>> font_height =3D 4345311290,=20 >>> object =3D 4328488677,=20 >>> position =3D { >>> charpos =3D 1,=20 >>> bytepos =3D 1 >>> },=20 >>> truncation_pixel_width =3D 0,=20 >>> continuation_pixel_width =3D 0,=20 >>> first_visible_x =3D 0,=20 >>> last_visible_x =3D 560,=20 >>> last_visible_y =3D 495,=20 >>> extra_line_spacing =3D 0,=20 >>> max_extra_line_spacing =3D 0,=20 >>> override_ascent =3D -1,=20 >>> override_descent =3D 0,=20 >>> override_boff =3D 0,=20 >>> glyph_row =3D 0x1049dde00,=20 >>> area =3D TEXT_AREA,=20 >>> nglyphs =3D 0,=20 >>> pixel_width =3D 0,=20 >>> ascent =3D 0,=20 >>> descent =3D 0,=20 >>> max_ascent =3D 0,=20 >>> max_descent =3D 0,=20 >>> phys_ascent =3D 0,=20 >>> phys_descent =3D 0,=20 >>> max_phys_ascent =3D 0,=20 >>> max_phys_descent =3D 0,=20 >>> current_x =3D 0,=20 >>> continuation_lines_width =3D 0,=20 >>> eol_pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 0 >>> },=20 >>> current_y =3D 0,=20 >>> first_vpos =3D 0,=20 >>> vpos =3D 0,=20 >>> hpos =3D 0,=20 >>> left_user_fringe_bitmap =3D 0,=20 >>> right_user_fringe_bitmap =3D 0,=20 >>> left_user_fringe_face_id =3D 0,=20 >>> right_user_fringe_face_id =3D 0,=20 >>> bidi_p =3D 1,=20 >>> bidi_it =3D { >>> bytepos =3D 1,=20 >>> charpos =3D 1,=20 >>> ch =3D 8594,=20 >>> nchars =3D 1,=20 >>> ch_len =3D 3,=20 >>> type =3D STRONG_L,=20 >>> type_after_w1 =3D NEUTRAL_ON,=20 >>> orig_type =3D NEUTRAL_ON,=20 >>> resolved_level =3D 0,=20 >>> invalid_levels =3D 0,=20 >>> invalid_rl_levels =3D -1,=20 >>> prev_was_pdf =3D 0,=20 >>> prev =3D { >>> bytepos =3D 1,=20 >>> charpos =3D 1,=20 >>> type =3D NEUTRAL_B,=20 >>> type_after_w1 =3D NEUTRAL_B,=20 >>> orig_type =3D NEUTRAL_B >>> },=20 >>> last_strong =3D { >>> bytepos =3D 0,=20 >>> charpos =3D 0,=20 >>> type =3D UNKNOWN_BT,=20 >>> type_after_w1 =3D UNKNOWN_BT,=20 >>> orig_type =3D UNKNOWN_BT >>> },=20 >>> next_for_neutral =3D { >>> bytepos =3D 0,=20 >>> charpos =3D -1,=20 >>> type =3D UNKNOWN_BT,=20 >>> type_after_w1 =3D UNKNOWN_BT,=20 >>> orig_type =3D UNKNOWN_BT >>> },=20 >>> prev_for_neutral =3D { >>> bytepos =3D 1,=20 >>> charpos =3D 1,=20 >>> type =3D STRONG_L,=20 >>> type_after_w1 =3D UNKNOWN_BT,=20 >>> orig_type =3D UNKNOWN_BT >>> },=20 >>> next_for_ws =3D { >>> bytepos =3D 0,=20 >>> charpos =3D 0,=20 >>> type =3D UNKNOWN_BT,=20 >>> type_after_w1 =3D UNKNOWN_BT,=20 >>> orig_type =3D UNKNOWN_BT >>> },=20 >>> next_en_pos =3D 0,=20 >>> next_en_type =3D UNKNOWN_BT,=20 >>> ignore_bn_limit =3D -1,=20 >>> sor =3D L2R,=20 >>> scan_dir =3D 1,=20 >>> disp_pos =3D 3,=20 >>> disp_prop =3D 0,=20 >>> stack_idx =3D 0,=20 >>> level_stack =3D {{ >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> } },=20 >>> string =3D { >>> lstring =3D 4345311290,=20 >>> s =3D 0x0,=20 >>> schars =3D 0,=20 >>> bufpos =3D 0,=20 >>> from_disp_str =3D 0,=20 >>> unibyte =3D 0 >>> },=20 >>> paragraph_dir =3D L2R,=20 >>> separator_limit =3D -1,=20 >>> first_elt =3D 0,=20 >>> new_paragraph =3D 0,=20 >>> frame_window_p =3D 1 >>> },=20 >>> paragraph_embedding =3D NEUTRAL_DIR >>> } >>> w =3D (struct window *) 0x102a4cf50 >>> pos =3D #27 0x000000010004a070 in redisplay_window = (window=3D4343956357, just_this_one_p=3D1606404880) at xdisp.c:15652 >>> d2 =3D 14595 >>> d4 =3D 19 >>> d6 =3D 0 >>> d1 =3D 0 >>> d3 =3D 1 >>> d5 =3D 1 >>> old =3D (struct buffer *) 0x101ff7ee0 >>> update_mode_line =3D 1 >>> end_unchanged =3D 0 >>> w =3D (struct window *) 0x102a4cf50 >>> beg_unchanged =3D 1 >>> it =3D { >>> window =3D 125756675176960,=20 >>> w =3D 0x100000000,=20 >>> f =3D 0x90000dd6d,=20 >>> method =3D 2147483648,=20 >>> stop_charpos =3D 17179869750,=20 >>> prev_stop =3D 712964571267,=20 >>> base_level_stop =3D 8589935173,=20 >>> end_charpos =3D 2147483647,=20 >>> s =3D 0x101f3ba00 "",=20 >>> string_nchars =3D 80,=20 >>> region_beg_charpos =3D 0,=20 >>> region_end_charpos =3D 46,=20 >>> redisplay_end_trigger_charpos =3D 48,=20 >>> multibyte_p =3D 0,=20 >>> header_line_p =3D 0,=20 >>> string_from_display_prop_p =3D 1,=20 >>> string_from_prefix_prop_p =3D 1,=20 >>> from_disp_prop_p =3D 0,=20 >>> ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> dp =3D 0xb,=20 >>> dpvec =3D 0x7fff5fbf93c0,=20 >>> dpend =3D 0x7fff8a76317e,=20 >>> dpvec_char_len =3D 46,=20 >>> dpvec_face_id =3D 0,=20 >>> saved_face_id =3D 184,=20 >>> ctl_chars =3D {4469105493, 4345311290, 140734799776400, 4345311290, = 140734799780720, 4295952836, 0, 0, 1, 0, 4373038386, 4343858422, 6, = 4373038387, 4343858422, 9},=20 >>> start =3D { >>> pos =3D { >>> charpos =3D 4373038388,=20 >>> bytepos =3D 4343858422 >>> },=20 >>> overlay_string_index =3D 12,=20 >>> string_pos =3D { >>> charpos =3D 4373038389,=20 >>> bytepos =3D 4343858422 >>> },=20 >>> dpvec_index =3D 15 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 4373038390,=20 >>> bytepos =3D 4343858422 >>> },=20 >>> overlay_string_index =3D 18,=20 >>> string_pos =3D { >>> charpos =3D 4373038391,=20 >>> bytepos =3D 4343858422 >>> },=20 >>> dpvec_index =3D 21 >>> },=20 >>> n_overlay_strings =3D 78071096,=20 >>> overlay_strings_charpos =3D 4343858422,=20 >>> overlay_strings =3D {24, 4373038393, 4343858422, 27, 4373038394, = 4343858422, 30, 4373038395, 4343858422, 33, 4373038396, 4343858422, 36, = 4373038397, 4343858422, 1},=20 >>> string_overlays =3D {1, 140734799793816, 15, 0, 140734799793816, 0, = 140734799776800, 4295530662, 140734799793848, 140734799793840, 15, = 140734799793816, 0, 1, 140734799777728, 4295531219},=20 >>> string =3D 15,=20 >>> from_overlay =3D 0,=20 >>> stack =3D {{ >>> string =3D 0,=20 >>> string_nchars =3D 1,=20 >>> end_charpos =3D 140734799777776,=20 >>> stop_charpos =3D 4295532350,=20 >>> prev_stop =3D 140734799776960,=20 >>> base_level_stop =3D 24,=20 >>> cmp_it =3D { >>> stop_pos =3D 24,=20 >>> id =3D 2293512536232,=20 >>> ch =3D 24,=20 >>> rule_idx =3D 24,=20 >>> lookback =3D 168,=20 >>> nglyphs =3D 534,=20 >>> reversed_p =3D 24,=20 >>> charpos =3D 0,=20 >>> nchars =3D 24,=20 >>> nbytes =3D 24,=20 >>> from =3D 0,=20 >>> to =3D 1072693248,=20 >>> width =3D 0 >>> },=20 >>> face_id =3D 0,=20 >>> u =3D { >>> image =3D { >>> object =3D 140734799779424,=20 >>> slice =3D { >>> x =3D 140735516389758,=20 >>> y =3D 4294967296,=20 >>> width =3D 140734799794088,=20 >>> height =3D 140734799780720 >>> },=20 >>> image_id =3D 4295952836 >>> },=20 >>> comp =3D { >>> object =3D 140734799779424 >>> },=20 >>> stretch =3D { >>> object =3D 140734799779424 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 2293512536232,=20 >>> bytepos =3D 4370579761 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D -6335429201474750317,=20 >>> bytepos =3D 140734799779048 >>> },=20 >>> overlay_string_index =3D 1606391232,=20 >>> string_pos =3D { >>> charpos =3D 140734799780064,=20 >>> bytepos =3D 304 >>> },=20 >>> dpvec_index =3D 0 >>> },=20 >>> from_overlay =3D 140734799777936,=20 >>> area =3D 2323022317,=20 >>> method =3D 32767,=20 >>> paragraph_embedding =3D 304,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D 1606392032,=20 >>> voffset =3D 32767,=20 >>> space_width =3D 8,=20 >>> font_height =3D 576461864746423053 >>> }, { >>> string =3D 4343852982,=20 >>> string_nchars =3D 0,=20 >>> end_charpos =3D 0,=20 >>> stop_charpos =3D 0,=20 >>> prev_stop =3D 0,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 0,=20 >>> id =3D 1,=20 >>> ch =3D 5623696,=20 >>> rule_idx =3D 1,=20 >>> lookback =3D 75612464,=20 >>> nglyphs =3D 1,=20 >>> reversed_p =3D -75612464,=20 >>> charpos =3D 40,=20 >>> nchars =3D 0,=20 >>> nbytes =3D 0,=20 >>> from =3D 75612504,=20 >>> to =3D 1,=20 >>> width =3D 48374536 >>> },=20 >>> face_id =3D 48374352,=20 >>> u =3D { >>> image =3D { >>> object =3D 0,=20 >>> slice =3D { >>> x =3D 0,=20 >>> y =3D 4343341832,=20 >>> width =3D 0,=20 >>> height =3D 8 >>> },=20 >>> image_id =3D 0 >>> },=20 >>> comp =3D { >>> object =3D 0 >>> },=20 >>> stretch =3D { >>> object =3D 0 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 4343852980 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 140733193388043,=20 >>> bytepos =3D 4370579760 >>> },=20 >>> overlay_string_index =3D 1606389392,=20 >>> string_pos =3D { >>> charpos =3D 4295952836,=20 >>> bytepos =3D 0 >>> },=20 >>> dpvec_index =3D 0 >>> },=20 >>> from_overlay =3D 20,=20 >>> area =3D LEFT_MARGIN_AREA,=20 >>> method =3D GET_FROM_BUFFER,=20 >>> paragraph_embedding =3D R2L,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D 75612464,=20 >>> voffset =3D 1,=20 >>> space_width =3D 4370579800,=20 >>> font_height =3D 4343852978 >>> }, { >>> string =3D 4294967296,=20 >>> string_nchars =3D 0,=20 >>> end_charpos =3D 0,=20 >>> stop_charpos =3D 0,=20 >>> prev_stop =3D 1,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 4370579762,=20 >>> id =3D 4343858422,=20 >>> ch =3D 6,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 75612467,=20 >>> nglyphs =3D 1,=20 >>> reversed_p =3D 48891126,=20 >>> charpos =3D 9,=20 >>> nchars =3D 75612468,=20 >>> nbytes =3D 1,=20 >>> from =3D 48891126,=20 >>> to =3D 1,=20 >>> width =3D 12 >>> },=20 >>> face_id =3D 75612469,=20 >>> u =3D { >>> image =3D { >>> object =3D 4343858422,=20 >>> slice =3D { >>> x =3D 15,=20 >>> y =3D 4370579766,=20 >>> width =3D 4343858422,=20 >>> height =3D 4627448617123184640 >>> },=20 >>> image_id =3D 4627448617123184640 >>> },=20 >>> comp =3D { >>> object =3D 4343858422 >>> },=20 >>> stretch =3D { >>> object =3D 4343858422 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 140734799777632,=20 >>> bytepos =3D 140735509743403 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 0,=20 >>> bytepos =3D 4343341648 >>> },=20 >>> overlay_string_index =3D 1606391000,=20 >>> string_pos =3D { >>> charpos =3D 34784940138403,=20 >>> bytepos =3D 140734799777808 >>> },=20 >>> dpvec_index =3D 11 >>> },=20 >>> from_overlay =3D 4294967305,=20 >>> area =3D 1606389772,=20 >>> method =3D 32767,=20 >>> paragraph_embedding =3D 1606391000,=20 >>> multibyte_p =3D 1,=20 >>> string_from_display_prop_p =3D 1,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 1,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D 8099,=20 >>> voffset =3D 8099,=20 >>> space_width =3D 140734799777856,=20 >>> font_height =3D 140734799793816 >>> }, { >>> string =3D -6335429201474750317,=20 >>> string_nchars =3D 1606391688,=20 >>> end_charpos =3D 140734799779936,=20 >>> stop_charpos =3D 140734799780736,=20 >>> prev_stop =3D 304,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 140734799778608,=20 >>> id =3D 140735516410349,=20 >>> ch =3D 304,=20 >>> rule_idx =3D 32767,=20 >>> lookback =3D 1606392704,=20 >>> nglyphs =3D 32767,=20 >>> reversed_p =3D 0,=20 >>> charpos =3D 576461864700016684,=20 >>> nchars =3D 1,=20 >>> nbytes =3D 0,=20 >>> from =3D 16,=20 >>> to =3D 0,=20 >>> width =3D -16777216 >>> },=20 >>> face_id =3D 1,=20 >>> u =3D { >>> image =3D { >>> object =3D 4343341832,=20 >>> slice =3D { >>> x =3D 140734799781624,=20 >>> y =3D 140734799778007,=20 >>> width =3D 140734799781128,=20 >>> height =3D 140734799778008 >>> },=20 >>> image_id =3D 140734799777928 >>> },=20 >>> comp =3D { >>> object =3D 4343341832 >>> },=20 >>> stretch =3D { >>> object =3D 4343341832 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 140734799777904,=20 >>> bytepos =3D 140735516446178 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 140734799777928,=20 >>> bytepos =3D 140734799780064 >>> },=20 >>> overlay_string_index =3D 1606389952,=20 >>> string_pos =3D { >>> charpos =3D 140735516446077,=20 >>> bytepos =3D 140734799781114 >>> },=20 >>> dpvec_index =3D 2 >>> },=20 >>> from_overlay =3D 1,=20 >>> area =3D 1606393592,=20 >>> method =3D 32767,=20 >>> paragraph_embedding =3D 46469901,=20 >>> multibyte_p =3D 0,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D 580734,=20 >>> voffset =3D 0,=20 >>> space_width =3D 140734799781114,=20 >>> font_height =3D 140734799778000 >>> }, { >>> string =3D 140734799778800,=20 >>> string_nchars =3D -1971909360,=20 >>> end_charpos =3D 8391162080558216309,=20 >>> stop_charpos =3D 140734799793664,=20 >>> prev_stop =3D 15,=20 >>> base_level_stop =3D 0,=20 >>> cmp_it =3D { >>> stop_pos =3D 0,=20 >>> id =3D -1,=20 >>> ch =3D 1606390944,=20 >>> rule_idx =3D 32767,=20 >>> lookback =3D 565054,=20 >>> nglyphs =3D 1,=20 >>> reversed_p =3D 0,=20 >>> charpos =3D 107410232,=20 >>> nchars =3D 1606404904,=20 >>> nbytes =3D 32767,=20 >>> from =3D -1,=20 >>> to =3D -1,=20 >>> width =3D -13500198 >>> },=20 >>> face_id =3D -1,=20 >>> u =3D { >>> image =3D { >>> object =3D 4343341832,=20 >>> slice =3D { >>> x =3D 4343341648,=20 >>> y =3D 3,=20 >>> width =3D 16,=20 >>> height =3D 140734799782544 >>> },=20 >>> image_id =3D 140735539178352 >>> },=20 >>> comp =3D { >>> object =3D 4343341832 >>> },=20 >>> stretch =3D { >>> object =3D 4343341832 >>> } >>> },=20 >>> position =3D { >>> charpos =3D 140734799780624,=20 >>> bytepos =3D 140735516389758 >>> },=20 >>> current =3D { >>> pos =3D { >>> charpos =3D 140734799782576,=20 >>> bytepos =3D 140735539178352 >>> },=20 >>> overlay_string_index =3D 8,=20 >>> string_pos =3D { >>> charpos =3D 28,=20 >>> bytepos =3D 2 >>> },=20 >>> dpvec_index =3D 536870914 >>> },=20 >>> from_overlay =3D 140734799778272,=20 >>> area =3D 2322976436,=20 >>> method =3D 32767,=20 >>> paragraph_embedding =3D 107410232,=20 >>> multibyte_p =3D 1,=20 >>> string_from_display_prop_p =3D 0,=20 >>> string_from_prefix_prop_p =3D 0,=20 >>> display_ellipsis_p =3D 0,=20 >>> avoid_cursor_p =3D 0,=20 >>> bidi_p =3D 0,=20 >>> from_disp_prop_p =3D 0,=20 >>> line_wrap =3D 100,=20 >>> voffset =3D 0,=20 >>> space_width =3D 4294967292,=20 >>> font_height =3D 8589934591 >>> }},=20 >>> sp =3D 1606390592,=20 >>> selective =3D 140735516382606,=20 >>> what =3D 909391412,=20 >>> face_id =3D 825243961,=20 >>> selective_display_ellipsis_p =3D 1,=20 >>> ctl_arrow_p =3D 1,=20 >>> face_box_p =3D 0,=20 >>> start_of_box_run_p =3D 0,=20 >>> end_of_box_run_p =3D 1,=20 >>> overlay_strings_at_end_processed_p =3D 0,=20 >>> ignore_overlay_strings_at_pos_p =3D 0,=20 >>> glyph_not_available_p =3D 1,=20 >>> starts_in_middle_of_char_p =3D 0,=20 >>> face_before_selective_p =3D 0,=20 >>> constrain_row_ascent_descent_p =3D 0,=20 >>> line_wrap =3D 2819885237,=20 >>> base_face_id =3D 1606390432,=20 >>> c =3D 0,=20 >>> len =3D 1606390668,=20 >>> cmp_it =3D { >>> stop_pos =3D 0,=20 >>> id =3D 4329447552,=20 >>> ch =3D 6,=20 >>> rule_idx =3D 0,=20 >>> lookback =3D 34476056,=20 >>> nglyphs =3D 1,=20 >>> reversed_p =3D 34480720,=20 >>> charpos =3D 4329439232,=20 >>> nchars =3D 1606398960,=20 >>> nbytes =3D 32767,=20 >>> from =3D 0,=20 >>> to =3D 8288,=20 >>> width =3D 1606390508 >>> },=20 >>> char_to_display =3D 1606390504,=20 >>> glyphless_method =3D 32767,=20 >>> image_id =3D 0,=20 >>> slice =3D { >>> x =3D 140734799778532,=20 >>> y =3D 35596688949504,=20 >>> width =3D 140735524799600,=20 >>> height =3D 140735128787308 >>> },=20 >>> space_width =3D 35596688949248,=20 >>> voffset =3D -27860,=20 >>> tab_width =3D 24511,=20 >>> font_height =3D 140734799778600,=20 >>> object =3D 0,=20 >>> position =3D { >>> charpos =3D 140734799778596,=20 >>> bytepos =3D 35596688949504 >>> },=20 >>> truncation_pixel_width =3D 112,=20 >>> continuation_pixel_width =3D 526,=20 >>> first_visible_x =3D 1,=20 >>> last_visible_x =3D 34472076,=20 >>> last_visible_y =3D 1,=20 >>> extra_line_spacing =3D 1606394264,=20 >>> max_extra_line_spacing =3D 32767,=20 >>> override_ascent =3D 1606390651,=20 >>> override_descent =3D 32767,=20 >>> override_boff =3D 1606393776,=20 >>> glyph_row =3D 0x7fff5fbf937c,=20 >>> area =3D 1606390568,=20 >>> nglyphs =3D 32767,=20 >>> pixel_width =3D 1606390544,=20 >>> ascent =3D 32767,=20 >>> descent =3D -1971909150,=20 >>> max_ascent =3D 32767,=20 >>> max_descent =3D 1606390568,=20 >>> phys_ascent =3D 32767,=20 >>> phys_descent =3D 1606392704,=20 >>> max_phys_ascent =3D 32767,=20 >>> max_phys_descent =3D 1606390624,=20 >>> current_x =3D 32767,=20 >>> continuation_lines_width =3D -1971909251,=20 >>> eol_pos =3D { >>> charpos =3D 140734799781786,=20 >>> bytepos =3D 2 >>> },=20 >>> current_y =3D 1,=20 >>> first_vpos =3D 0,=20 >>> vpos =3D 1606394264,=20 >>> hpos =3D 32767,=20 >>> left_user_fringe_bitmap =3D 63532,=20 >>> right_user_fringe_bitmap =3D 0,=20 >>> left_user_fringe_face_id =3D 0,=20 >>> right_user_fringe_face_id =3D 19582,=20 >>> bidi_p =3D 0,=20 >>> bidi_it =3D { >>> bytepos =3D 140734799781786,=20 >>> charpos =3D 140734799778672,=20 >>> ch =3D 1606391440,=20 >>> nchars =3D 140735516445968,=20 >>> ch_len =3D 8388346030423827796,=20 >>> type =3D 1886413102,=20 >>> type_after_w1 =3D 32512,=20 >>> orig_type =3D 34471936,=20 >>> resolved_level =3D 8288,=20 >>> invalid_levels =3D 34471936,=20 >>> invalid_rl_levels =3D 1,=20 >>> prev_was_pdf =3D 34472012,=20 >>> prev =3D { >>> bytepos =3D 4329439296,=20 >>> charpos =3D 140734799778768,=20 >>> type =3D 2322971009,=20 >>> type_after_w1 =3D 32767,=20 >>> orig_type =3D 34472000 >>> },=20 >>> last_strong =3D { >>> bytepos =3D 0,=20 >>> charpos =3D 4329439232,=20 >>> type =3D 580735,=20 >>> type_after_w1 =3D UNKNOWN_BT,=20 >>> orig_type =3D 1606390768 >>> },=20 >>> next_for_neutral =3D { >>> bytepos =3D 140735516405459,=20 >>> charpos =3D 140734799780904,=20 >>> type =3D 1606352896,=20 >>> type_after_w1 =3D 32767,=20 >>> orig_type =3D 1606392848 >>> },=20 >>> prev_for_neutral =3D { >>> bytepos =3D 140735516435127,=20 >>> charpos =3D 12,=20 >>> type =3D 78071093,=20 >>> type_after_w1 =3D STRONG_L,=20 >>> orig_type =3D 48891126 >>> },=20 >>> next_for_ws =3D { >>> bytepos =3D 15,=20 >>> charpos =3D 4373038390,=20 >>> type =3D 48891126,=20 >>> type_after_w1 =3D STRONG_L,=20 >>> orig_type =3D NEUTRAL_WS >>> },=20 >>> next_en_pos =3D 4373038391,=20 >>> next_en_type =3D 48891126,=20 >>> ignore_bn_limit =3D 536870914,=20 >>> sor =3D 1606390912,=20 >>> scan_dir =3D 32767,=20 >>> disp_pos =3D 140735516364468,=20 >>> disp_prop =3D 24,=20 >>> stack_idx =3D 0,=20 >>> level_stack =3D {{ >>> level =3D 100,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D -4,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 34480704,=20 >>> override =3D L2R >>> }, { >>> level =3D 1606391264,=20 >>> override =3D 32767 >>> }, { >>> level =3D -1971972722,=20 >>> override =3D 32767 >>> }, { >>> level =3D 30,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 78071099,=20 >>> override =3D L2R >>> }, { >>> level =3D 48891126,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 1606391340,=20 >>> override =3D 32767 >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 34480256,=20 >>> override =3D L2R >>> }, { >>> level =3D 6,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 34476056,=20 >>> override =3D L2R >>> }, { >>> level =3D 34480720,=20 >>> override =3D L2R >>> }, { >>> level =3D 34471936,=20 >>> override =3D L2R >>> }, { >>> level =3D 1606405928,=20 >>> override =3D 32767 >>> }, { >>> level =3D 130972,=20 >>> override =3D 8288 >>> }, { >>> level =3D 1606391180,=20 >>> override =3D 32767 >>> }, { >>> level =3D 1606391176,=20 >>> override =3D 32767 >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 1606391172,=20 >>> override =3D 32767 >>> }, { >>> level =3D 256,=20 >>> override =3D 8288 >>> }, { >>> level =3D -1963555728,=20 >>> override =3D 32767 >>> }, { >>> level =3D 1935399276,=20 >>> override =3D 32767 >>> }, { >>> level =3D 0,=20 >>> override =3D 8288 >>> }, { >>> level =3D 1606391244,=20 >>> override =3D 32767 >>> }, { >>> level =3D 1606391240,=20 >>> override =3D 32767 >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 1606391236,=20 >>> override =3D 32767 >>> }, { >>> level =3D 256,=20 >>> override =3D 8288 >>> }, { >>> level =3D 34472048,=20 >>> override =3D L2R >>> }, { >>> level =3D 34472076,=20 >>> override =3D L2R >>> }, { >>> level =3D 0,=20 >>> override =3D 129 >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D -1963555728,=20 >>> override =3D 32767 >>> }, { >>> level =3D 34480340,=20 >>> override =3D L2R >>> }, { >>> level =3D 34471936,=20 >>> override =3D 8288 >>> }, { >>> level =3D 1606391340,=20 >>> override =3D 32767 >>> }, { >>> level =3D 1606391336,=20 >>> override =3D 32767 >>> }, { >>> level =3D 0,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 1606391332,=20 >>> override =3D 32767 >>> }, { >>> level =3D 256,=20 >>> override =3D 8288 >>> }, { >>> level =3D 34472048,=20 >>> override =3D L2R >>> }, { >>> level =3D 34472076,=20 >>> override =3D L2R >>> }, { >>> level =3D 34471936,=20 >>> override =3D 129 >>> }, { >>> level =3D 34472012,=20 >>> override =3D L2R >>> }, { >>> level =3D 34472048,=20 >>> override =3D L2R >>> }, { >>> level =3D 63532,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 19582,=20 >>> override =3D NEUTRAL_DIR >>> }, { >>> level =3D 34472012,=20 >>> override =3D L2R >>> }, { >>> level =3D 34472000,=20 >>> override =3D L2R >>> }, { >>> level =3D 1606391360,=20 >>> override =3D 32767 >>> }, { >>> level =3D -1963555157,=20 >>> override =3D 32767 >>> }, { >>> level =3D 1606391360,=20 >>> override =3D 32767 >>> }, { >>> level =3D -1971996202,=20 >>> override =3D 32767 >>> }, { >>> level =3D 34471936,=20 >>> override =3D 8288 >>> }, { >>> level =3D 34471936,=20 >>> override =3D L2R >>> }, { >>> level =3D 1606391424,=20 >>> override =3D 32767 >>> }, { >>> level =3D -1963381035,=20 >>> override =3D 32767 >>> }, { >>> level =3D 1606392032,=20 >>> override =3D 32767 >>> }, { >>> level =3D 1606391976,=20 >>> override =3D 32767 >>> }, { >>> level =3D 34472000,=20 >>> override =3D L2R >>> }, { >>> level =3D 1606398674,=20 >>> override =3D 32767 >>> }, { >>> level =3D 4096,=20 >>> override =3D NEUTRAL_DIR >>> }},=20 >>> string =3D { >>> lstring =3D 140734799781216,=20 >>> s =3D 0x2
,=20 >>> schars =3D 4294967285,=20 >>> bufpos =3D 140734799780544,=20 >>> from_disp_str =3D 1,=20 >>> unibyte =3D 1 >>> },=20 >>> paragraph_dir =3D 1606391504,=20 >>> separator_limit =3D 140735524919057,=20 >>> first_elt =3D 0,=20 >>> new_paragraph =3D 0,=20 >>> frame_window_p =3D 0 >>> },=20 >>> paragraph_embedding =3D 1606392744 >>> } >>> count =3D 4 >>> #28 0x0000000100035934 in redisplay_window_0 (window=3D4343956357) = at xdisp.c:13738 >>> No locals. >>> #29 0x000000010011e63d in internal_condition_case_1 = (bfun=3D0x100035910 , arg=3D4343956357, = handlers=3D4345320294, hfun=3D0x1000169f0 ) at = eval.c:1553 >>> c =3D { >>> tag =3D 4345311290,=20 >>> val =3D 4345311290,=20 >>> next =3D 0x7fff5fbfedb8,=20 >>> gcpro =3D 0x0,=20 >>> jmp =3D {92656, 1, 1606405216, 32767, 1606404912, 32767, 219408, 1, = 5740628, 1, 50352998, 1, 44355413, 1, 1172931, 1, 50410842, 1, 8099, = 895, 1606405104, 32767, 1077552, 1, 128, 0, 5749800, 1, 1606405184, = 32767, 1163453, 1, 50343994, 1, 50343994, 1, 50343994},=20 >>> backlist =3D 0x0,=20 >>> handlerlist =3D 0x7fff5fbfed90,=20 >>> lisp_eval_depth =3D 0,=20 >>> pdlcount =3D 4,=20 >>> poll_suppress_count =3D 0,=20 >>> interrupt_input_blocked =3D 0,=20 >>> byte_stack =3D 0x0 >>> } >>> h =3D { >>> handler =3D 4345320294,=20 >>> var =3D 4345311290,=20 >>> chosen_clause =3D 4295816643,=20 >>> tag =3D 0x7fff5fbfcb60,=20 >>> next =3D 0x7fff5fbfed90 >>> } >>> val =3D 0 >>> #30 0x00000001000358f3 in redisplay_windows (window=3D4343956357) at = xdisp.c:13718 >>> No locals. >>> #31 0x0000000100041d3a in redisplay_internal () at xdisp.c:13295 >>> fr =3D (struct frame *) 0x0 >>> count =3D 2 >>> old_frame =3D 4339324069 >>> #32 0x00000001000b0daa in read_char (commandflag=3D1606412736, = nmaps=3D140734799800768, maps=3D0x7fff5fbfe9c0, = prev_event=3D208457375877693439, used_mouse_menu=3D0x7fff5fbfe9c0, = end_time=3D0x7fff5fbfe9c0) at keyboard.c:2448 >>> previous_echo_area_message =3D 4345311290 >>> reread =3D 0 >>> polling_stopped_here =3D 0 >>> local_getcjmp =3D {0 , 33521376, 1, = 1606412608, 32767, 1090058, 1, 1606412688, 32767, 43118024, 1, 51561738, = 1, 5745280, 1} >>> key_already_recorded =3D 0 >>> c =3D 4345311290 >>> save_jump =3D {0 } >>> also_record =3D 4345311290 >>> orig_kboard =3D (struct kboard *) 0x102504dd0 >>> #33 0x00000001000b3de7 in read_key_sequence () at keyboard.c:2832 >>> No symbol table info available. >>> #34 0x00000001000b597a in command_loop_1 () at keyboard.c:1449 >>> keybuf =3D {96, 24, 4300707924, 0, 140734799801408, = 140734799801488, 4296135378, 4300726435, 3, 4297607245, 5758976, = -6335429201474750317, 5, 4300708392, 4300707924, 4297607240, 4295665184, = 140734799801728, 4296134359, 140734800051584, 4300726272, = 140734800051584, 140734800066896, 140734799801600, 140734799871673, = 140734800023824, 140734799801776, 140734800051584, 4300726272, 5} >>> #35 0x000000010011e783 in internal_condition_case (bfun=3D0x1000b4470 = , handlers=3D4345367402, hfun=3D0x1000b5a10 ) = at eval.c:1515 >>> c =3D { >>> tag =3D 4345311290,=20 >>> val =3D 4345311290,=20 >>> next =3D 0x7fff5fbfeef0,=20 >>> gcpro =3D 0x0,=20 >>> jmp =3D {743952, 1, 1606414000, 32767, 1606413712, 32767, 5749800, = 1, 5740628, 1, 50400106, 1, 738416, 1, 1173262, 1, 5740628, 1, 8098, = 895, 697888, 1, 1173262, 1, 329, 0, 8096, 895, 3, 0, 0, 0, 0, 16711680, = 1128353093, 1330011987, 1281315918},=20 >>> backlist =3D 0x0,=20 >>> handlerlist =3D 0x0,=20 >>> lisp_eval_depth =3D 0,=20 >>> pdlcount =3D 2,=20 >>> poll_suppress_count =3D 0,=20 >>> interrupt_input_blocked =3D 0,=20 >>> byte_stack =3D 0x0 >>> } >>> h =3D { >>> handler =3D 4345367402,=20 >>> var =3D 4345311290,=20 >>> chosen_clause =3D 140734799802064,=20 >>> tag =3D 0x7fff5fbfedb8,=20 >>> next =3D 0x0 >>> } >>> val =3D 0 >>> #36 0x00000001000b444e in command_loop_2 (ignore=3D140734799801352) = at keyboard.c:1160 >>> No locals. >>> #37 0x000000010011e888 in internal_catch (tag=3D140734799801352, = func=3D0x1000b4410 , arg=3D140734799801352) at = eval.c:1272 >>> c =3D { >>> tag =3D 4345363402,=20 >>> val =3D 4345311290,=20 >>> next =3D 0x0,=20 >>> gcpro =3D 0x0,=20 >>> jmp =3D {50343994, 1, 1606414304, 32767, 1606414064, 32767, 5741096, = 1, 5740628, 1, 738320, 1, 738320, 1, 1173621, 1, 32243712, 1, 8098, 895, = 1606414208, 32767, -1963212380, 32767, 779314017, 0, 1456240, 1, = 1606414352, 32767, 1606414360, 32767, 1832488, 1, 50343994, 1, = 1606414304},=20 >>> backlist =3D 0x0,=20 >>> handlerlist =3D 0x0,=20 >>> lisp_eval_depth =3D 0,=20 >>> pdlcount =3D 2,=20 >>> poll_suppress_count =3D 0,=20 >>> interrupt_input_blocked =3D 0,=20 >>> byte_stack =3D 0x0 >>> } >>> #38 0x00000001000b5f70 in command_loop [inlined] () at = /Users/febeling/Downloads/emacs-24.0.97/src/keyboard.c:1139 >>> val =3D 4295705616 >>> count =3D 50396106 >>> val =3D 4295705616 >>> #39 0x00000001000b5f70 in recursive_edit_1 () at keyboard.c:759 >>> val =3D 4295705616 >>> count =3D 50396106 >>> val =3D 4295705616 >>> #40 0x00000001000a5d3c in Frecursive_edit () at keyboard.c:823 >>> count =3D 0 >>> buffer =3D 0 >>> #41 0x00000001000a281f in main (argc=3D50396106, = argv=3D0x7fff5fbff1b0) at emacs.c:1715 >>> stack_bottom_variable =3D 0 '\0' >>> dummy =3D 0 >>> junk =3D 0x0 >>> skip_args =3D 0 >>> rlim =3D { >>> rlim_cur =3D 8720000,=20 >>> rlim_max =3D 67104768 >>> } >>> dname_arg =3D 0x0 >>> dname_arg2 =3D "??_?\000\000\032\023?_?", '\0' , "\001", '\0' , " = \a?_?\000\0000\a?_?\000\000\000\000\000\000\002\000\000\000??_?\000" >>> ch_to_dir =3D 0x0 >>>=20 >>>=20 >>>=20 >>> In GNU Emacs 24.0.97.1 (x86_64-apple-darwin11.4.0, NS = apple-appkit-1138.47) >>> of 2012-05-22 on flomac.local >>> Windowing system distributor `Apple', version 10.3.1138 >>> Configured using: >>> `configure '--with-ns'' >>>=20 >>> Important settings: >>> value of $LC_ALL: nil >>> value of $LC_COLLATE: nil >>> value of $LC_CTYPE: nil >>> value of $LC_MESSAGES: nil >>> value of $LC_MONETARY: nil >>> value of $LC_NUMERIC: nil >>> value of $LC_TIME: nil >>> value of $LANG: nil >>> value of $XMODIFIERS: nil >>> locale-coding-system: nil >>> default enable-multibyte-characters: t >>>=20 >>> Major mode: Fundamental >>>=20 >>> Minor modes in effect: >>> show-paren-mode: t >>> tooltip-mode: t >>> mouse-wheel-mode: t >>> menu-bar-mode: t >>> file-name-shadow-mode: t >>> global-font-lock-mode: t >>> auto-composition-mode: t >>> auto-encryption-mode: t >>> auto-compression-mode: t >>> line-number-mode: t >>> transient-mark-mode: t >>> abbrev-mode: t >>>=20 >>> Recent input: >>> M-x r e p o =20 >>> >>>=20 >>> Recent messages: >>> Loading /Users/febeling/.emacs.d/elpa/package.el (source)...done >>> Initializing for host flomac.local >>> Loading ~/.emacs.d/abbrev_defs...done >>> For information about GNU Emacs and the GNU system, type C-h C-a. >>> Making completion list... >>>=20 >>> Load-path shadows: >>> ~/.emacs.d/elpa/package hides = /Applications/Emacs.app/Contents/Resources/lisp/emacs-lisp/package >>>=20 >>> Features: >>> (shadow sort mail-extr emacsbug message format-spec rfc822 mml = mml-sec >>> mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev = gmm-utils >>> mailheader sendmail rfc2047 rfc2045 ietf-drums mail-utils help-mode >>> easymenu view server paren uniquify oddmuse url url-proxy = url-privacy >>> url-expand url-methods url-history url-cookie url-util url-parse >>> auth-source eieio assoc gnus-util password-cache url-vars mm-util >>> mail-prsvr mailcap skeleton sgml-mode ruby-test ruby-mode haml-mode >>> regexp-opt cl byte-opt warnings bytecomp byte-compile cconv macroexp >>> advice help-fns advice-preload org-install ido paredit easy-mmode >>> edit-server edmacro kmacro derived magit-autoloads package reporter >>> time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win >>> tool-bar dnd fontset image fringe lisp-mode register page menu-bar >>> rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax >>> facemenu font-core frame cham georgian utf-8-lang misc-lang = vietnamese >>> tibetan thai tai-viet lao korean japanese hebrew greek romanian = slovak >>> czech european ethiopic indian cyrillic chinese case-table epa-hook >>> jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces >>> cus-face files text-properties overlay sha1 md5 base64 format env >>> code-pages mule custom widget hashtable-print-readable backquote >>> make-network-process ns multi-tty emacs) >>>=20 >>>=20 >>=20 >=20 > --=20 > Florian Ebeling > florian.ebeling@gmail.com > http://florianebeling.com/about > http://getkeysapp.com/ From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 01 12:40:48 2012 Received: (at 11541) by debbugs.gnu.org; 1 Nov 2012 16:40:48 +0000 Received: from localhost ([127.0.0.1]:43355 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TTxoy-0007TT-CY for submit@debbugs.gnu.org; Thu, 01 Nov 2012 12:40:48 -0400 Received: from mail-ee0-f44.google.com ([74.125.83.44]:56654) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TTrRa-0005pk-B6 for 11541@debbugs.gnu.org; Thu, 01 Nov 2012 05:52:15 -0400 Received: by mail-ee0-f44.google.com with SMTP id d4so1343339eek.3 for <11541@debbugs.gnu.org>; Thu, 01 Nov 2012 02:49:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=2EibagYXMASxP1esEwFdw5LV4msx57lCo9SRgDgbPPY=; b=Let8NbOms4BbIRGPW/DtcI16JFGvsBWurCxzGPyBoQTNML9RhfXEgeAxqctTel0EgY TkcO0WO3/IeWRc9YR6f3+DiW2cPhj/npM1gGaPsEpPYn6Z+RlNRKD9hlPZdxH8dsdqhi 3w8l/RjAHyKBooHHwZdObm7YKZJjwbo/gjhANEsc0Dzup9q82uZgw88TVpzGtbv9V+40 wyeY1i4nbn7PPJMSVijrPmbkDxAL39JNq8K/lsZnAsbFxMXGRqrz/eDYx314suwJaMuD 93AyurHx374XAY7+n5M2v9odNsRHX5HNKBm4qkJLXpcMPfw2HKxbtdR5fuooxOYG9xz8 dHCA== MIME-Version: 1.0 Received: by 10.14.221.8 with SMTP id q8mr95469855eep.28.1351763367423; Thu, 01 Nov 2012 02:49:27 -0700 (PDT) Received: by 10.223.96.69 with HTTP; Thu, 1 Nov 2012 02:49:27 -0700 (PDT) Date: Thu, 1 Nov 2012 10:49:27 +0100 Message-ID: Subject: Re: bug#11541: 24.0.97; Crash when visiting file on OS X 10.7.3 From: Thomas Kappler To: 11541@debbugs.gnu.org Content-Type: multipart/alternative; boundary=047d7b66f13d55f05504cd6bef14 X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 11541 X-Mailman-Approved-At: Thu, 01 Nov 2012 12:40:41 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) --047d7b66f13d55f05504cd6bef14 Content-Type: text/plain; charset=UTF-8 Unfortunately I can still confirm this crasher on Mac OS 10.6.8, using an Emacs nightly build from Oct 27 2012 downloaded from emacsformacosx.com, direct link: http://emacsformacosx.com/emacs-builds/Emacs-2012-10-27-110684-universal-10.6.8.dmg Behavior is exactly as reported by Florian: open a file with a UTF8 right arrow in it, and it crashes with the same stacktrace originating in ns_findfonts. 100% reproduceable. Below I pasted the whole .crash file generated by Mac OS. Let me know if you require more information. I have no experience with GDB, though. Thanks, Thomas Process: Emacs [97585] Path: /Applications/Emacs.app/Contents/MacOS/Emacs Identifier: org.gnu.Emacs Version: Version 24.2.50 (9.0) Code Type: X86-64 (Native) Parent Process: launchd [122] Date/Time: 2012-10-31 11:40:56.023 +0100 OS Version: Mac OS X 10.6.8 (10K549) Report Version: 6 Exception Type: EXC_BAD_ACCESS (SIGABRT) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0 libSystem.B.dylib 0x00007fff876030b6 __kill + 10 1 org.gnu.Emacs 0x000000010009ee34 terminate_due_to_signal + 116 2 org.gnu.Emacs 0x00000001000bbef3 emacs_abort + 19 3 org.gnu.Emacs 0x0000000100188581 ns_term_shutdown + 81 4 org.gnu.Emacs 0x000000010009e595 shut_down_emacs + 197 5 org.gnu.Emacs 0x000000010009ee0b terminate_due_to_signal + 75 6 org.gnu.Emacs 0x00000001000bbf0e handle_fatal_signal + 14 7 org.gnu.Emacs 0x00000001000bc322 deliver_fatal_thread_signal + 146 8 libSystem.B.dylib 0x00007fff876151ba _sigtramp + 26 9 com.apple.CoreFoundation 0x00007fff8062eeb0 CFStringGetLength + 80 10 com.apple.CoreFoundation 0x00007fff8064040c CFStringCompareWithOptionsAndLocale + 76 11 com.apple.CoreText 0x00007fff80c95ed6 CompareDescriptorsByTraitsAndPrecedence + 179 12 com.apple.CoreFoundation 0x00007fff80687a9a __CFSimpleMergeSort + 666 13 com.apple.CoreFoundation 0x00007fff80687883 __CFSimpleMergeSort + 131 14 com.apple.CoreFoundation 0x00007fff80687858 __CFSimpleMergeSort + 88 15 com.apple.CoreFoundation 0x00007fff80687883 __CFSimpleMergeSort + 131 16 com.apple.CoreFoundation 0x00007fff80687883 __CFSimpleMergeSort + 131 17 com.apple.CoreFoundation 0x00007fff80687858 __CFSimpleMergeSort + 88 18 com.apple.CoreFoundation 0x00007fff80687858 __CFSimpleMergeSort + 88 19 com.apple.CoreFoundation 0x00007fff80687883 __CFSimpleMergeSort + 131 20 com.apple.CoreFoundation 0x00007fff8068764d CFSortIndexes + 317 21 com.apple.CoreFoundation 0x00007fff80687450 CFQSortArray + 144 22 com.apple.CoreFoundation 0x00007fff806872ce CFArraySortValues + 478 23 com.apple.CoreText 0x00007fff80ca877c TCFSetRef::CreateSortedArray(long (*)(void const*, void const*, void*), void*, CFArrayCallBacks const*) const + 164 24 com.apple.CoreText 0x00007fff80c96a3e TDescriptorSource::CopyAllDescriptorsSorted() const + 152 25 com.apple.CoreText 0x00007fff80c68e7d TDescriptor::CreateMatchingDescriptors(__CFSet const*, unsigned long) const + 143 26 com.apple.AppKit 0x00007fff81081b7d -[NSCTFontDescriptor matchingFontDescriptorsWithMandatoryKeys:] + 12 27 org.gnu.Emacs 0x00000001001a42c6 ns_findfonts + 486 28 org.gnu.Emacs 0x000000010012c704 font_list_entities + 1348 29 org.gnu.Emacs 0x000000010012e1f7 font_find_for_lface + 1255 30 org.gnu.Emacs 0x0000000100175438 fontset_find_font + 1560 31 org.gnu.Emacs 0x00000001001759cb fontset_font + 283 32 org.gnu.Emacs 0x0000000100175e73 face_for_char + 291 33 org.gnu.Emacs 0x000000010003500e get_next_display_element + 2606 34 org.gnu.Emacs 0x000000010003c1b0 display_line + 592 35 org.gnu.Emacs 0x0000000100040f06 try_window + 182 36 org.gnu.Emacs 0x0000000100047302 redisplay_window + 8754 37 org.gnu.Emacs 0x00000001000496b6 redisplay_window_0 + 38 38 org.gnu.Emacs 0x00000001001182dc internal_condition_case_1 + 316 39 org.gnu.Emacs 0x0000000100022c9a redisplay_windows + 90 40 org.gnu.Emacs 0x000000010004aa09 redisplay_internal + 3193 41 org.gnu.Emacs 0x00000001000ac6bc read_char + 2172 42 org.gnu.Emacs 0x00000001000af31d read_key_sequence + 2269 43 org.gnu.Emacs 0x00000001000b13fa command_loop_1 + 602 44 org.gnu.Emacs 0x0000000100118435 internal_condition_case + 309 45 org.gnu.Emacs 0x00000001000a7437 command_loop_2 + 55 46 org.gnu.Emacs 0x000000010011853e internal_catch + 222 47 org.gnu.Emacs 0x00000001000a7afc recursive_edit_1 + 364 48 org.gnu.Emacs 0x00000001000a9aa3 Frecursive_edit + 291 49 org.gnu.Emacs 0x000000010009fcd3 main + 2963 50 org.gnu.Emacs 0x00000001000015d4 start + 52 Thread 1: Dispatch queue: com.apple.libdispatch-manager 0 libSystem.B.dylib 0x00007fff875cdc0a kevent + 10 1 libSystem.B.dylib 0x00007fff875cfadd _dispatch_mgr_invoke + 154 2 libSystem.B.dylib 0x00007fff875cf7b4 _dispatch_queue_invoke + 185 3 libSystem.B.dylib 0x00007fff875cf2de _dispatch_worker_thread2 + 252 4 libSystem.B.dylib 0x00007fff875cec08 _pthread_wqthread + 353 5 libSystem.B.dylib 0x00007fff875ceaa5 start_wqthread + 13 Thread 2: 0 libSystem.B.dylib 0x00007fff875f8932 select$DARWIN_EXTSN + 10 1 org.gnu.Emacs 0x0000000100190d75 -[EmacsApp fd_handler:] + 613 2 com.apple.Foundation 0x00007fff8638b114 __NSThread__main__ + 1429 3 libSystem.B.dylib 0x00007fff875edfd6 _pthread_start + 331 4 libSystem.B.dylib 0x00007fff875ede89 thread_start + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbf47f8 rdx: 0x0000000000000000 rdi: 0x0000000000017d31 rsi: 0x0000000000000006 rbp: 0x00007fff5fbf4820 rsp: 0x00007fff5fbf47f8 r8: 0x00007fff70125760 r9: 0x00007fff5fbf47a0 r10: 0x00007fff87616542 r11: 0xffffff80002e4730 r12: 0x000000000000000a r13: 0x000000010180303a r14: 0x000000000000000b r15: 0x00000001005aab28 rip: 0x00007fff876030b6 rfl: 0x0000000000000206 cr2: 0x0000000000000000 Binary Images: 0x100000000 - 0x1001fdff7 +org.gnu.Emacs Version 24.2.50 (9.0) <246D4E0D-B945-981E-428D-44D47090811C> /Applications/Emacs.app/Contents/MacOS/Emacs 0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) /usr/lib/dyld 0x7fff80003000 - 0x7fff80008fff libGFXShared.dylib ??? (???) <6BBC351E-40B3-F4EB-2F35-05BDE52AF87E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff80009000 - 0x7fff8002cfff com.apple.opencl 12.3.6 (12.3.6) <534AD81C-32AB-4C9A-5E0E-D6C6E77FA946> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff8002d000 - 0x7fff80076fef libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff80092000 - 0x7fff800b2fff com.apple.DirectoryService.Framework 3.6 (621.15) <9AD2A133-4275-5666-CE69-98FDF9A38B7A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff80114000 - 0x7fff801c4fff edu.mit.Kerberos 6.5.11 (6.5.11) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff801f5000 - 0x7fff801f5ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff80388000 - 0x7fff80418fff com.apple.SearchKit 1.3.0 (1.3.0) <45BA1053-9196-3C2F-2421-AFF5E09627CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff8053c000 - 0x7fff80588fff libauto.dylib ??? (???) <328CCF97-091D-C529-E576-C78583445711> /usr/lib/libauto.dylib 0x7fff80617000 - 0x7fff80626fef com.apple.opengl 1.6.14 (1.6.14) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff80627000 - 0x7fff8079efe7 com.apple.CoreFoundation 6.6.6 (550.44) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff807a9000 - 0x7fff807dafff libGLImage.dylib ??? (???) <562565E1-AA65-FE96-13FF-437410C886D0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff8083e000 - 0x7fff80885ff7 com.apple.coreui 2 (114) <31118426-355F-206A-65AB-CCA2D2D3EBD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff80886000 - 0x7fff80886ff7 com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff80c56000 - 0x7fff80cd4ff7 com.apple.CoreText 151.13 (???) <5C6214AD-D683-80A8-86EB-328C99B75322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff80cd5000 - 0x7fff816cfff7 com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff81770000 - 0x7fff81810fff com.apple.LaunchServices 362.3 (362.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff81811000 - 0x7fff81836ff7 com.apple.CoreVideo 1.6.2 (45.6) <31802A1C-81BC-33F8-D5C8-39A793D4D926> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff81837000 - 0x7fff81848ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <5BAFAE5C-2307-C27B-464D-582A10A6990B> /usr/lib/libz.1.dylib 0x7fff81923000 - 0x7fff8212dfe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <2F26CDC7-DAE9-9ABE-6806-93BBBDA20DA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff8212e000 - 0x7fff8220bff7 com.apple.vImage 4.1 (4.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff82251000 - 0x7fff82267fef libbsm.0.dylib ??? (???) <0321D32C-9FE1-3919-E03E-2530A0C1191B> /usr/lib/libbsm.0.dylib 0x7fff82268000 - 0x7fff8229bff7 libTrueTypeScaler.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff8236a000 - 0x7fff8236bfff liblangid.dylib ??? (???) /usr/lib/liblangid.dylib 0x7fff824dd000 - 0x7fff8259efef com.apple.ColorSync 4.6.8 (4.6.8) <7DF1D175-6451-51A2-DBBF-40FCA78C0D2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff8259f000 - 0x7fff825c7fff com.apple.DictionaryServices 1.1.2 (1.1.2) <6B8C5FB6-FE6F-3345-0441-BED51E815379> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff825c8000 - 0x7fff825ccff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib 0x7fff825cd000 - 0x7fff825d3ff7 com.apple.DiskArbitration 2.3.1 (2.3.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff8260e000 - 0x7fff826c4ff7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib 0x7fff826c5000 - 0x7fff826dbfe7 com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff8272d000 - 0x7fff82733fff libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x7fff82734000 - 0x7fff8277eff7 com.apple.Metadata 10.6.3 (507.15) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff82798000 - 0x7fff827acff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <574C1BE0-5E5E-CCAF-06F8-92A69CB2892D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff827ad000 - 0x7fff827b8ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff827b9000 - 0x7fff82836fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib 0x7fff82837000 - 0x7fff828ecfe7 com.apple.ink.framework 1.3.3 (107) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff82931000 - 0x7fff8302dff7 com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8305b000 - 0x7fff83140fef com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff83141000 - 0x7fff831fefff com.apple.CoreServices.OSServices 359.2 (359.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff8331a000 - 0x7fff8375dfef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <57D38705-6F21-2A82-F3F6-03CFFF214775> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff8375e000 - 0x7fff83893fff com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff83894000 - 0x7fff83c31fe7 com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff83c32000 - 0x7fff83c38ff7 IOSurface ??? (???) <27E523B3-6BE6-7D7D-5002-2A0E7ED2DB3D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff83cb3000 - 0x7fff83cb3ff7 com.apple.CoreServices 44 (44) <616722B1-5E79-DCCF-BF5E-0DD5802CCBD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff83cb4000 - 0x7fff83ccdfff com.apple.CFOpenDirectory 10.6 (10.6) <11FAE9D5-6BD2-D302-96B0-2E135049CAA7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff83cce000 - 0x7fff83da2fe7 com.apple.CFNetwork 454.12.4 (454.12.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff83da3000 - 0x7fff83e0dfe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <7BD7F19B-ACD4-186C-B42D-4DEBA6795628> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff83e0e000 - 0x7fff83e4cfe7 libFontRegistry.dylib ??? (???) <395D7C0D-36B5-B353-0DC8-51ABC0B1C030> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff83eb4000 - 0x7fff83ebbfff com.apple.OpenDirectory 10.6 (10.6) <13CECF72-D84B-2A88-CB0C-2092FDF0DB5D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff83ebc000 - 0x7fff83ef6fff libcups.2.dylib 2.8.0 (compatibility 2.0.0) <4F2A4397-89BD-DEAC-4971-EE838FFA0964> /usr/lib/libcups.2.dylib 0x7fff83f0c000 - 0x7fff84240fef com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff843e3000 - 0x7fff843f8ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <59D9E83D-3131-91F4-E3E2-02047F55917F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff84444000 - 0x7fff8455efff libGLProgrammability.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff8455f000 - 0x7fff8456efff com.apple.NetFS 3.2.2 (3.2.2) <84419796-36C9-DDCF-5FD1-0C96499EB63E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff84575000 - 0x7fff84596fe7 libPng.dylib ??? (???) <14F055F9-D7B2-27B2-E2CF-F0A222BFF14D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff84597000 - 0x7fff845daff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff8464e000 - 0x7fff848d7ff7 com.apple.security 6.1.2 (55002) <772E1B13-8271-02F8-B1FE-023592A7AED7> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff84b30000 - 0x7fff84b85ff7 com.apple.framework.familycontrols 2.0.2 (2020) <1E8D193F-3236-59AB-2242-14AD94128E81> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff84b86000 - 0x7fff84bd9ff7 com.apple.HIServices 1.8.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff84bda000 - 0x7fff84bddff7 libCoreVMClient.dylib ??? (???) <75819794-3B7A-8944-D004-7EA6DD7CE836> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff84bde000 - 0x7fff84c26ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff84c27000 - 0x7fff84c27ff7 com.apple.ApplicationServices 38 (38) <0E2FC75E-2BE2-D04D-CA78-76E38A89DD30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff84c28000 - 0x7fff84d47fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib 0x7fff84d94000 - 0x7fff84d95ff7 com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <49B723D1-85F8-F86C-2331-F586C56D68AF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff84d9e000 - 0x7fff852a7ff7 com.apple.RawCamera.bundle 3.14.0 (646) <75A96BFC-1832-808B-F430-C4C9379C5A98> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff85d07000 - 0x7fff85d46fef libncurses.5.4.dylib 5.4.0 (compatibility 5.4.0) /usr/lib/libncurses.5.4.dylib 0x7fff85d47000 - 0x7fff85e09fe7 libFontParser.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff85e9b000 - 0x7fff85edcff7 com.apple.SystemConfiguration 1.10.9 (1.10.2) <642854D8-F4EF-4685-42A6-E48A1904D885> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff86161000 - 0x7fff8616efe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x7fff861dc000 - 0x7fff86276fff com.apple.ApplicationServices.ATS 275.19 (???) <2DE8987F-4563-4D8E-45C3-2F6F786E120D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff862f4000 - 0x7fff86379ff7 com.apple.print.framework.PrintCore 6.3 (312.7) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff8637a000 - 0x7fff865fcfff com.apple.Foundation 6.6.8 (751.63) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff865fd000 - 0x7fff866b6fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) /usr/lib/libsqlite3.dylib 0x7fff866b7000 - 0x7fff866b8ff7 com.apple.TrustEvaluationAgent 1.1 (1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff8680f000 - 0x7fff8680fff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8681c000 - 0x7fff86847ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <3630A97F-55C1-3F34-CA63-3847653C9645> /usr/lib/libxslt.1.dylib 0x7fff86878000 - 0x7fff869b6fff com.apple.CoreData 102.1 (251) <96C5E9A6-C28C-E9CC-A0DB-27801A22A49F> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff86b87000 - 0x7fff86d46fff com.apple.ImageIO.framework 3.0.6 (3.0.6) <2C39859A-043D-0EB0-D412-EC2B5714B869> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff86d54000 - 0x7fff86de0fef SecurityFoundation ??? (???) <92FAC546-34A0-E65F-05DE-8883D7FECBA4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff86de1000 - 0x7fff86defff7 libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib 0x7fff86df5000 - 0x7fff86e4bfe7 libTIFF.dylib ??? (???) <9BC0CAD5-47F2-9B4F-0C10-D50A7A27F461> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff86f2f000 - 0x7fff86f6afff com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff873fe000 - 0x7fff8743ffef com.apple.QD 3.36 (???) <04F03722-91CA-6858-55A4-54D7F29789A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff87531000 - 0x7fff87552fff libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <9410EC7F-4D24-6740-AFEE-90405750FAD7> /usr/lib/libresolv.9.dylib 0x7fff8755f000 - 0x7fff87573fff libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff875b4000 - 0x7fff87775fef libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib 0x7fff87776000 - 0x7fff8779dff7 libJPEG.dylib ??? (???) <472D4A31-C1F3-57FD-6453-6621C48B95BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff88d13000 - 0x7fff88d25fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <30FE378B-99FE-8C7C-06D0-A3AA0A0A70D4> /usr/lib/libsasl2.2.dylib 0x7fff88e4f000 - 0x7fff88f65ff7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <3814FCF9-92B9-A6AB-E76A-F7021894AA3F> /usr/lib/libxml2.2.dylib 0x7fff88f66000 - 0x7fff88fe5fe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff894ec000 - 0x7fff8953bff7 com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <066A477D-C16C-A6FD-718F-0CE8D39807DE> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer 0x7fff8953c000 - 0x7fff8953efff libRadiance.dylib ??? (???) <61631C08-60CC-D122-4832-EA59824E0025> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff89569000 - 0x7fff8956dff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff8956e000 - 0x7fff89573fff libGIF.dylib ??? (???) <5B2AF093-1E28-F0CF-2C13-BA9AB4E2E177> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff898b0000 - 0x7fff89a6efff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0B4ABA92-C1F0-4548-A157-0CFD65561DA5> /usr/lib/libicucore.A.dylib 0x7fff89a7e000 - 0x7fff89a84ff7 com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff8a41c000 - 0x7fff8a47cfe7 com.apple.framework.IOKit 2.0 (???) <2D2A51AA-4021-0F64-BE58-B0ED5388D899> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff8a47d000 - 0x7fff8a548fff ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <86982FBB-B224-CBDA-A9AD-8EE97BDB8681> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib 0x7fff8a5a3000 - 0x7fff8a8a1fff com.apple.HIToolbox 1.6.5 (???) <98FCEA0D-FA33-E859-B39C-2C1F59F9E22D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib --047d7b66f13d55f05504cd6bef14 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Unfortunately I can still confirm this crasher on Mac OS 10.6.8, using an E= macs nightly build from Oct 27 2012 downloaded from emacsformacosx.com, direct link: ht= tp://emacsformacosx.com/emacs-builds/Emacs-2012-10-27-110684-universal-10.6= .8.dmg

Behavior is exactly as reported by Florian: open a file with a UTF8 rig= ht arrow in it, and it crashes with the same stacktrace originating in ns_f= indfonts. 100% reproduceable.

Below I pasted the whole .crash file g= enerated by Mac OS.

Let me know if you require more information. I have no experience with = GDB, though.

Thanks, Thomas


Process:=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 Emacs [97585]
Path:=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 /Applications/Emacs.app/Contents= /MacOS/Emacs
Identifier:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 org.gnu.Emacs
Version:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Version 24.2.50 (9= .0)
Code Type:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 X86-64 (Native)
Pa= rent Process:=C2=A0 launchd [122]

Date/Time:=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 2012-10-31 11:40:56.023 +0100
OS Version:=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 Mac OS X 10.6.8 (10K549)
Report Version:=C2=A0 6

Exception Type:=C2=A0 EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN= _INVALID_ADDRESS at 0x0000000000000000
Crashed Thread:=C2=A0 0=C2=A0 Dis= patch queue: com.apple.main-thread

Thread 0 Crashed:=C2=A0 Dispatch = queue: com.apple.main-thread
0=C2=A0=C2=A0 libSystem.B.dylib=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00007fff876030b6 __kill= + 10
1=C2=A0=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2= =A0 0x000000010009ee34 terminate_due_to_signal + 116
2=C2=A0=C2=A0 org.g= nu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000001000bbef3 emacs_= abort + 19
3=C2=A0=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000= 00100188581 ns_term_shutdown + 81
4=C2=A0=C2=A0 org.gnu.Emacs=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x000000010009e595 shut_down_emacs + 1975=C2=A0=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00= 0000010009ee0b terminate_due_to_signal + 75
6=C2=A0=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000= 001000bbf0e handle_fatal_signal + 14
7=C2=A0=C2=A0 org.gnu.Emacs=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000001000bc322 deliver_fatal_thread_= signal + 146
8=C2=A0=C2=A0 libSystem.B.dylib=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00007fff= 876151ba _sigtramp + 26
9=C2=A0=C2=A0 com.apple.CoreFoundation=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0= =C2=A0=C2=A0 0x00007fff8062eeb0 CFStringGetLength + 80
10=C2=A0 com.appl= e.CoreFoundation=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00007ff= f8064040c CFStringCompareWithOptionsAndLocale + 76
11=C2=A0 com.apple.Co= reText=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 = =C2=A0=C2=A0=C2=A0 0x00007fff80c95ed6 CompareDescriptorsByTraitsAndPreceden= ce + 179
12=C2=A0 com.apple.CoreFoundation=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2= =A0=C2=A0 0x00007fff80687a9a __CFSimpleMergeSort + 666
13=C2=A0 com.appl= e.CoreFoundation=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00007ff= f80687883 __CFSimpleMergeSort + 131
14=C2=A0 com.apple.CoreFoundation=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00007fff80687858 __CFSimpl= eMergeSort + 88
15=C2=A0 com.apple.CoreFoundation=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2= =A0=C2=A0 0x00007fff80687883 __CFSimpleMergeSort + 131
16=C2=A0 com.appl= e.CoreFoundation=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00007ff= f80687883 __CFSimpleMergeSort + 131
17=C2=A0 com.apple.CoreFoundation=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00007fff80687858 __CFSimpl= eMergeSort + 88
18=C2=A0 com.apple.CoreFoundation=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2= =A0=C2=A0 0x00007fff80687858 __CFSimpleMergeSort + 88
19=C2=A0 com.apple= .CoreFoundation=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00007fff= 80687883 __CFSimpleMergeSort + 131
20=C2=A0 com.apple.CoreFoundation=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00007fff8068764d CFSortInd= exes + 317
21=C2=A0 com.apple.CoreFoundation=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2= =A0=C2=A0 0x00007fff80687450 CFQSortArray + 144
22=C2=A0 com.apple.CoreF= oundation=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00007fff806872= ce CFArraySortValues + 478
23=C2=A0 com.apple.CoreText=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00007= fff80ca877c TCFSetRef::CreateSortedArray(long (*)(void const*, void const*,= void*), void*, CFArrayCallBacks const*) const + 164
24=C2=A0 com.apple.CoreText=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00007fff80c96a3e TDescriptorSource:= :CopyAllDescriptorsSorted() const + 152
25=C2=A0 com.apple.CoreText=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2= =A0=C2=A0 0x00007fff80c68e7d TDescriptor::CreateMatchingDescriptors(__CFSet= const*, unsigned long) const + 143
26=C2=A0 com.apple.AppKit=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00007fff81081b7d -[NSCT= FontDescriptor matchingFontDescriptorsWithMandatoryKeys:] + 12
27=C2=A0 = org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000001001a42c6 = ns_findfonts + 486
28=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0= =C2=A0=C2=A0 0x000000010012c704 font_list_entities + 1348
29=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000001= 0012e1f7 font_find_for_lface + 1255
30=C2=A0 org.gnu.Emacs=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x0000000100175438 fontset_find_font + 156031=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000001= 001759cb fontset_font + 283
32=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000001= 00175e73 face_for_char + 291
33=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 0x000000010003500e get_next_display_element + 2606
3= 4=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000001000= 3c1b0 display_line + 592
35=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000001= 00040f06 try_window + 182
36=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 = =C2=A0=C2=A0=C2=A0 0x0000000100047302 redisplay_window + 8754
37=C2=A0 o= rg.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000001000496b6 red= isplay_window_0 + 38
38=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000001= 001182dc internal_condition_case_1 + 316
39=C2=A0 org.gnu.Emacs=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x0000000100022c9a redisplay_windows + 9040=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000001= 0004aa09 redisplay_internal + 3193
41=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000001= 000ac6bc read_char + 2172
42=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 = =C2=A0=C2=A0=C2=A0 0x00000001000af31d read_key_sequence + 2269
43=C2=A0 = org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000001000b13fa = command_loop_1 + 602
44=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000001= 00118435 internal_condition_case + 309
45=C2=A0 org.gnu.Emacs=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000001000a7437 command_loop_2 + 55
4= 6=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000001001= 1853e internal_catch + 222
47=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000001= 000a7afc recursive_edit_1 + 364
48=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 =C2=A0=C2=A0=C2=A0 0x00000001000a9aa3 Frecursive_edit + 291
49=C2=A0= org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x000000010009fcd3 = main + 2963
50=C2=A0 org.gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00000001= 000015d4 start + 52

Thread 1:=C2=A0 Dispatch queue: com.apple.libdis= patch-manager
0=C2=A0=C2=A0 libSystem.B.dylib=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00007fff= 875cdc0a kevent + 10
1=C2=A0=C2=A0 libSystem.B.dylib=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0= x00007fff875cfadd _dispatch_mgr_invoke + 154
2=C2=A0=C2=A0 libSystem.B.dylib=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00007fff875cf7b4 _dispa= tch_queue_invoke + 185
3=C2=A0=C2=A0 libSystem.B.dylib=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0= x00007fff875cf2de _dispatch_worker_thread2 + 252
4=C2=A0=C2=A0 libSystem= .B.dylib=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 =C2=A0=C2=A0=C2=A0 0x00007fff875cec08 _pthread_wqthread + 353
5=C2=A0=C2=A0 libSystem.B.dylib=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00007fff875ceaa5 start_= wqthread + 13

Thread 2:
0=C2=A0=C2=A0 libSystem.B.dylib=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2= =A0=C2=A0 0x00007fff875f8932 select$DARWIN_EXTSN + 10
1=C2=A0=C2=A0 org.= gnu.Emacs=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x0000000100190d75 -[Emac= sApp fd_handler:] + 613
2=C2=A0=C2=A0 com.apple.Foundation=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00007fff8638b114 __NSThread__main__ + = 1429
3=C2=A0=C2=A0 libSystem.B.dylib=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0x00007fff875edfd6 = _pthread_start + 331
4=C2=A0=C2=A0 libSystem.B.dylib=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 0= x00007fff875ede89 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
=C2=A0 rax: 0x00000= 00000000000=C2=A0 rbx: 0x0000000000000006=C2=A0 rcx: 0x00007fff5fbf47f8=C2= =A0 rdx: 0x0000000000000000
=C2=A0 rdi: 0x0000000000017d31=C2=A0 rsi: 0x= 0000000000000006=C2=A0 rbp: 0x00007fff5fbf4820=C2=A0 rsp: 0x00007fff5fbf47f= 8
=C2=A0=C2=A0 r8: 0x00007fff70125760=C2=A0=C2=A0 r9: 0x00007fff5fbf47a0=C2= =A0 r10: 0x00007fff87616542=C2=A0 r11: 0xffffff80002e4730
=C2=A0 r12: 0x= 000000000000000a=C2=A0 r13: 0x000000010180303a=C2=A0 r14: 0x000000000000000= b=C2=A0 r15: 0x00000001005aab28
=C2=A0 rip: 0x00007fff876030b6=C2=A0 rfl= : 0x0000000000000206=C2=A0 cr2: 0x0000000000000000

Binary Images:
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x100000000 -=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x1001fdff7 +org.gnu.Emacs Version = 24.2.50 (9.0) <246D4E0D-B945-981E-428D-44D47090811C> /Applications/Em= acs.app/Contents/MacOS/Emacs
=C2=A0=C2=A0=C2=A0 0x7fff5fc00000 -=C2=A0= =C2=A0=C2=A0=C2=A0 0x7fff5fc3bdef=C2=A0 dyld 132.1 (???) <DB8B8AB0-0C97-= B51C-BE8B-B79895735A33> /usr/lib/dyld
=C2=A0=C2=A0=C2=A0 0x7fff80003000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff80008fff= =C2=A0 libGFXShared.dylib ??? (???) <6BBC351E-40B3-F4EB-2F35-05BDE52AF87= E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libG= FXShared.dylib
=C2=A0=C2=A0=C2=A0 0x7fff80009000 -=C2=A0=C2=A0=C2=A0=C2= =A0 0x7fff8002cfff=C2=A0 com.apple.opencl 12.3.6 (12.3.6) <534AD81C-32AB= -4C9A-5E0E-D6C6E77FA946> /System/Library/Frameworks/OpenCL.framework/Ver= sions/A/OpenCL
=C2=A0=C2=A0=C2=A0 0x7fff8002d000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff80076fef= =C2=A0 libGLU.dylib ??? (???) <B0F4CA55-445F-E901-0FCF-47B3B4BAE6E2> = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dyl= ib
=C2=A0=C2=A0=C2=A0 0x7fff80092000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff800= b2fff=C2=A0 com.apple.DirectoryService.Framework 3.6 (621.15) <9AD2A133-= 4275-5666-CE69-98FDF9A38B7A> /System/Library/Frameworks/DirectoryService= .framework/Versions/A/DirectoryService
=C2=A0=C2=A0=C2=A0 0x7fff80114000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff801c4fff= =C2=A0 edu.mit.Kerberos 6.5.11 (6.5.11) <CDA011E3-18C9-1573-3A31-497404C= D6675> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos=
=C2=A0=C2=A0=C2=A0 0x7fff801f5000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff801f5= ff7=C2=A0 com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-= 368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versi= ons/A/Accelerate
=C2=A0=C2=A0=C2=A0 0x7fff80388000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff80418fff= =C2=A0 com.apple.SearchKit 1.3.0 (1.3.0) <45BA1053-9196-3C2F-2421-AFF5E0= 9627CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Fra= meworks/SearchKit.framework/Versions/A/SearchKit
=C2=A0=C2=A0=C2=A0 0x7fff8053c000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff80588fff= =C2=A0 libauto.dylib ??? (???) <328CCF97-091D-C529-E576-C78583445711>= /usr/lib/libauto.dylib
=C2=A0=C2=A0=C2=A0 0x7fff80617000 -=C2=A0=C2=A0= =C2=A0=C2=A0 0x7fff80626fef=C2=A0 com.apple.opengl 1.6.14 (1.6.14) <ECAE= 2D12-5BE3-46E7-6EE5-563B80B32A3E> /System/Library/Frameworks/OpenGL.fram= ework/Versions/A/OpenGL
=C2=A0=C2=A0=C2=A0 0x7fff80627000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff8079efe7= =C2=A0 com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-= 96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versio= ns/A/CoreFoundation
=C2=A0=C2=A0=C2=A0 0x7fff807a9000 -=C2=A0=C2=A0=C2= =A0=C2=A0 0x7fff807dafff=C2=A0 libGLImage.dylib ??? (???) <562565E1-AA65= -FE96-13FF-437410C886D0> /System/Library/Frameworks/OpenGL.framework/Ver= sions/A/Libraries/libGLImage.dylib
=C2=A0=C2=A0=C2=A0 0x7fff8083e000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff80885ff7= =C2=A0 com.apple.coreui 2 (114) <31118426-355F-206A-65AB-CCA2D2D3EBD7>= ; /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
= =C2=A0=C2=A0=C2=A0 0x7fff80886000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff80886ff7= =C2=A0 com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A= 58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib =C2=A0=C2=A0=C2=A0 0x7fff80c56000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff80cd4ff7= =C2=A0 com.apple.CoreText 151.13 (???) <5C6214AD-D683-80A8-86EB-328C99B7= 5322> /System/Library/Frameworks/ApplicationServices.framework/Versions/= A/Frameworks/CoreText.framework/Versions/A/CoreText
=C2=A0=C2=A0=C2=A0 0x7fff80cd5000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff816cfff7= =C2=A0 com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E= 9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
= =C2=A0=C2=A0=C2=A0 0x7fff81770000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff81810fff= =C2=A0 com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D= 8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/= A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
=C2=A0=C2=A0=C2=A0 0x7fff81811000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff81836ff7= =C2=A0 com.apple.CoreVideo 1.6.2 (45.6) <31802A1C-81BC-33F8-D5C8-39A793D= 4D926> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVid= eo
=C2=A0=C2=A0=C2=A0 0x7fff81837000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff818= 48ff7=C2=A0 libz.1.dylib 1.2.3 (compatibility 1.0.0) <5BAFAE5C-2307-C27B= -464D-582A10A6990B> /usr/lib/libz.1.dylib
=C2=A0=C2=A0=C2=A0 0x7fff81923000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff8212dfe7= =C2=A0 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <2F26CDC7-DAE9-9ABE-6= 806-93BBBDA20DA0> /System/Library/Frameworks/Accelerate.framework/Versio= ns/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
=C2=A0=C2=A0=C2=A0 0x7fff8212e000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff8220bff7= =C2=A0 com.apple.vImage 4.1 (4.1) <A0DE28F5-7B45-D268-0497-C79A826C8E53&= gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/v= Image.framework/Versions/A/vImage
=C2=A0=C2=A0=C2=A0 0x7fff82251000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff82267fef= =C2=A0 libbsm.0.dylib ??? (???) <0321D32C-9FE1-3919-E03E-2530A0C1191B>= ; /usr/lib/libbsm.0.dylib
=C2=A0=C2=A0=C2=A0 0x7fff82268000 -=C2=A0=C2= =A0=C2=A0=C2=A0 0x7fff8229bff7=C2=A0 libTrueTypeScaler.dylib ??? (???) <= B7BA8104-FA18-39A2-56E1-922EE7A660AC> /System/Library/Frameworks/Applica= tionServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resou= rces/libTrueTypeScaler.dylib
=C2=A0=C2=A0=C2=A0 0x7fff8236a000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff8236bfff= =C2=A0 liblangid.dylib ??? (???) <D0666597-B331-C43C-67BB-F2E754079A7A&g= t; /usr/lib/liblangid.dylib
=C2=A0=C2=A0=C2=A0 0x7fff824dd000 -=C2=A0=C2= =A0=C2=A0=C2=A0 0x7fff8259efef=C2=A0 com.apple.ColorSync 4.6.8 (4.6.8) <= 7DF1D175-6451-51A2-DBBF-40FCA78C0D2C> /System/Library/Frameworks/Applica= tionServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A= /ColorSync
=C2=A0=C2=A0=C2=A0 0x7fff8259f000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff825c7fff= =C2=A0 com.apple.DictionaryServices 1.1.2 (1.1.2) <6B8C5FB6-FE6F-3345-04= 41-BED51E815379> /System/Library/Frameworks/CoreServices.framework/Versi= ons/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices=
=C2=A0=C2=A0=C2=A0 0x7fff825c8000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff825ccff7= =C2=A0 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEE= E-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
=C2= =A0=C2=A0=C2=A0 0x7fff825cd000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff825d3ff7=C2= =A0 com.apple.DiskArbitration 2.3.1 (2.3.1) <FD5CF2E6-E5FF-1E2A-37E0-304= 722DA15E1> /System/Library/Frameworks/DiskArbitration.framework/Versions= /A/DiskArbitration
=C2=A0=C2=A0=C2=A0 0x7fff8260e000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff826c4ff7= =C2=A0 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA= -DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
=C2=A0=C2=A0=C2=A0 0x7ff= f826c5000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff826dbfe7=C2=A0 com.apple.Multitou= chSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F640616= 3> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Version= s/A/MultitouchSupport
=C2=A0=C2=A0=C2=A0 0x7fff8272d000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff82733fff= =C2=A0 libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <D2F8C7E3-= CBA1-2E66-1376-04AA839DABBB> /System/Library/Frameworks/ApplicationServi= ces.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resou= rces/libCGXCoreImage.A.dylib
=C2=A0=C2=A0=C2=A0 0x7fff82734000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff8277eff7= =C2=A0 com.apple.Metadata 10.6.3 (507.15) <DE238BE4-5E22-C4D5-CF5C-3D50F= DEE4701> /System/Library/Frameworks/CoreServices.framework/Versions/A/Fr= ameworks/Metadata.framework/Versions/A/Metadata
=C2=A0=C2=A0=C2=A0 0x7fff82798000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff827acff7= =C2=A0 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <574C1BE0-= 5E5E-CCAF-06F8-92A69CB2892D> /System/Library/Frameworks/ApplicationServi= ces.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/Sp= eechSynthesis
=C2=A0=C2=A0=C2=A0 0x7fff827ad000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff827b8ff7= =C2=A0 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <C359B93B-= CC9B-FC0B-959E-FB10674103A7> /System/Library/Frameworks/Carbon.framework= /Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecogni= tion
=C2=A0=C2=A0=C2=A0 0x7fff827b9000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff82836fef= =C2=A0 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D= -11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
=C2=A0=C2=A0=C2=A0 0x7= fff82837000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff828ecfe7=C2=A0 com.apple.ink.fr= amework 1.3.3 (107) <A68339AA-909D-E46C-35C0-72808EE3D043> /System/Li= brary/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versi= ons/A/Ink
=C2=A0=C2=A0=C2=A0 0x7fff82931000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff8302dff7= =C2=A0 com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC1= 14D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Vers= ions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
=C2=A0=C2=A0=C2=A0 0x7fff8305b000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff83140fef= =C2=A0 com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED= 9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.fr= amework/Versions/A/DesktopServicesPriv
=C2=A0=C2=A0=C2=A0 0x7fff83141000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff831fefff= =C2=A0 com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D= 09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/= Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
=C2=A0=C2=A0=C2=A0 0x7fff8331a000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff8375dfef= =C2=A0 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <57D38705-6F21-2A82= -F3F6-03CFFF214775> /System/Library/Frameworks/Accelerate.framework/Vers= ions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
=C2=A0=C2=A0=C2=A0 0x7fff8375e000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff83893fff= =C2=A0 com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <F4814A13-E557= -59AF-30FF-E62929367933> /System/Library/Frameworks/AudioToolbox.framewo= rk/Versions/A/AudioToolbox
=C2=A0=C2=A0=C2=A0 0x7fff83894000 -=C2=A0=C2= =A0=C2=A0=C2=A0 0x7fff83c31fe7=C2=A0 com.apple.QuartzCore 1.6.3 (227.37) &l= t;16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/Quart= zCore.framework/Versions/A/QuartzCore
=C2=A0=C2=A0=C2=A0 0x7fff83c32000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff83c38ff7= =C2=A0 IOSurface ??? (???) <27E523B3-6BE6-7D7D-5002-2A0E7ED2DB3D> /Sy= stem/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
=C2=A0= =C2=A0=C2=A0 0x7fff83cb3000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff83cb3ff7=C2=A0 = com.apple.CoreServices 44 (44) <616722B1-5E79-DCCF-BF5E-0DD5802CCBD9>= /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices<= br> =C2=A0=C2=A0=C2=A0 0x7fff83cb4000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff83ccdfff= =C2=A0 com.apple.CFOpenDirectory 10.6 (10.6) <11FAE9D5-6BD2-D302-96B0-2E= 135049CAA7> /System/Library/Frameworks/OpenDirectory.framework/Versions/= A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
=C2=A0=C2=A0=C2=A0 0x7fff83cce000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff83da2fe7= =C2=A0 com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-= 860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions= /A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
=C2=A0=C2=A0=C2=A0 0x7fff83da3000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff83e0dfe7= =C2=A0 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <7BD7F19B-ACD4-186C-= B42D-4DEBA6795628> /System/Library/Frameworks/Accelerate.framework/Versi= ons/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
=C2=A0=C2=A0=C2=A0 0x7fff83e0e000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff83e4cfe7= =C2=A0 libFontRegistry.dylib ??? (???) <395D7C0D-36B5-B353-0DC8-51ABC0B1= C030> /System/Library/Frameworks/ApplicationServices.framework/Versions/= A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
=C2=A0=C2=A0=C2=A0 0x7fff83eb4000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff83ebbfff= =C2=A0 com.apple.OpenDirectory 10.6 (10.6) <13CECF72-D84B-2A88-CB0C-2092= FDF0DB5D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/= OpenDirectory
=C2=A0=C2=A0=C2=A0 0x7fff83ebc000 -=C2=A0=C2=A0=C2=A0=C2= =A0 0x7fff83ef6fff=C2=A0 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <4F= 2A4397-89BD-DEAC-4971-EE838FFA0964> /usr/lib/libcups.2.dylib
=C2=A0=C2=A0=C2=A0 0x7fff83f0c000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff84240fef= =C2=A0 com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-= 5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framewor= k/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
=C2=A0=C2=A0=C2=A0 0x7fff843e3000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff843f8ff7= =C2=A0 com.apple.LangAnalysis 1.6.6 (1.6.6) <59D9E83D-3131-91F4-E3E2-020= 47F55917F> /System/Library/Frameworks/ApplicationServices.framework/Vers= ions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
=C2=A0=C2=A0=C2=A0 0x7fff84444000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff8455efff= =C2=A0 libGLProgrammability.dylib ??? (???) <D1650AED-02EF-EFB3-100E-064= C7F018745> /System/Library/Frameworks/OpenGL.framework/Versions/A/Librar= ies/libGLProgrammability.dylib
=C2=A0=C2=A0=C2=A0 0x7fff8455f000 -=C2=A0= =C2=A0=C2=A0=C2=A0 0x7fff8456efff=C2=A0 com.apple.NetFS 3.2.2 (3.2.2) <8= 4419796-36C9-DDCF-5FD1-0C96499EB63E> /System/Library/Frameworks/NetFS.fr= amework/Versions/A/NetFS
=C2=A0=C2=A0=C2=A0 0x7fff84575000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff84596fe7= =C2=A0 libPng.dylib ??? (???) <14F055F9-D7B2-27B2-E2CF-F0A222BFF14D> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewo= rks/ImageIO.framework/Versions/A/Resources/libPng.dylib
=C2=A0=C2=A0=C2=A0 0x7fff84597000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff845daff7= =C2=A0 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA= -D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.frame= work/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libR= IP.A.dylib
=C2=A0=C2=A0=C2=A0 0x7fff8464e000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff848d7ff7= =C2=A0 com.apple.security 6.1.2 (55002) <772E1B13-8271-02F8-B1FE-023592A= 7AED7> /System/Library/Frameworks/Security.framework/Versions/A/Security=
=C2=A0=C2=A0=C2=A0 0x7fff84b30000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff84b85= ff7=C2=A0 com.apple.framework.familycontrols 2.0.2 (2020) <1E8D193F-3236= -59AB-2242-14AD94128E81> /System/Library/PrivateFrameworks/FamilyControl= s.framework/Versions/A/FamilyControls
=C2=A0=C2=A0=C2=A0 0x7fff84b86000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff84bd9ff7= =C2=A0 com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793= AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions= /A/Frameworks/HIServices.framework/Versions/A/HIServices
=C2=A0=C2=A0=C2=A0 0x7fff84bda000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff84bddff7= =C2=A0 libCoreVMClient.dylib ??? (???) <75819794-3B7A-8944-D004-7EA6DD7C= E836> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/l= ibCoreVMClient.dylib
=C2=A0=C2=A0=C2=A0 0x7fff84bde000 -=C2=A0=C2=A0=C2= =A0=C2=A0 0x7fff84c26ff7=C2=A0 libvDSP.dylib 268.0.1 (compatibility 1.0.0) = <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Acc= elerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP= .dylib
=C2=A0=C2=A0=C2=A0 0x7fff84c27000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff84c27ff7= =C2=A0 com.apple.ApplicationServices 38 (38) <0E2FC75E-2BE2-D04D-CA78-76= E38A89DD30> /System/Library/Frameworks/ApplicationServices.framework/Ver= sions/A/ApplicationServices
=C2=A0=C2=A0=C2=A0 0x7fff84c28000 -=C2=A0=C2= =A0=C2=A0=C2=A0 0x7fff84d47fe7=C2=A0 libcrypto.0.9.8.dylib 0.9.8 (compatibi= lity 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto= .0.9.8.dylib
=C2=A0=C2=A0=C2=A0 0x7fff84d94000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff84d95ff7= =C2=A0 com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <49B723D1-85F8-F86C= -2331-F586C56D68AF> /System/Library/Frameworks/AudioUnit.framework/Versi= ons/A/AudioUnit
=C2=A0=C2=A0=C2=A0 0x7fff84d9e000 -=C2=A0=C2=A0=C2=A0=C2= =A0 0x7fff852a7ff7=C2=A0 com.apple.RawCamera.bundle 3.14.0 (646) <75A96B= FC-1832-808B-F430-C4C9379C5A98> /System/Library/CoreServices/RawCamera.b= undle/Contents/MacOS/RawCamera
=C2=A0=C2=A0=C2=A0 0x7fff85d07000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff85d46fef= =C2=A0 libncurses.5.4.dylib 5.4.0 (compatibility 5.4.0) <B1AA4BA8-5F3F-F= 5F6-13D8-DC794A80B227> /usr/lib/libncurses.5.4.dylib
=C2=A0=C2=A0=C2= =A0 0x7fff85d47000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff85e09fe7=C2=A0 libFontPa= rser.dylib ??? (???) <EF06F16C-0CC9-B4CA-7BD9-0A97FA967340> /System/L= ibrary/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.f= ramework/Versions/A/Resources/libFontParser.dylib
=C2=A0=C2=A0=C2=A0 0x7fff85e9b000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff85edcff7= =C2=A0 com.apple.SystemConfiguration 1.10.9 (1.10.2) <642854D8-F4EF-4685= -42A6-E48A1904D885> /System/Library/Frameworks/SystemConfiguration.frame= work/Versions/A/SystemConfiguration
=C2=A0=C2=A0=C2=A0 0x7fff86161000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff8616efe7= =C2=A0 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48= DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.fra= mework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/li= bCSync.A.dylib
=C2=A0=C2=A0=C2=A0 0x7fff861dc000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff86276fff= =C2=A0 com.apple.ApplicationServices.ATS 275.19 (???) <2DE8987F-4563-4D8= E-45C3-2F6F786E120D> /System/Library/Frameworks/ApplicationServices.fram= ework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
=C2=A0=C2=A0=C2=A0 0x7fff862f4000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff86379ff7= =C2=A0 com.apple.print.framework.PrintCore 6.3 (312.7) <F00C561F-D38B-87= 85-5218-1A0C3BA61177> /System/Library/Frameworks/ApplicationServices.fra= mework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
=C2=A0=C2=A0=C2=A0 0x7fff8637a000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff865fcfff= =C2=A0 com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82= 426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Fou= ndation
=C2=A0=C2=A0=C2=A0 0x7fff865fd000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7f= ff866b6fff=C2=A0 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <E8FFCEA1-= 3BE3-F0C9-07EA-C37678C4D2F5> /usr/lib/libsqlite3.dylib
=C2=A0=C2=A0=C2=A0 0x7fff866b7000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff866b8ff7= =C2=A0 com.apple.TrustEvaluationAgent 1.1 (1) <A91CE5B9-3C63-5F8C-5052-9= 5CCAB866F72> /System/Library/PrivateFrameworks/TrustEvaluationAgent.fram= ework/Versions/A/TrustEvaluationAgent
=C2=A0=C2=A0=C2=A0 0x7fff8680f000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff8680fff7= =C2=A0 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-= 1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versi= ons/A/Frameworks/vecLib.framework/Versions/A/vecLib
=C2=A0=C2=A0=C2=A0 0x7fff8681c000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff86847ff7= =C2=A0 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <3630A97F-55C1-3F34-= CA63-3847653C9645> /usr/lib/libxslt.1.dylib
=C2=A0=C2=A0=C2=A0 0x7fff= 86878000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff869b6fff=C2=A0 com.apple.CoreData = 102.1 (251) <96C5E9A6-C28C-E9CC-A0DB-27801A22A49F> /System/Library/Fr= ameworks/CoreData.framework/Versions/A/CoreData
=C2=A0=C2=A0=C2=A0 0x7fff86b87000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff86d46fff= =C2=A0 com.apple.ImageIO.framework 3.0.6 (3.0.6) <2C39859A-043D-0EB0-D41= 2-EC2B5714B869> /System/Library/Frameworks/ApplicationServices.framework= /Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
=C2=A0=C2=A0=C2=A0 0x7fff86d54000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff86de0fef= =C2=A0 SecurityFoundation ??? (???) <92FAC546-34A0-E65F-05DE-8883D7FECBA= 4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/Se= curityFoundation
=C2=A0=C2=A0=C2=A0 0x7fff86de1000 -=C2=A0=C2=A0=C2=A0= =C2=A0 0x7fff86defff7=C2=A0 libkxld.dylib ??? (???) <8145A534-95CC-9F3C-= B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
=C2=A0=C2=A0=C2=A0 0x7fff86df5000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff86e4bfe7= =C2=A0 libTIFF.dylib ??? (???) <9BC0CAD5-47F2-9B4F-0C10-D50A7A27F461>= /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
=C2=A0=C2=A0=C2=A0 0x7fff86f2f000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff86f6afff= =C2=A0 com.apple.AE 496.5 (496.5) <2= 08DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServ= ices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
=C2=A0=C2=A0=C2=A0 0x7fff873fe000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff8743ffef= =C2=A0 com.apple.QD 3.36 (???) <04F03722-91CA-6858-55A4-54D7F29789A6>= /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/QD.framework/Versions/A/QD
=C2=A0=C2=A0=C2=A0 0x7fff87531000 -=C2= =A0=C2=A0=C2=A0=C2=A0 0x7fff87552fff=C2=A0 libresolv.9.dylib 41.1.0 (compat= ibility 1.0.0) <9410EC7F-4D24-6740-AFEE-90405750FAD7> /usr/lib/libres= olv.9.dylib
=C2=A0=C2=A0=C2=A0 0x7fff8755f000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff87573fff= =C2=A0 libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /= System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib=
=C2=A0=C2=A0=C2=A0 0x7fff875b4000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff87775= fef=C2=A0 libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89D= C-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
=C2=A0=C2=A0=C2=A0 0x7fff87776000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff8779dff7= =C2=A0 libJPEG.dylib ??? (???) <472D4A31-C1F3-57FD-6453-6621C48B95BF>= /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
=C2=A0=C2=A0=C2=A0 0x7fff88d13000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff88d25fe7= =C2=A0 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <30FE378B-99FE-8C7C= -06D0-A3AA0A0A70D4> /usr/lib/libsasl2.2.dylib
=C2=A0=C2=A0=C2=A0 0x7f= ff88e4f000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff88f65ff7=C2=A0 libxml2.2.dylib 1= 0.3.0 (compatibility 10.0.0) <3814FCF9-92B9-A6AB-E76A-F7021894AA3F> /= usr/lib/libxml2.2.dylib
=C2=A0=C2=A0=C2=A0 0x7fff88f66000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff88fe5fe7= =C2=A0 com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-= 124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/= CoreAudio
=C2=A0=C2=A0=C2=A0 0x7fff894ec000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x= 7fff8953bff7=C2=A0 com.apple.DirectoryService.PasswordServerFramework 6.1 (= 6.1) <066A477D-C16C-A6FD-718F-0CE8D39807DE> /System/Library/PrivateFr= ameworks/PasswordServer.framework/Versions/A/PasswordServer
=C2=A0=C2=A0=C2=A0 0x7fff8953c000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff8953efff= =C2=A0 libRadiance.dylib ??? (???) <61631C08-60CC-D122-4832-EA59824E0025= > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Fr= ameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
=C2=A0=C2=A0=C2=A0 0x7fff89569000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff8956dff7= =C2=A0 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-= 3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.f= ramework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/= libCGXType.A.dylib
=C2=A0=C2=A0=C2=A0 0x7fff8956e000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff89573fff= =C2=A0 libGIF.dylib ??? (???) <5B2AF093-1E28-F0CF-2C13-BA9AB4E2E177> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewo= rks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
=C2=A0=C2=A0=C2=A0 0x7fff898b0000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff89a6efff= =C2=A0 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0B4ABA92-C1F0-45= 48-A157-0CFD65561DA5> /usr/lib/libicucore.A.dylib
=C2=A0=C2=A0=C2=A0 = 0x7fff89a7e000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff89a84ff7=C2=A0 com.apple.Com= merceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Li= brary/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/Commerc= eCore.framework/Versions/A/CommerceCore
=C2=A0=C2=A0=C2=A0 0x7fff8a41c000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff8a47cfe7= =C2=A0 com.apple.framework.IOKit 2.0 (???) <2D2A51AA-4021-0F64-BE58-B0ED= 5388D899> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit=C2=A0=C2=A0=C2=A0 0x7fff8a47d000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff8a548fff= =C2=A0 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <86982FBB-B= 224-CBDA-A9AD-8EE97BDB8681> /System/Library/Frameworks/ApplicationServic= es.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncD= eprecated.dylib
=C2=A0=C2=A0=C2=A0 0x7fff8a5a3000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fff8a8a1fff= =C2=A0 com.apple.HIToolbox 1.6.5 (???) <98FCEA0D-FA33-E859-B39C-2C1F59F9= E22D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/= HIToolbox.framework/Versions/A/HIToolbox
=C2=A0=C2=A0=C2=A0 0x7fffffe00000 -=C2=A0=C2=A0=C2=A0=C2=A0 0x7fffffe01fff= =C2=A0 libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69= > /usr/lib/libSystem.B.dylib

=C2=A0
--047d7b66f13d55f05504cd6bef14-- From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 06 06:04:16 2012 Received: (at 11541) by debbugs.gnu.org; 6 Nov 2012 11:04:16 +0000 Received: from localhost ([127.0.0.1]:51569 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TVgx5-0007ZR-5J for submit@debbugs.gnu.org; Tue, 06 Nov 2012 06:04:15 -0500 Received: from mail-ea0-f172.google.com ([209.85.215.172]:63761) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TVgx1-0007ZI-N0 for 11541@debbugs.gnu.org; Tue, 06 Nov 2012 06:04:13 -0500 Received: by mail-ea0-f172.google.com with SMTP id k13so134277eaa.3 for <11541@debbugs.gnu.org>; Tue, 06 Nov 2012 03:01:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=vRVAERevHElHqoKmwgdknVwY+dd9JgAksHnAaXkf0ZI=; b=EwcNWiyu3x9pUp04Em+6LE1AalDbe8kjE1UsHcwASnQC0ZbHb/mZtmSPzbH+FIwYlF dLc/g0LOzJJRURUKGM6exrVxL+RTU0uWHxYgNMzrMfnCgrpHANyu/dI3w2OhVrMn0LQJ iuJrzmsQEXvXLCW1QT1MJXN9YMEBUcyJXwgPnkpIMElKo5Nn0rhMS6l4pX37MJDBn+5N 7r/3yXXkv80lJk9BV0tsamvURdtuTfUwLNB4jHDFgQNVPcornrxNQA0q9zfsxdPUnvo1 vVKT96wDCfmzMfs8Qc/TmUIfOtuHv6jIGbRzKP8pouyzNHJZOVoBtfEUAdolEjLEHG6O 8WjQ== MIME-Version: 1.0 Received: by 10.14.219.2 with SMTP id l2mr2542135eep.3.1352199660564; Tue, 06 Nov 2012 03:01:00 -0800 (PST) Received: by 10.223.96.69 with HTTP; Tue, 6 Nov 2012 03:01:00 -0800 (PST) Date: Tue, 6 Nov 2012 12:01:00 +0100 Message-ID: Subject: Possible fix From: Thomas Kappler To: 11541@debbugs.gnu.org Content-Type: multipart/alternative; boundary=047d7b6041a06eef0704cdd184a2 X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 11541 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.7 (/) --047d7b6041a06eef0704cdd184a2 Content-Type: text/plain; charset=UTF-8 I investigated this a bit further and have a patch that fixes the right-arrow test file for me, I can open it and the arrow displays without problems. Note that this is my very first foray into the Emacs source as well as into Objective-C. The problem is that ns_findfonts is being passed an empty font_spec. (Why, I have no idea.) This crashes "[fdesc matchingFontDescriptorsWithMandatoryKeys: fkeys]". The fix is to check for this case and, if there are no keys in the font_spec, simply initialize matchingDescs to an empty array. Cheers, Thomas $ bzr diff === modified file 'src/nsfont.m' --- src/nsfont.m 2012-10-21 18:48:11 +0000 +++ src/nsfont.m 2012-11-06 10:55:25 +0000 @@ -43,7 +43,7 @@ #import #endif -#define NSFONT_TRACE 0 +#define NSFONT_TRACE 1 extern Lisp_Object Qns; extern Lisp_Object Qnormal, Qbold, Qitalic, Qcondensed, Qexpanded; @@ -556,10 +556,17 @@ fdesc = ns_spec_to_descriptor (font_spec); fkeys = [NSMutableSet setWithArray: [[fdesc fontAttributes] allKeys]]; + if (NSFONT_TRACE) + NSLog(@"Got %d fkeys: %@ ", [fkeys count], fkeys); + if (isMatch) [fkeys removeObject: NSFontFamilyAttribute]; - matchingDescs = [fdesc matchingFontDescriptorsWithMandatoryKeys: fkeys]; + if ([fkeys count] > 0) { + matchingDescs = [fdesc matchingFontDescriptorsWithMandatoryKeys: fkeys]; + } else { + matchingDescs = [NSMutableArray array]; + } if (NSFONT_TRACE) NSLog(@"Got desc %@ and found %d matching fonts from it: ", fdesc, [matchingDescs count]); --047d7b6041a06eef0704cdd184a2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I investigated this a bit further and have a patch that fixes the right-arr= ow test file for me, I can open it and the arrow displays without problems.=

Note that this is my very first foray into the Emacs source as well= as into Objective-C.

The problem is that ns_findfonts is being passed an empty font_spec. (W= hy, I have no idea.) This crashes "[fdesc matchingFontDescriptorsWithM= andatoryKeys: fkeys]". The fix is to check for this case and, if there= are no keys in the font_spec, simply initialize matchingDescs to an empty = array.

Cheers,
Thomas


$ bzr diff

=3D=3D=3D modified file = 'src/nsfont.m'
--- src/nsfont.m=C2=A0=C2=A0=C2=A0 2012-10-21 18:= 48:11 +0000
+++ src/nsfont.m=C2=A0=C2=A0=C2=A0 2012-11-06 10:55:25 +0000=
@@ -43,7 +43,7 @@
=C2=A0#import <AppKit/NSFontDescriptor.h> =C2=A0#endif
=C2=A0
-#define NSFONT_TRACE 0
+#define NSFONT_TRACE = 1
=C2=A0
=C2=A0extern Lisp_Object Qns;
=C2=A0extern Lisp_Object Qn= ormal, Qbold, Qitalic, Qcondensed, Qexpanded;
@@ -556,10 +556,17 @@
= =C2=A0
=C2=A0=C2=A0=C2=A0=C2=A0 fdesc =3D ns_spec_to_descriptor (font_sp= ec);
=C2=A0=C2=A0=C2=A0=C2=A0 fkeys =3D [NSMutableSet setWithArray: [[fdesc font= Attributes] allKeys]];
+=C2=A0=C2=A0=C2=A0 if (NSFONT_TRACE)
+=C2=A0= =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 NSLog(@"Got %d fkeys: %@ ", [fkey= s count], fkeys);
+=C2=A0=C2=A0=C2=A0
=C2=A0=C2=A0=C2=A0=C2=A0 if (i= sMatch)
=C2=A0=C2=A0=C2=A0=C2=A0 [fkeys removeObject: NSFontFamilyAttrib= ute];
=C2=A0
-=C2=A0=C2=A0=C2=A0 matchingDescs =3D [fdesc matchingFontDescript= orsWithMandatoryKeys: fkeys];
+=C2=A0=C2=A0=C2=A0 if ([fkeys count] >= 0) {
+=C2=A0=C2=A0=C2=A0 matchingDescs =3D [fdesc matchingFontDescripto= rsWithMandatoryKeys: fkeys];
+=C2=A0=C2=A0=C2=A0 } else {
+=C2=A0=C2= =A0=C2=A0 matchingDescs =3D [NSMutableArray array];
+=C2=A0=C2=A0=C2=A0 }
=C2=A0=C2=A0=C2=A0=C2=A0 if (NSFONT_TRACE)
=C2= =A0=C2=A0=C2=A0=C2=A0 NSLog(@"Got desc %@ and found %d matching fonts = from it: ", fdesc,
=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 [matchingDescs count]);

--047d7b6041a06eef0704cdd184a2-- From unknown Sat Aug 16 10:44:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: Did not alter fixed versions and reopened. Date: Wed, 07 Nov 2012 11:42:01 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # Did not alter fixed versions and reopened. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 08 14:53:38 2012 Received: (at 11541-done) by debbugs.gnu.org; 8 Nov 2012 19:53:39 +0000 Received: from localhost ([127.0.0.1]:56504 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TWYAU-0007wl-1N for submit@debbugs.gnu.org; Thu, 08 Nov 2012 14:53:38 -0500 Received: from mailout.melmac.se ([62.20.26.67]:44938) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TWYAR-0007wd-KX for 11541-done@debbugs.gnu.org; Thu, 08 Nov 2012 14:53:36 -0500 Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 81FE39077 for <11541-done@debbugs.gnu.org>; Thu, 8 Nov 2012 20:53:31 +0100 (CET) Received: (qmail 1224 invoked by uid 89); 8 Nov 2012 19:53:31 -0000 Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 8 Nov 2012 19:53:31 -0000 Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id DE6B57FA05E; Thu, 8 Nov 2012 20:53:30 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: bug#11541: Possible fix From: =?iso-8859-1?Q?Jan_Dj=E4rv?= In-Reply-To: Date: Thu, 8 Nov 2012 20:53:32 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4fbb6a82.d491cc0a.42d6.3965@mx.google.com> To: Thomas Kappler X-Mailer: Apple Mail (2.1499) X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello. If it works, that is good. I installed it in the trunk. Thanks, [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4750] X-Debbugs-Envelope-To: 11541-done Cc: "11541-done@debbugs.gnu.org" <11541-done@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello. If it works, that is good. I installed it in the trunk. Thanks, [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4300] Hello. If it works, that is good. I installed it in the trunk. Thanks, Jan D. 6 nov 2012 kl. 12:01 skrev Thomas Kappler : > I investigated this a bit further and have a patch that fixes the = right-arrow test file for me, I can open it and the arrow displays = without problems. >=20 > Note that this is my very first foray into the Emacs source as well as = into Objective-C. >=20 > The problem is that ns_findfonts is being passed an empty font_spec. = (Why, I have no idea.) This crashes "[fdesc = matchingFontDescriptorsWithMandatoryKeys: fkeys]". The fix is to check = for this case and, if there are no keys in the font_spec, simply = initialize matchingDescs to an empty array. >=20 > Cheers, > Thomas >=20 >=20 > $ bzr diff >=20 > =3D=3D=3D modified file 'src/nsfont.m' > --- src/nsfont.m 2012-10-21 18:48:11 +0000 > +++ src/nsfont.m 2012-11-06 10:55:25 +0000 > @@ -43,7 +43,7 @@ > #import > #endif > =20 > -#define NSFONT_TRACE 0 > +#define NSFONT_TRACE 1 > =20 > extern Lisp_Object Qns; > extern Lisp_Object Qnormal, Qbold, Qitalic, Qcondensed, Qexpanded; > @@ -556,10 +556,17 @@ > =20 > fdesc =3D ns_spec_to_descriptor (font_spec); > fkeys =3D [NSMutableSet setWithArray: [[fdesc fontAttributes] = allKeys]]; > + if (NSFONT_TRACE) > + NSLog(@"Got %d fkeys: %@ ", [fkeys count], fkeys); > + =20 > if (isMatch) > [fkeys removeObject: NSFontFamilyAttribute]; > =20 > - matchingDescs =3D [fdesc = matchingFontDescriptorsWithMandatoryKeys: fkeys]; > + if ([fkeys count] > 0) { > + matchingDescs =3D [fdesc = matchingFontDescriptorsWithMandatoryKeys: fkeys]; > + } else { > + matchingDescs =3D [NSMutableArray array]; > + } > if (NSFONT_TRACE) > NSLog(@"Got desc %@ and found %d matching fonts from it: ", = fdesc, > [matchingDescs count]); >=20 From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 09 05:27:14 2012 Received: (at 11541) by debbugs.gnu.org; 9 Nov 2012 10:27:14 +0000 Received: from localhost ([127.0.0.1]:57107 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TWlnt-0003S1-PH for submit@debbugs.gnu.org; Fri, 09 Nov 2012 05:27:13 -0500 Received: from mail-ea0-f172.google.com ([209.85.215.172]:46386) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TWlns-0003Ru-7Y for 11541@debbugs.gnu.org; Fri, 09 Nov 2012 05:27:13 -0500 Received: by mail-ea0-f172.google.com with SMTP id k13so1574069eaa.3 for <11541@debbugs.gnu.org>; Fri, 09 Nov 2012 02:27:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=yrI4WMAYZpBd9Tdf3ohjK1OmTHBz7+1adUNCp3XC3lk=; b=ROtPytFk6hfTpy2Xeb7qzCTQP3jdeZ7Mdv9BMS2uJ4D0liYH+dYLGdatGR6x00Gqa8 7RkA1IZocHGoNEv/13oajvCUIcgmJ2JeewN7FVWRhnupjKBnokRQgakp5TJGH2GQYn6V MbilWca59D7bf+PGSGcUuurmD+pZlAmkR+MjyXxOt2NMMU99YFb3TIH0El5dzRRdtrZf oOJ4mjLPxpbtpbxATILZ+XA0vOrS2ZCarf7GpxUv4HlnY+fLtmHB3ud947OuH/9H4Qg1 TXlq+8235vzOJoGdsf/+uSSZDGOp0BSzIcEKpSFc9jLalUdl1XK3zLbdUrV+s9gbIt/g oTwQ== MIME-Version: 1.0 Received: by 10.14.193.136 with SMTP id k8mr36343709een.30.1352456824818; Fri, 09 Nov 2012 02:27:04 -0800 (PST) Received: by 10.223.96.69 with HTTP; Fri, 9 Nov 2012 02:27:04 -0800 (PST) Date: Fri, 9 Nov 2012 11:27:04 +0100 Message-ID: Subject: THanks! From: Thomas Kappler To: 11541@debbugs.gnu.org Content-Type: multipart/alternative; boundary=047d7b343e369e0a9e04ce0d64ca X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 11541 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.1 (/) --047d7b343e369e0a9e04ce0d64ca Content-Type: text/plain; charset=UTF-8 Hi Jan, thanks for installing it! I left the NSFONT_TRACE #define on in my patch. You might want to switch it off for the repository. -- Thomas --047d7b343e369e0a9e04ce0d64ca Content-Type: text/html; charset=UTF-8 Hi Jan, thanks for installing it!

I left the NSFONT_TRACE #define on in my patch. You might want to switch it off for the repository.

-- Thomas
--047d7b343e369e0a9e04ce0d64ca-- From unknown Sat Aug 16 10:44:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 07 Dec 2012 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator