From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 06 03:50:49 2013 Received: (at submit) by debbugs.gnu.org; 6 Dec 2013 08:50:49 +0000 Received: from localhost ([127.0.0.1]:32987 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vor7Y-0001oq-Cp for submit@debbugs.gnu.org; Fri, 06 Dec 2013 03:50:48 -0500 Received: from eggs.gnu.org ([208.118.235.92]:36457) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vor7R-0001oX-J1 for submit@debbugs.gnu.org; Fri, 06 Dec 2013 03:50:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vor7J-0001Xj-SY for submit@debbugs.gnu.org; Fri, 06 Dec 2013 03:50:41 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:48873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vor7J-0001Xe-Nw for submit@debbugs.gnu.org; Fri, 06 Dec 2013 03:50:33 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vor7C-00067e-LT for bug-gnu-emacs@gnu.org; Fri, 06 Dec 2013 03:50:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vor75-0001W9-QY for bug-gnu-emacs@gnu.org; Fri, 06 Dec 2013 03:50:26 -0500 Received: from mail-ig0-x234.google.com ([2607:f8b0:4001:c05::234]:63179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vor75-0001Vy-EF for bug-gnu-emacs@gnu.org; Fri, 06 Dec 2013 03:50:19 -0500 Received: by mail-ig0-f180.google.com with SMTP id uq1so19398igb.1 for ; Fri, 06 Dec 2013 00:50:18 -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=kcNA5oakUgKXEwYp/7HY73alMIANAiCw4HN1AT9204o=; b=vfraDe6FRAU7SbV+K2uqc1Ifqqd1/PLQubG/YcK6hrYPhnYV7Hb2sVbyjJtrrssSpO PsA0Og37GDhSzVtEJWeaUwNbEC00nIeIcXVFRqEM/V3I/cKkmvrXtUIq1oZ+NZ82n1yv jgsxFUonPsN5TYaMEIVfgqzGGE/xl7FO5gebfhpRhoaR/paWsUXaxDQszUAm0u66MjBI MuNnve5ksNIxQnulV6GFDp4/NFc1YQtuqj7MO06xo+kXkCDAEA7pr93JfAMfzHM1oEus z/V8rZakgdnysz03T/un5iGwaayXF5vQm84STrdekRI4u60ELOr2VmXgHjTEQnEhupeS 6fgg== MIME-Version: 1.0 X-Received: by 10.50.43.195 with SMTP id y3mr1444480igl.33.1386319818248; Fri, 06 Dec 2013 00:50:18 -0800 (PST) Received: by 10.43.74.137 with HTTP; Fri, 6 Dec 2013 00:50:18 -0800 (PST) Date: Fri, 6 Dec 2013 12:50:18 +0400 Message-ID: Subject: Sigsegv, libxft, emacs --daemon, emacsclient From: Constantin Kulikov To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=047d7bfe9fe84fd82604ecd9bc51 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" --047d7bfe9fe84fd82604ecd9bc51 Content-Type: text/plain; charset=UTF-8 In the first terminal(emacs): # emacs -Q --daemon=exp ("emacs") Starting Emacs daemon. # ps -A | grep emacs 21880 ? 00:00:00 emacs In the second terminal(gdb): # sudo gdb (gdb) attach 21880 (gdb) continue Continuing. In the first terminal(emacs): # emacsclient -s exp -c In the emacsclient's frame: C-x C-c In the first terminal(emacs): # emacsclient -s exp -c In the emacsclient's frame: C-x C-c In the second terminal(gdb): [New Thread 0x7f6eee24d700 (LWP 22531)] [New Thread 0x7f6eeda4c700 (LWP 22532)] Program received signal SIGSEGV, Segmentation fault. 0x00007f6efa29cd15 in ?? () from /usr/lib/libXft.so.2 (gdb) bt full ---------------------------------------------- #0 0x00007f6efa29cd15 in ?? () from /usr/lib/libXft.so.2 No symbol table info available. #1 0x00007f6efa298f57 in ?? () from /usr/lib/libXft.so.2 No symbol table info available. #2 0x00007f6efa6cf9f2 in XCloseDisplay () from /usr/lib/libX11.so.6 No symbol table info available. #3 0x00007f6efb03faa5 in ?? () from /usr/lib/libXt.so.6 No symbol table info available. #4 0x00007f6efb04063c in XtCloseDisplay () from /usr/lib/libXt.so.6 No symbol table info available. #5 0x00000000004c06fb in x_delete_terminal (terminal=) at xterm.c:10269 dpyinfo = 0xdb10b0 connection = 7 #6 0x00000000004b22ce in Fdelete_terminal (terminal=terminal@entry=18292749, force=12228834) at terminal.c:348 t = 0x1172008 #7 0x0000000000421b38 in delete_frame (frame=, force=) at frame.c:1399 terminal = 0x1172008 f = 0x1172158 sf = 0xbbd268 kb = 0x0 minibuffer_selected = is_tooltip_frame = 0 #8 0x000000000055f0a6 in Ffuncall (nargs=, args=) at eval.c:2808 fun = 8710565 original_fun = 12271906 numargs = val = internal_args = 0x7fff2532bb80 i = #9 0x00000000005972fd in exec_byte_code (bytestr=0, vector=140733817469420, maxdepth=0, args_template=15260304, nargs=140733817469992, args=0x1) at bytecode.c:919 targets = {0x598c45 , 0x598c34 , 0x598c39 , 0x598c3e , 0x596682 , 0x596682 , 0x597109 , 0x597146 , 0x597dca , 0x597e11 , 0x597d15 , 0x597d5c , 0x596776 , 0x596776 , 0x596d33 , 0x597da3 , 0x596ea4 , 0x596ef3 , 0x596f42 , 0x596f91 , 0x596fe0 , 0x59702b , 0x5970b8 , 0x597091 , 0x5971c3 , 0x5971fe , 0x597239 , 0x597197 , 0x5966b3 , 0x5966b3 , 0x5970f4 , 0x59719c , 0x59729b , 0x5972dc , 0x59731d , 0x59735e , 0x5966ee , 0x5966ee , 0x596d1e , 0x597274 , 0x59681b , 0x596863 , 0x5968ab , 0x5967ef , 0x59672e , 0x59672e , 0x597363 , 0x5967f4 , 0x5981d4 , 0x5980f8 , 0x597fc8 , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x5974af , 0x59753c , 0x597573 , 0x5975aa , 0x5975e1 , 0x596df8 , 0x596e32 , 0x597622 , 0x596dbd , 0x596e69 , 0x597654 , 0x59768b , 0x5976b6 , 0x5976ed , 0x597725 , 0x5977a2 , 0x5977cd , 0x597804 , 0x59783f , 0x59786a , 0x597895 , 0x5978cc , 0x597903 , 0x59793a , 0x597975 , 0x5979ad , 0x5979e5 , 0x597a62 , 0x597a9b , 0x597ad4 , 0x59844d , 0x5983d5 , 0x598411 , 0x597378 , 0x5973b4 , 0x5973ec , 0x59741e , 0x598935 , 0x59896d , 0x5989a5 , 0x5987c8 , 0x5967bd , 0x5987fe , 0x598829 , 0x59889e , 0x5988d4 , 0x59890a , 0x598489 , 0x5984b6 , 0x5984e3 , 0x598513 , 0x598ccf , 0x598545 , 0x598575 , 0x5985a5 , 0x5985d5 , 0x598605 , 0x598635 , 0x5967bd , 0x598ccf , 0x598660 , 0x5986a2 , 0x5986cd , 0x5986f8 , 0x59872f , 0x598766 , 0x597b7b , 0x597c41 , 0x597c78 , 0x597caf , 0x598f54 , 0x598fea , 0x598ccf , 0x59838c , 0x5968f3 , 0x596d48 , 0x596b6e , 0x596a07 , 0x596c77 , 0x598192 , 0x59836b , 0x5970cd , 0x5982d8 , 0x59830a , 0x597f5a , 0x597f8c , 0x598203 , 0x598252 , 0x59828d , 0x597456 , 0x597ce6 , 0x598f84 , 0x598fbf , 0x598d59 , 0x598d84 , 0x598daf , 0x598dda , 0x598e11 , 0x598e48 , 0x598e7f , 0x598eb6 , 0x598a15 , 0x598a4c , 0x598a83 , 0x598aae , 0x598ae5 , 0x598b1c , 0x598b54 , 0x598b8c , 0x5989dd , 0x598791 , 0x598bc4 , 0x598c02 , 0x598ccf , 0x59698a , 0x596c19 , 0x596a7a , 0x596b08 , 0x598103 , 0x59775d , 0x597a1d , 0x598859 , 0x597e58 , 0x597e95 , 0x598ccf , 0x598ccf , 0x597ee6 , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x597f2e } count = 10 count_volatile = 3474864899701879091 vectorp = 0x10fa198 vectorp_volatile = 0x0 stack = {pc = 0x133d2fd "\210\001A\266\202\202o", byte_string = 20469073, byte_string_start = 0x133d270 "\305\306\002\205\a", next = 0x7fff2532beb0} stack_volatile = {pc = 0x1172158 "\025\340\002\003", byte_string = 17801949, byte_string_start = 0x1351c40 "\004", next = 0x1351b00} result = 0 type = (unknown: 624081960) #10 0x000000000055eba7 in funcall_lambda (fun=17801949, nargs=nargs@entry=1, arg_vector=0x7fff2532beb0, arg_vector@entry=0x7fff2532be08) at eval.c:2973 ---Type to continue, or q to quit---continue val = syms_left = lexenv = i = optional = rest = #11 0x000000000055eebb in Ffuncall (nargs=2, args=0x7fff2532be00) at eval.c:2866 fun = original_fun = 20454274 numargs = 1 val = internal_args = i = #12 0x00000000005972fd in exec_byte_code (bytestr=0, vector=140733817469420, maxdepth=0, args_template=15260304, nargs=140733817470472, args=0x1) at bytecode.c:919 targets = {0x598c45 , 0x598c34 , 0x598c39 , 0x598c3e , 0x596682 , 0x596682 , 0x597109 , 0x597146 , 0x597dca , 0x597e11 , 0x597d15 , 0x597d5c , 0x596776 , 0x596776 , 0x596d33 , 0x597da3 , 0x596ea4 , 0x596ef3 , 0x596f42 , 0x596f91 , 0x596fe0 , 0x59702b , 0x5970b8 , 0x597091 , 0x5971c3 , 0x5971fe , 0x597239 , 0x597197 , 0x5966b3 , 0x5966b3 , 0x5970f4 , 0x59719c , 0x59729b , 0x5972dc , 0x59731d , 0x59735e , 0x5966ee , 0x5966ee , 0x596d1e , 0x597274 , 0x59681b , 0x596863 , 0x5968ab , 0x5967ef , 0x59672e , 0x59672e , 0x597363 , 0x5967f4 , 0x5981d4 , 0x5980f8 , 0x597fc8 , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x5974af , 0x59753c , 0x597573 , 0x5975aa , 0x5975e1 , 0x596df8 , 0x596e32 , 0x597622 , 0x596dbd , 0x596e69 , 0x597654 , 0x59768b , 0x5976b6 , 0x5976ed , 0x597725 , 0x5977a2 , 0x5977cd , 0x597804 , 0x59783f , 0x59786a , 0x597895 , 0x5978cc , 0x597903 , 0x59793a , 0x597975 , 0x5979ad , 0x5979e5 , 0x597a62 , 0x597a9b , 0x597ad4 , 0x59844d , 0x5983d5 , 0x598411 , 0x597378 , 0x5973b4 , 0x5973ec , 0x59741e , 0x598935 , 0x59896d , 0x5989a5 , 0x5987c8 , 0x5967bd , 0x5987fe , 0x598829 , 0x59889e , 0x5988d4 , 0x59890a , 0x598489 , 0x5984b6 , 0x5984e3 , 0x598513 , 0x598ccf , 0x598545 , 0x598575 , 0x5985a5 , 0x5985d5 , 0x598605 , 0x598635 , 0x5967bd , 0x598ccf , 0x598660 , 0x5986a2 , 0x5986cd , 0x5986f8 , 0x59872f , 0x598766 , 0x597b7b , 0x597c41 , 0x597c78 , 0x597caf , 0x598f54 , 0x598fea , 0x598ccf , 0x59838c , 0x5968f3 , 0x596d48 , 0x596b6e , 0x596a07 , 0x596c77 , 0x598192 , 0x59836b , 0x5970cd , 0x5982d8 , 0x59830a , 0x597f5a , 0x597f8c , 0x598203 , 0x598252 , 0x59828d , 0x597456 , 0x597ce6 , 0x598f84 , 0x598fbf , 0x598d59 , 0x598d84 , 0x598daf , 0x598dda , 0x598e11 , 0x598e48 , 0x598e7f , 0x598eb6 , 0x598a15 , 0x598a4c , 0x598a83 , 0x598aae , 0x598ae5 , 0x598b1c , 0x598b54 , 0x598b8c , 0x5989dd , 0x598791 , 0x598bc4 , 0x598c02 , 0x598ccf , 0x59698a , 0x596c19 , 0x596a7a , 0x596b08 , 0x598103 , 0x59775d , 0x597a1d , 0x598859 , 0x597e58 , 0x597e95 , 0x598ccf , 0x598ccf , 0x597ee6 , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x597f2e } count = 9 count_volatile = 3474864899701879091 vectorp = 0x10aadb8 vectorp_volatile = 0xb2e900 stack = {pc = 0x135fec5 "\262\001\202M", byte_string = 20543505, byte_string_start = 0x135fe80 "\300\301\302\"\211\303=\203\037", next = 0x7fff2532c040} stack_volatile = {pc = 0x1172158 "\025\340\002\003", byte_string = 17477237, byte_string_start = 0x1351c20 "\004", next = 0x1351b00} result = 0 type = (unknown: 624082440) #13 0x000000000055eba7 in funcall_lambda (fun=17477237, nargs=nargs@entry=1, arg_vector=0x7fff2532c040, arg_vector@entry=0x7fff2532bfb8) at eval.c:2973 val = syms_left = lexenv = i = optional = rest = #14 0x000000000055eebb in Ffuncall (nargs=2, args=0x7fff2532bfb0) at eval.c:2866 fun = original_fun = 16288434 numargs = 1 val = internal_args = i = #15 0x00000000005972fd in exec_byte_code (bytestr=0, vector=140733817469420, maxdepth=0, args_template=15260304, nargs=140733817470888, args=0x1) at bytecode.c:919 targets = {0x598c45 , 0x598c34 , 0x598c39 , 0x598c3e , 0x596682 , 0x596682 , 0x597109 , 0x597146 , 0x597dca , 0x597e11 , 0x597d15 , ---Type to continue, or q to quit--- 0x597d5c , 0x596776 , 0x596776 , 0x596d33 , 0x597da3 , 0x596ea4 , 0x596ef3 , 0x596f42 , 0x596f91 , 0x596fe0 , 0x59702b , 0x5970b8 , 0x597091 , 0x5971c3 , 0x5971fe , 0x597239 , 0x597197 , 0x5966b3 , 0x5966b3 , 0x5970f4 , 0x59719c , 0x59729b , 0x5972dc , 0x59731d , 0x59735e , 0x5966ee , 0x5966ee , 0x596d1e , 0x597274 , 0x59681b , 0x596863 , 0x5968ab , 0x5967ef , 0x59672e , 0x59672e , 0x597363 , 0x5967f4 , 0x5981d4 , 0x5980f8 , 0x597fc8 , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x5974af , 0x59753c , 0x597573 , 0x5975aa , 0x5975e1 , 0x596df8 , 0x596e32 , 0x597622 , 0x596dbd , 0x596e69 , 0x597654 , 0x59768b , 0x5976b6 , 0x5976ed , 0x597725 , 0x5977a2 , 0x5977cd , 0x597804 , 0x59783f , 0x59786a , 0x597895 , 0x5978cc , 0x597903 , 0x59793a , 0x597975 , 0x5979ad , 0x5979e5 , 0x597a62 , 0x597a9b , 0x597ad4 , 0x59844d , 0x5983d5 , 0x598411 , 0x597378 , 0x5973b4 , 0x5973ec , 0x59741e , 0x598935 , 0x59896d , 0x5989a5 , 0x5987c8 , 0x5967bd , 0x5987fe , 0x598829 , 0x59889e , 0x5988d4 , 0x59890a , 0x598489 , 0x5984b6 , 0x5984e3 , 0x598513 , 0x598ccf , 0x598545 , 0x598575 , 0x5985a5 , 0x5985d5 , 0x598605 , 0x598635 , 0x5967bd , 0x598ccf , 0x598660 , 0x5986a2 , 0x5986cd , 0x5986f8 , 0x59872f , 0x598766 , 0x597b7b , 0x597c41 , 0x597c78 , 0x597caf , 0x598f54 , 0x598fea , 0x598ccf , 0x59838c , 0x5968f3 , 0x596d48 , 0x596b6e , 0x596a07 , 0x596c77 , 0x598192 , 0x59836b , 0x5970cd , 0x5982d8 , 0x59830a , 0x597f5a , 0x597f8c , 0x598203 , 0x598252 , 0x59828d , 0x597456 , 0x597ce6 , 0x598f84 , 0x598fbf , 0x598d59 , 0x598d84 , 0x598daf , 0x598dda , 0x598e11 , 0x598e48 , 0x598e7f , 0x598eb6 , 0x598a15 , 0x598a4c , 0x598a83 , 0x598aae , 0x598ae5 , 0x598b1c , 0x598b54 , 0x598b8c , 0x5989dd , 0x598791 , 0x598bc4 , 0x598c02 , 0x598ccf , 0x59698a , 0x596c19 , 0x596a7a , 0x596b08 , 0x598103 , 0x59775d , 0x597a1d , 0x598859 , 0x597e58 , 0x597e95 , 0x598ccf , 0x598ccf , 0x597ee6 , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x597f2e } count = 8 count_volatile = 192 vectorp = 0x8c9cf0 vectorp_volatile = 0xbb0195 stack = {pc = 0xae3885 "\207\304\001!\207", byte_string = 9215177, byte_string_start = 0xae387b "\300\301\302\"\203\v", next = 0x7fff2532c420} stack_volatile = {pc = 0xba98b2 "", byte_string = 9215125, byte_string_start = 0x1351c00 "\004", next = 0x1351b00} result = 0 type = (unknown: 624082856) #16 0x000000000055eba7 in funcall_lambda (fun=9215125, nargs=nargs@entry=1, arg_vector=0x7fff2532c420, arg_vector@entry=0x7fff2532c1a8) at eval.c:2973 val = syms_left = lexenv = i = optional = rest = #17 0x000000000055eebb in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x7fff2532c1a0) at eval.c:2866 fun = original_fun = 16288386 numargs = 1 val = internal_args = i = #18 0x000000000055b10d in Fcall_interactively (function=, record_flag=, keys=) at callint.c:836 val = args = visargs = 0x7fff2532c160 specs = filter_specs = teml = up_event = 12228786 enable = next_event = prefix_arg = string = tem = varies = 0x7fff2532c140 "" i = nargs = mark = arg_from_tty = gcpro3 = ---Type to continue, or q to quit--- gcpro4 = key_count = record_then_fail = save_this_command = save_last_command = save_this_original_command = save_real_this_command = #19 0x000000000055f095 in Ffuncall (nargs=, args=) at eval.c:2812 fun = 11601853 original_fun = 12367042 numargs = val = internal_args = 0x7fff2532c380 i = #20 0x000000000059670e in exec_byte_code (bytestr=0, vector=140733817469420, maxdepth=0, args_template=15260304, nargs=140733817471856, args=0x4) at bytecode.c:919 targets = {0x598c45 , 0x598c34 , 0x598c39 , 0x598c3e , 0x596682 , 0x596682 , 0x597109 , 0x597146 , 0x597dca , 0x597e11 , 0x597d15 , 0x597d5c , 0x596776 , 0x596776 , 0x596d33 , 0x597da3 , 0x596ea4 , 0x596ef3 , 0x596f42 , 0x596f91 , 0x596fe0 , 0x59702b , 0x5970b8 , 0x597091 , 0x5971c3 , 0x5971fe , 0x597239 , 0x597197 , 0x5966b3 , 0x5966b3 , 0x5970f4 , 0x59719c , 0x59729b , 0x5972dc , 0x59731d , 0x59735e , 0x5966ee , 0x5966ee , 0x596d1e , 0x597274 , 0x59681b , 0x596863 , 0x5968ab , 0x5967ef , 0x59672e , 0x59672e , 0x597363 , 0x5967f4 , 0x5981d4 , 0x5980f8 , 0x597fc8 , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x5974af , 0x59753c , 0x597573 , 0x5975aa , 0x5975e1 , 0x596df8 , 0x596e32 , 0x597622 , 0x596dbd , 0x596e69 , 0x597654 , 0x59768b , 0x5976b6 , 0x5976ed , 0x597725 , 0x5977a2 , 0x5977cd , 0x597804 , 0x59783f , 0x59786a , 0x597895 , 0x5978cc , 0x597903 , 0x59793a , 0x597975 , 0x5979ad , 0x5979e5 , 0x597a62 , 0x597a9b , 0x597ad4 , 0x59844d , 0x5983d5 , 0x598411 , 0x597378 , 0x5973b4 , 0x5973ec , 0x59741e , 0x598935 , 0x59896d , 0x5989a5 , 0x5987c8 , 0x5967bd , 0x5987fe , 0x598829 , 0x59889e , 0x5988d4 , 0x59890a , 0x598489 , 0x5984b6 , 0x5984e3 , 0x598513 , 0x598ccf , 0x598545 , 0x598575 , 0x5985a5 , 0x5985d5 , 0x598605 , 0x598635 , 0x5967bd , 0x598ccf , 0x598660 , 0x5986a2 , 0x5986cd , 0x5986f8 , 0x59872f , 0x598766 , 0x597b7b , 0x597c41 , 0x597c78 , 0x597caf , 0x598f54 , 0x598fea , 0x598ccf , 0x59838c , 0x5968f3 , 0x596d48 , 0x596b6e , 0x596a07 , 0x596c77 , 0x598192 , 0x59836b , 0x5970cd , 0x5982d8 , 0x59830a , 0x597f5a , 0x597f8c , 0x598203 , 0x598252 , 0x59828d , 0x597456 , 0x597ce6 , 0x598f84 , 0x598fbf , 0x598d59 , 0x598d84 , 0x598daf , 0x598dda , 0x598e11 , 0x598e48 , 0x598e7f , 0x598eb6 , 0x598a15 , 0x598a4c , 0x598a83 , 0x598aae , 0x598ae5 , 0x598b1c , 0x598b54 , 0x598b8c , 0x5989dd , 0x598791 , 0x598bc4 , 0x598c02 , 0x598ccf , 0x59698a , 0x596c19 , 0x596a7a , 0x596b08 , 0x598103 , 0x59775d , 0x597a1d , 0x598859 , 0x597e58 , 0x597e95 , 0x598ccf , 0x598ccf , 0x597ee6 , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x598ccf , 0x597f2e } count = 4 count_volatile = 12228786 vectorp = 0x937c18 vectorp_volatile = 0xba98b2 stack = {pc = 0xabfa26 "\006\006\071\203\225", byte_string = 9665521, byte_string_start = 0xabf9b8 "\305\020\211?\205\f", next = 0x0} stack_volatile = {pc = 0x0, byte_string = 9665477, byte_string_start = 0x1351b80 "\004", next = 0x1351b00} result = 0 type = (unknown: 624083824) #21 0x000000000055eba7 in funcall_lambda (fun=9665477, nargs=nargs@entry=1, arg_vector=0x0, arg_vector@entry=0x7fff2532c508) at eval.c:2973 val = syms_left = lexenv = i = optional = rest = #22 0x000000000055eebb in Ffuncall (nargs=nargs@entry=2, args=args@entry=0x7fff2532c500) at eval.c:2866 fun = original_fun = 12272578 numargs = 1 val = internal_args = i = #23 0x000000000055f1da in call1 (fn=, arg1=) at eval.c:2604 ret_ungc_val = 0 ---Type to continue, or q to quit--- gcpro1 = {next = , var = , nvars = 2} args = {12272578, 16288386} #24 0x00000000004f6716 in command_loop_1 () at keyboard.c:1552 cmd = keybuf = {96, 12, 140733817472400, 9311792, 16302738, 4000, 140733817473184, 1, 140733817472592, 5628627, 19, 336, 4, 52, 0, 91, 0, 12228786, 511101108334, 12353698, 12228786, 12228786, 12353698, 12228786, 12228786, 5553770, 12353698, 64, 15566118, 5627075} i = prev_modiff = 11 prev_buffer = 0xbb0190 #25 0x000000000055d1d2 in internal_condition_case (bfun=bfun@entry=0x4f5c50 , handlers=, hfun=hfun@entry=0x4ec680 ) at eval.c:1344 val = c = #26 0x00000000004e754e in command_loop_2 (ignore=ignore@entry=12228786) at keyboard.c:1170 val = 0 #27 0x000000000055d0db in internal_catch (tag=12276226, func=func@entry=0x4e7530 , arg=12228786) at eval.c:1108 val = c = #28 0x00000000004ec21e in command_loop () at keyboard.c:1149 No locals. #29 recursive_edit_1 () at keyboard.c:777 val = 20257536 #30 0x00000000004ec502 in Frecursive_edit () at keyboard.c:841 buffer = 12228786 #31 0x0000000000413b25 in main (argc=, argv=0x7fff2532c8a8) at emacs.c:1598 dummy = 140114551120776 stack_bottom_variable = -1 '\377' do_initial_setlocale = dumping = skip_args = 1 rlim = {rlim_cur = 8720000, rlim_max = 18446744073709551615} no_loadup = false junk = 0x0 dname_arg = 0x7fff2532d696 "exp" ch_to_dir = 0x7f6ef60c2018 "\360\226\353\365n\177" original_pwd = (gdb) ----------------------------------------------- Emacs's report-bug info: In GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw scroll bars) of 2013-12-06 on ZXnotdead Bzr revision: 115394 dmantipov@yandex.ru-20131206054905-mzdb4epb7lwt1s0v Windowing system distributor `The X.Org Foundation', version 11.0.11404000 Configured using: `configure --with-x-toolkit=lucid 'CFLAGS=-g -pipe -march=native -mtune=generic -msse4.1 -mcx16 -msahf -mfpmath=both -fomit-frame-pointer -ftracer' 'CPPFLAGS=-O2 -pipe -march=native -mtune=generic -msse4.1 -mcx16 -msahf -mfpmath=both -fomit-frame-pointer -ftracer'' Important settings: value of $LC_ALL: ru_RU.UTF-8 value of $LC_COLLATE: ru_RU.UTF-8 value of $LANG: ru_RU.UTF-8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-x r e p o r t Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml easymenu 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 time-date cyril-util tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-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 nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting x-toolkit x multi-tty emacs) --047d7bfe9fe84fd82604ecd9bc51 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
In the first terminal(emacs):

# emacs -Q --dae= mon=3Dexp
("emacs")
Starting Emacs daemon.
# ps -A | grep emacs
21880 ?=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= 00:00:00 emacs


In the second terminal(gdb):

# sudo gdb
(gdb) attach 21880
(gdb) continue
Conti= nuing.


In the first terminal(emacs):

# emacsclient -s exp -c

In the emacsclient= 's frame:
C-x C-c


In the first term= inal(emacs):
# emacsclient -s exp -c

In the= emacsclient's frame:
C-x C-c


In the second terminal(gdb):
[New Thread 0x7f6eee24d700 (LWP 22531)]
[New Thread 0x7f6ee= da4c700 (LWP 22532)]

Program received signal SIGSEGV, Segmentation f= ault.
0x00007f6efa29cd15 in ?? () from /usr/lib/libXft.so.2

(gdb) bt full<= br>
----------------------------------------------

#0=C2=A0 0x000= 07f6efa29cd15 in ?? () from /usr/lib/libXft.so.2
No symbol table info av= ailable.
#1=C2=A0 0x00007f6efa298f57 in ?? () from /usr/lib/libXft.so.2
No symbol= table info available.
#2=C2=A0 0x00007f6efa6cf9f2 in XCloseDisplay () f= rom /usr/lib/libX11.so.6
No symbol table info available.
#3=C2=A0 0x0= 0007f6efb03faa5 in ?? () from /usr/lib/libXt.so.6
No symbol table info available.
#4=C2=A0 0x00007f6efb04063c in XtCloseDi= splay () from /usr/lib/libXt.so.6
No symbol table info available.
#5= =C2=A0 0x00000000004c06fb in x_delete_terminal (terminal=3D<optimized ou= t>) at xterm.c:10269
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 dpyinfo =3D 0xdb10b0
=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 connection =3D 7
#6=C2=A0 0x0000000= 0004b22ce in Fdelete_terminal (terminal=3Dterminal@entry=3D18292749, force= =3D12228834) at terminal.c:348
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 t =3D 0x1172008
#7=C2=A0 0x0000000000421b38 in delete_frame (frame= =3D<optimized out>, force=3D<optimized out>) at frame.c:1399 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 terminal =3D 0x1172008
=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 f =3D 0x1172158
=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 sf =3D 0xbbd268
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 kb =3D 0x0
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 minib= uffer_selected =3D <optimized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 is_tooltip_frame =3D 0
#8=C2=A0 0x000000000055f0a6 in Ffunc= all (nargs=3D<optimized out>, args=3D<optimized out>) at eval.c= :2808
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 fun =3D 8710565
=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 original_fun =3D 12271906
=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 numargs =3D <optimized out>
=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D <optimized out>
=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 internal_args =3D 0x7fff2532bb80
= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 i =3D <optimized out>
#9=C2=A0 0x00000000005972fd in exec_byte_code (bytestr=3D0, vector=3D140733= 817469420, maxdepth=3D0, args_template=3D15260304, nargs=3D140733817469992,= args=3D0x1) at bytecode.c:919
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 targets =3D {0x598c45 <exec_byte_code+10117>, 0x598c34 <exec_b= yte_code+10100>, 0x598c39 <exec_byte_code+10105>, 0x598c3e <exe= c_byte_code+10110>, 0x596682 <exec_byte_code+450>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596682 <exec_by= te_code+450>, 0x597109 <exec_byte_code+3145>, 0x597146 <exec_by= te_code+3206>, 0x597dca <exec_byte_code+6410>, 0x597e11 <exec_b= yte_code+6481>, 0x597d15 <exec_byte_code+6229>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597d5c <exec_by= te_code+6300>, 0x596776 <exec_byte_code+694>, 0x596776 <exec_by= te_code+694>, 0x596d33 <exec_byte_code+2163>, 0x597da3 <exec_by= te_code+6371>, 0x596ea4 <exec_byte_code+2532>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596ef3 <exec_by= te_code+2611>, 0x596f42 <exec_byte_code+2690>, 0x596f91 <exec_b= yte_code+2769>, 0x596fe0 <exec_byte_code+2848>, 0x59702b <exec_= byte_code+2923>, 0x5970b8 <exec_byte_code+3064>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597091 <exec_by= te_code+3025>, 0x5971c3 <exec_byte_code+3331>, 0x5971fe <exec_b= yte_code+3390>, 0x597239 <exec_byte_code+3449>, 0x597197 <exec_= byte_code+3287>, 0x5966b3 <exec_byte_code+499>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5966b3 <exec_by= te_code+499>, 0x5970f4 <exec_byte_code+3124>, 0x59719c <exec_by= te_code+3292>, 0x59729b <exec_byte_code+3547>, 0x5972dc <exec_b= yte_code+3612>, 0x59731d <exec_byte_code+3677>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x59735e <exec_by= te_code+3742>, 0x5966ee <exec_byte_code+558>, 0x5966ee <exec_by= te_code+558>, 0x596d1e <exec_byte_code+2142>, 0x597274 <exec_by= te_code+3508>, 0x59681b <exec_byte_code+859>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596863 <exec_by= te_code+931>, 0x5968ab <exec_byte_code+1003>, 0x5967ef <exec_by= te_code+815>, 0x59672e <exec_byte_code+622>, 0x59672e <exec_byt= e_code+622>, 0x597363 <exec_byte_code+3747>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5967f4 <exec_by= te_code+820>, 0x5981d4 <exec_byte_code+7444>, 0x5980f8 <exec_by= te_code+7224>, 0x597fc8 <exec_byte_code+6920>, 0x598ccf <exec_b= yte_code+10255>, 0x598ccf <exec_byte_code+10255>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ccf <exec_by= te_code+10255>, 0x598ccf <exec_byte_code+10255>, 0x598ccf <exec= _byte_code+10255>, 0x5974af <exec_byte_code+4079>, 0x59753c <ex= ec_byte_code+4220>, 0x597573 <exec_byte_code+4275>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5975aa <exec_by= te_code+4330>, 0x5975e1 <exec_byte_code+4385>, 0x596df8 <exec_b= yte_code+2360>, 0x596e32 <exec_byte_code+2418>, 0x597622 <exec_= byte_code+4450>, 0x596dbd <exec_byte_code+2301>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596e69 <exec_by= te_code+2473>, 0x597654 <exec_byte_code+4500>, 0x59768b <exec_b= yte_code+4555>, 0x5976b6 <exec_byte_code+4598>, 0x5976ed <exec_= byte_code+4653>, 0x597725 <exec_byte_code+4709>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5977a2 <exec_by= te_code+4834>, 0x5977cd <exec_byte_code+4877>, 0x597804 <exec_b= yte_code+4932>, 0x59783f <exec_byte_code+4991>, 0x59786a <exec_= byte_code+5034>, 0x597895 <exec_byte_code+5077>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5978cc <exec_by= te_code+5132>, 0x597903 <exec_byte_code+5187>, 0x59793a <exec_b= yte_code+5242>, 0x597975 <exec_byte_code+5301>, 0x5979ad <exec_= byte_code+5357>, 0x5979e5 <exec_byte_code+5413>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597a62 <exec_by= te_code+5538>, 0x597a9b <exec_byte_code+5595>, 0x597ad4 <exec_b= yte_code+5652>, 0x59844d <exec_byte_code+8077>, 0x5983d5 <exec_= byte_code+7957>, 0x598411 <exec_byte_code+8017>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597378 <exec_by= te_code+3768>, 0x5973b4 <exec_byte_code+3828>, 0x5973ec <exec_b= yte_code+3884>, 0x59741e <exec_byte_code+3934>, 0x598935 <exec_= byte_code+9333>, 0x59896d <exec_byte_code+9389>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5989a5 <exec_by= te_code+9445>, 0x5987c8 <exec_byte_code+8968>, 0x5967bd <exec_b= yte_code+765>, 0x5987fe <exec_byte_code+9022>, 0x598829 <exec_b= yte_code+9065>, 0x59889e <exec_byte_code+9182>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5988d4 <exec_by= te_code+9236>, 0x59890a <exec_byte_code+9290>, 0x598489 <exec_b= yte_code+8137>, 0x5984b6 <exec_byte_code+8182>, 0x5984e3 <exec_= byte_code+8227>, 0x598513 <exec_byte_code+8275>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ccf <exec_by= te_code+10255>, 0x598545 <exec_byte_code+8325>, 0x598575 <exec_= byte_code+8373>, 0x5985a5 <exec_byte_code+8421>, 0x5985d5 <exec= _byte_code+8469>, 0x598605 <exec_byte_code+8517>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598635 <exec_by= te_code+8565>, 0x5967bd <exec_byte_code+765>, 0x598ccf <exec_by= te_code+10255>, 0x598660 <exec_byte_code+8608>, 0x5986a2 <exec_= byte_code+8674>, 0x5986cd <exec_byte_code+8717>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5986f8 <exec_by= te_code+8760>, 0x59872f <exec_byte_code+8815>, 0x598766 <exec_b= yte_code+8870>, 0x597b7b <exec_byte_code+5819>, 0x597c41 <exec_= byte_code+6017>, 0x597c78 <exec_byte_code+6072>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597caf <exec_by= te_code+6127>, 0x598f54 <exec_byte_code+10900>, 0x598fea <exec_= byte_code+11050>, 0x598ccf <exec_byte_code+10255>, 0x59838c <ex= ec_byte_code+7884>, 0x5968f3 <exec_byte_code+1075>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596d48 <exec_by= te_code+2184>, 0x596b6e <exec_byte_code+1710>, 0x596a07 <exec_b= yte_code+1351>, 0x596c77 <exec_byte_code+1975>, 0x598192 <exec_= byte_code+7378>, 0x59836b <exec_byte_code+7851>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5970cd <exec_by= te_code+3085>, 0x5982d8 <exec_byte_code+7704>, 0x59830a <exec_b= yte_code+7754>, 0x597f5a <exec_byte_code+6810>, 0x597f8c <exec_= byte_code+6860>, 0x598203 <exec_byte_code+7491>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598252 <exec_by= te_code+7570>, 0x59828d <exec_byte_code+7629>, 0x597456 <exec_b= yte_code+3990>, 0x597ce6 <exec_byte_code+6182>, 0x598f84 <exec_= byte_code+10948>, 0x598fbf <exec_byte_code+11007>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598d59 <exec_by= te_code+10393>, 0x598d84 <exec_byte_code+10436>, 0x598daf <exec= _byte_code+10479>, 0x598dda <exec_byte_code+10522>, 0x598e11 <e= xec_byte_code+10577>, 0x598e48 <exec_byte_code+10632>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598e7f <exec_by= te_code+10687>, 0x598eb6 <exec_byte_code+10742>, 0x598a15 <exec= _byte_code+9557>, 0x598a4c <exec_byte_code+9612>, 0x598a83 <exe= c_byte_code+9667>, 0x598aae <exec_byte_code+9710>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ae5 <exec_by= te_code+9765>, 0x598b1c <exec_byte_code+9820>, 0x598b54 <exec_b= yte_code+9876>, 0x598b8c <exec_byte_code+9932>, 0x5989dd <exec_= byte_code+9501>, 0x598791 <exec_byte_code+8913>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598bc4 <exec_by= te_code+9988>, 0x598c02 <exec_byte_code+10050>, 0x598ccf <exec_= byte_code+10255>, 0x59698a <exec_byte_code+1226>, 0x596c19 <exe= c_byte_code+1881>, 0x596a7a <exec_byte_code+1466>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596b08 <exec_by= te_code+1608>, 0x598103 <exec_byte_code+7235>, 0x59775d <exec_b= yte_code+4765>, 0x597a1d <exec_byte_code+5469>, 0x598859 <exec_= byte_code+9113>, 0x597e58 <exec_byte_code+6552>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597e95 <exec_by= te_code+6613>, 0x598ccf <exec_byte_code+10255>, 0x598ccf <exec_= byte_code+10255>, 0x597ee6 <exec_byte_code+6694>, 0x598ccf <exe= c_byte_code+10255>, 0x598ccf <exec_byte_code+10255>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ccf <exec_by= te_code+10255>, 0x598ccf <exec_byte_code+10255>, 0x598ccf <exec= _byte_code+10255>, 0x598ccf <exec_byte_code+10255>, 0x598ccf <e= xec_byte_code+10255>, 0x598ccf <exec_byte_code+10255>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ccf <exec_by= te_code+10255>, 0x597f2e <exec_byte_code+6766> <repeats 64 time= s>}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D 10
=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count_volatile =3D 3474864899701879091=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 vectorp =3D 0x10fa198
=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 vectorp_volatile =3D 0x0
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 stack =3D {pc =3D 0x133d2fd &quo= t;\210\001A\266\202\202o", byte_string =3D 20469073, byte_string_start= =3D 0x133d270 "\305\306\002\205\a", next =3D 0x7fff2532beb0}
= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 stack_volatile =3D {pc =3D 0x117= 2158 "\025\340\002\003", byte_string =3D 17801949, byte_string_st= art =3D 0x1351c40 "\004", next =3D 0x1351b00}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 result =3D 0
=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 type =3D (unknown: 624081960)
#10 0x00000000= 0055eba7 in funcall_lambda (fun=3D17801949, nargs=3Dnargs@entry=3D1, arg_ve= ctor=3D0x7fff2532beb0, arg_vector@entry=3D0x7fff2532be08) at eval.c:2973---Type <return> to continue, or q <return> to quit---continue=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D <optimized out>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 syms_left =3D <optimized out= >
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 lexenv =3D <optimized= out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 i =3D <optimized = out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 optional =3D <opti= mized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 rest =3D <op= timized out>
#11 0x000000000055eebb in Ffuncall (nargs=3D2, args=3D0x7fff2532be00) at ev= al.c:2866
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 fun =3D <optimiz= ed out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 original_fun =3D 2= 0454274
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 numargs =3D 1
=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D <optimized out>
= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 internal_args =3D <optimized = out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 i =3D <optimized out>
#= 12 0x00000000005972fd in exec_byte_code (bytestr=3D0, vector=3D140733817469= 420, maxdepth=3D0, args_template=3D15260304, nargs=3D140733817470472, args= =3D0x1) at bytecode.c:919
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 tar= gets =3D {0x598c45 <exec_byte_code+10117>, 0x598c34 <exec_byte_cod= e+10100>, 0x598c39 <exec_byte_code+10105>, 0x598c3e <exec_byte_= code+10110>, 0x596682 <exec_byte_code+450>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596682 <exec_by= te_code+450>, 0x597109 <exec_byte_code+3145>, 0x597146 <exec_by= te_code+3206>, 0x597dca <exec_byte_code+6410>, 0x597e11 <exec_b= yte_code+6481>, 0x597d15 <exec_byte_code+6229>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597d5c <exec_by= te_code+6300>, 0x596776 <exec_byte_code+694>, 0x596776 <exec_by= te_code+694>, 0x596d33 <exec_byte_code+2163>, 0x597da3 <exec_by= te_code+6371>, 0x596ea4 <exec_byte_code+2532>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596ef3 <exec_by= te_code+2611>, 0x596f42 <exec_byte_code+2690>, 0x596f91 <exec_b= yte_code+2769>, 0x596fe0 <exec_byte_code+2848>, 0x59702b <exec_= byte_code+2923>, 0x5970b8 <exec_byte_code+3064>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597091 <exec_by= te_code+3025>, 0x5971c3 <exec_byte_code+3331>, 0x5971fe <exec_b= yte_code+3390>, 0x597239 <exec_byte_code+3449>, 0x597197 <exec_= byte_code+3287>, 0x5966b3 <exec_byte_code+499>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5966b3 <exec_by= te_code+499>, 0x5970f4 <exec_byte_code+3124>, 0x59719c <exec_by= te_code+3292>, 0x59729b <exec_byte_code+3547>, 0x5972dc <exec_b= yte_code+3612>, 0x59731d <exec_byte_code+3677>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x59735e <exec_by= te_code+3742>, 0x5966ee <exec_byte_code+558>, 0x5966ee <exec_by= te_code+558>, 0x596d1e <exec_byte_code+2142>, 0x597274 <exec_by= te_code+3508>, 0x59681b <exec_byte_code+859>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596863 <exec_by= te_code+931>, 0x5968ab <exec_byte_code+1003>, 0x5967ef <exec_by= te_code+815>, 0x59672e <exec_byte_code+622>, 0x59672e <exec_byt= e_code+622>, 0x597363 <exec_byte_code+3747>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5967f4 <exec_by= te_code+820>, 0x5981d4 <exec_byte_code+7444>, 0x5980f8 <exec_by= te_code+7224>, 0x597fc8 <exec_byte_code+6920>, 0x598ccf <exec_b= yte_code+10255>, 0x598ccf <exec_byte_code+10255>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ccf <exec_by= te_code+10255>, 0x598ccf <exec_byte_code+10255>, 0x598ccf <exec= _byte_code+10255>, 0x5974af <exec_byte_code+4079>, 0x59753c <ex= ec_byte_code+4220>, 0x597573 <exec_byte_code+4275>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5975aa <exec_by= te_code+4330>, 0x5975e1 <exec_byte_code+4385>, 0x596df8 <exec_b= yte_code+2360>, 0x596e32 <exec_byte_code+2418>, 0x597622 <exec_= byte_code+4450>, 0x596dbd <exec_byte_code+2301>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596e69 <exec_by= te_code+2473>, 0x597654 <exec_byte_code+4500>, 0x59768b <exec_b= yte_code+4555>, 0x5976b6 <exec_byte_code+4598>, 0x5976ed <exec_= byte_code+4653>, 0x597725 <exec_byte_code+4709>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5977a2 <exec_by= te_code+4834>, 0x5977cd <exec_byte_code+4877>, 0x597804 <exec_b= yte_code+4932>, 0x59783f <exec_byte_code+4991>, 0x59786a <exec_= byte_code+5034>, 0x597895 <exec_byte_code+5077>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5978cc <exec_by= te_code+5132>, 0x597903 <exec_byte_code+5187>, 0x59793a <exec_b= yte_code+5242>, 0x597975 <exec_byte_code+5301>, 0x5979ad <exec_= byte_code+5357>, 0x5979e5 <exec_byte_code+5413>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597a62 <exec_by= te_code+5538>, 0x597a9b <exec_byte_code+5595>, 0x597ad4 <exec_b= yte_code+5652>, 0x59844d <exec_byte_code+8077>, 0x5983d5 <exec_= byte_code+7957>, 0x598411 <exec_byte_code+8017>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597378 <exec_by= te_code+3768>, 0x5973b4 <exec_byte_code+3828>, 0x5973ec <exec_b= yte_code+3884>, 0x59741e <exec_byte_code+3934>, 0x598935 <exec_= byte_code+9333>, 0x59896d <exec_byte_code+9389>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5989a5 <exec_by= te_code+9445>, 0x5987c8 <exec_byte_code+8968>, 0x5967bd <exec_b= yte_code+765>, 0x5987fe <exec_byte_code+9022>, 0x598829 <exec_b= yte_code+9065>, 0x59889e <exec_byte_code+9182>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5988d4 <exec_by= te_code+9236>, 0x59890a <exec_byte_code+9290>, 0x598489 <exec_b= yte_code+8137>, 0x5984b6 <exec_byte_code+8182>, 0x5984e3 <exec_= byte_code+8227>, 0x598513 <exec_byte_code+8275>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ccf <exec_by= te_code+10255>, 0x598545 <exec_byte_code+8325>, 0x598575 <exec_= byte_code+8373>, 0x5985a5 <exec_byte_code+8421>, 0x5985d5 <exec= _byte_code+8469>, 0x598605 <exec_byte_code+8517>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598635 <exec_by= te_code+8565>, 0x5967bd <exec_byte_code+765>, 0x598ccf <exec_by= te_code+10255>, 0x598660 <exec_byte_code+8608>, 0x5986a2 <exec_= byte_code+8674>, 0x5986cd <exec_byte_code+8717>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5986f8 <exec_by= te_code+8760>, 0x59872f <exec_byte_code+8815>, 0x598766 <exec_b= yte_code+8870>, 0x597b7b <exec_byte_code+5819>, 0x597c41 <exec_= byte_code+6017>, 0x597c78 <exec_byte_code+6072>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597caf <exec_by= te_code+6127>, 0x598f54 <exec_byte_code+10900>, 0x598fea <exec_= byte_code+11050>, 0x598ccf <exec_byte_code+10255>, 0x59838c <ex= ec_byte_code+7884>, 0x5968f3 <exec_byte_code+1075>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596d48 <exec_by= te_code+2184>, 0x596b6e <exec_byte_code+1710>, 0x596a07 <exec_b= yte_code+1351>, 0x596c77 <exec_byte_code+1975>, 0x598192 <exec_= byte_code+7378>, 0x59836b <exec_byte_code+7851>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5970cd <exec_by= te_code+3085>, 0x5982d8 <exec_byte_code+7704>, 0x59830a <exec_b= yte_code+7754>, 0x597f5a <exec_byte_code+6810>, 0x597f8c <exec_= byte_code+6860>, 0x598203 <exec_byte_code+7491>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598252 <exec_by= te_code+7570>, 0x59828d <exec_byte_code+7629>, 0x597456 <exec_b= yte_code+3990>, 0x597ce6 <exec_byte_code+6182>, 0x598f84 <exec_= byte_code+10948>, 0x598fbf <exec_byte_code+11007>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598d59 <exec_by= te_code+10393>, 0x598d84 <exec_byte_code+10436>, 0x598daf <exec= _byte_code+10479>, 0x598dda <exec_byte_code+10522>, 0x598e11 <e= xec_byte_code+10577>, 0x598e48 <exec_byte_code+10632>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598e7f <exec_by= te_code+10687>, 0x598eb6 <exec_byte_code+10742>, 0x598a15 <exec= _byte_code+9557>, 0x598a4c <exec_byte_code+9612>, 0x598a83 <exe= c_byte_code+9667>, 0x598aae <exec_byte_code+9710>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ae5 <exec_by= te_code+9765>, 0x598b1c <exec_byte_code+9820>, 0x598b54 <exec_b= yte_code+9876>, 0x598b8c <exec_byte_code+9932>, 0x5989dd <exec_= byte_code+9501>, 0x598791 <exec_byte_code+8913>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598bc4 <exec_by= te_code+9988>, 0x598c02 <exec_byte_code+10050>, 0x598ccf <exec_= byte_code+10255>, 0x59698a <exec_byte_code+1226>, 0x596c19 <exe= c_byte_code+1881>, 0x596a7a <exec_byte_code+1466>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596b08 <exec_by= te_code+1608>, 0x598103 <exec_byte_code+7235>, 0x59775d <exec_b= yte_code+4765>, 0x597a1d <exec_byte_code+5469>, 0x598859 <exec_= byte_code+9113>, 0x597e58 <exec_byte_code+6552>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597e95 <exec_by= te_code+6613>, 0x598ccf <exec_byte_code+10255>, 0x598ccf <exec_= byte_code+10255>, 0x597ee6 <exec_byte_code+6694>, 0x598ccf <exe= c_byte_code+10255>, 0x598ccf <exec_byte_code+10255>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ccf <exec_by= te_code+10255>, 0x598ccf <exec_byte_code+10255>, 0x598ccf <exec= _byte_code+10255>, 0x598ccf <exec_byte_code+10255>, 0x598ccf <e= xec_byte_code+10255>, 0x598ccf <exec_byte_code+10255>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ccf <exec_by= te_code+10255>, 0x597f2e <exec_byte_code+6766> <repeats 64 time= s>}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D 9
=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count_volatile =3D 3474864899701879091=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 vectorp =3D 0x10aadb8
=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 vectorp_volatile =3D 0xb2e900 <k= bd_buffer+768>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 stack =3D {pc =3D 0x135fec5 &quo= t;\262\001\202M", byte_string =3D 20543505, byte_string_start =3D 0x13= 5fe80 "\300\301\302\"\211\303=3D\203\037", next =3D 0x7fff25= 32c040}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 stack_volatile =3D {p= c =3D 0x1172158 "\025\340\002\003", byte_string =3D 17477237, byt= e_string_start =3D 0x1351c20 "\004", next =3D 0x1351b00}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 result =3D 0
=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 type =3D (unknown: 624082440)
#13 0x00000000= 0055eba7 in funcall_lambda (fun=3D17477237, nargs=3Dnargs@entry=3D1, arg_ve= ctor=3D0x7fff2532c040, arg_vector@entry=3D0x7fff2532bfb8) at eval.c:2973=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D <optimized out> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 syms_left =3D <optimized out&= gt;
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 lexenv =3D <optimized = out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 i =3D <optimized o= ut>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 optional =3D <optim= ized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 rest =3D <opt= imized out>
#14 0x000000000055eebb in Ffuncall (nargs=3D2, args=3D0x7= fff2532bfb0) at eval.c:2866
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 fun =3D <optimized out>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 original_fun =3D 16288434
= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 numargs =3D 1
=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D <optimized out>
=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 internal_args =3D <optimized out>
= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 i =3D <optimized out>
#15 0x00000000005972fd in exec_byte_code (bytestr=3D0, vector=3D14073381746= 9420, maxdepth=3D0, args_template=3D15260304, nargs=3D140733817470888, args= =3D0x1) at bytecode.c:919
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 tar= gets =3D {0x598c45 <exec_byte_code+10117>, 0x598c34 <exec_byte_cod= e+10100>, 0x598c39 <exec_byte_code+10105>, 0x598c3e <exec_byte_= code+10110>, 0x596682 <exec_byte_code+450>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596682 <exec_by= te_code+450>, 0x597109 <exec_byte_code+3145>, 0x597146 <exec_by= te_code+3206>, 0x597dca <exec_byte_code+6410>, 0x597e11 <exec_b= yte_code+6481>, 0x597d15 <exec_byte_code+6229>,
---Type <return> to continue, or q <return> to quit---
=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597d5c <exec_byte_= code+6300>, 0x596776 <exec_byte_code+694>, 0x596776 <exec_byte_= code+694>, 0x596d33 <exec_byte_code+2163>, 0x597da3 <exec_byte_= code+6371>, 0x596ea4 <exec_byte_code+2532>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596ef3 <exec_by= te_code+2611>, 0x596f42 <exec_byte_code+2690>, 0x596f91 <exec_b= yte_code+2769>, 0x596fe0 <exec_byte_code+2848>, 0x59702b <exec_= byte_code+2923>, 0x5970b8 <exec_byte_code+3064>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597091 <exec_by= te_code+3025>, 0x5971c3 <exec_byte_code+3331>, 0x5971fe <exec_b= yte_code+3390>, 0x597239 <exec_byte_code+3449>, 0x597197 <exec_= byte_code+3287>, 0x5966b3 <exec_byte_code+499>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5966b3 <exec_by= te_code+499>, 0x5970f4 <exec_byte_code+3124>, 0x59719c <exec_by= te_code+3292>, 0x59729b <exec_byte_code+3547>, 0x5972dc <exec_b= yte_code+3612>, 0x59731d <exec_byte_code+3677>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x59735e <exec_by= te_code+3742>, 0x5966ee <exec_byte_code+558>, 0x5966ee <exec_by= te_code+558>, 0x596d1e <exec_byte_code+2142>, 0x597274 <exec_by= te_code+3508>, 0x59681b <exec_byte_code+859>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596863 <exec_by= te_code+931>, 0x5968ab <exec_byte_code+1003>, 0x5967ef <exec_by= te_code+815>, 0x59672e <exec_byte_code+622>, 0x59672e <exec_byt= e_code+622>, 0x597363 <exec_byte_code+3747>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5967f4 <exec_by= te_code+820>, 0x5981d4 <exec_byte_code+7444>, 0x5980f8 <exec_by= te_code+7224>, 0x597fc8 <exec_byte_code+6920>, 0x598ccf <exec_b= yte_code+10255>, 0x598ccf <exec_byte_code+10255>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ccf <exec_by= te_code+10255>, 0x598ccf <exec_byte_code+10255>, 0x598ccf <exec= _byte_code+10255>, 0x5974af <exec_byte_code+4079>, 0x59753c <ex= ec_byte_code+4220>, 0x597573 <exec_byte_code+4275>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5975aa <exec_by= te_code+4330>, 0x5975e1 <exec_byte_code+4385>, 0x596df8 <exec_b= yte_code+2360>, 0x596e32 <exec_byte_code+2418>, 0x597622 <exec_= byte_code+4450>, 0x596dbd <exec_byte_code+2301>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596e69 <exec_by= te_code+2473>, 0x597654 <exec_byte_code+4500>, 0x59768b <exec_b= yte_code+4555>, 0x5976b6 <exec_byte_code+4598>, 0x5976ed <exec_= byte_code+4653>, 0x597725 <exec_byte_code+4709>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5977a2 <exec_by= te_code+4834>, 0x5977cd <exec_byte_code+4877>, 0x597804 <exec_b= yte_code+4932>, 0x59783f <exec_byte_code+4991>, 0x59786a <exec_= byte_code+5034>, 0x597895 <exec_byte_code+5077>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5978cc <exec_by= te_code+5132>, 0x597903 <exec_byte_code+5187>, 0x59793a <exec_b= yte_code+5242>, 0x597975 <exec_byte_code+5301>, 0x5979ad <exec_= byte_code+5357>, 0x5979e5 <exec_byte_code+5413>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597a62 <exec_by= te_code+5538>, 0x597a9b <exec_byte_code+5595>, 0x597ad4 <exec_b= yte_code+5652>, 0x59844d <exec_byte_code+8077>, 0x5983d5 <exec_= byte_code+7957>, 0x598411 <exec_byte_code+8017>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597378 <exec_by= te_code+3768>, 0x5973b4 <exec_byte_code+3828>, 0x5973ec <exec_b= yte_code+3884>, 0x59741e <exec_byte_code+3934>, 0x598935 <exec_= byte_code+9333>, 0x59896d <exec_byte_code+9389>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5989a5 <exec_by= te_code+9445>, 0x5987c8 <exec_byte_code+8968>, 0x5967bd <exec_b= yte_code+765>, 0x5987fe <exec_byte_code+9022>, 0x598829 <exec_b= yte_code+9065>, 0x59889e <exec_byte_code+9182>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5988d4 <exec_by= te_code+9236>, 0x59890a <exec_byte_code+9290>, 0x598489 <exec_b= yte_code+8137>, 0x5984b6 <exec_byte_code+8182>, 0x5984e3 <exec_= byte_code+8227>, 0x598513 <exec_byte_code+8275>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ccf <exec_by= te_code+10255>, 0x598545 <exec_byte_code+8325>, 0x598575 <exec_= byte_code+8373>, 0x5985a5 <exec_byte_code+8421>, 0x5985d5 <exec= _byte_code+8469>, 0x598605 <exec_byte_code+8517>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598635 <exec_by= te_code+8565>, 0x5967bd <exec_byte_code+765>, 0x598ccf <exec_by= te_code+10255>, 0x598660 <exec_byte_code+8608>, 0x5986a2 <exec_= byte_code+8674>, 0x5986cd <exec_byte_code+8717>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5986f8 <exec_by= te_code+8760>, 0x59872f <exec_byte_code+8815>, 0x598766 <exec_b= yte_code+8870>, 0x597b7b <exec_byte_code+5819>, 0x597c41 <exec_= byte_code+6017>, 0x597c78 <exec_byte_code+6072>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597caf <exec_by= te_code+6127>, 0x598f54 <exec_byte_code+10900>, 0x598fea <exec_= byte_code+11050>, 0x598ccf <exec_byte_code+10255>, 0x59838c <ex= ec_byte_code+7884>, 0x5968f3 <exec_byte_code+1075>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596d48 <exec_by= te_code+2184>, 0x596b6e <exec_byte_code+1710>, 0x596a07 <exec_b= yte_code+1351>, 0x596c77 <exec_byte_code+1975>, 0x598192 <exec_= byte_code+7378>, 0x59836b <exec_byte_code+7851>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5970cd <exec_by= te_code+3085>, 0x5982d8 <exec_byte_code+7704>, 0x59830a <exec_b= yte_code+7754>, 0x597f5a <exec_byte_code+6810>, 0x597f8c <exec_= byte_code+6860>, 0x598203 <exec_byte_code+7491>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598252 <exec_by= te_code+7570>, 0x59828d <exec_byte_code+7629>, 0x597456 <exec_b= yte_code+3990>, 0x597ce6 <exec_byte_code+6182>, 0x598f84 <exec_= byte_code+10948>, 0x598fbf <exec_byte_code+11007>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598d59 <exec_by= te_code+10393>, 0x598d84 <exec_byte_code+10436>, 0x598daf <exec= _byte_code+10479>, 0x598dda <exec_byte_code+10522>, 0x598e11 <e= xec_byte_code+10577>, 0x598e48 <exec_byte_code+10632>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598e7f <exec_by= te_code+10687>, 0x598eb6 <exec_byte_code+10742>, 0x598a15 <exec= _byte_code+9557>, 0x598a4c <exec_byte_code+9612>, 0x598a83 <exe= c_byte_code+9667>, 0x598aae <exec_byte_code+9710>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ae5 <exec_by= te_code+9765>, 0x598b1c <exec_byte_code+9820>, 0x598b54 <exec_b= yte_code+9876>, 0x598b8c <exec_byte_code+9932>, 0x5989dd <exec_= byte_code+9501>, 0x598791 <exec_byte_code+8913>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598bc4 <exec_by= te_code+9988>, 0x598c02 <exec_byte_code+10050>, 0x598ccf <exec_= byte_code+10255>, 0x59698a <exec_byte_code+1226>, 0x596c19 <exe= c_byte_code+1881>, 0x596a7a <exec_byte_code+1466>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596b08 <exec_by= te_code+1608>, 0x598103 <exec_byte_code+7235>, 0x59775d <exec_b= yte_code+4765>, 0x597a1d <exec_byte_code+5469>, 0x598859 <exec_= byte_code+9113>, 0x597e58 <exec_byte_code+6552>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597e95 <exec_by= te_code+6613>, 0x598ccf <exec_byte_code+10255>, 0x598ccf <exec_= byte_code+10255>, 0x597ee6 <exec_byte_code+6694>, 0x598ccf <exe= c_byte_code+10255>, 0x598ccf <exec_byte_code+10255>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ccf <exec_by= te_code+10255>, 0x598ccf <exec_byte_code+10255>, 0x598ccf <exec= _byte_code+10255>, 0x598ccf <exec_byte_code+10255>, 0x598ccf <e= xec_byte_code+10255>, 0x598ccf <exec_byte_code+10255>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ccf <exec_by= te_code+10255>, 0x597f2e <exec_byte_code+6766> <repeats 64 time= s>}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D 8
=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count_volatile =3D 192
=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 vectorp =3D 0x8c9cf0 <pure+455536>
= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 vectorp_volatile =3D 0xbb0195 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 stack =3D {pc =3D 0xae3885 <p= ure+2658053> "\207\304\001!\207", byte_string =3D 9215177, byt= e_string_start =3D 0xae387b <pure+2658043> "\300\301\302\"\= 203\v", next =3D 0x7fff2532c420}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 stack_volatile =3D {pc =3D 0xba9= 8b2 "", byte_string =3D 9215125, byte_string_start =3D 0x1351c00 = "\004", next =3D 0x1351b00}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 result =3D 0
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 type = =3D (unknown: 624082856)
#16 0x000000000055eba7 in funcall_lambda (fun= =3D9215125, nargs=3Dnargs@entry=3D1, arg_vector=3D0x7fff2532c420, arg_vecto= r@entry=3D0x7fff2532c1a8) at eval.c:2973
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D <optimized out>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 syms_left =3D <optimized out= >
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 lexenv =3D <optimized= out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 i =3D <optimized = out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 optional =3D <opti= mized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 rest =3D <op= timized out>
#17 0x000000000055eebb in Ffuncall (nargs=3Dnargs@entry=3D2, args=3Dargs@en= try=3D0x7fff2532c1a0) at eval.c:2866
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 fun =3D <optimized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 original_fun =3D 16288386
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 numargs =3D 1
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val = =3D <optimized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 internal_args =3D <optimized = out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 i =3D <optimized o= ut>
#18 0x000000000055b10d in Fcall_interactively (function=3D<opt= imized out>, record_flag=3D<optimized out>, keys=3D<optimized o= ut>) at callint.c:836
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D <optimized out>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 args =3D <optimized out><= br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 visargs =3D 0x7fff2532c160=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 specs =3D <optimized out>=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 filter_specs =3D <optimiz= ed out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 teml =3D <optim= ized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 up_event =3D 12228786
=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 enable =3D <optimized out>
= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 next_event =3D <optimized out= >
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 prefix_arg =3D <optim= ized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 string =3D <o= ptimized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 tem =3D <= optimized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 varies =3D 0x7fff2532c140 "= "
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 i =3D <optimized ou= t>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 nargs =3D <optimized= out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 mark =3D <optimiz= ed out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 arg_from_tty =3D &= lt;optimized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gcpro3 = =3D <optimized out>
---Type <return> to continue, or q <return> to quit---
=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gcpro4 =3D <optimized out>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 key_count =3D <optimized out= >
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 record_then_fail =3D <= ;optimized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 save_this_= command =3D <optimized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 save_last_command =3D <optimi= zed out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 save_this_origina= l_command =3D <optimized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 save_real_this_command =3D <optimized out>
#19 0x0000000000= 55f095 in Ffuncall (nargs=3D<optimized out>, args=3D<optimized out= >) at eval.c:2812
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 fun =3D 11601853
=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 original_fun =3D 12367042
=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 numargs =3D <optimized out>
=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D <optimized out>
=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 internal_args =3D 0x7fff2532c380
= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 i =3D <optimized out>
#20 0x000000000059670e in exec_byte_code (bytestr=3D0, vector=3D14073381746= 9420, maxdepth=3D0, args_template=3D15260304, nargs=3D140733817471856, args= =3D0x4) at bytecode.c:919
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 tar= gets =3D {0x598c45 <exec_byte_code+10117>, 0x598c34 <exec_byte_cod= e+10100>, 0x598c39 <exec_byte_code+10105>, 0x598c3e <exec_byte_= code+10110>, 0x596682 <exec_byte_code+450>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596682 <exec_by= te_code+450>, 0x597109 <exec_byte_code+3145>, 0x597146 <exec_by= te_code+3206>, 0x597dca <exec_byte_code+6410>, 0x597e11 <exec_b= yte_code+6481>, 0x597d15 <exec_byte_code+6229>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597d5c <exec_by= te_code+6300>, 0x596776 <exec_byte_code+694>, 0x596776 <exec_by= te_code+694>, 0x596d33 <exec_byte_code+2163>, 0x597da3 <exec_by= te_code+6371>, 0x596ea4 <exec_byte_code+2532>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596ef3 <exec_by= te_code+2611>, 0x596f42 <exec_byte_code+2690>, 0x596f91 <exec_b= yte_code+2769>, 0x596fe0 <exec_byte_code+2848>, 0x59702b <exec_= byte_code+2923>, 0x5970b8 <exec_byte_code+3064>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597091 <exec_by= te_code+3025>, 0x5971c3 <exec_byte_code+3331>, 0x5971fe <exec_b= yte_code+3390>, 0x597239 <exec_byte_code+3449>, 0x597197 <exec_= byte_code+3287>, 0x5966b3 <exec_byte_code+499>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5966b3 <exec_by= te_code+499>, 0x5970f4 <exec_byte_code+3124>, 0x59719c <exec_by= te_code+3292>, 0x59729b <exec_byte_code+3547>, 0x5972dc <exec_b= yte_code+3612>, 0x59731d <exec_byte_code+3677>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x59735e <exec_by= te_code+3742>, 0x5966ee <exec_byte_code+558>, 0x5966ee <exec_by= te_code+558>, 0x596d1e <exec_byte_code+2142>, 0x597274 <exec_by= te_code+3508>, 0x59681b <exec_byte_code+859>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596863 <exec_by= te_code+931>, 0x5968ab <exec_byte_code+1003>, 0x5967ef <exec_by= te_code+815>, 0x59672e <exec_byte_code+622>, 0x59672e <exec_byt= e_code+622>, 0x597363 <exec_byte_code+3747>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5967f4 <exec_by= te_code+820>, 0x5981d4 <exec_byte_code+7444>, 0x5980f8 <exec_by= te_code+7224>, 0x597fc8 <exec_byte_code+6920>, 0x598ccf <exec_b= yte_code+10255>, 0x598ccf <exec_byte_code+10255>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ccf <exec_by= te_code+10255>, 0x598ccf <exec_byte_code+10255>, 0x598ccf <exec= _byte_code+10255>, 0x5974af <exec_byte_code+4079>, 0x59753c <ex= ec_byte_code+4220>, 0x597573 <exec_byte_code+4275>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5975aa <exec_by= te_code+4330>, 0x5975e1 <exec_byte_code+4385>, 0x596df8 <exec_b= yte_code+2360>, 0x596e32 <exec_byte_code+2418>, 0x597622 <exec_= byte_code+4450>, 0x596dbd <exec_byte_code+2301>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596e69 <exec_by= te_code+2473>, 0x597654 <exec_byte_code+4500>, 0x59768b <exec_b= yte_code+4555>, 0x5976b6 <exec_byte_code+4598>, 0x5976ed <exec_= byte_code+4653>, 0x597725 <exec_byte_code+4709>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5977a2 <exec_by= te_code+4834>, 0x5977cd <exec_byte_code+4877>, 0x597804 <exec_b= yte_code+4932>, 0x59783f <exec_byte_code+4991>, 0x59786a <exec_= byte_code+5034>, 0x597895 <exec_byte_code+5077>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5978cc <exec_by= te_code+5132>, 0x597903 <exec_byte_code+5187>, 0x59793a <exec_b= yte_code+5242>, 0x597975 <exec_byte_code+5301>, 0x5979ad <exec_= byte_code+5357>, 0x5979e5 <exec_byte_code+5413>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597a62 <exec_by= te_code+5538>, 0x597a9b <exec_byte_code+5595>, 0x597ad4 <exec_b= yte_code+5652>, 0x59844d <exec_byte_code+8077>, 0x5983d5 <exec_= byte_code+7957>, 0x598411 <exec_byte_code+8017>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597378 <exec_by= te_code+3768>, 0x5973b4 <exec_byte_code+3828>, 0x5973ec <exec_b= yte_code+3884>, 0x59741e <exec_byte_code+3934>, 0x598935 <exec_= byte_code+9333>, 0x59896d <exec_byte_code+9389>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5989a5 <exec_by= te_code+9445>, 0x5987c8 <exec_byte_code+8968>, 0x5967bd <exec_b= yte_code+765>, 0x5987fe <exec_byte_code+9022>, 0x598829 <exec_b= yte_code+9065>, 0x59889e <exec_byte_code+9182>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5988d4 <exec_by= te_code+9236>, 0x59890a <exec_byte_code+9290>, 0x598489 <exec_b= yte_code+8137>, 0x5984b6 <exec_byte_code+8182>, 0x5984e3 <exec_= byte_code+8227>, 0x598513 <exec_byte_code+8275>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ccf <exec_by= te_code+10255>, 0x598545 <exec_byte_code+8325>, 0x598575 <exec_= byte_code+8373>, 0x5985a5 <exec_byte_code+8421>, 0x5985d5 <exec= _byte_code+8469>, 0x598605 <exec_byte_code+8517>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598635 <exec_by= te_code+8565>, 0x5967bd <exec_byte_code+765>, 0x598ccf <exec_by= te_code+10255>, 0x598660 <exec_byte_code+8608>, 0x5986a2 <exec_= byte_code+8674>, 0x5986cd <exec_byte_code+8717>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5986f8 <exec_by= te_code+8760>, 0x59872f <exec_byte_code+8815>, 0x598766 <exec_b= yte_code+8870>, 0x597b7b <exec_byte_code+5819>, 0x597c41 <exec_= byte_code+6017>, 0x597c78 <exec_byte_code+6072>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597caf <exec_by= te_code+6127>, 0x598f54 <exec_byte_code+10900>, 0x598fea <exec_= byte_code+11050>, 0x598ccf <exec_byte_code+10255>, 0x59838c <ex= ec_byte_code+7884>, 0x5968f3 <exec_byte_code+1075>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596d48 <exec_by= te_code+2184>, 0x596b6e <exec_byte_code+1710>, 0x596a07 <exec_b= yte_code+1351>, 0x596c77 <exec_byte_code+1975>, 0x598192 <exec_= byte_code+7378>, 0x59836b <exec_byte_code+7851>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x5970cd <exec_by= te_code+3085>, 0x5982d8 <exec_byte_code+7704>, 0x59830a <exec_b= yte_code+7754>, 0x597f5a <exec_byte_code+6810>, 0x597f8c <exec_= byte_code+6860>, 0x598203 <exec_byte_code+7491>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598252 <exec_by= te_code+7570>, 0x59828d <exec_byte_code+7629>, 0x597456 <exec_b= yte_code+3990>, 0x597ce6 <exec_byte_code+6182>, 0x598f84 <exec_= byte_code+10948>, 0x598fbf <exec_byte_code+11007>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598d59 <exec_by= te_code+10393>, 0x598d84 <exec_byte_code+10436>, 0x598daf <exec= _byte_code+10479>, 0x598dda <exec_byte_code+10522>, 0x598e11 <e= xec_byte_code+10577>, 0x598e48 <exec_byte_code+10632>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598e7f <exec_by= te_code+10687>, 0x598eb6 <exec_byte_code+10742>, 0x598a15 <exec= _byte_code+9557>, 0x598a4c <exec_byte_code+9612>, 0x598a83 <exe= c_byte_code+9667>, 0x598aae <exec_byte_code+9710>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ae5 <exec_by= te_code+9765>, 0x598b1c <exec_byte_code+9820>, 0x598b54 <exec_b= yte_code+9876>, 0x598b8c <exec_byte_code+9932>, 0x5989dd <exec_= byte_code+9501>, 0x598791 <exec_byte_code+8913>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598bc4 <exec_by= te_code+9988>, 0x598c02 <exec_byte_code+10050>, 0x598ccf <exec_= byte_code+10255>, 0x59698a <exec_byte_code+1226>, 0x596c19 <exe= c_byte_code+1881>, 0x596a7a <exec_byte_code+1466>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x596b08 <exec_by= te_code+1608>, 0x598103 <exec_byte_code+7235>, 0x59775d <exec_b= yte_code+4765>, 0x597a1d <exec_byte_code+5469>, 0x598859 <exec_= byte_code+9113>, 0x597e58 <exec_byte_code+6552>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x597e95 <exec_by= te_code+6613>, 0x598ccf <exec_byte_code+10255>, 0x598ccf <exec_= byte_code+10255>, 0x597ee6 <exec_byte_code+6694>, 0x598ccf <exe= c_byte_code+10255>, 0x598ccf <exec_byte_code+10255>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ccf <exec_by= te_code+10255>, 0x598ccf <exec_byte_code+10255>, 0x598ccf <exec= _byte_code+10255>, 0x598ccf <exec_byte_code+10255>, 0x598ccf <e= xec_byte_code+10255>, 0x598ccf <exec_byte_code+10255>,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0x598ccf <exec_by= te_code+10255>, 0x597f2e <exec_byte_code+6766> <repeats 64 time= s>}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count =3D 4
=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 count_volatile =3D 12228786
=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 vectorp =3D 0x937c18 <pure+905880&g= t;
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 vectorp_volatile =3D 0xba98b2=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 stack =3D {pc =3D 0xabfa26 <= pure+2511014> "\006\006\071\203\225", byte_string =3D 9665521,= byte_string_start =3D 0xabf9b8 <pure+2510904> "\305\020\211?\20= 5\f", next =3D 0x0}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 stack_volatile =3D {pc =3D 0x0, = byte_string =3D 9665477, byte_string_start =3D 0x1351b80 "\004", = next =3D 0x1351b00}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 result = =3D 0
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 type =3D (unknown: 6240= 83824)
#21 0x000000000055eba7 in funcall_lambda (fun=3D9665477, nargs=3D= nargs@entry=3D1, arg_vector=3D0x0, arg_vector@entry=3D0x7fff2532c508) at ev= al.c:2973
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D <optimized out>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 syms_left =3D <optimized out= >
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 lexenv =3D <optimized= out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 i =3D <optimized = out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 optional =3D <opti= mized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 rest =3D <op= timized out>
#22 0x000000000055eebb in Ffuncall (nargs=3Dnargs@entry=3D2, args=3Dargs@en= try=3D0x7fff2532c500) at eval.c:2866
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 fun =3D <optimized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 original_fun =3D 12272578
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 numargs =3D 1
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val = =3D <optimized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 internal_args =3D <optimized = out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 i =3D <optimized o= ut>
#23 0x000000000055f1da in call1 (fn=3D<optimized out>, arg1= =3D<optimized out>) at eval.c:2604
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 ret_ungc_val =3D 0
---Type <return> to continue, or q= <return> to quit---
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gcpro1 =3D {next =3D <optimiz= ed out>, var =3D <optimized out>, nvars =3D 2}
=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 args =3D {12272578, 16288386}
#24 0x00000000= 004f6716 in command_loop_1 () at keyboard.c:1552
=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 cmd =3D <optimized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 keybuf =3D {96, 12, 140733817472= 400, 9311792, 16302738, 4000, 140733817473184, 1, 140733817472592, 5628627,= 19, 336, 4, 52, 0, 91, 0, 12228786, 511101108334, 12353698, 12228786, 1222= 8786, 12353698,
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 = 12228786, 12228786, 5553770, 12353698, 64, 15566118, 5627075}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 i =3D <optimized out>
= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 prev_modiff =3D 11
=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 prev_buffer =3D 0xbb0190
#25 0x0000000= 00055d1d2 in internal_condition_case (bfun=3Dbfun@entry=3D0x4f5c50 <comm= and_loop_1>, handlers=3D<optimized out>, hfun=3Dhfun@entry=3D0x4ec= 680 <cmd_error>) at eval.c:1344
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D <optimized out>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 c =3D <optimized out>
= #26 0x00000000004e754e in command_loop_2 (ignore=3Dignore@entry=3D12228786)= at keyboard.c:1170
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D 0=
#27 0x000000000055d0db in internal_catch (tag=3D12276226, func=3Dfunc@e= ntry=3D0x4e7530 <command_loop_2>, arg=3D12228786) at eval.c:1108
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 val =3D <optimized out>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 c =3D <optimized out>
= #28 0x00000000004ec21e in command_loop () at keyboard.c:1149
No locals.<= br>#29 recursive_edit_1 () at keyboard.c:777
=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 val =3D 20257536
#30 0x00000000004ec502 in Frecursive_edit () at keyboard.c:841
=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 buffer =3D 12228786
#31 0x000000000041= 3b25 in main (argc=3D<optimized out>, argv=3D0x7fff2532c8a8) at emacs= .c:1598
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 dummy =3D 14011455112= 0776
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 stack_bottom_variable =3D -1 = 9;\377'
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 do_initial_setloc= ale =3D <optimized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= dumping =3D <optimized out>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 skip_args =3D 1
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 rlim = =3D {rlim_cur =3D 8720000, rlim_max =3D 18446744073709551615}
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 no_loadup =3D false
=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 junk =3D 0x0
=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 dname_arg =3D 0x7fff2532d696 "exp"
=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ch_to_dir =3D 0x7f6ef60c2018 "\36= 0\226\353\365n\177"
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 orig= inal_pwd =3D <optimized out>
(gdb)



-------------------------------------------= ----

Emacs's report-bug info:


In GNU Emacs 24.3.50.1 = (x86_64-unknown-linux-gnu, X toolkit, Xaw scroll bars)
=C2=A0of 2013-12-= 06 on ZXnotdead
Bzr revision: 115394 dmantipov@yandex.ru-20131206054905-mzdb4epb7lwt1s0vWindowing system distributor `The X.Org Foundation', version 11.0.1140= 4000
Configured using:
=C2=A0`configure --with-x-toolkit=3Dlucid '= ;CFLAGS=3D-g -pipe -march=3Dnative
=C2=A0-mtune=3Dgeneric -msse4.1 -mcx16 -msahf -mfpmath=3Dboth
=C2=A0-fom= it-frame-pointer -ftracer' 'CPPFLAGS=3D-O2 -pipe -march=3Dnative=C2=A0-mtune=3Dgeneric -msse4.1 -mcx16 -msahf -mfpmath=3Dboth
=C2=A0-fo= mit-frame-pointer -ftracer''

Important settings:
=C2=A0 value of $LC_ALL: ru_RU.UTF-8
=C2=A0 v= alue of $LC_COLLATE: ru_RU.UTF-8
=C2=A0 value of $LANG: ru_RU.UTF-8
= =C2=A0 locale-coding-system: utf-8-unix
=C2=A0 default enable-multibyte-= characters: t

Major mode: Lisp Interaction

Minor modes in effect:
=C2=A0 tooltip-mode: t
=C2=A0 electric-ind= ent-mode: t
=C2=A0 mouse-wheel-mode: t
=C2=A0 tool-bar-mode: t
=C2= =A0 menu-bar-mode: t
=C2=A0 file-name-shadow-mode: t
=C2=A0 global-fo= nt-lock-mode: t
=C2=A0 font-lock-mode: t
=C2=A0 blink-cursor-mode: t
=C2=A0 auto-composition-mode: t
=C2=A0 au= to-encryption-mode: t
=C2=A0 auto-compression-mode: t
=C2=A0 line-num= ber-mode: t
=C2=A0 transient-mark-mode: t

Recent input:
M-x r = e p o r t <tab> <return>

Recent messages:
For information about GNU Emacs and the GNU system,= type C-h C-a.

Load-path shadows:
None found.

Features:(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailab= brev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util ma= il-prsvr mail-utils time-date cyril-util tooltip electric
uniquify ediff= -hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar
dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode
= prog-mode register page menu-bar rfn-eshadow timer select scroll-bar
mou= se jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanes= e hebrew greek romanian slovak czech european ethiopic indian
cyrillic c= hinese case-table epa-hook jka-cmpr-hook help simple abbrev
minibuffer n= advice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custo= m widget hashtable-print-readable backquote make-network-process
dbusbin= d gfilenotify dynamic-setting system-font-setting
font-render-setting x-= toolkit x multi-tty emacs)

--047d7bfe9fe84fd82604ecd9bc51-- From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 06 12:26:31 2013 Received: (at 16069) by debbugs.gnu.org; 6 Dec 2013 17:26:31 +0000 Received: from localhost ([127.0.0.1]:34437 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VozAd-0000T9-El for submit@debbugs.gnu.org; Fri, 06 Dec 2013 12:26:31 -0500 Received: from mail-ie0-f182.google.com ([209.85.223.182]:33389) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VozAZ-0000Sy-55 for 16069@debbugs.gnu.org; Fri, 06 Dec 2013 12:26:27 -0500 Received: by mail-ie0-f182.google.com with SMTP id as1so1785610iec.27 for <16069@debbugs.gnu.org>; Fri, 06 Dec 2013 09:26:26 -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=GAZE0HWwyxPuJzedleSv8zQUriVUPY02eCfi6tKa+50=; b=zWopYnX4ITJDnH+l/Zl3y8jmEQ7SczPq6ZYa2F2acri7kwvDVZkUbJMmDBzblOMyeA efxQx9TkfcdskjeAs6pbWLjik5tV3KuM8LAI91uUcstGhC7ZckHmxC1fOZdfPnQZXZEn xttqPUSJu222ehTyt38mUwNA9bheaxpYzXdO72M2N7476vuJn4SviodUy2f65j/al29K iSHevA0QVBhy7Iof/4fTusX0J9XkjTIzF0e/Ue9YVhhVIokM9nTnRFD/BYabVuVKxZex Xw1wsqOOVLUdCExgYROzWUw3vRPvbx7lLz1/dj8USng8le171omAtXHZC+7uCHnT7Ats 3ojg== MIME-Version: 1.0 X-Received: by 10.50.79.231 with SMTP id m7mr3758759igx.47.1386350786501; Fri, 06 Dec 2013 09:26:26 -0800 (PST) Received: by 10.43.74.137 with HTTP; Fri, 6 Dec 2013 09:26:26 -0800 (PST) Date: Fri, 6 Dec 2013 21:26:26 +0400 Message-ID: Subject: Re: Sigsegv, libxft, emacs --daemon, emacsclient From: Constantin Kulikov To: 16069@debbugs.gnu.org Content-Type: multipart/alternative; boundary=089e013a06bc29ed9804ece0f282 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 16069 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --089e013a06bc29ed9804ece0f282 Content-Type: text/plain; charset=UTF-8 Also. It doesn't happen for emacsclient -nw . --089e013a06bc29ed9804ece0f282 Content-Type: text/html; charset=UTF-8
Also. It doesn't happen for emacsclient -nw .

--089e013a06bc29ed9804ece0f282-- From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 14 10:54:35 2013 Received: (at 16069) by debbugs.gnu.org; 14 Dec 2013 15:54:35 +0000 Received: from localhost ([127.0.0.1]:50187 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VrrY1-0007e7-LP for submit@debbugs.gnu.org; Sat, 14 Dec 2013 10:54:34 -0500 Received: from mail-ie0-f176.google.com ([209.85.223.176]:37638) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VrrXw-0007du-Jv for 16069@debbugs.gnu.org; Sat, 14 Dec 2013 10:54:30 -0500 Received: by mail-ie0-f176.google.com with SMTP id at1so4448588iec.21 for <16069@debbugs.gnu.org>; Sat, 14 Dec 2013 07:54:28 -0800 (PST) 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 :content-type; bh=A4O3joRAH4+4Fw7xwkfubWHwQVaMCJ+h0V/ZqCyvJVg=; b=Q16oZsILS3q9gc2BrpZrgTDKmd/q4HzFnPO/CmNEN4Wu8lSeYIKP7A8IxcArwm5u4r 4HStYLFB16NE8xn1b0CFLckhH+J2FNPjq8vKHW2HCGdzG5t0ETBagnTHOncrp2QfKjxv fFqqQm6gGvlE3q9VJlfgF8qpqaQHdT08mD6Wa45A0T9Sbei+Dhohs46dmQUoEIP3W/VN V7sg2LJejQekKeP/uK2CWHvnlMlcZNOORJRGxEfB9BrlHNC7AIOlxn6aULCmJhcJ97as ROF0eMRLrPhsN79IzkXLsv6HqMmbf6qHcSD0TC+2ASPfBQRutTS4Vd4vPtlsdmvtwJei RP9w== MIME-Version: 1.0 X-Received: by 10.50.26.36 with SMTP id i4mr7650175igg.33.1387036467905; Sat, 14 Dec 2013 07:54:27 -0800 (PST) Received: by 10.43.74.137 with HTTP; Sat, 14 Dec 2013 07:54:27 -0800 (PST) In-Reply-To: References: Date: Sat, 14 Dec 2013 19:54:27 +0400 Message-ID: Subject: Re: Sigsegv, libxft, emacs --daemon, emacsclient From: Constantin Kulikov To: 16069@debbugs.gnu.org Content-Type: multipart/alternative; boundary=047d7bd76fe0f5c9d904ed80979f X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 16069 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --047d7bd76fe0f5c9d904ed80979f Content-Type: text/plain; charset=UTF-8 got similar bug while working with one client frame, used graphical(X) menu several time before SIGSEGV. This time emacs was compiled without debug info, sorry. bt full #0 0x000000000057391a in font_close_object () No symbol table info available. #1 0x00000000005456e8 in Fgarbage_collect () No symbol table info available. #2 0x000000000055ccd3 in eval_sub () No symbol table info available. #3 0x000000000055d445 in Fprogn () No symbol table info available. #4 0x0000000000560285 in Flet () No symbol table info available. #5 0x000000000055d238 in eval_sub () No symbol table info available. #6 0x000000000055d413 in Fand () No symbol table info available. #7 0x000000000055d238 in eval_sub () No symbol table info available. #8 0x000000000055f96e in Fif () No symbol table info available. #9 0x000000000055d238 in eval_sub () No symbol table info available. #10 0x000000000055d445 in Fprogn () No symbol table info available. #11 0x000000000055d238 in eval_sub () No symbol table info available. #12 0x000000000055d2e4 in eval_sub () No symbol table info available. #13 0x000000000055d445 in Fprogn () No symbol table info available. #14 0x000000000055d87c in funcall_lambda () No symbol table info available. #15 0x000000000055db2b in Ffuncall () No symbol table info available. #16 0x000000000055d320 in eval_sub () No symbol table info available. #17 0x000000000055d238 in eval_sub () No symbol table info available. #18 0x000000000055d2e4 in eval_sub () No symbol table info available. #19 0x000000000055d445 in Fprogn () No symbol table info available. #20 0x00000000005505e5 in Fsave_current_buffer () No symbol table info available. #21 0x000000000055d238 in eval_sub () No symbol table info available. #22 0x000000000055d445 in Fprogn () No symbol table info available. #23 0x000000000055d87c in funcall_lambda () No symbol table info available. #24 0x000000000055db2b in Ffuncall () No symbol table info available. #25 0x000000000055de4a in call1 () No symbol table info available. #26 0x0000000000564c32 in mapcar1 () No symbol table info available. #27 0x00000000005651e9 in Fmapcar () No symbol table info available. #28 0x000000000055d13a in eval_sub () No symbol table info available. #29 0x000000000055d004 in eval_sub () No symbol table info available. #30 0x000000000056012c in Flet () No symbol table info available. #31 0x000000000055d238 in eval_sub () No symbol table info available. #32 0x000000000055d445 in Fprogn () No symbol table info available. #33 0x000000000055d87c in funcall_lambda () No symbol table info available. #34 0x000000000055cb84 in apply_lambda () No symbol table info available. #35 0x000000000055cf43 in eval_sub () ---Type to continue, or q to quit--- No symbol table info available. #36 0x000000000055cb52 in apply_lambda () No symbol table info available. #37 0x000000000055cf43 in eval_sub () No symbol table info available. #38 0x000000000056012c in Flet () No symbol table info available. #39 0x000000000055d238 in eval_sub () No symbol table info available. #40 0x000000000055d445 in Fprogn () No symbol table info available. #41 0x000000000055d87c in funcall_lambda () No symbol table info available. #42 0x000000000055db2b in Ffuncall () No symbol table info available. #43 0x000000000055d320 in eval_sub () No symbol table info available. #44 0x000000000055fadc in Fsetq () No symbol table info available. #45 0x000000000055d238 in eval_sub () No symbol table info available. #46 0x000000000055d413 in Fand () No symbol table info available. #47 0x000000000055d238 in eval_sub () No symbol table info available. #48 0x000000000055d445 in Fprogn () No symbol table info available. #49 0x000000000055d87c in funcall_lambda () No symbol table info available. #50 0x000000000055cb84 in apply_lambda () No symbol table info available. #51 0x000000000055cf43 in eval_sub () No symbol table info available. #52 0x000000000055f9de in Fcond () No symbol table info available. #53 0x000000000055d238 in eval_sub () No symbol table info available. #54 0x000000000055d445 in Fprogn () No symbol table info available. #55 0x000000000055d87c in funcall_lambda () No symbol table info available. #56 0x000000000055cb84 in apply_lambda () No symbol table info available. #57 0x000000000055cf43 in eval_sub () No symbol table info available. #58 0x0000000000560791 in Feval () No symbol table info available. #59 0x000000000055dd16 in Ffuncall () No symbol table info available. #60 0x000000000055c386 in internal_condition_case_n () No symbol table info available. #61 0x00000000004348e0 in safe_call () No symbol table info available. #62 0x0000000000440c85 in display_mode_element () No symbol table info available. #63 0x0000000000441701 in display_mode_line () No symbol table info available. #64 0x0000000000441926 in display_mode_lines () No symbol table info available. #65 0x000000000045c868 in redisplay_window () No symbol table info available. #66 0x000000000045fc06 in redisplay_window_1 () No symbol table info available. #67 0x000000000055bffa in internal_condition_case_1 () No symbol table info available. #68 0x000000000044cd3a in redisplay_internal () No symbol table info available. #69 0x000000000044e355 in redisplay_preserve_echo_area () No symbol table info available. #70 0x000000000041696b in Fredisplay () No symbol table info available. ---Type to continue, or q to quit--- #71 0x000000000055dd23 in Ffuncall () No symbol table info available. #72 0x0000000000595e8c in exec_byte_code () No symbol table info available. #73 0x000000000055db2b in Ffuncall () No symbol table info available. #74 0x0000000000595ecd in exec_byte_code () No symbol table info available. #75 0x000000000055db2b in Ffuncall () No symbol table info available. #76 0x0000000000595ecd in exec_byte_code () No symbol table info available. #77 0x000000000055db2b in Ffuncall () No symbol table info available. #78 0x000000000055d320 in eval_sub () No symbol table info available. #79 0x0000000000560619 in internal_lisp_condition_case () No symbol table info available. #80 0x0000000000596e39 in exec_byte_code () No symbol table info available. #81 0x000000000055db2b in Ffuncall () No symbol table info available. #82 0x0000000000595ecd in exec_byte_code () No symbol table info available. #83 0x000000000055db2b in Ffuncall () No symbol table info available. #84 0x000000000055d320 in eval_sub () No symbol table info available. #85 0x0000000000560619 in internal_lisp_condition_case () No symbol table info available. #86 0x0000000000596e39 in exec_byte_code () No symbol table info available. #87 0x000000000055db2b in Ffuncall () No symbol table info available. #88 0x000000000055de28 in call0 () No symbol table info available. #89 0x000000000055be42 in internal_condition_case () No symbol table info available. #90 0x00000000004e72ba in safe_run_hook_funcall () No symbol table info available. #91 0x000000000055c51d in run_hook_with_args () No symbol table info available. #92 0x00000000004ec51f in safe_run_hooks () No symbol table info available. #93 0x00000000004f5cff in command_loop_1 () No symbol table info available. #94 0x000000000055be42 in internal_condition_case () No symbol table info available. #95 0x00000000004e70fe in command_loop_2 () No symbol table info available. #96 0x000000000055bd4b in internal_catch () No symbol table info available. #97 0x00000000004ebdce in recursive_edit_1 () No symbol table info available. #98 0x00000000004ec0b2 in Frecursive_edit () No symbol table info available. #99 0x0000000000413b25 in main () On 6 December 2013 21:26, Constantin Kulikov wrote: > Also. It doesn't happen for emacsclient -nw . > > --047d7bd76fe0f5c9d904ed80979f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
got similar bug while working with one client frame, used = graphical(X) menu several time before SIGSEGV. This time emacs was compiled= without debug info, sorry.

=C2=A0bt full
#0=C2=A0 0x0000000= 00057391a in font_close_object ()
No symbol table info available.
#1=C2=A0 0x00000000005456e8 in Fgarbage_= collect ()
No symbol table info available.
#2=C2=A0 0x000000000055ccd= 3 in eval_sub ()
No symbol table info available.
#3=C2=A0 0x000000000= 055d445 in Fprogn ()
No symbol table info available.
#4=C2=A0 0x0000000000560285 in Flet ()No symbol table info available.
#5=C2=A0 0x000000000055d238 in eval_su= b ()
No symbol table info available.
#6=C2=A0 0x000000000055d413 in F= and ()
No symbol table info available.
#7=C2=A0 0x000000000055d238 in eval_sub ()
No symbol table info availabl= e.
#8=C2=A0 0x000000000055f96e in Fif ()
No symbol table info availab= le.
#9=C2=A0 0x000000000055d238 in eval_sub ()
No symbol table info a= vailable.
#10 0x000000000055d445 in Fprogn ()
No symbol table info available.
#= 11 0x000000000055d238 in eval_sub ()
No symbol table info available.
= #12 0x000000000055d2e4 in eval_sub ()
No symbol table info available. #13 0x000000000055d445 in Fprogn ()
No symbol table info available.
#= 14 0x000000000055d87c in funcall_lambda ()
No symbol table info availabl= e.
#15 0x000000000055db2b in Ffuncall ()
No symbol table info availab= le.
#16 0x000000000055d320 in eval_sub ()
No symbol table info available.#17 0x000000000055d238 in eval_sub ()
No symbol table info available.#18 0x000000000055d2e4 in eval_sub ()
No symbol table info available.<= br> #19 0x000000000055d445 in Fprogn ()
No symbol table info available.
#= 20 0x00000000005505e5 in Fsave_current_buffer ()
No symbol table info av= ailable.
#21 0x000000000055d238 in eval_sub ()
No symbol table info a= vailable.
#22 0x000000000055d445 in Fprogn ()
No symbol table info available.
#= 23 0x000000000055d87c in funcall_lambda ()
No symbol table info availabl= e.
#24 0x000000000055db2b in Ffuncall ()
No symbol table info availab= le.
#25 0x000000000055de4a in call1 ()
No symbol table info available.
#2= 6 0x0000000000564c32 in mapcar1 ()
No symbol table info available.
#2= 7 0x00000000005651e9 in Fmapcar ()
No symbol table info available.
#28 0x000000000055d13a in eval_sub ()
No symbol table info available.#29 0x000000000055d004 in eval_sub ()
No symbol table info available.#30 0x000000000056012c in Flet ()
No symbol table info available.
#31 0x000000000055d238 in eval_sub ()
No symbol table info available.#32 0x000000000055d445 in Fprogn ()
No symbol table info available.
= #33 0x000000000055d87c in funcall_lambda ()
No symbol table info availab= le.
#34 0x000000000055cb84 in apply_lambda ()
No symbol table info available= .
#35 0x000000000055cf43 in eval_sub ()
---Type <return> to con= tinue, or q <return> to quit---
No symbol table info available. #36 0x000000000055cb52 in apply_lambda ()
No symbol table info available= .
#37 0x000000000055cf43 in eval_sub ()
No symbol table info availabl= e.
#38 0x000000000056012c in Flet ()
No symbol table info available.<= br> #39 0x000000000055d238 in eval_sub ()
No symbol table info available.#40 0x000000000055d445 in Fprogn ()
No symbol table info available.
= #41 0x000000000055d87c in funcall_lambda ()
No symbol table info availab= le.
#42 0x000000000055db2b in Ffuncall ()
No symbol table info available.#43 0x000000000055d320 in eval_sub ()
No symbol table info available.#44 0x000000000055fadc in Fsetq ()
No symbol table info available.
#45 0x000000000055d238 in eval_sub ()
No symbol table info available.#46 0x000000000055d413 in Fand ()
No symbol table info available.
#4= 7 0x000000000055d238 in eval_sub ()
No symbol table info available.
#48 0x000000000055d445 in Fprogn ()
No symbol table info available.
#= 49 0x000000000055d87c in funcall_lambda ()
No symbol table info availabl= e.
#50 0x000000000055cb84 in apply_lambda ()
No symbol table info ava= ilable.
#51 0x000000000055cf43 in eval_sub ()
No symbol table info available.#52 0x000000000055f9de in Fcond ()
No symbol table info available.
#= 53 0x000000000055d238 in eval_sub ()
No symbol table info available.
#54 0x000000000055d445 in Fprogn ()
No symbol table info available.
#= 55 0x000000000055d87c in funcall_lambda ()
No symbol table info availabl= e.
#56 0x000000000055cb84 in apply_lambda ()
No symbol table info ava= ilable.
#57 0x000000000055cf43 in eval_sub ()
No symbol table info available.#58 0x0000000000560791 in Feval ()
No symbol table info available.
#= 59 0x000000000055dd16 in Ffuncall ()
No symbol table info available.
#60 0x000000000055c386 in internal_condition_case_n ()
No symbol table i= nfo available.
#61 0x00000000004348e0 in safe_call ()
No symbol table= info available.
#62 0x0000000000440c85 in display_mode_element ()
No symbol table info available.
#63 0x0000000000441701 in display_mode_l= ine ()
No symbol table info available.
#64 0x0000000000441926 in disp= lay_mode_lines ()
No symbol table info available.
#65 0x000000000045c= 868 in redisplay_window ()
No symbol table info available.
#66 0x000000000045fc06 in redisplay_wind= ow_1 ()
No symbol table info available.
#67 0x000000000055bffa in int= ernal_condition_case_1 ()
No symbol table info available.
#68 0x00000= 0000044cd3a in redisplay_internal ()
No symbol table info available.
#69 0x000000000044e355 in redisplay_pres= erve_echo_area ()
No symbol table info available.
#70 0x0000000000416= 96b in Fredisplay ()
No symbol table info available.
---Type <retu= rn> to continue, or q <return> to quit---
#71 0x000000000055dd23 in Ffuncall ()
No symbol table info available.#72 0x0000000000595e8c in exec_byte_code ()
No symbol table info availa= ble.
#73 0x000000000055db2b in Ffuncall ()
No symbol table info avail= able.
#74 0x0000000000595ecd in exec_byte_code ()
No symbol table info availab= le.
#75 0x000000000055db2b in Ffuncall ()
No symbol table info availa= ble.
#76 0x0000000000595ecd in exec_byte_code ()
No symbol table info= available.
#77 0x000000000055db2b in Ffuncall ()
No symbol table info available.#78 0x000000000055d320 in eval_sub ()
No symbol table info available.#79 0x0000000000560619 in internal_lisp_condition_case ()
No symbol ta= ble info available.
#80 0x0000000000596e39 in exec_byte_code ()
No symbol table info availab= le.
#81 0x000000000055db2b in Ffuncall ()
No symbol table info availa= ble.
#82 0x0000000000595ecd in exec_byte_code ()
No symbol table info= available.
#83 0x000000000055db2b in Ffuncall ()
No symbol table info available.#84 0x000000000055d320 in eval_sub ()
No symbol table info available.#85 0x0000000000560619 in internal_lisp_condition_case ()
No symbol ta= ble info available.
#86 0x0000000000596e39 in exec_byte_code ()
No symbol table info availab= le.
#87 0x000000000055db2b in Ffuncall ()
No symbol table info availa= ble.
#88 0x000000000055de28 in call0 ()
No symbol table info availabl= e.
#89 0x000000000055be42 in internal_condition_case ()
No symbol table inf= o available.
#90 0x00000000004e72ba in safe_run_hook_funcall ()
No sy= mbol table info available.
#91 0x000000000055c51d in run_hook_with_args = ()
No symbol table info available.
#92 0x00000000004ec51f in safe_run_hooks= ()
No symbol table info available.
#93 0x00000000004f5cff in command= _loop_1 ()
No symbol table info available.
#94 0x000000000055be42 in = internal_condition_case ()
No symbol table info available.
#95 0x00000000004e70fe in command_loop_2= ()
No symbol table info available.
#96 0x000000000055bd4b in interna= l_catch ()
No symbol table info available.
#97 0x00000000004ebdce in = recursive_edit_1 ()
No symbol table info available.
#98 0x00000000004ec0b2 in Frecursive_edi= t ()
No symbol table info available.
#99 0x0000000000413b25 in main (= )




On 6 December 2013 21:26, Constantin Kulikov <zxnotdead@gmail.com&g= t; wrote:
Also. It doesn't happen for emacsclient -nw .

<= /div>

--047d7bd76fe0f5c9d904ed80979f-- From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 16 02:56:21 2013 Received: (at 16069) by debbugs.gnu.org; 16 Dec 2013 07:56:21 +0000 Received: from localhost ([127.0.0.1]:52872 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VsT2K-0003Ho-Cv for submit@debbugs.gnu.org; Mon, 16 Dec 2013 02:56:20 -0500 Received: from forward2l.mail.yandex.net ([84.201.143.145]:55839) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VsT2G-0003Hc-JN for 16069@debbugs.gnu.org; Mon, 16 Dec 2013 02:56:17 -0500 Received: from smtp19.mail.yandex.net (smtp19.mail.yandex.net [95.108.252.19]) by forward2l.mail.yandex.net (Yandex) with ESMTP id 3E2771AC0DF9; Mon, 16 Dec 2013 11:56:15 +0400 (MSK) Received: from smtp19.mail.yandex.net (localhost [127.0.0.1]) by smtp19.mail.yandex.net (Yandex) with ESMTP id DCB8EBE0067; Mon, 16 Dec 2013 11:56:14 +0400 (MSK) Received: from unknown (unknown [37.139.80.10]) by smtp19.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id K9VQ4CB8o8-uE000KDv; Mon, 16 Dec 2013 11:56:14 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1387180574; bh=tOCLY53NCTvtEw1qeRGSiC+d+X1N1e3ZauIZE7k/Abw=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=P84oWg+jvKvMr83rOAkEMx0uU3X/WNxGNZ0DE4ujmXSM4jb9h9yQdRZpaPShId/RX Viuo07MyprBIHmTWTKSinX0YgLDjSvilP9dO41jDKmk3q3qML84kPwaYYGPs+G6f0V h5cu1NfU4LBGYlj/e+EJ06NnZTeLaF5JPIFkK4Zw= Authentication-Results: smtp19.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <52AEB21E.9000900@yandex.ru> Date: Mon, 16 Dec 2013 11:56:14 +0400 From: Dmitry Antipov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Constantin Kulikov Subject: Re: bug#16069: Sigsegv, libxft, emacs --daemon, emacsclient References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 16069 Cc: 16069@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) On 12/06/2013 12:50 PM, Constantin Kulikov wrote: > In the first terminal(emacs): > > # emacs -Q --daemon=exp > ("emacs") > Starting Emacs daemon. > > # ps -A | grep emacs > 21880 ? 00:00:00 emacs > > > In the second terminal(gdb): > > # sudo gdb > (gdb) attach 21880 > (gdb) continue > Continuing. > > > In the first terminal(emacs): > > # emacsclient -s exp -c > > In the emacsclient's frame: > C-x C-c > > > In the first terminal(emacs): > # emacsclient -s exp -c > > In the emacsclient's frame: > C-x C-c > > > In the second terminal(gdb): > > [New Thread 0x7f6eee24d700 (LWP 22531)] > [New Thread 0x7f6eeda4c700 (LWP 22532)] > > Program received signal SIGSEGV, Segmentation fault. > 0x00007f6efa29cd15 in ?? () from /usr/lib/libXft.so.2 I've tried this recipe a few times, but unsuccessfully. Anyway, please try to upgrade to trunk >= r115541 (now there is a check whether 'Display *' pointer in font objects is still in use). Dmitry From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 19 14:02:10 2014 Received: (at 16069) by debbugs.gnu.org; 19 Jan 2014 19:02:10 +0000 Received: from localhost ([127.0.0.1]:57317 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W4xdJ-0003jC-P8 for submit@debbugs.gnu.org; Sun, 19 Jan 2014 14:02:10 -0500 Received: from mail-ie0-f175.google.com ([209.85.223.175]:58551) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W4xdH-0003j2-3v for 16069@debbugs.gnu.org; Sun, 19 Jan 2014 14:02:07 -0500 Received: by mail-ie0-f175.google.com with SMTP id ar20so2736626iec.20 for <16069@debbugs.gnu.org>; Sun, 19 Jan 2014 11:02:06 -0800 (PST) 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 :content-type; bh=/h/ztAZgeaaOclqbsdfwE8bgxXYhAQjztHPFPwdrkck=; b=qf7Q1pJJteOlRWHOimV9fsyaI3uWHHkOllmvSisHfayBdfUgk8RZPfeWr8CPQK7NJz rOt8/55UcuAH3Q+mbkqYd2XdyxOcCDFbMv2wKko/L7uQ9Dc9MBaHrbUewGzE279ircws oXxj9Wle+YonZM/Z65j7IKZMuxGUA64HAPh7arU6nNC+LSWlDSNGus/9HpzKPj/Z1j8x zAK1JwGTH51oYV+n7p+IBHk/ExLNOzp7pKZh7aXGFMK8S8WupA4IJcY2iWBaSKTr8/B7 pemKwZ6C9i2VGAijQuQtWuq7rRGuMSom9lBAEKf7UI2d39QuiAP9V27wSvHH+gB4hzAl Vkbw== MIME-Version: 1.0 X-Received: by 10.50.138.72 with SMTP id qo8mr9141224igb.4.1390158126212; Sun, 19 Jan 2014 11:02:06 -0800 (PST) Received: by 10.42.21.135 with HTTP; Sun, 19 Jan 2014 11:02:06 -0800 (PST) In-Reply-To: <52AEB21E.9000900@yandex.ru> References: <52AEB21E.9000900@yandex.ru> Date: Sun, 19 Jan 2014 23:02:06 +0400 Message-ID: Subject: Re: bug#16069: Sigsegv, libxft, emacs --daemon, emacsclient From: Constantin Kulikov To: 16069@debbugs.gnu.org Content-Type: multipart/alternative; boundary=001a1134c7924b6ba304f05769f3 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 16069 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --001a1134c7924b6ba304f05769f3 Content-Type: text/plain; charset=UTF-8 > I've tried this recipe a few times, but unsuccessfully. Seems like it happens when built with --with-x-toolkit=lucid. --001a1134c7924b6ba304f05769f3 Content-Type: text/html; charset=UTF-8
> I've tried this recipe a few times, but unsuccessfully.
Seems like it happens when built with --with-x-toolkit=lucid.

--001a1134c7924b6ba304f05769f3-- From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 28 01:39:51 2014 Received: (at 16069) by debbugs.gnu.org; 28 Feb 2014 06:39:51 +0000 Received: from localhost ([127.0.0.1]:43417 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WJH6q-0001ft-J9 for submit@debbugs.gnu.org; Fri, 28 Feb 2014 01:39:50 -0500 Received: from forward1l.mail.yandex.net ([84.201.143.144]:47212) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WJH6k-0001fe-NH for 16069@debbugs.gnu.org; Fri, 28 Feb 2014 01:39:44 -0500 Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward1l.mail.yandex.net (Yandex) with ESMTP id 1A8ED1520E36; Fri, 28 Feb 2014 10:39:41 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id A8AE713405F3; Fri, 28 Feb 2014 10:39:40 +0400 (MSK) Received: from unknown (unknown [37.139.80.10]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 2z8cXL17Fb-depCmohZ; Fri, 28 Feb 2014 10:39:40 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: b99bc834-81cc-472b-9578-b02bb499d649 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1393569580; bh=4rvXRGFJvVAqywfpt8xwC/BH2niM6snXWh+6PUH+08U=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type; b=SP327EdJEKU21igUCY6kf0H695mux2hTck+KIuu1z7BXyf0Ea8m94HPd2Cu54iNS2 qeG1hKS6neNrqv8+woUymIHFS9uWnjbocqJCbyNS/sNXmkmXVod7Xwhdn8CJSU4R2I AU5eUc52XlhZQ0UzOOQs/xW/0jAJdIiWgH3Bye7M= Authentication-Results: smtp1h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <53102F2C.60605@yandex.ru> Date: Fri, 28 Feb 2014 10:39:40 +0400 From: Dmitry Antipov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: nil Subject: Re: emacs bug #16069 - cause & reproduction References: <1393504047.11841.YahooMailNeo@web125304.mail.ne1.yahoo.com> In-Reply-To: <1393504047.11841.YahooMailNeo@web125304.mail.ne1.yahoo.com> Content-Type: multipart/mixed; boundary="------------000305060809010303030005" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 16069 Cc: 16069@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) This is a multi-part message in MIME format. --------------000305060809010303030005 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 02/27/2014 04:27 PM, nil wrote: > I ran into the first crash reported on bug #16069, on trunk r116550. It appears to trigger when an xftfont is garbage collected - but only after its Display has been freed and then reused. The guard in xftfont_close is satisfied, then XftFontClose causes xft's reference counting to go out of sync. SIGSEGV occurs when the display is closed (_XftCloseDisplay, XftFontManageMemory, XftFontFindNthUnref returns an unexpected NULL) > > To reproduce: > > gdb --args emacs -Q -nw > > set $dpy = 0 > break xterm.c:9810 > condition $bpnum $dpy == dpy > break xterm.c:9814 > commands > silent > set $dpy = dpy > cont > end > run > > M-x server-start > > Then repeatedly: > > emacsclient -c -n . > C-x C-c > > until the breakpoint fires on Display address reuse. after continuing, closing the terminal should SIGSEGV in xft/src/xftfreetype.c. (This is on an x86_64 linux with recent glibc/xorg/etc, if it makes any difference.) > > I'm not nearly familiar enough with the insides of emacs to suggest a fix, I'm afraid. Happy to provide any other information you need, though! Thanks. Next time please do CC: to appropriate bug (i.e. [bug-number]@debbugs.gnu.org). Could you please try this patch? Dmitry --------------000305060809010303030005 Content-Type: text/x-patch; name="x_display_id.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="x_display_id.patch" === modified file 'src/xfont.c' --- src/xfont.c 2014-01-01 07:43:34 +0000 +++ src/xfont.c 2014-02-28 06:20:04 +0000 @@ -42,6 +42,7 @@ struct font font; Display *display; XFontStruct *xfont; + unsigned x_display_id; }; /* Prototypes of support functions. */ @@ -808,6 +809,7 @@ font = XFONT_OBJECT (font_object); ((struct xfont_info *) font)->xfont = xfont; ((struct xfont_info *) font)->display = FRAME_X_DISPLAY (f); + ((struct xfont_info *) font)->x_display_id = FRAME_DISPLAY_INFO (f)->x_id; font->pixel_size = pixel_size; font->driver = &xfont_driver; font->encoding_charset = encoding->id; @@ -892,12 +894,15 @@ static void xfont_close (struct font *font) { + struct x_display_info *xdi; struct xfont_info *xfi = (struct xfont_info *) font; /* This function may be called from GC when X connection is gone (Bug#16093), and an attempt to free font resources on invalid display may lead to X protocol errors or segfaults. */ - if (xfi->xfont && x_display_info_for_display (xfi->display)) + if (xfi->xfont + && ((xdi = x_display_info_for_display (xfi->display)) + && xfi->x_display_id == xdi->x_id)) { block_input (); XFreeFont (xfi->display, xfi->xfont); === modified file 'src/xftfont.c' --- src/xftfont.c 2014-01-06 06:25:30 +0000 +++ src/xftfont.c 2014-02-28 06:23:32 +0000 @@ -59,6 +59,7 @@ FT_Matrix matrix; Display *display; XftFont *xftfont; + unsigned x_display_id; }; /* Structure pointed by (struct face *)->extra */ @@ -372,6 +373,7 @@ xftfont_info = (struct xftfont_info *) font; xftfont_info->display = display; xftfont_info->xftfont = xftfont; + xftfont_info->x_display_id = FRAME_DISPLAY_INFO (f)->x_id; /* This means that there's no need of transformation. */ xftfont_info->matrix.xx = 0; if (FcPatternGetMatrix (xftfont->pattern, FC_MATRIX, 0, &matrix) @@ -481,6 +483,7 @@ static void xftfont_close (struct font *font) { + struct x_display_info *xdi; struct xftfont_info *xftfont_info = (struct xftfont_info *) font; #ifdef HAVE_LIBOTF @@ -493,7 +496,8 @@ /* See comment in xfont_close. */ if (xftfont_info->xftfont - && x_display_info_for_display (xftfont_info->display)) + && ((xdi = x_display_info_for_display (xftfont_info->display)) + && xftfont_info->x_display_id == xdi->x_id)) { block_input (); XftUnlockFace (xftfont_info->xftfont); === modified file 'src/xterm.c' --- src/xterm.c 2014-02-04 07:36:58 +0000 +++ src/xterm.c 2014-02-28 06:28:46 +0000 @@ -9679,6 +9679,8 @@ } #endif +static unsigned x_display_id; + /* Open a connection to X display DISPLAY_NAME, and return the structure that describes the open display. If we cannot contact the display, return null. */ @@ -9896,6 +9898,7 @@ lim = min (PTRDIFF_MAX, SIZE_MAX) - sizeof "@"; if (lim - SBYTES (Vinvocation_name) < SBYTES (Vsystem_name)) memory_full (SIZE_MAX); + dpyinfo->x_id = ++x_display_id; dpyinfo->x_id_name = xmalloc (SBYTES (Vinvocation_name) + SBYTES (Vsystem_name) + 2); strcat (strcat (strcpy (dpyinfo->x_id_name, SSDATA (Vinvocation_name)), "@"), === modified file 'src/xterm.h' --- src/xterm.h 2014-01-11 09:31:09 +0000 +++ src/xterm.h 2014-02-28 06:11:05 +0000 @@ -198,6 +198,7 @@ mouse-face. */ Mouse_HLInfo mouse_highlight; + unsigned x_id; char *x_id_name; /* The number of fonts opened for this display. */ --------------000305060809010303030005-- From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 01 12:46:02 2014 Received: (at 16069) by debbugs.gnu.org; 1 Mar 2014 17:46:02 +0000 Received: from localhost ([127.0.0.1]:46918 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WJnz8-0008VJ-0F for submit@debbugs.gnu.org; Sat, 01 Mar 2014 12:46:02 -0500 Received: from nm25-vm2.bullet.mail.ne1.yahoo.com ([98.138.91.213]:47309) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WJhHI-0003pw-OT for 16069@debbugs.gnu.org; Sat, 01 Mar 2014 05:36:21 -0500 Received: from [98.138.226.177] by nm25.bullet.mail.ne1.yahoo.com with NNFMP; 01 Mar 2014 10:36:20 -0000 Received: from [98.138.89.246] by tm12.bullet.mail.ne1.yahoo.com with NNFMP; 01 Mar 2014 10:36:19 -0000 Received: from [127.0.0.1] by omp1060.mail.ne1.yahoo.com with NNFMP; 01 Mar 2014 10:36:19 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 899651.32871.bm@omp1060.mail.ne1.yahoo.com Received: (qmail 31168 invoked by uid 60001); 1 Mar 2014 10:36:19 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1393670179; bh=RyQn0cPXKkolDI0du0jg6UQiTKaNJvIyQXme8lGbUqw=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=A1bSaDl/SXLiTwAMYUD+AdYvj6tuuvssI5AE81vc37bROQ+E0sxFwFm98gewH5WvuV6ASBM3lg45/9ErXdYpNpjowJ9Fee+vHnYyWFoFdBlAgJugYnG6AYiTeOr5n2N1+8O5z+2op3cNUgvLXpkg27Bd8QcyFPJsFhBRzZR/Qs4= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=nVrIzNCC5iKTkwuGmYFPPcR7gt3hU2JL8Kjxs1D6E0Jd4L6vR7bba8EKe01tQFZXgt1clJ/sSql11sgjec6BK78RlvdjUb0YuLtmvP2fnE7z8IEWJ3hwCr1gfPephn0QTTHLlE+aDQJXUglKpjEC+AHFdMJuE8p8DyQa3Ox7tDI=; X-YMail-OSG: _pCUZzYVM1nOBihxa.NPgZwzI.pIIZNDxunlXhYSPxzC6wh a4FxybZ_w6yYsCQhN2LTFXTrODnbROXkxB370.UZqQ7xjNS.Xisu.8aDr7Ht owkfRHwxSkzUijJcYm5fJRe7_Oiq5LDATlYaYYh_qCOYTIuZNfNQekdm2lT7 EfSeUZ_Bfbi1gF_ga3n5teVwM5e1ACz4fpECZebGW7z5yTjJvAgDHeWZoFKO qmdsXaYV.C_4wZCzmLk9ThsxVAUBCd4i2__BcjTzNdLu2B4RPkqjMjiPj2wv jmDOO0aZRJ270ZDLdcVZR56ye7XJIeGeBXoyvt0Nn68Eal8vW4SS44AotkaG m7h9Q144_Jk0tNdLgZaw9r71sC0iLqGUH9sfPe25t7_QNEuOCvADmvtpRwV. aJcFutL2T6mu1qJe9AfN6eg1L1TCNmzTLHLcn.G4zSQuOe8j1q5RbIL4UFpF FIbeDSiMEohhbQ0Zk4g7u6cQpXDU5bwLvhJzS5mNX_5OYLM5OPbisGiFc8m4 lY.wSsKvV6fq45qYcaAgFXxF6hwyV0IkMqEr7QrgODkSDMPvJyQJWKlhUc.G irrgVzxSggdx5ODN_QDx3LbC2APWKXi_P Received: from [222.152.138.179] by web125304.mail.ne1.yahoo.com via HTTP; Sat, 01 Mar 2014 02:36:19 PST X-Rocket-MIMEInfo: 002.001, U29ycnksIHNoYWxsIGRvLgoKWGZ0IGZvbnRzIHdpbGwgYmUgbGVha2VkLCBidXQgdGhhdCBwYXRjaCBkb2VzIGFwcGVhciB0byBzb2x2ZSB0aGUgY3Jhc2g7IHRoYW5rcyEKCih3aGlsZSBwb2tpbmcgYXJvdW5kIGluIGZvbnQuYyBJIG5vdGljZWQgdGhlIGZvbnQgY2FjaGUgd2Fzbid0IGJlaW5nIGNsZWFyZWQgZHVlIHRvIGEgY2hhbmdlIG9mIHN0cnVjdHVyZSwgc29tZXRoaW5nIGFsb25nIHRoZSBsaW5lcyBvZiB0aGUgYXR0YWNoZWQgc2VlbWVkIHRvIGZpeCBpdC4pCgEwAQEBAQ-- X-Mailer: YahooMailWebService/0.8.177.636 References: <1393504047.11841.YahooMailNeo@web125304.mail.ne1.yahoo.com> <53102F2C.60605@yandex.ru> Message-ID: <1393670179.40232.YahooMailNeo@web125304.mail.ne1.yahoo.com> Date: Sat, 1 Mar 2014 02:36:19 -0800 (PST) From: nil Subject: Re: emacs bug #16069 - cause & reproduction To: Dmitry Antipov In-Reply-To: <53102F2C.60605@yandex.ru> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="-1622010646-165770778-1393670179=:40232" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 16069 X-Mailman-Approved-At: Sat, 01 Mar 2014 12:46:01 -0500 Cc: "16069@debbugs.gnu.org" <16069@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: nil List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) ---1622010646-165770778-1393670179=:40232 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Sorry, shall do.=0A=0AXft fonts will be leaked, but that patch does appear = to solve the crash; thanks!=0A=0A(while poking around in font.c I noticed t= he font cache wasn't being cleared due to a change of structure, something = along the lines of the attached seemed to fix it.)=0A ---1622010646-165770778-1393670179=:40232 Content-Type: text/x-diff; name="font_clear_cache.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="font_clear_cache.patch" ZGlmZiAtLWdpdCBpL3NyYy9mb250LmMgdy9zcmMvZm9udC5jCmluZGV4IDgw MjdkZTguLjVhYWRhODMgMTAwNjQ0Ci0tLSBpL3NyYy9mb250LmMKKysrIHcv c3JjL2ZvbnQuYwpAQCAtMjU4NSwxOCArMjU4NSwyMSBAQCBzdGF0aWMgdm9p ZAogZm9udF9jbGVhcl9jYWNoZSAoc3RydWN0IGZyYW1lICpmLCBMaXNwX09i amVjdCBjYWNoZSwgc3RydWN0IGZvbnRfZHJpdmVyICpkcml2ZXIpCiB7CiAg IExpc3BfT2JqZWN0IHRhaWwsIGVsdDsKLSAgTGlzcF9PYmplY3QgdGFpbDIs IGVudGl0eTsKKyAgTGlzcF9PYmplY3QgZW50aXR5OworICBpbnQgaTsKIAog ICAvKiBDQUNIRSA9IChEUklWRVItVFlQRSBOVU0tRlJBTUVTIEZPTlQtQ0FD SEUtREFUQSAuLi4pICovCiAgIGZvciAodGFpbCA9IFhDRFIgKFhDRFIgKGNh Y2hlKSk7IENPTlNQICh0YWlsKTsgdGFpbCA9IFhDRFIgKHRhaWwpKQogICAg IHsKICAgICAgIGVsdCA9IFhDQVIgKHRhaWwpOwotICAgICAgLyogZWx0IHNo b3VsZCBoYXZlIHRoZSBmb3JtIChGT05ULVNQRUMgRk9OVC1FTlRJVFkgLi4u KSAqLworICAgICAgLyogZWx0IHNob3VsZCBoYXZlIHRoZSBmb3JtIChGT05U LVNQRUMgLiBbIEZPTlQtRU5USVRZIC4uLl0pICovCiAgICAgICBpZiAoQ09O U1AgKGVsdCkgJiYgRk9OVF9TUEVDX1AgKFhDQVIgKGVsdCkpKQogCXsKLQkg IGZvciAodGFpbDIgPSBYQ0RSIChlbHQpOyBDT05TUCAodGFpbDIpOyB0YWls MiA9IFhDRFIgKHRhaWwyKSkKKwkgIGVsdCA9IFhDRFIgKGVsdCk7CisJICBl YXNzZXJ0IChWRUNUT1JQIChlbHQpKTsKKwkgIGZvciAoaSA9IDA7IGkgPCBB U0laRSAoZWx0KTsgaSsrKQogCSAgICB7Ci0JICAgICAgZW50aXR5ID0gWENB UiAodGFpbDIpOworCSAgICAgIGVudGl0eSA9IEFSRUYgKGVsdCwgaSk7CiAK IAkgICAgICBpZiAoRk9OVF9FTlRJVFlfUCAoZW50aXR5KQogCQkgICYmIEVR IChkcml2ZXItPnR5cGUsIEFSRUYgKGVudGl0eSwgRk9OVF9UWVBFX0lOREVY KSkpCg== ---1622010646-165770778-1393670179=:40232-- From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 03 05:53:55 2014 Received: (at 16069) by debbugs.gnu.org; 3 Mar 2014 10:53:55 +0000 Received: from localhost ([127.0.0.1]:48552 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WKQVP-00041v-Bl for submit@debbugs.gnu.org; Mon, 03 Mar 2014 05:53:55 -0500 Received: from forward2l.mail.yandex.net ([84.201.143.145]:54907) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WKQVM-00041m-Db for 16069@debbugs.gnu.org; Mon, 03 Mar 2014 05:53:53 -0500 Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [84.201.187.145]) by forward2l.mail.yandex.net (Yandex) with ESMTP id 0731F1AC0EBD; Mon, 3 Mar 2014 14:53:50 +0400 (MSK) Received: from smtp2h.mail.yandex.net (localhost [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id 8A7FB1703D23; Mon, 3 Mar 2014 14:53:50 +0400 (MSK) Received: from unknown (unknown [37.139.80.10]) by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id zJQAsibl4M-roQiq8FJ; Mon, 3 Mar 2014 14:53:50 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 76e1bc93-8cb6-4908-817e-24515dda31f7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1393844030; bh=rN3DG6iHMrw5b0eEFBi8MOeINiVDopi9wIQpJfZMpgE=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=D7Ac7VUJDCiVg9gp5DS/cia0E62ZwVsu1UnCoWHzzKZF36i/D+tyRE35vzQ5aauez u2cLzgPhfC/p0VG68B8eO60W7oJ/pIJ0Tf9mpilnVk4AenqThI/iUsdGqzwWGCh/C+ cvGGSQyqF8s9mG/8IYaS+dwkhBGwsxt8rAHf1qt8= Authentication-Results: smtp2h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <53145F3E.6060000@yandex.ru> Date: Mon, 03 Mar 2014 14:53:50 +0400 From: Dmitry Antipov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: nil Subject: Re: bug#16069: emacs bug #16069 - cause & reproduction References: <1393504047.11841.YahooMailNeo@web125304.mail.ne1.yahoo.com> <53102F2C.60605@yandex.ru> <1393670179.40232.YahooMailNeo@web125304.mail.ne1.yahoo.com> In-Reply-To: <1393670179.40232.YahooMailNeo@web125304.mail.ne1.yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 16069 Cc: "16069@debbugs.gnu.org" <16069@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) On 03/01/2014 02:36 PM, nil wrote: > Xft fonts will be leaked Yes - if GC happens at arbitrary point after X connection is gone, there is no way to release font-related resources. Anyway, better than crash. Installed in r116642. > (while poking around in font.c I noticed the font cache wasn't being cleared due > to a change of structure, something along the lines of the attached seemed to fix it.) Thanks, installed in r116641. Dmitry From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 03 11:50:12 2014 Received: (at 16069) by debbugs.gnu.org; 3 Mar 2014 16:50:12 +0000 Received: from localhost ([127.0.0.1]:49302 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WKW4B-0007Sd-LV for submit@debbugs.gnu.org; Mon, 03 Mar 2014 11:50:11 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:47464) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WKW48-0007SS-NZ for 16069@debbugs.gnu.org; Mon, 03 Mar 2014 11:50:09 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WKW46-00054m-Jc; Mon, 03 Mar 2014 11:50:06 -0500 From: Glenn Morris To: Dmitry Antipov Subject: Re: bug#16069: emacs bug #16069 - cause & reproduction References: <1393504047.11841.YahooMailNeo@web125304.mail.ne1.yahoo.com> <53102F2C.60605@yandex.ru> <1393670179.40232.YahooMailNeo@web125304.mail.ne1.yahoo.com> <53145F3E.6060000@yandex.ru> X-Spook: CIDA halcon Ft. Knox TWA Ft. Meade Marxist JFK Kosovo X-Ran: GKBS&TPg$.=}.9%&5s%FQ5A~W;\C=.}mbk*p-]$rjQG4Q'SdU|b;t=VT?jzJ?|D*3Yudmd X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 03 Mar 2014 11:50:06 -0500 In-Reply-To: <53145F3E.6060000@yandex.ru> (Dmitry Antipov's message of "Mon, 03 Mar 2014 14:53:50 +0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.3 (----) X-Debbugs-Envelope-To: 16069 Cc: 16069@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.3 (----) Dmitry Antipov wrote: > Thanks, installed in r116641. That breaks without-x builds. Ref: http://hydra.nixos.org/build/9327212 font.c: In function 'Fframe_font_cache': font.c:4853:3: warning: implicit declaration of function 'FRAME_DISPLAY_INFO' [-Wimplicit-function-declaration] return FRAME_DISPLAY_INFO (decode_live_frame (frame))->name_list_element; ^ font.c:4853:56: error: invalid type argument of '->' (have 'int') return FRAME_DISPLAY_INFO (decode_live_frame (frame))->name_list_element; ^ make[2]: *** [font.o] Error 1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 06 20:03:51 2018 Received: (at 16069) by debbugs.gnu.org; 7 Jun 2018 00:03:51 +0000 Received: from localhost ([127.0.0.1]:37231 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fQiP9-0007Lc-Gn for submit@debbugs.gnu.org; Wed, 06 Jun 2018 20:03:51 -0400 Received: from mail-it0-f47.google.com ([209.85.214.47]:39261) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fQiP7-0007LL-EN; Wed, 06 Jun 2018 20:03:49 -0400 Received: by mail-it0-f47.google.com with SMTP id p185-v6so10410322itp.4; Wed, 06 Jun 2018 17:03:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=HwxCr6UInYwJlNItrKvuQnVoa+M2lLjcNztRH+2/kyg=; b=qSesL2jJikdFmMomNfvJz7Ivbii1XKyNF8h/uNIsfpsTv+479/77PpiOdAFa3uGV22 UuCeYEQIcAucfmJ5A56fq2YmLzMFMhvvHFnkP8v9zbEzqDBsaZ7sDQh1hhkFmUwfqdbz +8hop9VJS8OoOsXh3KWyTqkcd0N0ab2/rvXQYT6VMSXD8YLBkYjxUeBxJnx6S4VPtxZE ICYahw9rpzp2sR/511iT5V67QYTgpQfpsVQAIVP58g7ntvO/3huAp2tN9xEcvbdksyr2 4aqhXGZ4mvSGiyN9gpgo+Yt0bp2ABBdLMD7Ez327vK0pNygDNwcybFAFiA6So3paMalB y3/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=HwxCr6UInYwJlNItrKvuQnVoa+M2lLjcNztRH+2/kyg=; b=nDA9u9wrMvaGos0vo1gi4Nm5JL6YLObLYcd/qaytdjgw5Zxrts8K2t7LGZB2eeOmBX bpFIiyJiUGlQ/uF7FFUfaNX4UecKv9LncDSwqe1W1VSW4hrsfIroM77daq1fFv/yLURl nYmUa3w9ztdnDhqRUhDegZAB1HLOn8qgXV3UrnbMB+AGp8QHNdT8h/PpxgPbTBaSBWQR rxChpGJnQfyOR7l+I5u3AZgFxZa2fv3vDYi4iCgZ8p41sW4KqeWaI6WXQDX84Q/SXz12 pHUza9tcKIlsrspXgWLc9iIlDkS+oYBY+n2JBsr6F87BYxVUweAhzRV7m/a9P9hdAUGq kpYg== X-Gm-Message-State: APt69E04TiqRMiJgpddvfpE0HtdjL+lLO/e/fMEeDY9b5j8WWR3f1dEE PyTKDpgSEIq7dgLtRNSDgxv9T6Ir X-Google-Smtp-Source: ADUXVKIcFAlTZg059ehcVB/2LyqxzvRF81tJIpV5O8hnIffzEgoF0hMD8PJrtpl8rT20o+s2sAEbpQ== X-Received: by 2002:a24:250e:: with SMTP id g14-v6mr35644itg.24.1528329823751; Wed, 06 Jun 2018 17:03:43 -0700 (PDT) Received: from zebian (cbl-45-2-119-34.yyz.frontiernetworks.ca. [45.2.119.34]) by smtp.googlemail.com with ESMTPSA id x6-v6sm120877itb.32.2018.06.06.17.03.42 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 06 Jun 2018 17:03:43 -0700 (PDT) From: Noam Postavsky To: Dmitry Antipov Subject: Re: bug#16069: Sigsegv, libxft, emacs --daemon, emacsclient References: <1393504047.11841.YahooMailNeo@web125304.mail.ne1.yahoo.com> <53102F2C.60605@yandex.ru> <1393670179.40232.YahooMailNeo@web125304.mail.ne1.yahoo.com> <53145F3E.6060000@yandex.ru> Date: Wed, 06 Jun 2018 20:03:41 -0400 In-Reply-To: <53145F3E.6060000@yandex.ru> (Dmitry Antipov's message of "Mon, 03 Mar 2014 14:53:50 +0400") Message-ID: <87wovb31k2.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 16069 Cc: nil , "16069@debbugs.gnu.org" <16069@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 16069 quit Dmitry Antipov writes: > On 03/01/2014 02:36 PM, nil wrote: > >> Xft fonts will be leaked > > Yes - if GC happens at arbitrary point after X connection is gone, there > is no way to release font-related resources. Anyway, better than crash. > Installed in r116642. > >> (while poking around in font.c I noticed the font cache wasn't being cleared due >> to a change of structure, something along the lines of the attached seemed to fix it.) > > Thanks, installed in r116641. I guess this is okay to close then... From unknown Fri Aug 15 03:56:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 05 Jul 2018 11:24:04 +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