From debbugs-submit-bounces@debbugs.gnu.org Wed May 01 15:31:47 2013 Received: (at submit) by debbugs.gnu.org; 1 May 2013 19:31:47 +0000 Received: from localhost ([127.0.0.1]:54190 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UXckh-0007Ym-Ey for submit@debbugs.gnu.org; Wed, 01 May 2013 15:31:47 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51472) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UXckZ-0007YV-Lh for submit@debbugs.gnu.org; Wed, 01 May 2013 15:31:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXcjw-0005eB-3w for submit@debbugs.gnu.org; Wed, 01 May 2013 15:31:05 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-99.2 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID,USER_IN_WHITELIST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:33803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXcju-0005do-Ty for submit@debbugs.gnu.org; Wed, 01 May 2013 15:30:55 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXcjo-0001yV-Mn for bug-gnu-emacs@gnu.org; Wed, 01 May 2013 15:30:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXcjh-0005aa-DE for bug-gnu-emacs@gnu.org; Wed, 01 May 2013 15:30:48 -0400 Received: from mail-qa0-x233.google.com ([2607:f8b0:400d:c00::233]:41562) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXcjh-0005aK-4o for bug-gnu-emacs@gnu.org; Wed, 01 May 2013 15:30:41 -0400 Received: by mail-qa0-f51.google.com with SMTP id g10so958025qah.10 for ; Wed, 01 May 2013 12:30:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:content-type:content-transfer-encoding:subject :message-id:date:to:mime-version:x-mailer; bh=1ID2SVA908KxCAnY0SAf4posNQVuANfyG/uJ4IHc4G8=; b=mjoqwkfBHUHRrNR+m00I5EoM/SD0BZUyrIADs8U07gQncR+4w2zytchrWz6qVmkm6z xARVfqWjxqbEQUUF03nP1LuB0S0tykfQC00t0ViqVJeAi9oi+7Z9zGFxwd/BD6DIKdeq LwSFZe1qmi7BQBc4oH0ktsQ9mMO3mBkU8rKmc/S8QD540XvSgMbM6e1De2p0INf+kXfs BldkDwgWyCY0avHhSuoN9zIuJi1b+Tb2zYLoNmvt63xKrzrkfrp/DJDyar1nl8UPwX7Y sGEZBSRwZ240tLxE7pM1cIfuq3QEL3Ru1jcX8PpXRlCvTxkD0pHhQ3Wk8H7wHAZsYwbp wyLA== X-Received: by 10.224.166.203 with SMTP id n11mr4802672qay.87.1367436640142; Wed, 01 May 2013 12:30:40 -0700 (PDT) Received: from cscl-imac-g4-3.ist.psu.edu ([130.203.154.15]) by mx.google.com with ESMTPSA id kf2sm5857812qeb.4.2013.05.01.12.30.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 01 May 2013 12:30:38 -0700 (PDT) From: David Reitter Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: delete_frame / expose_window_tree crash Message-Id: <91E78A14-38FB-459B-A60E-E4C6E890178F@gmail.com> Date: Wed, 1 May 2013 15:31:09 -0400 To: Bug-Gnu-Emacs Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) X-Mailer: Apple Mail (2.1503) 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: -6.1 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) I just had the crash illustrated below (in my branch based on a very = recent 24), and I have three reports from users showing what seems to be = the same crash in 23. Each of the four reports show this in the call stack: 42 org.gnu.Aquamacs 0x00013f17 delete_frame I wonder if the view tries to redraw after the frame has been deleted. Checking FRAME_LIVE_P won't work, since delete_frame() sets = f->terminal=3D0 later than the call to unblock_input(), so I'm not sure = what to do. =20 Process: Aquamacs [98737] Path: /Users/USER/*/Aquamacs.app/Contents/MacOS/Aquamacs Identifier: org.gnu.Aquamacs Version: 3.xdev (3.x.1367290259) Code Type: X86-64 (Native) Parent Process: launchd [290] User ID: 505 Date/Time: 2013-05-01 15:04:53.862 -0400 OS Version: Mac OS X 10.8.3 (12D78) Report Version: 10 Interval Since Last Report: 1768907 sec Crashes Since Last Report: 24 Per-App Interval Since Last Report: 57332 sec Per-App Crashes Since Last Report: 4 Anonymous UUID: = 162C5D4F-C33C-0247-A290-60860F5062B3 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGABRT) Exception Codes: EXC_I386_GPFLT Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff8c22ed46 __kill + 10 1 org.gnu.Aquamacs 0x0000000100174f55 = terminate_due_to_signal + 229 (emacs.c:346) 2 org.gnu.Aquamacs 0x00000001001b1aa7 emacs_abort + = 23 3 org.gnu.Aquamacs 0x0000000100390260 = ns_term_shutdown + 192 4 org.gnu.Aquamacs 0x0000000100177cc9 = shut_down_emacs + 457 (emacs.c:1936) 5 org.gnu.Aquamacs 0x0000000100174f01 = terminate_due_to_signal + 145 (emacs.c:328) 6 org.gnu.Aquamacs 0x00000001001b13ec = handle_fatal_signal + 28 7 org.gnu.Aquamacs 0x00000001001b13b5 = deliver_thread_signal + 181 (sysdep.c:1626) 8 org.gnu.Aquamacs 0x00000001001b143f = deliver_fatal_thread_signal + 31 (sysdep.c:1662) 9 libsystem_c.dylib 0x00007fff9540494a _sigtramp + = 26 10 org.gnu.Aquamacs 0x000000010008fe26 = expose_window_tree + 278 (xdisp.c:28409) 11 org.gnu.Aquamacs 0x000000010008ff40 expose_frame = + 240 (xdisp.c:28470) 12 org.gnu.Aquamacs 0x00000001003a00fc -[EmacsView = drawRect:] + 428 13 com.apple.AppKit 0x00007fff915a4170 -[NSView = _drawRect:clip:] + 4437 14 com.apple.AppKit 0x00007fff915a0fe3 -[NSView = _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRe= ctForView:topView:] + 3058 15 com.apple.AppKit 0x00007fff915a1a74 -[NSView = _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRe= ctForView:topView:] + 5763 16 com.apple.AppKit 0x00007fff915a1a74 -[NSView = _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRe= ctForView:topView:] + 5763 17 com.apple.AppKit 0x00007fff915a0173 = -[NSThemeFrame = _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRe= ctForView:topView:] + 314 18 com.apple.AppKit 0x00007fff9159bd9d -[NSView = _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + = 4675 19 com.apple.AppKit 0x00007fff91565cc3 -[NSView = displayIfNeeded] + 1830 20 com.apple.AppKit 0x00007fff915651fc = _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 738 21 com.apple.AppKit 0x00007fff91b308f1 = __83-[NSWindow = _postWindowNeedsDisplayOrLayoutOrUpdateConstraintsUnlessPostingDisabled]_b= lock_invoke_01208 + 46 22 com.apple.CoreFoundation 0x00007fff90445417 = __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23 23 com.apple.CoreFoundation 0x00007fff90445381 = __CFRunLoopDoObservers + 369 24 com.apple.CoreFoundation 0x00007fff904207b8 = __CFRunLoopRun + 728 25 com.apple.CoreFoundation 0x00007fff904200e2 = CFRunLoopRunSpecific + 290 26 com.apple.HIToolbox 0x00007fff95d14eb4 = RunCurrentEventLoopInMode + 209 27 com.apple.HIToolbox 0x00007fff95d14b94 = ReceiveNextEventCommon + 166 28 com.apple.HIToolbox 0x00007fff95d14ae3 = BlockUntilNextEventMatchingListInMode + 62 29 com.apple.AppKit 0x00007fff91562563 _DPSNextEvent = + 685 30 com.apple.AppKit 0x00007fff91561e22 = -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 31 com.apple.AppKit 0x00007fff915591d3 = -[NSApplication run] + 517 32 org.gnu.Aquamacs 0x000000010038bf83 = ns_read_socket + 1075 33 org.gnu.Aquamacs 0x000000010018c1f0 gobble_input = + 224 (keyboard.c:6774) 34 org.gnu.Aquamacs 0x000000010018c6ad = handle_async_input + 13 (keyboard.c:7012) 35 org.gnu.Aquamacs 0x000000010018c6e3 = process_pending_signals + 19 (keyboard.c:7027) 36 org.gnu.Aquamacs 0x000000010018c721 = unblock_input_to + 49 (keyboard.c:7040) 37 org.gnu.Aquamacs 0x000000010018c757 unblock_input = + 23 (keyboard.c:7055) 38 org.gnu.Aquamacs 0x000000010001c696 delete_frame = + 1846 (frame.c:1282) 39 org.gnu.Aquamacs 0x000000010001cc44 Fdelete_frame = + 84 (frame.c:1438) 40 org.gnu.Aquamacs 0x00000001002894fb eval_sub + = 1995 (eval.c:2042) 41 org.gnu.Aquamacs 0x0000000100284dec Fprogn + 60 = (eval.c:359) 42 org.gnu.Aquamacs 0x0000000100284ca5 Fif + 117 = (eval.c:310) 43 org.gnu.Aquamacs 0x00000001002890fe eval_sub + = 974 (eval.c:1987) 44 org.gnu.Aquamacs 0x0000000100284dec Fprogn + 60 = (eval.c:359) 45 org.gnu.Aquamacs 0x00000001002890fe eval_sub + = 974 (eval.c:1987) 46 org.gnu.Aquamacs 0x0000000100286c92 = internal_lisp_condition_case + 722 (eval.c:1147) 47 org.gnu.Aquamacs 0x00000001002869a3 = Fcondition_case + 99 (eval.c:1088) 48 org.gnu.Aquamacs 0x00000001002890fe eval_sub + = 974 (eval.c:1987) 49 org.gnu.Aquamacs 0x0000000100284dec Fprogn + 60 = (eval.c:359) 50 org.gnu.Aquamacs 0x000000010026d3bb = Fsave_current_buffer + 75 (editfns.c:969) 51 org.gnu.Aquamacs 0x00000001002890fe eval_sub + = 974 (eval.c:1987) 52 org.gnu.Aquamacs 0x0000000100284dec Fprogn + 60 = (eval.c:359) 53 org.gnu.Aquamacs 0x00000001002861ce Flet + 1182 = (eval.c:818) 54 org.gnu.Aquamacs 0x00000001002890fe eval_sub + = 974 (eval.c:1987) 55 org.gnu.Aquamacs 0x0000000100284dec Fprogn + 60 = (eval.c:359) 56 org.gnu.Aquamacs 0x000000010028c192 = funcall_lambda + 1314 (eval.c:2899) 57 org.gnu.Aquamacs 0x000000010028bb8b apply_lambda = + 523 (eval.c:2783) 58 org.gnu.Aquamacs 0x0000000100289a39 eval_sub + = 3337 (eval.c:2114) 59 org.gnu.Aquamacs 0x0000000100284c83 Fif + 83 = (eval.c:309) 60 org.gnu.Aquamacs 0x00000001002890fe eval_sub + = 974 (eval.c:1987) 61 org.gnu.Aquamacs 0x0000000100284dec Fprogn + 60 = (eval.c:359) 62 org.gnu.Aquamacs 0x000000010028c192 = funcall_lambda + 1314 (eval.c:2899) 63 org.gnu.Aquamacs 0x000000010028bb8b apply_lambda = + 523 (eval.c:2783) 64 org.gnu.Aquamacs 0x0000000100289a39 eval_sub + = 3337 (eval.c:2114) 65 org.gnu.Aquamacs 0x0000000100284dec Fprogn + 60 = (eval.c:359) 66 org.gnu.Aquamacs 0x0000000100284ca5 Fif + 117 = (eval.c:310) 67 org.gnu.Aquamacs 0x00000001002890fe eval_sub + = 974 (eval.c:1987) 68 org.gnu.Aquamacs 0x0000000100284dec Fprogn + 60 = (eval.c:359) 69 org.gnu.Aquamacs 0x00000001002890fe eval_sub + = 974 (eval.c:1987) 70 org.gnu.Aquamacs 0x0000000100284c83 Fif + 83 = (eval.c:309) 71 org.gnu.Aquamacs 0x00000001002890fe eval_sub + = 974 (eval.c:1987) 72 org.gnu.Aquamacs 0x0000000100284dec Fprogn + 60 = (eval.c:359) 73 org.gnu.Aquamacs 0x0000000100285cf5 FletX + 693 = (eval.c:748) 74 org.gnu.Aquamacs 0x00000001002890fe eval_sub + = 974 (eval.c:1987) 75 org.gnu.Aquamacs 0x0000000100284dec Fprogn + 60 = (eval.c:359) 76 org.gnu.Aquamacs 0x000000010028c192 = funcall_lambda + 1314 (eval.c:2899) 77 org.gnu.Aquamacs 0x000000010028bb8b apply_lambda = + 523 (eval.c:2783) 78 org.gnu.Aquamacs 0x0000000100289a39 eval_sub + = 3337 (eval.c:2114) 79 org.gnu.Aquamacs 0x0000000100284dec Fprogn + 60 = (eval.c:359) 80 org.gnu.Aquamacs 0x0000000100284ca5 Fif + 117 = (eval.c:310) 81 org.gnu.Aquamacs 0x00000001002890fe eval_sub + = 974 (eval.c:1987) 82 org.gnu.Aquamacs 0x0000000100284dec Fprogn + 60 = (eval.c:359) 83 org.gnu.Aquamacs 0x0000000100285cf5 FletX + 693 = (eval.c:748) 84 org.gnu.Aquamacs 0x00000001002890fe eval_sub + = 974 (eval.c:1987) 85 org.gnu.Aquamacs 0x0000000100284dec Fprogn + 60 = (eval.c:359) 86 org.gnu.Aquamacs 0x000000010028c192 = funcall_lambda + 1314 (eval.c:2899) 87 org.gnu.Aquamacs 0x000000010028b84a Ffuncall + = 2634 (eval.c:2735) 88 org.gnu.Aquamacs 0x0000000100289347 eval_sub + = 1559 (eval.c:2011) 89 org.gnu.Aquamacs 0x0000000100284dec Fprogn + 60 = (eval.c:359) 90 org.gnu.Aquamacs 0x00000001002861ce Flet + 1182 = (eval.c:818) 91 org.gnu.Aquamacs 0x00000001002890fe eval_sub + = 974 (eval.c:1987) 92 org.gnu.Aquamacs 0x0000000100284dec Fprogn + 60 = (eval.c:359) 93 org.gnu.Aquamacs 0x00000001002861ce Flet + 1182 = (eval.c:818) 94 org.gnu.Aquamacs 0x00000001002890fe eval_sub + = 974 (eval.c:1987) 95 org.gnu.Aquamacs 0x0000000100284dec Fprogn + 60 = (eval.c:359) 96 org.gnu.Aquamacs 0x000000010028c192 = funcall_lambda + 1314 (eval.c:2899) 97 org.gnu.Aquamacs 0x000000010028bb8b apply_lambda = + 523 (eval.c:2783) 98 org.gnu.Aquamacs 0x0000000100289a39 eval_sub + = 3337 (eval.c:2114) 99 org.gnu.Aquamacs 0x0000000100284dec Fprogn + 60 = (eval.c:359) 100 org.gnu.Aquamacs 0x00000001002861ce Flet + 1182 = (eval.c:818) 101 org.gnu.Aquamacs 0x00000001002890fe eval_sub + = 974 (eval.c:1987) 102 org.gnu.Aquamacs 0x0000000100284dec Fprogn + 60 = (eval.c:359) 103 org.gnu.Aquamacs 0x0000000100284d5b Fcond + 155 = (eval.c:337) 104 org.gnu.Aquamacs 0x00000001002890fe eval_sub + = 974 (eval.c:1987) 105 org.gnu.Aquamacs 0x0000000100284dec Fprogn + 60 = (eval.c:359) 106 org.gnu.Aquamacs 0x000000010028c192 = funcall_lambda + 1314 (eval.c:2899) 107 org.gnu.Aquamacs 0x000000010028b84a Ffuncall + = 2634 (eval.c:2735) 108 org.gnu.Aquamacs 0x000000010028a8dc apply1 + 60 = (eval.c:2435) 109 org.gnu.Aquamacs 0x000000010028007c = Fcall_interactively + 1868 (callint.c:378) 110 org.gnu.Aquamacs 0x000000010028b3e1 Ffuncall + = 1505 (eval.c:2681) 111 org.gnu.Aquamacs 0x00000001003037e0 = exec_byte_code + 4448 (bytecode.c:900) 112 org.gnu.Aquamacs 0x000000010028be94 = funcall_lambda + 548 (eval.c:2840) 113 org.gnu.Aquamacs 0x000000010028b766 Ffuncall + = 2406 (eval.c:2723) 114 org.gnu.Aquamacs 0x000000010028a9d1 call1 + 65 = (eval.c:2468) 115 org.gnu.Aquamacs 0x000000010017e0e9 = command_loop_1 + 2873 (keyboard.c:1586) 116 org.gnu.Aquamacs 0x0000000100286e1a = internal_condition_case + 330 (eval.c:1193) 117 org.gnu.Aquamacs 0x000000010017d0ef = command_loop_2 + 47 (keyboard.c:1167) 118 org.gnu.Aquamacs 0x00000001002866aa = internal_catch + 250 (eval.c:964) 119 org.gnu.Aquamacs 0x000000010017d072 command_loop = + 210 (keyboard.c:1147) 120 org.gnu.Aquamacs 0x000000010017c477 = recursive_edit_1 + 183 (keyboard.c:779) 121 org.gnu.Aquamacs 0x000000010017c6c7 = Frecursive_edit + 407 (keyboard.c:844) 122 org.gnu.Aquamacs 0x000000010017723d main + 6541 = (emacs.c:1533) 123 libdyld.dylib 0x00007fff937897e1 start + 1 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff8c22fd16 kevent + 10 1 libdispatch.dylib 0x00007fff8a7a7dea = _dispatch_mgr_invoke + 883 2 libdispatch.dylib 0x00007fff8a7a79ee = _dispatch_mgr_thread + 54 Thread 2: 0 libsystem_kernel.dylib 0x00007fff8c22f322 __select + 10 1 org.gnu.Aquamacs 0x00000001003935ad -[EmacsApp = fd_handler:] + 429 2 com.apple.Foundation 0x00007fff958fdcd2 = __NSThread__main__ + 1345 3 libsystem_c.dylib 0x00007fff954167a2 = _pthread_start + 327 4 libsystem_c.dylib 0x00007fff954031e1 thread_start = + 13 Thread 3: 0 libsystem_kernel.dylib 0x00007fff8c22f6d6 = __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff95418f4c = _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff95418d13 = _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff954031d1 = start_wqthread + 13 Thread 4: 0 libsystem_kernel.dylib 0x00007fff8c22f6d6 = __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff95418f4c = _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff95418d13 = _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff954031d1 = start_wqthread + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x00007fff5fbf6838 rcx: = 0x00007fff5fbf61d8 rdx: 0x0000000000000000 rdi: 0x00000000000181b1 rsi: 0x0000000000000006 rbp: = 0x00007fff5fbf6200 rsp: 0x00007fff5fbf61d8 r8: 0xfffffffefe8dfa5f r9: 0x00000000000000ff r10: = 0x0000000000000000 r11: 0x0000000000000202 r12: 0x0000000106bfbbd0 r13: 0x00007fff5fbf6cc0 r14: = 0x0000000106bfbbd0 r15: 0x00000001017c7a90 rip: 0x00007fff8c22ed46 rfl: 0x0000000000000202 cr2: = 0x00000001017208d8 Logical CPU: 0 Binary Images: 0x100000000 - 0x1004aafef +org.gnu.Aquamacs (3.xdev - = 3.x.1367290259) <1A039954-EF78-38FB-B91F-604653F176DF> = /Users/USER/*/Aquamacs.app/Contents/MacOS/Aquamacs 0x100b74000 - 0x100ba2fef +librsvg-2.2.dylib (37) = <394B29C6-D944-9FCF-C928-DAEFF414E5C4> /opt/local/lib/librsvg-2.2.dylib 0x100bb0000 - 0x100cb8ff7 +libgio-2.0.0.dylib (3001.3) = <93F723D4-23EA-37D1-AF47-D5AFF88C1C5E> /opt/local/lib/libgio-2.0.0.dylib 0x100d13000 - 0x100d29fff +libgdk_pixbuf-2.0.0.dylib = (2401) = /opt/local/lib/libgdk_pixbuf-2.0.0.dylib 0x100d31000 - 0x100e02ff7 +libcairo.2.dylib (11003.2) = /opt/local/lib/libcairo.2.dylib 0x100e28000 - 0x100e29fff +libgmodule-2.0.0.dylib (3001.3) = <72987995-1DBE-3F19-9327-0B0D024EBB04> = /opt/local/lib/libgmodule-2.0.0.dylib 0x100e2c000 - 0x100e66fef +libgobject-2.0.0.dylib (3001.3) = <211CB0C2-13DC-3BB0-8A89-3BFFC1B0B830> = /opt/local/lib/libgobject-2.0.0.dylib 0x100e7b000 - 0x100e7dfff +libgthread-2.0.0.dylib (3001.3) = <46072792-D24D-3427-BB64-1B9589346146> = /opt/local/lib/libgthread-2.0.0.dylib 0x100e81000 - 0x100f89fff +libglib-2.0.0.dylib (3001.3) = <0F6CFF55-5438-3BCE-862A-1AFCD99800BE> = /opt/local/lib/libglib-2.0.0.dylib 0x100fb4000 - 0x100fbcfff +libintl.8.dylib (0) = /opt/local/lib/libintl.8.dylib 0x100fc1000 - 0x100ffbff7 +libdbus-1.3.dylib (9.8) = <5BC5A17D-75EE-3637-B94C-3754467CABDB> /opt/local/lib/libdbus-1.3.dylib 0x10100c000 - 0x10113bff7 +libxml2.2.dylib (10.8) = <55C4D0A8-72FD-3B6B-8210-B51681049644> /opt/local/lib/libxml2.2.dylib 0x10116b000 - 0x1011a8fff +libncurses.5.dylib (0) = /opt/local/lib/libncurses.5.dylib 0x1011b7000 - 0x1011befff +libpangocairo-1.0.0.dylib = (2801.4) = /opt/local/lib/libpangocairo-1.0.0.dylib 0x1011c5000 - 0x1011e3ff7 +libpangoft2-1.0.0.dylib = (2801.4) <72053B26-E433-3451-8FDD-F253C6AA74B2> = /opt/local/lib/libpangoft2-1.0.0.dylib 0x1011f0000 - 0x10122cff7 +libpango-1.0.0.dylib (2801.4) = = /opt/local/lib/libpango-1.0.0.dylib 0x10123d000 - 0x1012abff7 +libpixman-1.0.dylib (25.4) = <802DE476-C56C-3E24-AF19-5E2469841D21> = /opt/local/lib/libpixman-1.0.dylib 0x1012bd000 - 0x1012c3fff +libXrender.1.dylib (5) = /opt/local/lib/libXrender.1.dylib 0x1012c7000 - 0x1013d7fff +libX11.6.dylib (10) = <27CEEF18-636E-3276-BE6D-2A71268177C4> /opt/local/lib/libX11.6.dylib 0x1013fa000 - 0x10140dff7 +libxcb.1.dylib (3) = <36E70DEF-2798-383C-B3BF-90FA5E11B24C> /opt/local/lib/libxcb.1.dylib 0x10141c000 - 0x10141dff7 +libXau.6.dylib (7) = <1851903C-EB70-34C1-ADC8-8607BBD6EDF6> /opt/local/lib/libXau.6.dylib 0x101420000 - 0x101423fff +libXdmcp.6.dylib (7) = /opt/local/lib/libXdmcp.6.dylib 0x101426000 - 0x101444fff +libpng14.14.dylib (24) = /opt/local/lib/libpng14.14.dylib 0x10144c000 - 0x10147bfff +libfontconfig.1.dylib (6.4) = = /opt/local/lib/libfontconfig.1.dylib 0x101485000 - 0x1014a3fff +libexpat.1.dylib (0) = <8E4570EE-4BA2-3BEC-A79B-5F27C9534FA5> /opt/local/lib/libexpat.1.dylib 0x1014aa000 - 0x10152efff +libfreetype.6.dylib (15) = <37500A2E-F65E-392D-9A55-D9AD4E99BEFB> = /opt/local/lib/libfreetype.6.dylib 0x101542000 - 0x10156fff7 +libcroco-0.6.3.dylib (4.1) = = /opt/local/lib/libcroco-0.6.3.dylib 0x101581000 - 0x101592ff7 +libz.1.dylib (0) = <5C19DDF1-1736-3CE0-9505-C7C555C9B125> /opt/local/lib/libz.1.dylib 0x101596000 - 0x10168eff7 +libiconv.2.dylib (0) = <65216A67-4CD5-31D6-AF00-023FAC2E6E08> /opt/local/lib/libiconv.2.dylib 0x10169b000 - 0x1016a0fff +libffi.5.dylib (6.10) = <45B1CCB7-5D4C-3A4A-8653-DF15EBF3F04E> /opt/local/lib/libffi.5.dylib 0x1016a5000 - 0x1016a5fff +libxcb-shm.0.dylib (1) = <5718BF38-4D7A-341A-81B2-4B99339AF3EA> /opt/local/lib/libxcb-shm.0.dylib 0x1016a8000 - 0x1016a8fff +libX11-xcb.1.dylib (2) = /opt/local/lib/libX11-xcb.1.dylib 0x1016aa000 - 0x1016aefff +libxcb-render.0.dylib (1) = <98A49024-FDDD-3247-8EAF-BFF7D5709544> = /opt/local/lib/libxcb-render.0.dylib 0x1016b4000 - 0x1016c2ff7 +libbz2.1.0.dylib (1.0.6) = <3848EEF4-53B6-3ED3-AF53-ACBA8B67DCF5> /opt/local/lib/libbz2.1.0.dylib 0x1022dc000 - 0x1022e1ff7 libFontRegistryUI.dylib (100) = <9F172961-DB6F-3A82-9F90-28F9A233F755> = /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.fr= amework/Resources/libFontRegistryUI.dylib 0x105fbd000 - 0x105fbdff9 +cl_kernels (???) = cl_kernels 0x105fc6000 - 0x105fcffe7 libcldcpuengine.dylib (2.2.16) = = /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dyli= b 0x105fe8000 - 0x105fe9ffb +cl_kernels (???) = <6CBCACD2-1305-4859-ACCD-D72E6BACFF27> cl_kernels 0x106fdd000 - 0x106fddff1 +cl_kernels (???) = <91656202-3A5E-465C-AC9B-A5E28F4B51D5> cl_kernels 0x107f00000 - 0x107f9aff7 unorm8_bgra.dylib (2.2.16) = <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> = /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_= bgra.dylib 0x7fff67db0000 - 0x7fff67de493f dyld (210.2.3) = /usr/lib/dyld 0x7fff8a51e000 - 0x7fff8a573ff7 libTIFF.dylib (849) = = /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.= dylib 0x7fff8a57c000 - 0x7fff8a5a8fff com.apple.framework.Apple80211 = (8.3.2 - 832.18.1) <5D601780-9AD9-31C9-9AB5-716D8634CB78> = /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple802= 11 0x7fff8a65a000 - 0x7fff8a6e7ff7 com.apple.SearchKit (1.4.0 - = 1.4.0) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Se= archKit.framework/Versions/A/SearchKit 0x7fff8a6e8000 - 0x7fff8a755ff7 com.apple.datadetectorscore = (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> = /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/D= ataDetectorsCore 0x7fff8a7a2000 - 0x7fff8a7a2ffd com.apple.audio.units.AudioUnit = (1.8 - 1.8) <173346B7-614C-380B-8E80-9BD1BE501674> = /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff8a7a3000 - 0x7fff8a7b8ff7 libdispatch.dylib (228.23) = /usr/lib/system/libdispatch.dylib 0x7fff8a834000 - 0x7fff8a837fff com.apple.help (1.3.2 - 42) = <343904FE-3022-3573-97D6-5FE17F8643BA> = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.fra= mework/Versions/A/Help 0x7fff8a84f000 - 0x7fff8a8d0fff com.apple.Metadata (10.7.0 - = 707.5) <4140B1F6-7D73-33C7-B3F2-4DB349C31AE9> = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Me= tadata.framework/Versions/A/Metadata 0x7fff8ab1a000 - 0x7fff8ab1bff7 libdnsinfo.dylib (453.19) = <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib 0x7fff8ab1c000 - 0x7fff8ab2afff libcommonCrypto.dylib (60027) = = /usr/lib/system/libcommonCrypto.dylib 0x7fff8ab9f000 - 0x7fff8abe2ff7 com.apple.RemoteViewServices = (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> = /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/= RemoteViewServices 0x7fff8abef000 - 0x7fff8ac26ff7 libssl.0.9.8.dylib (47) = <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib 0x7fff8ac27000 - 0x7fff8ad47fff com.apple.desktopservices = (1.7.3 - 1.7.3) <707F77D2-EC0E-3431-840F-B984BD7ABDD6> = /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A= /DesktopServicesPriv 0x7fff8ad48000 - 0x7fff8adc8ff7 = com.apple.ApplicationServices.ATS (332 - 341.1) = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/ATS.framework/Versions/A/ATS 0x7fff8b67f000 - 0x7fff8b6b5fff com.apple.DebugSymbols (98 - = 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> = /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugS= ymbols 0x7fff8b6b6000 - 0x7fff8b6e2ff7 libRIP.A.dylib (331.0.4) = <4B261CE2-524E-3FA9-9437-B70DAC1EAB95> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff8b6e3000 - 0x7fff8b6f1ff7 libsystem_network.dylib (77.10) = <0D99F24E-56FE-380F-B81B-4A4C630EE587> = /usr/lib/system/libsystem_network.dylib 0x7fff8b6f2000 - 0x7fff8bb2efff com.apple.VideoToolbox (1.0 - = 926.87) <7319477A-4A3D-3233-AAD1-31F9C9429DA7> = /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff8bb30000 - 0x7fff8bc02ff7 com.apple.CoreText (260.0 - = 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> = /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff8bca1000 - 0x7fff8bca7ff7 libunwind.dylib (35.1) = <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib 0x7fff8bcab000 - 0x7fff8bcf4fff com.apple.framework.CoreWiFi = (1.2.2 - 122.12) = /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff8bd85000 - 0x7fff8bd9cfff com.apple.CFOpenDirectory (10.8 = - 151.10) = /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/C= FOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff8bdd0000 - 0x7fff8bddffff com.apple.opengl (1.8.7 - = 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> = /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff8be0f000 - 0x7fff8c206fff libLAPACK.dylib (1073.4) = = /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL= ib.framework/Versions/A/libLAPACK.dylib 0x7fff8c207000 - 0x7fff8c208ff7 libsystem_sandbox.dylib (220.2) = <6838A6FD-8626-3356-BB4F-BB4787216207> = /usr/lib/system/libsystem_sandbox.dylib 0x7fff8c209000 - 0x7fff8c21cff7 libbsm.0.dylib (32) = /usr/lib/libbsm.0.dylib 0x7fff8c21d000 - 0x7fff8c238ff7 libsystem_kernel.dylib = (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> = /usr/lib/system/libsystem_kernel.dylib 0x7fff8c239000 - 0x7fff8c248ff7 libxar.1.dylib (105) = <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib 0x7fff8c747000 - 0x7fff8c77dfff libsystem_info.dylib (406.17) = <4FFCA242-7F04-365F-87A6-D4EFB89503C1> = /usr/lib/system/libsystem_info.dylib 0x7fff8c77e000 - 0x7fff8c782fff com.apple.IOSurface (86.0.4 - = 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> = /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff8c783000 - 0x7fff8c79dfff com.apple.CoreMediaAuthoring = (2.1 - 914) = /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/= CoreMediaAuthoring 0x7fff8c79e000 - 0x7fff8c7c6fff libJPEG.dylib (849) = <5C9052F6-D0B3-39CC-8302-468B43D694D5> = /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.= dylib 0x7fff8c7c7000 - 0x7fff8c86dff7 = com.apple.CoreServices.OSServices (557.6 - 557.6) = <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OS= Services.framework/Versions/A/OSServices 0x7fff8c86e000 - 0x7fff8c8d6fff libvDSP.dylib (380.6) = = /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL= ib.framework/Versions/A/libvDSP.dylib 0x7fff8c8d7000 - 0x7fff8c9d4ff7 libxml2.2.dylib (22.3) = <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib 0x7fff8cc4b000 - 0x7fff8cc56ff7 com.apple.bsd.ServiceManagement = (2.0 - 2.0) = /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceM= anagement 0x7fff8cc57000 - 0x7fff8cc5afff com.apple.AppleSystemInfo (2.0 = - 2) = /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/App= leSystemInfo 0x7fff8cc5b000 - 0x7fff8cd50fff libiconv.2.dylib (34) = /usr/lib/libiconv.2.dylib 0x7fff8cd51000 - 0x7fff8cdefff7 com.apple.ink.framework (10.8.2 = - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.fram= ework/Versions/A/Ink 0x7fff8ce0c000 - 0x7fff8ce57fff com.apple.framework.CoreWLAN = (3.0.2 - 302.12) <896D75EB-069B-3674-936E-27A81568BECB> = /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff8ced0000 - 0x7fff8cf6afff libvMisc.dylib (380.6) = <714336EA-1C0E-3735-B31C-19DFDAAF6221> = /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL= ib.framework/Versions/A/libvMisc.dylib 0x7fff8cfc2000 - 0x7fff8cfd3ff7 libsasl2.2.dylib (166) = <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib 0x7fff8cfd4000 - 0x7fff8d00eff7 com.apple.GSS (3.0 - 2.0) = <970CAE00-1437-3F4E-B677-0FDB3714C08C> = /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff8d10e000 - 0x7fff8d151ff7 com.apple.bom (12.0 - 192) = <0BF1F2D2-3648-36B7-BE4B-551A0173209B> = /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff8d2de000 - 0x7fff8d2e0fff libquarantine.dylib (52) = <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> = /usr/lib/system/libquarantine.dylib 0x7fff8d2e1000 - 0x7fff8d2ecfff libsystem_notify.dylib (98.5) = = /usr/lib/system/libsystem_notify.dylib 0x7fff8d2ed000 - 0x7fff8d2ffff7 libz.1.dylib (43) = <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib 0x7fff8d300000 - 0x7fff8d315fff com.apple.ImageCapture (8.0 - = 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCap= ture.framework/Versions/A/ImageCapture 0x7fff8d3a4000 - 0x7fff8d3d0fff com.apple.quartzfilters (1.8.0 = - 1.7.0) = /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFi= lters.framework/Versions/A/QuartzFilters 0x7fff8d3d1000 - 0x7fff8d43ffff com.apple.framework.IOKit = (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> = /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff8d440000 - 0x7fff8d454fff = com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) = <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff8d455000 - 0x7fff8d4acff7 com.apple.AppleVAFramework = (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> = /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff8d4ad000 - 0x7fff8d4aeff7 libremovefile.dylib (23.2) = <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> = /usr/lib/system/libremovefile.dylib 0x7fff8d4af000 - 0x7fff8d780ff7 com.apple.security (7.0 - = 55179.11) <73958084-5BBC-3597-A751-7370B0C247E5> = /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff8d7c8000 - 0x7fff8d7c8fff com.apple.Cocoa (6.7 - 19) = <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> = /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff8d7c9000 - 0x7fff8e1596ff com.apple.CoreGraphics (1.600.0 = - 331.0.4) <4953961C-96DC-39D7-ADF5-B767F2A7E4E1> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8e15a000 - 0x7fff8e167fff com.apple.AppleFSCompression = (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> = /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/= AppleFSCompression 0x7fff8e168000 - 0x7fff8e416ff7 com.apple.imageKit (2.2 - 670) = = /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit= .framework/Versions/A/ImageKit 0x7fff8e417000 - 0x7fff8e41efff libcopyfile.dylib (89) = <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib 0x7fff8e41f000 - 0x7fff8ebc6fff com.apple.CoreAUC (6.16.13 - = 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> = /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff8ed0a000 - 0x7fff8ed18fff com.apple.Librarian (1.1 - 1) = <5AC28666-7642-395F-A923-C6F8A274BBBD> = /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian= 0x7fff8ed19000 - 0x7fff8ed1afff = libDiagnosticMessagesClient.dylib (8) = <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> = /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff8ed1b000 - 0x7fff8edf5fff com.apple.backup.framework = (1.4.2 - 1.4.2) <0B557393-CD2A-3076-BED2-F28D02E1EC1D> = /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff8edf6000 - 0x7fff8ee91fff com.apple.CoreSymbolication = (3.0 - 117) = /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/C= oreSymbolication 0x7fff8ee92000 - 0x7fff8ee9afff liblaunch.dylib (442.26.2) = <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib 0x7fff8eea2000 - 0x7fff8f127ff7 com.apple.RawCamera.bundle = (4.04 - 680) = /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff8f1f9000 - 0x7fff8f1f9fff com.apple.Accelerate.vecLib = (3.8 - vecLib 3.8) = /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL= ib.framework/Versions/A/vecLib 0x7fff8f205000 - 0x7fff8f251ff7 libauto.dylib (185.1) = <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib 0x7fff8f252000 - 0x7fff8f30fff7 com.apple.ColorSync (4.8.0 - = 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/ColorSync.framework/Versions/A/ColorSync 0x7fff8f65e000 - 0x7fff8f65fff7 libSystem.B.dylib (169.3) = <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib 0x7fff8f660000 - 0x7fff8f69bfff com.apple.LDAPFramework (2.4.28 = - 194.5) <67FBDB29-3B9F-309A-BA7C-AA5921D9A4FB> = /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff8f69c000 - 0x7fff8f6b3fff com.apple.GenerationalStorage = (1.1 - 132.3) = /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A= /GenerationalStorage 0x7fff8f935000 - 0x7fff8f93eff7 com.apple.CommerceCore (1.0 - = 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> = /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Framewo= rks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff8f93f000 - 0x7fff8f94cfff libbz2.1.0.dylib (29) = /usr/lib/libbz2.1.0.dylib 0x7fff8f9c9000 - 0x7fff8fde6fff FaceCoreLight (2.4.1) = = /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceC= oreLight 0x7fff8fefb000 - 0x7fff9004cfff = com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) = = /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff9004d000 - 0x7fff90052fff com.apple.OpenDirectory (10.8 - = 151.10) = /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirector= y 0x7fff90053000 - 0x7fff90060ff7 com.apple.NetAuth (4.0 - 4.0) = = /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff900a9000 - 0x7fff900adff7 com.apple.TCC (1.0 - 1) = = /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff900ae000 - 0x7fff900fbfff com.apple.CoreMediaIO (307.0 - = 4155) = /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff900fc000 - 0x7fff902fcfff libicucore.A.dylib (491.11.2) = /usr/lib/libicucore.A.dylib 0x7fff902fd000 - 0x7fff90359fff com.apple.QuickLookFramework = (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> = /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff9035a000 - 0x7fff9035cff7 com.apple.print.framework.Print = (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.fr= amework/Versions/A/Print 0x7fff9035d000 - 0x7fff9035dfff com.apple.quartzframework (1.5 = - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> = /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff9035e000 - 0x7fff90374fff = com.apple.MultitouchSupport.framework (235.29 - 235.29) = <617EC8F1-BCE7-3553-86DD-F857866E1257> = /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/M= ultitouchSupport 0x7fff90381000 - 0x7fff903eafff libstdc++.6.dylib (56) = /usr/lib/libstdc++.6.dylib 0x7fff903eb000 - 0x7fff905d5ff7 com.apple.CoreFoundation (6.8 - = 744.18) = /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundat= ion 0x7fff905d6000 - 0x7fff90604fff com.apple.CoreServicesInternal = (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> = /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/= A/CoreServicesInternal 0x7fff90605000 - 0x7fff90649fff libcups.2.dylib (327.3) = <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib 0x7fff9064a000 - 0x7fff906a7ff7 com.apple.audio.CoreAudio = (4.1.1 - 4.1.1) = /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff906a8000 - 0x7fff907c2fff com.apple.coreavchd (5.6.0 - = 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> = /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD= 0x7fff907c3000 - 0x7fff907eaff7 com.apple.PerformanceAnalysis = (1.16 - 16) = /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A= /PerformanceAnalysis 0x7fff907f1000 - 0x7fff907f2fff libsystem_blocks.dylib (59) = = /usr/lib/system/libsystem_blocks.dylib 0x7fff907f3000 - 0x7fff907f5fff com.apple.securityhi (4.0 - = 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Security= HI.framework/Versions/A/SecurityHI 0x7fff907f6000 - 0x7fff907f6fff com.apple.Carbon (154 - 155) = <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> = /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff907f7000 - 0x7fff90851ff7 com.apple.opencl (2.2.18 - = 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> = /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff908a5000 - 0x7fff90c9efe7 com.apple.MediaToolbox (1.0 - = 926.87) <8346DAFC-88E5-350E-90E1-C98B180488C2> = /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff90ce2000 - 0x7fff90ce2fff com.apple.ApplicationServices = (45 - 45) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Applic= ationServices 0x7fff90d27000 - 0x7fff90d51ff7 com.apple.CoreVideo (1.8 - = 99.4) = /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff90d52000 - 0x7fff90eedfef com.apple.vImage (6.0 - 6.0) = = /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vIma= ge.framework/Versions/A/vImage 0x7fff90f09000 - 0x7fff90f3aff7 com.apple.DictionaryServices = (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Di= ctionaryServices.framework/Versions/A/DictionaryServices 0x7fff90f3b000 - 0x7fff90f3bfff com.apple.CoreServices (57 - = 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> = /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff90f3c000 - 0x7fff910c2fff libBLAS.dylib (1073.4) = = /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL= ib.framework/Versions/A/libBLAS.dylib 0x7fff910c3000 - 0x7fff9112bff7 libc++.1.dylib (65.1) = <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib 0x7fff9112c000 - 0x7fff91151ff7 libc++abi.dylib (26) = /usr/lib/libc++abi.dylib 0x7fff91152000 - 0x7fff91171ff7 com.apple.ChunkingLibrary (2.0 = - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> = /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chu= nkingLibrary 0x7fff91172000 - 0x7fff91174fff libCVMSPluginSupport.dylib = (8.7.25) = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPl= uginSupport.dylib 0x7fff9117e000 - 0x7fff91182fff libGIF.dylib (849) = <6A664B4D-0A88-33F7-9064-0CD159AB9CE9> = /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.d= ylib 0x7fff91183000 - 0x7fff912f8fff com.apple.CFNetwork (596.3.3 - = 596.3.3) <3739DC8D-8610-3740-80EC-43E130779CB8> = /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff912fb000 - 0x7fff91354fff com.apple.ImageCaptureCore = (5.0.2 - 5.0.2) = /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCapt= ureCore 0x7fff91355000 - 0x7fff9136cfff libGL.dylib (8.7.25) = <15F5CB64-847B-3D3D-9663-E0523F15F513> = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dyl= ib 0x7fff9140d000 - 0x7fff9203aff7 com.apple.AppKit (6.8 - = 1187.37) = /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff9203b000 - 0x7fff9203bfff com.apple.vecLib (3.8 - vecLib = 3.8) <794317C7-4E38-338A-A874-5E18001C8503> = /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff9203d000 - 0x7fff92085fff libcurl.4.dylib (69.2) = /usr/lib/libcurl.4.dylib 0x7fff9213f000 - 0x7fff9219efff com.apple.AE (645.6 - 645.6) = <44F403C1-660A-3543-AB9C-3902E02F936F> = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE= .framework/Versions/A/AE 0x7fff9219f000 - 0x7fff921a3fff libCGXType.A.dylib (331.0.4) = <251D4D2D-92B9-3D56-B348-CD67397F71FE> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff921a4000 - 0x7fff9232fff7 com.apple.WebKit (8536 - = 8536.28.10) <792FA1F3-68F2-36F8-A070-898B3682F5DE> = /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff92335000 - 0x7fff92340ff7 com.apple.DisplayServicesFW = (2.7.2 - 357) = /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/Dis= playServices 0x7fff9234f000 - 0x7fff925eafff com.apple.JavaScriptCore (8536 = - 8536.28.10) = /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptC= ore 0x7fff925eb000 - 0x7fff92636fff com.apple.CoreMedia (1.0 - = 926.87) = /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff92637000 - 0x7fff92735fff com.apple.QuickLookUIFramework = (4.0 - 555.5) = /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLoo= kUI.framework/Versions/A/QuickLookUI 0x7fff92736000 - 0x7fff9273dfff com.apple.NetFS (5.0 - 4.0) = <82E24B9A-7742-3DA3-9E99-ED267D98C05E> = /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff92798000 - 0x7fff927a3fff com.apple.CommonAuth (3.0 - = 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> = /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAu= th 0x7fff927bc000 - 0x7fff9292dff7 com.apple.QTKit (7.7.1 - = 2599.24) = /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff9292e000 - 0x7fff9297dff7 libcorecrypto.dylib (106.2) = = /usr/lib/system/libcorecrypto.dylib 0x7fff92989000 - 0x7fff92a0bff7 com.apple.Heimdal (3.0 - 2.0) = = /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff92a0c000 - 0x7fff92a2bff7 libresolv.9.dylib (51) = <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib 0x7fff92a2c000 - 0x7fff92a3aff7 libkxld.dylib (2050.22.13) = <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib 0x7fff92a3b000 - 0x7fff92b38fff libsqlite3.dylib (138.1) = /usr/lib/libsqlite3.dylib 0x7fff92b39000 - 0x7fff92b3ffff libCGXCoreImage.A.dylib = (331.0.4) <004875C9-182C-34E9-B6C8-5B2BF2A998E1> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x7fff92b40000 - 0x7fff92b45fff libcache.dylib (57) = <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib 0x7fff92b53000 - 0x7fff92b70ff7 com.apple.openscripting (1.3.6 = - 148.3) = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScri= pting.framework/Versions/A/OpenScripting 0x7fff92b71000 - 0x7fff92bbbff7 libGLU.dylib (8.7.25) = = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dy= lib 0x7fff92bcc000 - 0x7fff92bccfff libOpenScriptingUtil.dylib = (148.3) = /usr/lib/libOpenScriptingUtil.dylib 0x7fff92bfc000 - 0x7fff92e31ff7 com.apple.CoreData (106.1 - = 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> = /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff92e32000 - 0x7fff93149ff7 = com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) = <731D8F92-1C52-3613-BA01-EFEA54DADF41> = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Ca= rbonCore.framework/Versions/A/CarbonCore 0x7fff9314a000 - 0x7fff9316cff7 com.apple.Kerberos (2.0 - 1) = = /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff9316d000 - 0x7fff93171fff libCoreVMClient.dylib (32.3) = = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVM= Client.dylib 0x7fff93172000 - 0x7fff9328bfff com.apple.ImageIO.framework = (3.2.0 - 849) = /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff9328c000 - 0x7fff9337dff7 com.apple.DiskImagesFramework = (10.8.3 - 345) = /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImag= es 0x7fff93393000 - 0x7fff93399fff com.apple.DiskArbitration = (2.5.2 - 2.5.2) = /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitr= ation 0x7fff9339a000 - 0x7fff933c1fff = com.apple.framework.familycontrols (4.1 - 410) = <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> = /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/Fami= lyControls 0x7fff933c2000 - 0x7fff933edfff libxslt.1.dylib (11.3) = <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib 0x7fff9342b000 - 0x7fff9347cff7 com.apple.SystemConfiguration = (1.12.2 - 1.12.2) = /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/System= Configuration 0x7fff93787000 - 0x7fff9378aff7 libdyld.dylib (210.2.3) = /usr/lib/system/libdyld.dylib 0x7fff9378b000 - 0x7fff9378dfff com.apple.TrustEvaluationAgent = (2.0 - 23) = /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/= A/TrustEvaluationAgent 0x7fff93a21000 - 0x7fff93a28fff libGFXShared.dylib (8.7.25) = <869580B2-39CB-30C3-B76E-73BB4894B6B7> = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXSha= red.dylib 0x7fff93a29000 - 0x7fff93ac6ff7 com.apple.PDFKit (2.7.3 - = 2.7.3) <5AE5FD4E-658F-38BC-90DD-C2B28E17ED34> = /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.f= ramework/Versions/A/PDFKit 0x7fff93ac7000 - 0x7fff93b04fef libGLImage.dylib (8.7.25) = <139A9892-A6F2-3F49-87FB-E7AC3F56E003> = /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImag= e.dylib 0x7fff93b05000 - 0x7fff93bcaff7 com.apple.coreui (2.0 - 181.1) = <83D2C92D-6842-3C9D-9289-39D5B4554C3A> = /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff93bcb000 - 0x7fff93bf9ff7 libsystem_m.dylib (3022.6) = /usr/lib/system/libsystem_m.dylib 0x7fff93c5e000 - 0x7fff93c7ffff com.apple.Ubiquity (1.2 - = 243.15) = /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff93c80000 - 0x7fff93d82fff libcrypto.0.9.8.dylib (47) = <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib 0x7fff9416a000 - 0x7fff941c0fff com.apple.HIServices (1.20 - = 417) = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/HIServices.framework/Versions/A/HIServices 0x7fff941c1000 - 0x7fff94200ff7 com.apple.QD (3.42 - 285) = <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/QD.framework/Versions/A/QD 0x7fff94201000 - 0x7fff94201fff libkeymgr.dylib (25) = /usr/lib/system/libkeymgr.dylib 0x7fff94202000 - 0x7fff94204ff7 libunc.dylib (25) = <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib 0x7fff94205000 - 0x7fff942d8ff7 com.apple.DiscRecording (7.0 - = 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> = /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecordin= g 0x7fff94341000 - 0x7fff94443fff libJP2.dylib (849) = <4EEA33EB-AF9F-365D-A572-F7D11AD1C76F> = /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.d= ylib 0x7fff94444000 - 0x7fff944c2ff7 com.apple.securityfoundation = (6.0 - 55115.4) = /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/Securit= yFoundation 0x7fff944c3000 - 0x7fff94554fff com.apple.CorePDF (2.0 - 2) = = /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff94555000 - 0x7fff945a4ff7 libFontRegistry.dylib (100) = <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff945a5000 - 0x7fff945a9ff7 com.apple.CommonPanels (1.2.5 - = 94) = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPa= nels.framework/Versions/A/CommonPanels 0x7fff945aa000 - 0x7fff9465bfff com.apple.LaunchServices (539.7 = - 539.7) = /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/La= unchServices.framework/Versions/A/LaunchServices 0x7fff9465c000 - 0x7fff9480afff com.apple.QuartzCore (1.8 - = 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> = /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff9480b000 - 0x7fff94813ff7 libsystem_dnssd.dylib (379.37) = <616FC901-151E-38BF-B2C4-24A351C5FAAD> = /usr/lib/system/libsystem_dnssd.dylib 0x7fff9484a000 - 0x7fff9484bfff liblangid.dylib (116) = <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib 0x7fff9484c000 - 0x7fff9488cff7 com.apple.MediaKit (14 - 687) = <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> = /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff9488d000 - 0x7fff94891fff libpam.2.dylib (20) = /usr/lib/libpam.2.dylib 0x7fff94892000 - 0x7fff9499dfff libFontParser.dylib (84.6) = <96C42E49-79A6-3475-B5E4-6A782599A6DA> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff9499e000 - 0x7fff949aafff com.apple.CrashReporterSupport = (10.8.3 - 417) <48EDDDF3-5720-39D6-B51F-D9AFB93327B3> = /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/= A/CrashReporterSupport 0x7fff94b9d000 - 0x7fff94bf4ff7 com.apple.ScalableUserInterface = (1.0 - 1) = /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/Scal= ableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff953dd000 - 0x7fff953ffff7 libxpc.dylib (140.42) = /usr/lib/system/libxpc.dylib 0x7fff95402000 - 0x7fff954ceff7 libsystem_c.dylib (825.26) = <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib 0x7fff95588000 - 0x7fff9582cff7 com.apple.CoreImage (8.2.4 - = 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> = /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/Core= Image.framework/Versions/A/CoreImage 0x7fff95868000 - 0x7fff95bc5ff7 com.apple.Foundation (6.8 - = 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> = /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff95bc6000 - 0x7fff95be6fff libPng.dylib (849) = = /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.d= ylib 0x7fff95be7000 - 0x7fff95c08ff7 libCRFSuite.dylib (33) = <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib 0x7fff95c09000 - 0x7fff95c63fff = com.apple.print.framework.PrintCore (8.3 - 387.2) = <5BA0CBED-4D80-386A-9646-F835C9805B71> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/PrintCore.framework/Versions/A/PrintCore 0x7fff95c64000 - 0x7fff95c64fff com.apple.Accelerate (1.8 - = Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> = /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff95cb5000 - 0x7fff95fe5fff com.apple.HIToolbox (2.0 - = 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbo= x.framework/Versions/A/HIToolbox 0x7fff95fe6000 - 0x7fff95fecfff libmacho.dylib (829) = /usr/lib/system/libmacho.dylib 0x7fff95fed000 - 0x7fff95ff9fff libCSync.A.dylib (331.0.4) = = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x7fff95ffa000 - 0x7fff95ffffff libcompiler_rt.dylib (30) = <08F8731D-5961-39F1-AD00-4590321D24A9> = /usr/lib/system/libcompiler_rt.dylib 0x7fff96000000 - 0x7fff96013ff7 com.apple.LangAnalysis (1.7.0 - = 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> = /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew= orks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff96014000 - 0x7fff9626fff7 com.apple.QuartzComposer (5.1 - = 284) = /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCo= mposer.framework/Versions/A/QuartzComposer 0x7fff96282000 - 0x7fff9628cfff = com.apple.speech.recognition.framework (4.1.5 - 4.1.5) = = /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRe= cognition.framework/Versions/A/SpeechRecognition 0x7fff9628d000 - 0x7fff963a592f libobjc.A.dylib (532.2) = <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib 0x7fff963ef000 - 0x7fff9644bff7 com.apple.Symbolication (1.3 - = 93) = /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbo= lication 0x7fff9644c000 - 0x7fff97409fff com.apple.WebCore (8536 - = 8536.28.10) <89CDA119-0FC8-3D0E-87B8-AB96BE6D1A36> = /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.= framework/Versions/A/WebCore 0x7fff9742f000 - 0x7fff9758dfef com.apple.MediaControlSender = (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> = /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/= MediaControlSender 0x7fff9758e000 - 0x7fff97591fff libRadiance.dylib (849) = = /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadia= nce.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 11 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 101826 thread_create: 2 thread_set_state: 2101 VM Region Summary: ReadOnly portion of Libraries: Total=3D217.2M resident=3D133.9M(62%) = swapped_out_or_unallocated=3D83.3M(38%) Writable regions: Total=3D281.2M written=3D49.5M(18%) = resident=3D87.9M(31%) swapped_out=3D2072K(1%) unallocated=3D193.3M(69%) =20 REGION TYPE VIRTUAL =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D= ATS (font support) 32.1M ATS (font support) (reserved) 4K reserved VM address = space (unallocated) CG backing stores 22.8M CG image 60K CG raster data 164K CG shared images 224K CoreImage 8K CoreServices 7464K MALLOC 120.7M MALLOC guard page 48K Memory tag=3D240 4K Memory tag=3D242 12K OpenCL 28K STACK GUARD 55.7M Stack 10.3M VM_ALLOCATE 17.6M __DATA 94.3M __IMAGE 528K __LINKEDIT 55.7M __TEXT 161.5M __UNICODE 544K mapped file 44.9M shared memory 100.6M =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D= TOTAL 725.2M TOTAL, minus reserved VM space 725.2M Model: MacBookPro10,1, BootROM MBP101.00EE.B02, 4 processors, Intel Core = i7, 2.6 GHz, 16 GB, SMC 2.3f35 Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 = MB Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, = 0x484D5434314753364D465238432D50422020 Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, = 0x484D5434314753364D465238432D50422020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), = Broadcom BCM43xx 1.0 (5.106.98.100.16) Bluetooth: Version 4.1.3f3 11349, 2 service, 18 devices, 1 incoming = serial ports Network Service: Thunderbolt Ethernet, Ethernet, en2 Network Service: Wi-Fi, AirPort, en0 PCI Card: Apple 57762-A0, sppci_ethernet, Thunderbolt@10,0,0 Serial ATA Device: APPLE SSD SM512E, 500.28 GB USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1a100000 = / 2 USB Device: My Book, 0x1058 (Western Digital Technologies, Inc.), = 0x1102, 0x1a120000 / 4 USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8510, = 0x1a110000 / 3 USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1d100000 = / 2 USB Device: hub_device, 0x0424 (SMSC), 0x2512, 0x1d180000 / 3 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0262, = 0x1d182000 / 5 USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1d181000 = / 4 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8286, = 0x1d181300 / 6 USB Device: Kinesis Keyboard Hub, 0x05f3 (PI Engineering, Inc), 0x0081, = 0x14100000 / 1 USB Device: composite_device, 0x05f3 (PI Engineering, Inc), 0x0007, = 0x14120000 / 2 From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 17 13:15:08 2013 Received: (at 14329) by debbugs.gnu.org; 17 Oct 2013 17:15:08 +0000 Received: from localhost ([127.0.0.1]:55755 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VWrAB-0002sL-C9 for submit@debbugs.gnu.org; Thu, 17 Oct 2013 13:15:07 -0400 Received: from exprod8og113.obsmtp.com ([64.18.3.26]:45464) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VWozd-0007vS-HP for 14329@debbugs.gnu.org; Thu, 17 Oct 2013 10:56:06 -0400 Received: from lupus.eurocontrol.int ([153.98.68.228]) (using TLSv1) by exprod8ob113.postini.com ([64.18.7.12]) with SMTP ID DSNKUl/6f0GAQI0bNSyjkpMSJqvdvtLY+uC9@postini.com; Thu, 17 Oct 2013 07:56:01 PDT Received: from hhbrue013.hq.corp.eurocontrol.int (hhbrue013.hq.corp.eurocontrol.int [172.21.42.121]) by lupus.eurocontrol.int (8.13.8/8.13.8) with ESMTP id r9HEtt1a022073 for <14329@debbugs.gnu.org>; Thu, 17 Oct 2013 16:55:55 +0200 Received: from HHBRUE007.hq.corp.eurocontrol.int ([193.221.160.203]) by hhbrue013.hq.corp.eurocontrol.int with Microsoft SMTPSVC(6.0.3790.4675); Thu, 17 Oct 2013 16:55:55 +0200 Received: from FFBRUE002.cfmu.corp.eurocontrol.int ([172.19.2.36]) by HHBRUE007.hq.corp.eurocontrol.int with Microsoft SMTPSVC(6.0.3790.4675); Thu, 17 Oct 2013 16:55:55 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CECB48.FAFD83C9" Subject: 24.3; #14329 Date: Thu, 17 Oct 2013 16:55:54 +0200 Message-ID: <449879FCD02CBD4B9E79D20E048811F703A0B0D4@FFBRUE002.cfmu.corp.eurocontrol.int> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 24.3; #14329 Thread-Index: Ac7LSPsAJ9qc9DjUSsm+T5ejMXOO5Q== From: "BESSIERES Marc" To: <14329@debbugs.gnu.org> X-OriginalArrivalTime: 17 Oct 2013 14:55:55.0562 (UTC) FILETIME=[FB5D90A0:01CECB48] X-Debbugs-Envelope-To: 14329 X-Mailman-Approved-At: Thu, 17 Oct 2013 13:15:03 -0400 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" This is a multi-part message in MIME format. ------_=_NextPart_001_01CECB48.FAFD83C9 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hello, At the end a session of a diff of buffers where the frame was on a remote display emacs crashed. I don't know exactely the sequence of actions. Nevertheless I have a core dump, with the executable and the sources so I can run any command that is needed in gdb on the core to provide more information. Best regards (gdb) bt full #0 0x00002b4a0ba409dd in raise () from /lib64/libpthread.so.0 No symbol table info available. #1 0x00000000004d31c5 in terminate_due_to_signal (sig=3D11, backtrace_limit=3D40) at emacs.c:344 No locals. #2 0x00000000004ed6de in handle_fatal_signal (sig=3D23918) at sysdep.c:1638 No locals. #3 0x00000000004eda93 in deliver_thread_signal (sig=3D11) at sysdep.c:1614 old_errno =3D 0 #4 deliver_fatal_thread_signal (sig=3D11) at sysdep.c:1650 No locals. #5 No symbol table info available. #6 expose_window_tree (w=3D0x95ce5d, r=3D0x7fff1a8d9d90) at xdisp.c:28610 f =3D 0x95ce61fffffb mouse_face_overwritten_p =3D 0 #7 0x000000000043194d in expose_frame (f=3D0x15c2b520, x=3D, y=3D15, w=3D144, h=3D17) at xdisp.c:28674 r =3D { x =3D 0, y =3D 15, width =3D 144, height =3D 17 } mouse_face_overwritten_p =3D #8 0x00000000004af8e0 in handle_one_xevent (dpyinfo=3D0xc72010, eventptr=3D0x7fff1a8da650, finish=3D0x8debbc, hold_quit=3D0x7fff1a8da880) at xterm.c:6242 inev =3D { ie =3D { kind =3D NO_EVENT, code =3D 0, part =3D scroll_bar_above_handle, modifiers =3D 0, x =3D 0, y =3D 0, timestamp =3D 0, padding =3D {0x0, 0x0}, frame_or_window =3D 0, arg =3D 9817698 }, sie =3D { kind =3D 0, display =3D 0x0, requestor =3D 0, selection =3D 0, target =3D 0, property =3D 0, time =3D 0 } } count =3D do_help =3D nbytes =3D f =3D 0x15c2b520 coding =3D { id =3D 362448904, common_flags =3D 16033285, mode =3D 0, spec =3D { iso_2022 =3D { flags =3D 445489120, current_invocation =3D {32767, 144541987}, current_designation =3D {11082, 24, 48, 361238008}, ctext_extended_segment_len =3D 0, single_shifting =3D 0, bol =3D 0, embedded_utf_8 =3D 0, cmp_status =3D { state =3D COMPOSING_NO, method =3D COMPOSITION_WITH_RULE, old_form =3D false, length =3D 361238013, nchars =3D 0, ncomps =3D 1, carryover =3D {0, 9817698, 0, 5526039, 0, 1, 0, 12678672, 0, 445488928, 32767, 158408860, 11082, 12678672, 0, 10976064, 0, 445488928, 32767, 158408661, 11082, 445488928, 32767, 12678672, 0, 32, 0, 158417986, 11082, 2147483647, 0, 158417572, 64, 1586102287, 25177707, 702029568, 32767, 142512280, 0, 141441792, 0, 1586102284, 25177707, 983040, 1114256, 141623296, 0, 124119696, 0, 1, 0, 35, 0, 35, 0, 445489032, 32767, 0, 0, 9817698, 0, 445489216, 32767, 5732702, 0, 151475904, 11082, 362084594} } }, ccl =3D 0x7fff1a8d9fe0, utf_16 =3D { bom =3D 445489120, endian =3D 32767, surrogate =3D 144541987 }, utf_8_bom =3D 445489120, emacs_mule =3D { cmp_status =3D { state =3D 445489120, method =3D 32767, old_form =3D 35, length =3D 11082, nchars =3D 24, ncomps =3D 48, carryover =3D {361238008, 0, 362518032, 0, 1, 0, 361238013, 0, 1, 0, 9817698, 0, 5526039, 0, 1, 0, 12678672, 0, 445488928, 32767, 158408860, 11082, 12678672, 0, 10976064, 0, 445488928, 32767, 158408661, 11082, 445488928, 32767, 12678672, 0, 32, 0, 158417986, 11082, 2147483647, 0, 158417572, 64, 1586102287, 25177707, 702029568, 32767, 142512280, 0, 141441792, 0, 1586102284, 25177707, 983040, 1114256, 141623296, 0, 124119696, 0, 1, 0, 35, 0, 35, 0, 445489032, 32767, 0, 0} } } }, max_charset_id =3D 364208171, safe_charsets =3D 0x966a82 "", src_multibyte =3D 0, dst_multibyte =3D 1, head_ascii =3D 47596985817261, produced =3D 0, produced_char =3D 140733638878848, consumed =3D 6057706, consumed_char =3D 6057706, errors =3D 0, error_positions =3D 0x2b4a0bc9053f, result =3D 362449054, src_pos =3D 140733638878784, src_pos_byte =3D 362449024, src_chars =3D 140733638877536, src_bytes =3D 140733638877600, src_object =3D 9, source =3D 0x7fff1a8da068 "H\245\215\032\377\177", dst_pos =3D 140733638879168, dst_pos_byte =3D 6057703, dst_bytes =3D 140733638878864, dst_object =3D 361238381, destination =3D 0x3
, charbuf =3D 0x95ce62, charbuf_size =3D 0, charbuf_used =3D 0, chars_at_source =3D 1, annotated =3D 1, carryover =3D "\377\377\377\377\377\377\377\347n\\", '\000' , "H\245\215\032\377\177\000\000\340\240\215\032", '\000' , "\n", '\000' , carryover_bytes =3D 0, default_char =3D 0, detector =3D 0x100000000, decoder =3D 0, encoder =3D 0x20 } event =3D { type =3D 12, xany =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, window =3D 25177707 }, xkey =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, window =3D 25177707, root =3D 64424509440, subwindow =3D 73014444176, time =3D 240518168576, x =3D 0, y =3D 118731, x_root =3D 0, y_root =3D 0, state =3D 0, keycode =3D 152847, same_screen =3D 65536 }, xbutton =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, window =3D 25177707, root =3D 64424509440, subwindow =3D 73014444176, time =3D 240518168576, x =3D 0, y =3D 118731, x_root =3D 0, y_root =3D 0, state =3D 0, button =3D 152847, same_screen =3D 65536 }, xmotion =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, window =3D 25177707, root =3D 64424509440, subwindow =3D 73014444176, time =3D 240518168576, x =3D 0, y =3D 118731, x_root =3D 0, y_root =3D 0, state =3D 0, is_hint =3D 15 '\017', same_screen =3D 65536 }, xcrossing =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, window =3D 25177707, root =3D 64424509440, subwindow =3D 73014444176, time =3D 240518168576, x =3D 0, y =3D 118731, x_root =3D 0, y_root =3D 0, mode =3D 0, detail =3D 152847, same_screen =3D 65536, focus =3D 229376, state =3D 181225 }, xfocus =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, window =3D 25177707, mode =3D 0, detail =3D 15 }, xexpose =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, window =3D 25177707, x =3D 0, y =3D 15, width =3D 144, height =3D 17, count =3D 0 }, xgraphicsexpose =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, drawable =3D 25177707, x =3D 0, y =3D 15, width =3D 144, height =3D 17, count =3D 0, major_code =3D 56, minor_code =3D 0 }, xnoexpose =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, drawable =3D 25177707, major_code =3D 0, minor_code =3D 15 }, xvisibility =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, window =3D 25177707, state =3D 0 }, xcreatewindow =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, parent =3D 25177707, window =3D 64424509440, x =3D 144, y =3D 17, width =3D 0, height =3D 56, border_width =3D 0, override_redirect =3D 118731 }, xdestroywindow =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, event =3D 25177707, window =3D 64424509440 }, =0D=0A xunmap =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, event =3D 25177707, window =3D 64424509440, from_configure =3D 144 }, xmap =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, event =3D 25177707, window =3D 64424509440, override_redirect =3D 144 }, xmaprequest =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, parent =3D 25177707, window =3D 64424509440 }, xreparent =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, event =3D 25177707, window =3D 64424509440, parent =3D 73014444176, x =3D 0, y =3D 56, override_redirect =3D 0 }, xconfigure =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, event =3D 25177707, window =3D 64424509440, x =3D 144, y =3D 17, width =3D 0, height =3D 56, border_width =3D 0, above =3D 0, override_redirect =3D 0 }, xgravity =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, event =3D 25177707, window =3D 64424509440, x =3D 144, y =3D 17 }, xresizerequest =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, window =3D 25177707, width =3D 0, height =3D 15 }, xconfigurerequest =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, parent =3D 25177707, window =3D 64424509440, x =3D 144, y =3D 17, width =3D 0, height =3D 56, border_width =3D 0, above =3D 0, detail =3D 0, value_mask =3D 985162418552832 }, xcirculate =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, event =3D 25177707, window =3D 64424509440, place =3D 144 }, xcirculaterequest =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, parent =3D 25177707, window =3D 64424509440, place =3D 144 }, xproperty =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, window =3D 25177707, atom =3D 64424509440, time =3D 73014444176, state =3D 0 }, xselectionclear =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, window =3D 25177707, selection =3D 64424509440, time =3D 73014444176 }, xselectionrequest =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, owner =3D 25177707, requestor =3D 64424509440, selection =3D 73014444176, target =3D 240518168576, property =3D 509945762021376, time =3D 0 }, xselection =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, requestor =3D 25177707, selection =3D 64424509440, target =3D 73014444176, property =3D 240518168576, time =3D 509945762021376 }, xcolormap =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, window =3D 25177707, colormap =3D 64424509440, new =3D 144, state =3D 17 }, xclient =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, window =3D 25177707, message_type =3D 64424509440, format =3D 144, data =3D { b =3D "\000\000\000\000\070\000\000\000\000\000\000\000\313\317\001\000\000\00 0\000", s =3D {0, 0, 56, 0, 0, 0, -12341, 1, 0, 0}, l =3D {240518168576, 509945762021376, 0, 656472866291712, 985162418552832} } }, xmapping =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, window =3D 25177707, request =3D 0, first_keycode =3D 15, count =3D 144 }, xerror =3D { type =3D 12, display =3D 0x15e8a, resourceid =3D 0, serial =3D 12678672, error_code =3D 107 'k', request_code =3D 46 '.', minor_code =3D 128 '\200' }, xkeymap =3D { type =3D 12, serial =3D 89738, send_event =3D 0, display =3D 0xc17610, window =3D 25177707, key_vector =3D "\000\000\000\000\017\000\000\000\220\000\000\000\021\000\000\000\000\00 0\000\000\070\000\000\000\000\000\000\000\313\317\001" }, pad =3D {47596827574284, 89738, 0, 12678672, 25177707, 64424509440, 73014444176, 240518168576, 509945762021376, 0, 656472866291712, 985162418552832, 985162418668521, 656472866307162, 985162418487296, 656472866372698, 985162418552832, 281474976710656, 196608, 281474976907264, 229376, 281474976940032, 281474976710656, 229376} } hlinfo =3D 0xc720b8 sa_must_free =3D #9 0x00000000004b261c in event_handler_gdk (gxev=3D, ev=3D, data=3D) at xterm.c:5844 dpyinfo =3D 0xc72010 xev =3D 0x7fff1a8da650 #10 0x00002b4a07c8252c in ?? () from /usr/lib64/libgdk-x11-2.0.so.0 No symbol table info available. #11 0x00002b4a07c83bc6 in ?? () from /usr/lib64/libgdk-x11-2.0.so.0 No symbol table info available. #12 0x00002b4a07c85452 in ?? () from /usr/lib64/libgdk-x11-2.0.so.0 No symbol table info available. #13 0x00002b4a07c8586e in ?? () from /usr/lib64/libgdk-x11-2.0.so.0 No symbol table info available. #14 0x00002b4a09030db4 in g_main_context_dispatch () from /lib64/libglib-2.0.so.0 No symbol table info available. #15 0x00002b4a09033c0d in ?? () from /lib64/libglib-2.0.so.0 No symbol table info available. #16 0x00002b4a0903411e in g_main_context_iteration () from /lib64/libglib-2.0.so.0 No symbol table info available. #17 0x00002b4a077ea921 in gtk_main_iteration () from /usr/lib64/libgtk-x11-2.0.so.0 No symbol table info available. #18 0x00000000004b390b in XTread_socket (terminal=3D, hold_quit=3D0x7fff1a8da880) at xterm.c:7178 count =3D 0 #19 0x00000000004da882 in gobble_input () at keyboard.c:6767 nr =3D 363767520 hold_quit =3D { kind =3D NO_EVENT, code =3D 0, part =3D scroll_bar_above_handle, modifiers =3D 0, x =3D 0, y =3D 0, timestamp =3D 0, padding =3D {0x0, 0x0}, frame_or_window =3D 0, arg =3D 0 } next =3D 0x0 nread =3D 0 err =3D false t =3D 0xea16e8 #20 0x00000000004da975 in handle_async_input () at keyboard.c:7080 No locals. #21 process_pending_signals () at keyboard.c:7094 No locals. #22 0x000000000054cc59 in Fdelq (elt=3D365081893, list=3D13610934) at fns.c:1568 tail =3D 13610934 prev =3D 9817698 #23 0x000000000041f426 in delete_frame (frame=3D365081893, force=3D9817698) at frame.c:1292 f =3D 0x15c2b520 sf =3D 0xf5b8a0 kb =3D is_tooltip_frame =3D 0 #24 0x0000000000545620 in Ffuncall (nargs=3D2, args=3D) at eval.c:2781 fun =3D original_fun =3D funcar =3D numargs =3D 1 val =3D backtrace =3D { next =3D 0x7fff1a8dab90, function =3D 9860834, args =3D 0x7fff1a8daa50, nargs =3D 1, debug_on_exit =3D 0 } internal_args =3D 0x7fff1a8da9a0 i =3D #25 0x000000000057795e in exec_byte_code (bytestr=3D9817693, vector=3D33, maxdepth=3D15, args_template=3D9817698, nargs=3D0, args=3D0x11) at bytecode.c:900 op =3D 144 vectorp =3D 0x15a3ccc8 stack =3D { pc =3D 0x159fc861 "\210\202Y\001\307\016 !\203Y\001\321\016 !\210\316 \203c\001\016\060\204f\001\322 \210\016\037\211\036)\205\204\001\311\016)!\205\204\001\312\311\016)!!\2 05\204\001\313\311\016)!!)\210\317\016'!\203\222\001\323\016'!\210\324\3 25\326\217\210\324\327\330\217\210\016$\203\246\001\324\331\332\217\210\ 333 \210\334\335!.\b\207", byte_string =3D 362117489, byte_string_start =3D 0x159fc718 "\b\031\n\033\f\035\016\036\036\037\306\016\037!\036 \016!\036\"\016#\036$\307\016%!\203&", constants =3D 363056317, next =3D 0x7fff1a8dad90 } top =3D 0x15aea6e0 result =3D 15 targets =3D {0x5779bb, 0x577d98, 0x579764, 0x579769, 0x577982, 0x577982, 0x5796d5, 0x579713, 0x579af0, 0x579a75, 0x579afa, 0x579af5, 0x5777e2, 0x5777e2, 0x577b79, 0x57986b, 0x577d0a, 0x577d0f, 0x577d8e, 0x577d93, 0x57784c, 0x57784c, 0x577d3a, 0x577d14, 0x577b3b, 0x577b40, 0x577b45, 0x577b55, 0x5778bb, 0x5778bb, 0x577d7a, 0x577b15, 0x577b04, 0x577b09, 0x577b0e, 0x577ad9, 0x577941, 0x577941, 0x577b65, 0x577ade, 0x577a82, 0x577a87, 0x577a8c, 0x5796d0, 0x5778f8, 0x5778f8, 0x577ac5, 0x577a5c, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5780b9, 0x57813a, 0x578177, 0x5781b4, 0x5781f1, 0x577c53, 0x577c92, 0x578237, 0x577c10, 0x577cc7, 0x57826e, 0x5782a3, 0x5782d7, 0x57831b, 0x578350, 0x5783d2, 0x5783ff, 0x578434, 0x578470, 0x57849d, 0x5784ca, 0x5784ff, 0x578534, 0x578569, 0x5785a5, 0x5785da, 0x57860f, 0x578691, 0x5786cf, 0x57870d, 0x5787a0, 0x5788ab, 0x5787d5, 0x57880a, 0x57883f, 0x578874, 0x5788e0, 0x578915, 0x57894a, 0x57897f, 0x578a1e, 0x5779c7, 0x578a58, 0x578a85, 0x578b03, 0x578b3d, 0x578b77, 0x578ba4, 0x578bd1, 0x578bfe, 0x578d8b, 0x5779bb, 0x57959f, 0x579545, 0x579572, 0x579491, 0x5794be, 0x5794eb, 0x5779c7, 0x5779bb, 0x579518, 0x579279, 0x5792a6, 0x5792d3, 0x579308, 0x57933d, 0x57936a, 0x579427, 0x57945c, 0x578f47, 0x578f7c, 0x578fa9, 0x5779bb, 0x577ef6, 0x578c2f, 0x577b8d, 0x578cce, 0x579891, 0x579914, 0x577e8e, 0x577ed2, 0x577d4e, 0x577da5, 0x5779f9, 0x577f42, 0x577f74, 0x577fae, 0x577fe0, 0x57801c, 0x578062, 0x577a95, 0x578fd6, 0x579012, 0x57903f, 0x57906c, 0x579099, 0x5790c6, 0x5790fb, 0x579130, 0x579165, 0x57919a, 0x5791e2, 0x579217, 0x57924c, 0x578dbf, 0x578df4, 0x578e29, 0x578e66, 0x578ea3, 0x5789b4, 0x5789e9, 0x578ed8, 0x578f0f, 0x5779bb, 0x57976e, 0x5797fb, 0x5799d1, 0x579a7a, 0x577de2, 0x578385, 0x578644, 0x578ab6, 0x5795cc, 0x57960a, 0x5779bb, 0x5779bb, 0x57965b, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x57969c } #26 0x0000000000545217 in funcall_lambda (fun=3D363056725, nargs=3D0, arg_vector=3D0x7fff1a8dac58) at eval.c:3010 val =3D syms_left =3D next =3D lexenv =3D 9817698 i =3D 0 optional =3D false rest =3D false #27 0x00000000005454d2 in Ffuncall (nargs=3D1, args=3D) at eval.c:2839 fun =3D 9817693 original_fun =3D 362446402 funcar =3D numargs =3D 0 val =3D backtrace =3D { next =3D 0x7fff1a8dacb0, function =3D 362446402, args =3D 0x7fff1a8dac58, nargs =3D 0, debug_on_exit =3D 0 } internal_args =3D 0x7fff1a8dac58 i =3D #28 0x00000000005459a9 in funcall_nil (nargs=3D9817693, args=3D0x7fff1a8d9d90) at eval.c:2324 No locals. #29 0x000000000054343d in run_hook_with_args (nargs=3D1, args=3D0x7fff1a8dac50, funcall=3D0x5459a0 ) at eval.c:2509 global_vals =3D sym =3D 362681490 val =3D 15 ret =3D 9817698 #30 0x00000000005435b5 in Frun_hooks (nargs=3D1, args=3D0x7fff1a8dad30) at eval.c:2351 hook =3D {362446402} i =3D 1 #31 0x0000000000545722 in Ffuncall (nargs=3D2, args=3D) at eval.c:2759 fun =3D original_fun =3D 9946946 funcar =3D numargs =3D 1 val =3D backtrace =3D { next =3D 0x7fff1a8dae80, function =3D 9946946, args =3D 0x7fff1a8dad30, nargs =3D 1, debug_on_exit =3D 0 } internal_args =3D i =3D #32 0x000000000057795e in exec_byte_code (bytestr=3D9817693, vector=3D33, maxdepth=3D15, args_template=3D9817698, nargs=3D0, args=3D0x11) at bytecode.c:900 op =3D 144 vectorp =3D 0x15a3c8d0 stack =3D { pc =3D 0x159fc3fa "\210\352\016\070\327\016\067#\210\353 \206\272", byte_string =3D 362938465, byte_string_start =3D 0x159fc350 "\306 \210\307\310\311\"\210\307\312\311\"\210\307\313\311\"\210\307\314\311\" \210\315 \210\b\203#", constants =3D 363055301, next =3D 0x7fff1a8daf60 } top =3D 0x15aea6e0 result =3D 15 targets =3D {0x5779bb, 0x577d98, 0x579764, 0x579769, 0x577982, 0x577982, 0x5796d5, 0x579713, 0x579af0, 0x579a75, 0x579afa, 0x579af5, 0x5777e2, 0x5777e2, 0x577b79, 0x57986b, 0x577d0a, 0x577d0f, 0x577d8e, 0x577d93, 0x57784c, 0x57784c, 0x577d3a, 0x577d14, 0x577b3b, 0x577b40, 0x577b45, 0x577b55, 0x5778bb, 0x5778bb, 0x577d7a, 0x577b15, 0x577b04, 0x577b09, 0x577b0e, 0x577ad9, 0x577941, 0x577941, 0x577b65, 0x577ade, 0x577a82, 0x577a87, 0x577a8c, 0x5796d0, 0x5778f8, 0x5778f8, 0x577ac5, 0x577a5c, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5780b9, 0x57813a, 0x578177, 0x5781b4, 0x5781f1, 0x577c53, 0x577c92, 0x578237, 0x577c10, 0x577cc7, 0x57826e, 0x5782a3, 0x5782d7, 0x57831b, 0x578350, 0x5783d2, 0x5783ff, 0x578434, 0x578470, 0x57849d, 0x5784ca, 0x5784ff, 0x578534, 0x578569, 0x5785a5, 0x5785da, 0x57860f, 0x578691, 0x5786cf, 0x57870d, 0x5787a0, 0x5788ab, 0x5787d5, 0x57880a, 0x57883f, 0x578874, 0x5788e0, 0x578915, 0x57894a, 0x57897f, 0x578a1e, 0x5779c7, 0x578a58, 0x578a85, 0x578b03, 0x578b3d, 0x578b77, 0x578ba4, 0x578bd1, 0x578bfe, 0x578d8b, 0x5779bb, 0x57959f, 0x579545, 0x579572, 0x579491, 0x5794be, 0x5794eb, 0x5779c7, 0x5779bb, 0x579518, 0x579279, 0x5792a6, 0x5792d3, 0x579308, 0x57933d, 0x57936a, 0x579427, 0x57945c, 0x578f47, 0x578f7c, 0x578fa9, 0x5779bb, 0x577ef6, 0x578c2f, 0x577b8d, 0x578cce, 0x579891, 0x579914, 0x577e8e, 0x577ed2, 0x577d4e, 0x577da5, 0x5779f9, 0x577f42, 0x577f74, 0x577fae, 0x577fe0, 0x57801c, 0x578062, 0x577a95, 0x578fd6, 0x579012, 0x57903f, 0x57906c, 0x579099, 0x5790c6, 0x5790fb, 0x579130, 0x579165, 0x57919a, 0x5791e2, 0x579217, 0x57924c, 0x578dbf, 0x578df4, 0x578e29, 0x578e66, 0x578ea3, 0x5789b4, 0x5789e9, 0x578ed8, 0x578f0f, 0x5779bb, 0x57976e, 0x5797fb, 0x5799d1, 0x579a7a, 0x577de2, 0x578385, 0x578644, 0x578ab6, 0x5795cc, 0x57960a, 0x5779bb, 0x5779bb, 0x57965b, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x57969c } #33 0x0000000000545217 in funcall_lambda (fun=3D363055805, nargs=3D1, arg_vector=3D0x7fff1a8daf00) at eval.c:3010 val =3D syms_left =3D next =3D lexenv =3D 9817698 i =3D 1 optional =3D false rest =3D false #34 0x00000000005454d2 in Ffuncall (nargs=3D2, args=3D) at eval.c:2839 fun =3D 9817693 original_fun =3D 362736770 funcar =3D numargs =3D 1 val =3D backtrace =3D { next =3D 0x7fff1a8db050, function =3D 362736770, args =3D 0x7fff1a8daf00, nargs =3D 1, debug_on_exit =3D 0 } internal_args =3D 0x7fff1a8daf00 i =3D #35 0x000000000057795e in exec_byte_code (bytestr=3D9817693, vector=3D33, maxdepth=3D15, args_template=3D9817698, nargs=3D0, args=3D0x11) at bytecode.c:900 op =3D 144 vectorp =3D 0x15a3c550 stack =3D { pc =3D 0x159fc27f "\202M", byte_string =3D 362937297, byte_string_start =3D 0x159fc240 "\306\030\307\b!\206\f", constants =3D 363054405, next =3D 0x0 } top =3D 0x15aea6e0 result =3D 15 targets =3D {0x5779bb, 0x577d98, 0x579764, 0x579769, 0x577982, 0x577982, 0x5796d5, 0x579713, 0x579af0, 0x579a75, 0x579afa, 0x579af5, 0x5777e2, 0x5777e2, 0x577b79, 0x57986b, 0x577d0a, 0x577d0f, 0x577d8e, 0x577d93, 0x57784c, 0x57784c, 0x577d3a, 0x577d14, 0x577b3b, 0x577b40, 0x577b45, 0x577b55, 0x5778bb, 0x5778bb, 0x577d7a, 0x577b15, 0x577b04, 0x577b09, 0x577b0e, 0x577ad9, 0x577941, 0x577941, 0x577b65, 0x577ade, 0x577a82, 0x577a87, 0x577a8c, 0x5796d0, 0x5778f8, 0x5778f8, 0x577ac5, 0x577a5c, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5780b9, 0x57813a, 0x578177, 0x5781b4, 0x5781f1, 0x577c53, 0x577c92, 0x578237, 0x577c10, 0x577cc7, 0x57826e, 0x5782a3, 0x5782d7, 0x57831b, 0x578350, 0x5783d2, 0x5783ff, 0x578434, 0x578470, 0x57849d, 0x5784ca, 0x5784ff, 0x578534, 0x578569, 0x5785a5, 0x5785da, 0x57860f, 0x578691, 0x5786cf, 0x57870d, 0x5787a0, 0x5788ab, 0x5787d5, 0x57880a, 0x57883f, 0x578874, 0x5788e0, 0x578915, 0x57894a, 0x57897f, 0x578a1e, 0x5779c7, 0x578a58, 0x578a85, 0x578b03, 0x578b3d, 0x578b77, 0x578ba4, 0x578bd1, 0x578bfe, 0x578d8b, 0x5779bb, 0x57959f, 0x579545, 0x579572, 0x579491, 0x5794be, 0x5794eb, 0x5779c7, 0x5779bb, 0x579518, 0x579279, 0x5792a6, 0x5792d3, 0x579308, 0x57933d, 0x57936a, 0x579427, 0x57945c, 0x578f47, 0x578f7c, 0x578fa9, 0x5779bb, 0x577ef6, 0x578c2f, 0x577b8d, 0x578cce, 0x579891, 0x579914, 0x577e8e, 0x577ed2, 0x577d4e, 0x577da5, 0x5779f9, 0x577f42, 0x577f74, 0x577fae, 0x577fe0, 0x57801c, 0x578062, 0x577a95, 0x578fd6, 0x579012, 0x57903f, 0x57906c, 0x579099, 0x5790c6, 0x5790fb, 0x579130, 0x579165, 0x57919a, 0x5791e2, 0x579217, 0x57924c, 0x578dbf, 0x578df4, 0x578e29, 0x578e66, 0x578ea3, 0x5789b4, 0x5789e9, 0x578ed8, 0x578f0f, 0x5779bb, 0x57976e, 0x5797fb, 0x5799d1, 0x579a7a, 0x577de2, 0x578385, 0x578644, 0x578ab6, 0x5795cc, 0x57960a, 0x5779bb, 0x5779bb, 0x57965b, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x57969c } #36 0x0000000000545217 in funcall_lambda (fun=3D363054613, nargs=3D1, arg_vector=3D0x7fff1a8db118) at eval.c:3010 val =3D syms_left =3D next =3D lexenv =3D 9817698 i =3D 1 optional =3D false rest =3D false #37 0x00000000005454d2 in Ffuncall (nargs=3D2, args=3D) at eval.c:2839 fun =3D 9817693 original_fun =3D 362578754 funcar =3D numargs =3D 1 val =3D backtrace =3D { next =3D 0x7fff1a8db260, function =3D 362578754, args =3D 0x7fff1a8db118, nargs =3D 1, debug_on_exit =3D 0 } internal_args =3D 0x7fff1a8db118 i =3D #38 0x0000000000542aa4 in Fcall_interactively (function=3D362578754, record_flag=3D9817698, keys=3D9852853) at callint.c:852 val =3D args =3D 0x7fff1a8db110 visargs =3D 0x7fff1a8db0f0 specs =3D filter_specs =3D 362938593 teml =3D up_event =3D 9817698 enable =3D 9817698 speccount =3D next_event =3D 1 prefix_arg =3D 9817698 string =3D 0x60
tem =3D varies =3D 0x7fff1a8db0d0 "" i =3D nargs =3D 2 mark =3D arg_from_tty =3D false key_count =3D 1 record_then_fail =3D false save_this_command =3D 362578754 save_last_command =3D 362732738 save_this_original_command =3D 362578754 save_real_this_command =3D 362578754 #39 0x0000000000545637 in Ffuncall (nargs=3D4, args=3D) at eval.c:2785 fun =3D original_fun =3D funcar =3D numargs =3D 3 val =3D backtrace =3D { next =3D 0x0, function =3D 9964482, args =3D 0x7fff1a8db2d8, nargs =3D 3, debug_on_exit =3D 0 } internal_args =3D 0x7fff1a8db2d8 i =3D #40 0x00000000005458b4 in call3 (fn=3D, arg1=3D, arg2=3D15, arg3=3D144) at eval.c:2603 ret_ungc_val =3D 363767520 args =3D {9964482, 362578754, 9817698, 9817698} #41 0x00000000004e5242 in command_loop_1 () at keyboard.c:1587 cmd =3D keybuf =3D {452, 9817698, 2, 363187921, 9869314, 9817698, 140733638882256, 5636455, 7307140313236726885, 8155300323019026540, 7810763673028487541, 112, 140733638882256, 5636110, 47597020617104, 9817746, 361247888, 140733638882304, 2, 140733638883600, 140733638883608, 8, 365561910, 5095294, 9817698, 365561910, 9817698, 5095542, 140733638883584, 13132310} i =3D prev_modiff =3D 2 prev_buffer =3D 0x15ba61b0 #42 0x0000000000543fe6 in internal_condition_case (bfun=3D0x4e4e80 , handlers=3D9869314, hfun=3D0x4dbf90 ) at eval.c:1289 val =3D c =3D { tag =3D 9817698, val =3D 9817698, next =3D 0x7fff1a8db610, gcpro =3D 0x0, jmp =3D {{ __jmpbuf =3D {0, -1956713708538674395, 13422320, 140733638883600, 140733638883608, 8, -1956773627530889147, -1956713708529732776}, __mask_was_saved =3D 0, __saved_mask =3D { __val =3D {0, 17584236, 4294967295, 47597025058944, 47597020617104, 47596936057696, 4294967295, 47596936056832, 6297600, 13422320, 140733638883600, 140733638883608, 8, 0, 47596935994501, 1} } }}, backlist =3D 0x0, handlerlist =3D 0x0, lisp_eval_depth =3D 0, pdlcount =3D 2, poll_suppress_count =3D 1, interrupt_input_blocked =3D 0, byte_stack =3D 0x0 } h =3D { handler =3D 9869314, var =3D 9817698, chosen_clause =3D 9817746, tag =3D 0x7fff1a8db490, next =3D 0x0 } #43 0x00000000004dbada in command_loop_2 (ignore=3D) at keyboard.c:1168 val =3D 363767520 #44 0x00000000005440da in internal_catch (tag=3D, func=3D0x4dbac0 , arg=3D9817698) at eval.c:1060 c =3D { tag =3D 9865154, val =3D 9817698, next =3D 0x0, gcpro =3D 0x0, jmp =3D {{ __jmpbuf =3D {0, -1956713708538674395, 13422320, 140733638883600, 140733638883608, 8, -1956773627530888651, -1956713708529726213}, __mask_was_saved =3D 0, __saved_mask =3D { __val =3D {5, 0, 0, 0, 0, 0, 0, 0, 0, 4282112, 198038331398, 0, 0, 0, 0, 9817698} } }}, backlist =3D 0x0, handlerlist =3D 0x0, lisp_eval_depth =3D 0, pdlcount =3D 2, poll_suppress_count =3D 1, interrupt_input_blocked =3D 0, byte_stack =3D 0x0 } #45 0x00000000004dc230 in command_loop () at keyboard.c:1147 No locals. #46 recursive_edit_1 () at keyboard.c:779 val =3D #47 0x00000000004dc37a in Frecursive_edit () at keyboard.c:843 buffer =3D 9817698 #48 0x00000000004d3f86 in main (argc=3D, argv=3D0x7fff1a8db918) at emacs.c:1528 dummy =3D 17612224 stack_bottom_variable =3D 0 '\000' do_initial_setlocale =3D dumping =3D 214 skip_args =3D 0 rlim =3D { rlim_cur =3D 67108864, rlim_max =3D 67108864 } no_loadup =3D false junk =3D 0x0 dname_arg =3D 0x0 ch_to_dir =3D 0x2b4a0bcadd5b "[]D\211\340A\\\303H\307B\b" heapexec =3D "EMACS_HEAP_EXEC=3Dtrue" (gdb) (gdb) xbacktrace "delete-frame" (0x1a8daa50) "ediff-cleanup-mess" (0x1a8dac58) "run-hooks" (0x1a8dad30) "ediff-really-quit" (0x1a8daf00) "ediff-quit" (0x1a8db118) "call-interactively" (0x1a8db2d8) (gdb) In GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.10.4) of 2013-09-09 on dhbldd01 Windowing system distributor `The X.Org Foundation', version 11.0.70101000 System Description: Red Hat Enterprise Linux Server release 5.5 (Tikanga) Configured using: `configure '--prefix=3D/cm/ot/TOOL/GNU!18.0.1/build_G!86.IP.L5/generated' '--exec-prefix=3D/cm/ot/TOOL/GNU!18.0.1/build_G!86.IP.L5/generated/libexec /emacs-24.3' '--mandir=3D/cm/ot/TOOL/GNU!18.0.1/build_G!86.IP.L5/generated/man' '--without-gif' '--with-xpm' '--with-png' '--with-jpeg' 'CFLAGS=3D-g -O2'' Important settings: value of $LANG: C value of $XMODIFIERS: @im=3Dnone locale-coding-system: nil default enable-multibyte-characters: nil Major mode: Info Minor modes in effect: iswitchb-mode: t show-paren-mode: t which-function-mode: t tooltip-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 auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: Recent messages: Load-path shadows: /cm/ot/TOOL/GNU!18.0.1/build_G!86.IP.L5/generated/share/emacs/24.3/site- lisp/sh-script hides /cm/ot/TOOL/GNU!18.0.1/build_G!86.IP.L5/generated/share/emacs/24.3/lisp/ progmodes/sh-script Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils info tabify man ediff-merg ediff-diff ediff-wind ediff-help ediff-util ediff-mult ediff-init ediff dired-aux misearch multi-isearch add-log sh-script smie executable gnat-fix-error etags find-func gpc dired iswitchb paren ada-xref ada-mode easymenu compile comint ansi-color ring which-func imenu align find-file highlight-beyond-fill-column jka-compr uniquify advice help-fns cl-lib advice-preload time-date tooltip 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 register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) ____ =A0 This message and any files transmitted with it are legally privileged and in= tended for the sole use of the individual(s) or entity to whom they are addr= essed. If you are not the intended recipient, please notify the sender by re= ply and delete the message and any attachments from your system. Any unautho= rised use or disclosure of the content of this message is strictly prohibite= d and may be unlawful. =A0 Nothing in this e-mail message amounts to a contractual or legal commitment = on the part of EUROCONTROL, unless it is confirmed by appropriately signed h= ard copy. =A0 Any views expressed in this message are those of the sender. ------_=_NextPart_001_01CECB48.FAFD83C9 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable 24.3; #14329

Hello,


At the end a session of a diff of buf= fers where the frame was on a remote display emacs crashed.
I don't know exactely the sequence o= f actions.
Nevertheless I have a core dump, wit= h the executable and the sources so

I can run any command that is needed = in gdb on the core to provide more
information.

Best regards

(gdb) bt full
#0  0x00002b4a0ba409dd in raise= () from /lib64/libpthread.so.0
No symbol table info available.
#1  0x00000000004d31c5 in termi= nate_due_to_signal (sig=3D11, backtrace_limit=3D40) at emacs.c:344
No locals.
#2  0x00000000004ed6de in handl= e_fatal_signal (sig=3D23918) at sysdep.c:1638
No locals.
#3  0x00000000004eda93 in deliv= er_thread_signal (sig=3D11) at sysdep.c:1614
      =   old_errno =3D 0
#4  deliver_fatal_thread_signal= (sig=3D11) at sysdep.c:1650
No locals.
#5  <signal handler called&g= t;
No symbol table info available.
#6  expose_window_tree (w=3D0x9= 5ce5d, r=3D0x7fff1a8d9d90) at xdisp.c:28610
      =   f =3D 0x95ce61fffffb
      =   mouse_face_overwritten_p =3D 0
#7  0x000000000043194d in expos= e_frame (f=3D0x15c2b520, x=3D<value optimized out>, y=3D15, w=3D144, h= =3D17) at xdisp.c:28674
      =   r =3D {
      =     x =3D 0,
      =     y =3D 15,
      =     width =3D 144,
      =     height =3D 17
      =   }
      =   mouse_face_overwritten_p =3D <value optimized out>
#8  0x00000000004af8e0 in handl= e_one_xevent (dpyinfo=3D0xc72010, eventptr=3D0x7fff1a8da650, finish=3D0x8deb= bc, hold_quit=3D0x7fff1a8da880) at xterm.c:6242

      &= nbsp; inev =3D {
      =     ie =3D {
      =       kind =3D NO_EVENT,
      =       code =3D 0,
      =       part =3D scroll_bar_above_handle,
      =       modifiers =3D 0,
      =       x =3D 0,
      =       y =3D 0,
      =       timestamp =3D 0,
      =       padding =3D {0x0, 0x0},
      =       frame_or_window =3D 0,
      =       arg =3D 9817698
      =     },
      =     sie =3D {
      =       kind =3D 0,
      =       display =3D 0x0,
      =       requestor =3D 0,
      =       selection =3D 0,
      =       target =3D 0,
      =       property =3D 0,
      =       time =3D 0
      =     }
      =   }
      =   count =3D <value optimized out>
      =   do_help =3D <value optimized out>
      =   nbytes =3D <value optimized out>
      =   f =3D 0x15c2b520
      =   coding =3D {
      =     id =3D 362448904,
      =     common_flags =3D 16033285,
      =     mode =3D 0,
      =     spec =3D {
      =       iso_2022 =3D {
      =         flags =3D 445489120,
      =         current_invocation =3D {32767, 14= 4541987},
      =         current_designation =3D {11082, 2= 4, 48, 361238008},
      =         ctext_extended_segment_len =3D 0,=
      =         single_shifting =3D 0,
      =         bol =3D 0,
      =         embedded_utf_8 =3D 0,
      =         cmp_status =3D {
      =           state =3D COMPOSING_N= O,
      =           method =3D COMPOSITIO= N_WITH_RULE,
      =           old_form =3D false, <= /FONT>
      =           length =3D 361238013,=
      =           nchars =3D 0,
      =           ncomps =3D 1,
      =           carryover =3D {0, 981= 7698, 0, 5526039, 0, 1, 0, 12678672, 0, 445488928, 32767, 158408860, 11082, = 12678672, 0, 10976064, 0,

      &= nbsp;           445488928,= 32767, 158408661, 11082, 445488928, 32767, 12678672, 0, 32, 0, 158417986, 1= 1082, 2147483647, 0, 158417572, 64,

      &= nbsp;           1586102287= , 25177707, 702029568, 32767, 142512280, 0, 141441792, 0, 1586102284, 251777= 07, 983040, 1114256, 141623296, 0,

      &= nbsp;           124119696,= 0, 1, 0, 35, 0, 35, 0, 445489032, 32767, 0, 0, 9817698, 0, 445489216, 32767= , 5732702, 0, 151475904, 11082, 362084594}

      &= nbsp;       }
      =       },
      =       ccl =3D 0x7fff1a8d9fe0,
      =       utf_16 =3D {
      =         bom =3D 445489120,
      =         endian =3D 32767,
      =         surrogate =3D 144541987
      =       },
      =       utf_8_bom =3D 445489120,
      =       emacs_mule =3D {
      =         cmp_status =3D {
      =           state =3D 445489120, =
      =           method =3D 32767,
      =           old_form =3D 35,
      =           length =3D 11082,
      =           nchars =3D 24,
      =           ncomps =3D 48,
      =           carryover =3D {361238= 008, 0, 362518032, 0, 1, 0, 361238013, 0, 1, 0, 9817698, 0, 5526039, 0, 1, 0= , 12678672, 0, 445488928, 32767,

      &= nbsp;           158408860,= 11082, 12678672, 0, 10976064, 0, 445488928, 32767, 158408661, 11082, 445488= 928, 32767, 12678672, 0, 32, 0, 158417986,

      &= nbsp;           11082, 214= 7483647, 0, 158417572, 64, 1586102287, 25177707, 702029568, 32767, 142512280= , 0, 141441792, 0, 1586102284, 25177707,

      &= nbsp;           983040, 11= 14256, 141623296, 0, 124119696, 0, 1, 0, 35, 0, 35, 0, 445489032, 32767, 0, = 0}
      =         }
      =       }
      =     },
      =     max_charset_id =3D 364208171,
      =     safe_charsets =3D 0x966a82 "",
      =     src_multibyte =3D 0,
      =     dst_multibyte =3D 1,
      =     head_ascii =3D 47596985817261,
      =     produced =3D 0,
      =     produced_char =3D 140733638878848,
      =     consumed =3D 6057706,
      =     consumed_char =3D 6057706,
      =     errors =3D 0,
      =     error_positions =3D 0x2b4a0bc9053f,
      =     result =3D 362449054,
      =     src_pos =3D 140733638878784,
      =     src_pos_byte =3D 362449024,
      =     src_chars =3D 140733638877536,
      =     src_bytes =3D 140733638877600,
      =     src_object =3D 9,
      =     source =3D 0x7fff1a8da068 "H\245\215\032\377\177&quo= t;,
      =     dst_pos =3D 140733638879168,
      =     dst_pos_byte =3D 6057703,
      =     dst_bytes =3D 140733638878864,
      =     dst_object =3D 361238381,
      =     destination =3D 0x3 <Address 0x3 out of bounds>,
      =     charbuf =3D 0x95ce62,
      =     charbuf_size =3D 0,
      =     charbuf_used =3D 0,
      =     chars_at_source =3D 1,
      =     annotated =3D 1,
      =     carryover =3D "\377\377\377\377\377\377\377\347n\\&q= uot;, '\000' <repeats 13 times>, "H\245\215\032\377\177\000\000\3= 40\240\215\032", '\000' <repeats 16 times>, "\n", '\000= ' <repeats 11 times>,

      &= nbsp;   carryover_bytes =3D 0,
      =     default_char =3D 0,
      =     detector =3D 0x100000000,
      =     decoder =3D 0,
      =     encoder =3D 0x20
      =   }
      =   event =3D {
      =     type =3D 12,
      =     xany =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       window =3D 25177707
      =     },
      =     xkey =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       window =3D 25177707,
      =       root =3D 64424509440,
      =       subwindow =3D 73014444176,
      =       time =3D 240518168576,
      =       x =3D 0,
      =       y =3D 118731,
      =       x_root =3D 0,
      =       y_root =3D 0,
      =       state =3D 0,
      =       keycode =3D 152847,
      =       same_screen =3D 65536
      =     },
      =     xbutton =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       window =3D 25177707,
      =       root =3D 64424509440,
      =       subwindow =3D 73014444176,
      =       time =3D 240518168576,
      =       x =3D 0,
      =       y =3D 118731,
      =       x_root =3D 0,
      =       y_root =3D 0,
      =       state =3D 0,
      =       button =3D 152847,
      =       same_screen =3D 65536
      =     },
      =     xmotion =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       window =3D 25177707,
      =       root =3D 64424509440,
      =       subwindow =3D 73014444176,
      =       time =3D 240518168576,
      =       x =3D 0,
      =       y =3D 118731,
      =       x_root =3D 0,
      =       y_root =3D 0,
      =       state =3D 0,
      =       is_hint =3D 15 '\017',
      =       same_screen =3D 65536
      =     },
      =     xcrossing =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       window =3D 25177707,
      =       root =3D 64424509440,
      =       subwindow =3D 73014444176,
      =       time =3D 240518168576,
      =       x =3D 0,
      =       y =3D 118731,
      =       x_root =3D 0,
      =       y_root =3D 0,
      =       mode =3D 0,
      =       detail =3D 152847,
      =       same_screen =3D 65536,
      =       focus =3D 229376,
      =       state =3D 181225
      =     },
      =     xfocus =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       window =3D 25177707,
      =       mode =3D 0,
      =       detail =3D 15
      =     },
      =     xexpose =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       window =3D 25177707,
      =       x =3D 0,
      =       y =3D 15,
      =       width =3D 144,
      =       height =3D 17,
      =       count =3D 0
      =     },
      =     xgraphicsexpose =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       drawable =3D 25177707,
      =       x =3D 0,
      =       y =3D 15,
      =       width =3D 144,
      =       height =3D 17,
      =       count =3D 0,
      =       major_code =3D 56,
      =       minor_code =3D 0
      =     },
      =     xnoexpose =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       drawable =3D 25177707,
      =       major_code =3D 0,
      =       minor_code =3D 15
      =     },
      =     xvisibility =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       window =3D 25177707,
      =       state =3D 0
      =     },
      =     xcreatewindow =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       parent =3D 25177707,
      =       window =3D 64424509440,
      =       x =3D 144,
      =       y =3D 17,
      =       width =3D 0,
      =       height =3D 56,
      =       border_width =3D 0,
      =       override_redirect =3D 118731
      =     },
      =     xdestroywindow =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       event =3D 25177707,
      =       window =3D 64424509440
      =     },
      =     xunmap =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       event =3D 25177707,
      =       window =3D 64424509440,
      =       from_configure =3D 144
      =     },
      =     xmap =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       event =3D 25177707,
      =       window =3D 64424509440,
      =       override_redirect =3D 144
      =     },
      =     xmaprequest =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       parent =3D 25177707,
      =       window =3D 64424509440
      =     },
      =     xreparent =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       event =3D 25177707,
      =       window =3D 64424509440,
      =       parent =3D 73014444176,
      =       x =3D 0,
      =       y =3D 56,
      =       override_redirect =3D 0
      =     },
      =     xconfigure =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       event =3D 25177707,
      =       window =3D 64424509440,
      =       x =3D 144,
      =       y =3D 17,
      =       width =3D 0,
      =       height =3D 56,
      =       border_width =3D 0,
      =       above =3D 0,
      =       override_redirect =3D 0
      =     },
      =     xgravity =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       event =3D 25177707,
      =       window =3D 64424509440,
      =       x =3D 144,
      =       y =3D 17
      =     },
      =     xresizerequest =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       window =3D 25177707,
      =       width =3D 0,
      =       height =3D 15
      =     },
      =     xconfigurerequest =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       parent =3D 25177707,
      =       window =3D 64424509440,
      =       x =3D 144,
      =       y =3D 17,
      =       width =3D 0,
      =       height =3D 56,
      =       border_width =3D 0,
      =       above =3D 0,
      =       detail =3D 0,
      =       value_mask =3D 985162418552832
      =     },
      =     xcirculate =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       event =3D 25177707,
      =       window =3D 64424509440,
      =       place =3D 144
      =     },
      =     xcirculaterequest =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       parent =3D 25177707,
      =       window =3D 64424509440,
      =       place =3D 144
      =     },
      =     xproperty =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       window =3D 25177707,
      =       atom =3D 64424509440,
      =       time =3D 73014444176,
      =       state =3D 0
      =     },
      =     xselectionclear =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       window =3D 25177707,
      =       selection =3D 64424509440,
      =       time =3D 73014444176
      =     },
      =     xselectionrequest =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       owner =3D 25177707,
      =       requestor =3D 64424509440,
      =       selection =3D 73014444176,
      =       target =3D 240518168576,
      =       property =3D 509945762021376,
      =       time =3D 0
      =     },
      =     xselection =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       requestor =3D 25177707,
      =       selection =3D 64424509440,
      =       target =3D 73014444176,
      =       property =3D 240518168576,
      =       time =3D 509945762021376
      =     },
      =     xcolormap =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       window =3D 25177707,
      =       colormap =3D 64424509440,
      =       new =3D 144,
      =       state =3D 17
      =     },
      =     xclient =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       window =3D 25177707,
      =       message_type =3D 64424509440,
      =       format =3D 144,
      =       data =3D {
      =         b =3D "\000\000\000\000\070\= 000\000\000\000\000\000\000\313\317\001\000\000\000\000",
      =         s =3D {0, 0, 56, 0, 0, 0, -12341,= 1, 0, 0},
      =         l =3D {240518168576, 509945762021= 376, 0, 656472866291712, 985162418552832}
      =       }
      =     },
      =     xmapping =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       window =3D 25177707,
      =       request =3D 0,
      =       first_keycode =3D 15,
      =       count =3D 144
      =     },
      =     xerror =3D {
      =       type =3D 12,
      =       display =3D 0x15e8a,
      =       resourceid =3D 0,
      =       serial =3D 12678672,
      =       error_code =3D 107 'k',
      =       request_code =3D 46 '.',
      =       minor_code =3D 128 '\200'
      =     },
      =     xkeymap =3D {
      =       type =3D 12,
      =       serial =3D 89738,
      =       send_event =3D 0,
      =       display =3D 0xc17610,
      =       window =3D 25177707,
      =       key_vector =3D "\000\000\000\000\017\000= \000\000\220\000\000\000\021\000\000\000\000\000\000\000\070\000\000\000\000= \000\000\000\313\317\001"

      &= nbsp;   },
      =     pad =3D {47596827574284, 89738, 0, 12678672, 25177707, 64= 424509440, 73014444176, 240518168576, 509945762021376, 0, 656472866291712, <= /FONT>

      &= nbsp;     985162418552832, 985162418668521, 656472866307= 162, 985162418487296, 656472866372698, 985162418552832, 281474976710656, 196= 608,

      &= nbsp;     281474976907264, 229376, 281474976940032, 2814= 74976710656, 229376}
      =   }
      =   hlinfo =3D 0xc720b8
      =   sa_must_free =3D <value optimized out>
#9  0x00000000004b261c in event= _handler_gdk (gxev=3D<value optimized out>, ev=3D<value optimized o= ut>, data=3D<value optimized out>) at xterm.c:5844

      &= nbsp; dpyinfo =3D 0xc72010
      =   xev =3D 0x7fff1a8da650
#10 0x00002b4a07c8252c in ?? () from= /usr/lib64/libgdk-x11-2.0.so.0
No symbol table info available.
#11 0x00002b4a07c83bc6 in ?? () from= /usr/lib64/libgdk-x11-2.0.so.0
No symbol table info available.
#12 0x00002b4a07c85452 in ?? () from= /usr/lib64/libgdk-x11-2.0.so.0
No symbol table info available.
#13 0x00002b4a07c8586e in ?? () from= /usr/lib64/libgdk-x11-2.0.so.0
No symbol table info available.
#14 0x00002b4a09030db4 in g_main_con= text_dispatch () from /lib64/libglib-2.0.so.0
No symbol table info available.
#15 0x00002b4a09033c0d in ?? () from= /lib64/libglib-2.0.so.0
No symbol table info available.
#16 0x00002b4a0903411e in g_main_con= text_iteration () from /lib64/libglib-2.0.so.0
No symbol table info available.
#17 0x00002b4a077ea921 in gtk_main_i= teration () from /usr/lib64/libgtk-x11-2.0.so.0
No symbol table info available.
#18 0x00000000004b390b in XTread_soc= ket (terminal=3D<value optimized out>, hold_quit=3D0x7fff1a8da880) at = xterm.c:7178
      =   count =3D 0
#19 0x00000000004da882 in gobble_inp= ut () at keyboard.c:6767
      =   nr =3D 363767520
      =   hold_quit =3D {
      =     kind =3D NO_EVENT,
      =     code =3D 0,
      =     part =3D scroll_bar_above_handle,
      =     modifiers =3D 0,
      =     x =3D 0,
      =     y =3D 0,
      =     timestamp =3D 0,
      =     padding =3D {0x0, 0x0},
      =     frame_or_window =3D 0,
      =     arg =3D 0
      =   }
      =   next =3D 0x0
      =   nread =3D 0
      =   err =3D false
      =   t =3D 0xea16e8
#20 0x00000000004da975 in handle_asy= nc_input () at keyboard.c:7080
No locals.
#21 process_pending_signals () at ke= yboard.c:7094
No locals.
#22 0x000000000054cc59 in Fdelq (elt= =3D365081893, list=3D13610934) at fns.c:1568
      =   tail =3D 13610934
      =   prev =3D 9817698
#23 0x000000000041f426 in delete_fra= me (frame=3D365081893, force=3D9817698) at frame.c:1292
      =   f =3D 0x15c2b520
      =   sf =3D 0xf5b8a0
      =   kb =3D <value optimized out>
      =   is_tooltip_frame =3D 0
#24 0x0000000000545620 in Ffuncall (= nargs=3D2, args=3D<value optimized out>) at eval.c:2781
      =   fun =3D <value optimized out>
      =   original_fun =3D <value optimized out>
      =   funcar =3D <value optimized out>
      =   numargs =3D 1
      =   val =3D <value optimized out>
      =   backtrace =3D {
      =     next =3D 0x7fff1a8dab90,
      =     function =3D 9860834,
      =     args =3D 0x7fff1a8daa50,
      =     nargs =3D 1,
      =     debug_on_exit =3D 0
      =   }
      =   internal_args =3D 0x7fff1a8da9a0
      =   i =3D <value optimized out>
#25 0x000000000057795e in exec_byte_= code (bytestr=3D9817693, vector=3D33, maxdepth=3D15, args_template=3D9817698= , nargs=3D0, args=3D0x11) at bytecode.c:900

      &= nbsp; op =3D 144
      =   vectorp =3D 0x15a3ccc8
      =   stack =3D {
      =     pc =3D 0x159fc861 "\210\202Y\001\307\016 !\203Y\001\= 321\016 !\210\316 \203c\001\016\060\204f\001\322 \210\016\037\211\036)\205\2= 04\001\311\016)!\205\204\001\312\311\016)!!\205\204\001\313\311\016)!!)\210\= 317\016'!\203\222\001\323\016'!\210\324\325\326\217\210\324\327\330\217\210\= 016$\203\246\001\324\331\332\217\210\333 \210\334\335!.\b\207", =

      &= nbsp;   byte_string =3D 362117489,
      =     byte_string_start =3D 0x159fc718 "\b\031\n\033\f\035= \016\036\036\037\306\016\037!\036 \016!\036\"\016#\036$\307\016%!\203&a= mp;",

      &= nbsp;   constants =3D 363056317,
      =     next =3D 0x7fff1a8dad90
      =   }
      =   top =3D 0x15aea6e0
      =   result =3D 15
      =   targets =3D {0x5779bb, 0x577d98, 0x579764, 0x579769, 0x577982, 0x5779= 82, 0x5796d5, 0x579713, 0x579af0, 0x579a75, 0x579afa, 0x579af5,

      &= nbsp;   0x5777e2, 0x5777e2, 0x577b79, 0x57986b, 0x577d0a, 0x577d0f= , 0x577d8e, 0x577d93, 0x57784c, 0x57784c, 0x577d3a, 0x577d14, 0x577b3b,

      &= nbsp;   0x577b40, 0x577b45, 0x577b55, 0x5778bb, 0x5778bb, 0x577d7a= , 0x577b15, 0x577b04, 0x577b09, 0x577b0e, 0x577ad9, 0x577941, 0x577941,

      &= nbsp;   0x577b65, 0x577ade, 0x577a82, 0x577a87, 0x577a8c, 0x5796d0= , 0x5778f8, 0x5778f8, 0x577ac5, 0x577a5c, 0x5779bb, 0x5779bb, 0x5779bb,

      &= nbsp;   0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5780b9= , 0x57813a, 0x578177, 0x5781b4, 0x5781f1, 0x577c53, 0x577c92, 0x578237,

      &= nbsp;   0x577c10, 0x577cc7, 0x57826e, 0x5782a3, 0x5782d7, 0x57831b= , 0x578350, 0x5783d2, 0x5783ff, 0x578434, 0x578470, 0x57849d, 0x5784ca,

      &= nbsp;   0x5784ff, 0x578534, 0x578569, 0x5785a5, 0x5785da, 0x57860f= , 0x578691, 0x5786cf, 0x57870d, 0x5787a0, 0x5788ab, 0x5787d5, 0x57880a,

      &= nbsp;   0x57883f, 0x578874, 0x5788e0, 0x578915, 0x57894a, 0x57897f= , 0x578a1e, 0x5779c7, 0x578a58, 0x578a85, 0x578b03, 0x578b3d, 0x578b77,

      &= nbsp;   0x578ba4, 0x578bd1, 0x578bfe, 0x578d8b, 0x5779bb, 0x57959f= , 0x579545, 0x579572, 0x579491, 0x5794be, 0x5794eb, 0x5779c7, 0x5779bb,

      &= nbsp;   0x579518, 0x579279, 0x5792a6, 0x5792d3, 0x579308, 0x57933d= , 0x57936a, 0x579427, 0x57945c, 0x578f47, 0x578f7c, 0x578fa9, 0x5779bb,

      &= nbsp;   0x577ef6, 0x578c2f, 0x577b8d, 0x578cce, 0x579891, 0x579914= , 0x577e8e, 0x577ed2, 0x577d4e, 0x577da5, 0x5779f9, 0x577f42, 0x577f74,

      &= nbsp;   0x577fae, 0x577fe0, 0x57801c, 0x578062, 0x577a95, 0x578fd6= , 0x579012, 0x57903f, 0x57906c, 0x579099, 0x5790c6, 0x5790fb, 0x579130,

      &= nbsp;   0x579165, 0x57919a, 0x5791e2, 0x579217, 0x57924c, 0x578dbf= , 0x578df4, 0x578e29, 0x578e66, 0x578ea3, 0x5789b4, 0x5789e9, 0x578ed8,

      &= nbsp;   0x578f0f, 0x5779bb, 0x57976e, 0x5797fb, 0x5799d1, 0x579a7a= , 0x577de2, 0x578385, 0x578644, 0x578ab6, 0x5795cc, 0x57960a, 0x5779bb,

      &= nbsp;   0x5779bb, 0x57965b, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb= , 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb,

      &= nbsp;   0x57969c <repeats 64 times>}
#26 0x0000000000545217 in funcall_la= mbda (fun=3D363056725, nargs=3D0, arg_vector=3D0x7fff1a8dac58) at eval.c:301= 0
      =   val =3D <value optimized out>
      =   syms_left =3D <value optimized out>
      =   next =3D <value optimized out>
      =   lexenv =3D 9817698
      =   i =3D 0
      =   optional =3D false
      =   rest =3D false
#27 0x00000000005454d2 in Ffuncall (= nargs=3D1, args=3D<value optimized out>) at eval.c:2839
      =   fun =3D 9817693
      =   original_fun =3D 362446402
      =   funcar =3D <value optimized out>
      =   numargs =3D 0
      =   val =3D <value optimized out>
      =   backtrace =3D {
      =     next =3D 0x7fff1a8dacb0,
      =     function =3D 362446402,
      =     args =3D 0x7fff1a8dac58,
      =     nargs =3D 0,
      =     debug_on_exit =3D 0
      =   }
      =   internal_args =3D 0x7fff1a8dac58
      =   i =3D <value optimized out>
#28 0x00000000005459a9 in funcall_ni= l (nargs=3D9817693, args=3D0x7fff1a8d9d90) at eval.c:2324
No locals.
#29 0x000000000054343d in run_hook_w= ith_args (nargs=3D1, args=3D0x7fff1a8dac50, funcall=3D0x5459a0 <funcall_n= il>) at eval.c:2509

      &= nbsp; global_vals =3D <value optimized out>
      =   sym =3D 362681490
      =   val =3D 15
      =   ret =3D 9817698
#30 0x00000000005435b5 in Frun_hooks= (nargs=3D1, args=3D0x7fff1a8dad30) at eval.c:2351
      =   hook =3D {362446402}
      =   i =3D 1
#31 0x0000000000545722 in Ffuncall (= nargs=3D2, args=3D<value optimized out>) at eval.c:2759
      =   fun =3D <value optimized out>
      =   original_fun =3D 9946946
      =   funcar =3D <value optimized out>
      =   numargs =3D 1
      =   val =3D <value optimized out>
      =   backtrace =3D {
      =     next =3D 0x7fff1a8dae80,
      =     function =3D 9946946,
      =     args =3D 0x7fff1a8dad30,
      =     nargs =3D 1,
      =     debug_on_exit =3D 0
      =   }
      =   internal_args =3D <value optimized out>
      =   i =3D <value optimized out>
#32 0x000000000057795e in exec_byte_= code (bytestr=3D9817693, vector=3D33, maxdepth=3D15, args_template=3D9817698= , nargs=3D0, args=3D0x11) at bytecode.c:900

      &= nbsp; op =3D 144
      =   vectorp =3D 0x15a3c8d0
      =   stack =3D {
      =     pc =3D 0x159fc3fa "\210\352\016\070\327\016\067#\210= \353 \206\272",
      =     byte_string =3D 362938465,
      =     byte_string_start =3D 0x159fc350 "\306 \210\307\310\= 311\"\210\307\312\311\"\210\307\313\311\"\210\307\314\311\&qu= ot;\210\315 \210\b\203#",

      &= nbsp;   constants =3D 363055301,
      =     next =3D 0x7fff1a8daf60
      =   }
      =   top =3D 0x15aea6e0
      =   result =3D 15
      =   targets =3D {0x5779bb, 0x577d98, 0x579764, 0x579769, 0x577982, 0x5779= 82, 0x5796d5, 0x579713, 0x579af0, 0x579a75, 0x579afa, 0x579af5,

      &= nbsp;   0x5777e2, 0x5777e2, 0x577b79, 0x57986b, 0x577d0a, 0x577d0f= , 0x577d8e, 0x577d93, 0x57784c, 0x57784c, 0x577d3a, 0x577d14, 0x577b3b,

      &= nbsp;   0x577b40, 0x577b45, 0x577b55, 0x5778bb, 0x5778bb, 0x577d7a= , 0x577b15, 0x577b04, 0x577b09, 0x577b0e, 0x577ad9, 0x577941, 0x577941,

      &= nbsp;   0x577b65, 0x577ade, 0x577a82, 0x577a87, 0x577a8c, 0x5796d0= , 0x5778f8, 0x5778f8, 0x577ac5, 0x577a5c, 0x5779bb, 0x5779bb, 0x5779bb,

      &= nbsp;   0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5780b9= , 0x57813a, 0x578177, 0x5781b4, 0x5781f1, 0x577c53, 0x577c92, 0x578237,

      &= nbsp;   0x577c10, 0x577cc7, 0x57826e, 0x5782a3, 0x5782d7, 0x57831b= , 0x578350, 0x5783d2, 0x5783ff, 0x578434, 0x578470, 0x57849d, 0x5784ca,

      &= nbsp;   0x5784ff, 0x578534, 0x578569, 0x5785a5, 0x5785da, 0x57860f= , 0x578691, 0x5786cf, 0x57870d, 0x5787a0, 0x5788ab, 0x5787d5, 0x57880a,

      &= nbsp;   0x57883f, 0x578874, 0x5788e0, 0x578915, 0x57894a, 0x57897f= , 0x578a1e, 0x5779c7, 0x578a58, 0x578a85, 0x578b03, 0x578b3d, 0x578b77,

      &= nbsp;   0x578ba4, 0x578bd1, 0x578bfe, 0x578d8b, 0x5779bb, 0x57959f= , 0x579545, 0x579572, 0x579491, 0x5794be, 0x5794eb, 0x5779c7, 0x5779bb,

      &= nbsp;   0x579518, 0x579279, 0x5792a6, 0x5792d3, 0x579308, 0x57933d= , 0x57936a, 0x579427, 0x57945c, 0x578f47, 0x578f7c, 0x578fa9, 0x5779bb,

      &= nbsp;   0x577ef6, 0x578c2f, 0x577b8d, 0x578cce, 0x579891, 0x579914= , 0x577e8e, 0x577ed2, 0x577d4e, 0x577da5, 0x5779f9, 0x577f42, 0x577f74,

      &= nbsp;   0x577fae, 0x577fe0, 0x57801c, 0x578062, 0x577a95, 0x578fd6= , 0x579012, 0x57903f, 0x57906c, 0x579099, 0x5790c6, 0x5790fb, 0x579130,

      &= nbsp;   0x579165, 0x57919a, 0x5791e2, 0x579217, 0x57924c, 0x578dbf= , 0x578df4, 0x578e29, 0x578e66, 0x578ea3, 0x5789b4, 0x5789e9, 0x578ed8,

      &= nbsp;   0x578f0f, 0x5779bb, 0x57976e, 0x5797fb, 0x5799d1, 0x579a7a= , 0x577de2, 0x578385, 0x578644, 0x578ab6, 0x5795cc, 0x57960a, 0x5779bb,

      &= nbsp;   0x5779bb, 0x57965b, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb= , 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb,

      &= nbsp;   0x57969c <repeats 64 times>}
#33 0x0000000000545217 in funcall_la= mbda (fun=3D363055805, nargs=3D1, arg_vector=3D0x7fff1a8daf00) at eval.c:301= 0
      =   val =3D <value optimized out>
      =   syms_left =3D <value optimized out>
      =   next =3D <value optimized out>
      =   lexenv =3D 9817698
      =   i =3D 1
      =   optional =3D false
      =   rest =3D false
#34 0x00000000005454d2 in Ffuncall (= nargs=3D2, args=3D<value optimized out>) at eval.c:2839
      =   fun =3D 9817693
      =   original_fun =3D 362736770
      =   funcar =3D <value optimized out>
      =   numargs =3D 1
      =   val =3D <value optimized out>
      =   backtrace =3D {
      =     next =3D 0x7fff1a8db050,
      =     function =3D 362736770,
      =     args =3D 0x7fff1a8daf00,
      =     nargs =3D 1,
      =     debug_on_exit =3D 0
      =   }
      =   internal_args =3D 0x7fff1a8daf00
      =   i =3D <value optimized out>
#35 0x000000000057795e in exec_byte_= code (bytestr=3D9817693, vector=3D33, maxdepth=3D15, args_template=3D9817698= , nargs=3D0, args=3D0x11) at bytecode.c:900

      &= nbsp; op =3D 144
      =   vectorp =3D 0x15a3c550
      =   stack =3D {
      =     pc =3D 0x159fc27f "\202M",
      =     byte_string =3D 362937297,
      =     byte_string_start =3D 0x159fc240 "\306\030\307\b!\20= 6\f",
      =     constants =3D 363054405,
      =     next =3D 0x0
      =   }
      =   top =3D 0x15aea6e0
      =   result =3D 15
      =   targets =3D {0x5779bb, 0x577d98, 0x579764, 0x579769, 0x577982, 0x5779= 82, 0x5796d5, 0x579713, 0x579af0, 0x579a75, 0x579afa, 0x579af5,

      &= nbsp;   0x5777e2, 0x5777e2, 0x577b79, 0x57986b, 0x577d0a, 0x577d0f= , 0x577d8e, 0x577d93, 0x57784c, 0x57784c, 0x577d3a, 0x577d14, 0x577b3b,

      &= nbsp;   0x577b40, 0x577b45, 0x577b55, 0x5778bb, 0x5778bb, 0x577d7a= , 0x577b15, 0x577b04, 0x577b09, 0x577b0e, 0x577ad9, 0x577941, 0x577941,

      &= nbsp;   0x577b65, 0x577ade, 0x577a82, 0x577a87, 0x577a8c, 0x5796d0= , 0x5778f8, 0x5778f8, 0x577ac5, 0x577a5c, 0x5779bb, 0x5779bb, 0x5779bb,

      &= nbsp;   0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5780b9= , 0x57813a, 0x578177, 0x5781b4, 0x5781f1, 0x577c53, 0x577c92, 0x578237,

      &= nbsp;   0x577c10, 0x577cc7, 0x57826e, 0x5782a3, 0x5782d7, 0x57831b= , 0x578350, 0x5783d2, 0x5783ff, 0x578434, 0x578470, 0x57849d, 0x5784ca,

      &= nbsp;   0x5784ff, 0x578534, 0x578569, 0x5785a5, 0x5785da, 0x57860f= , 0x578691, 0x5786cf, 0x57870d, 0x5787a0, 0x5788ab, 0x5787d5, 0x57880a,

      &= nbsp;   0x57883f, 0x578874, 0x5788e0, 0x578915, 0x57894a, 0x57897f= , 0x578a1e, 0x5779c7, 0x578a58, 0x578a85, 0x578b03, 0x578b3d, 0x578b77,

      &= nbsp;   0x578ba4, 0x578bd1, 0x578bfe, 0x578d8b, 0x5779bb, 0x57959f= , 0x579545, 0x579572, 0x579491, 0x5794be, 0x5794eb, 0x5779c7, 0x5779bb,

      &= nbsp;   0x579518, 0x579279, 0x5792a6, 0x5792d3, 0x579308, 0x57933d= , 0x57936a, 0x579427, 0x57945c, 0x578f47, 0x578f7c, 0x578fa9, 0x5779bb,

      &= nbsp;   0x577ef6, 0x578c2f, 0x577b8d, 0x578cce, 0x579891, 0x579914= , 0x577e8e, 0x577ed2, 0x577d4e, 0x577da5, 0x5779f9, 0x577f42, 0x577f74,

      &= nbsp;   0x577fae, 0x577fe0, 0x57801c, 0x578062, 0x577a95, 0x578fd6= , 0x579012, 0x57903f, 0x57906c, 0x579099, 0x5790c6, 0x5790fb, 0x579130,

      &= nbsp;   0x579165, 0x57919a, 0x5791e2, 0x579217, 0x57924c, 0x578dbf= , 0x578df4, 0x578e29, 0x578e66, 0x578ea3, 0x5789b4, 0x5789e9, 0x578ed8,

      &= nbsp;   0x578f0f, 0x5779bb, 0x57976e, 0x5797fb, 0x5799d1, 0x579a7a= , 0x577de2, 0x578385, 0x578644, 0x578ab6, 0x5795cc, 0x57960a, 0x5779bb,

      &= nbsp;   0x5779bb, 0x57965b, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb= , 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb, 0x5779bb,

      &= nbsp;   0x57969c <repeats 64 times>}
#36 0x0000000000545217 in funcall_la= mbda (fun=3D363054613, nargs=3D1, arg_vector=3D0x7fff1a8db118) at eval.c:301= 0
      =   val =3D <value optimized out>
      =   syms_left =3D <value optimized out>
      =   next =3D <value optimized out>
      =   lexenv =3D 9817698
      =   i =3D 1
      =   optional =3D false
      =   rest =3D false
#37 0x00000000005454d2 in Ffuncall (= nargs=3D2, args=3D<value optimized out>) at eval.c:2839
      =   fun =3D 9817693
      =   original_fun =3D 362578754
      =   funcar =3D <value optimized out>
      =   numargs =3D 1
      =   val =3D <value optimized out>
      =   backtrace =3D {
      =     next =3D 0x7fff1a8db260,
      =     function =3D 362578754,
      =     args =3D 0x7fff1a8db118,
      =     nargs =3D 1,
      =     debug_on_exit =3D 0
      =   }
      =   internal_args =3D 0x7fff1a8db118
      =   i =3D <value optimized out>
#38 0x0000000000542aa4 in Fcall_inte= ractively (function=3D362578754, record_flag=3D9817698, keys=3D9852853) at c= allint.c:852
      =   val =3D <value optimized out>
      =   args =3D 0x7fff1a8db110
      =   visargs =3D 0x7fff1a8db0f0
      =   specs =3D <value optimized out>
      =   filter_specs =3D 362938593
      =   teml =3D <value optimized out>
      =   up_event =3D 9817698
      =   enable =3D 9817698
      =   speccount =3D <value optimized out>
      =   next_event =3D 1
      =   prefix_arg =3D 9817698
      =   string =3D 0x60 <Address 0x60 out of bounds>
      =   tem =3D <value optimized out>
      =   varies =3D 0x7fff1a8db0d0 ""
      =   i =3D <value optimized out>
      =   nargs =3D 2
      =   mark =3D <value optimized out>
      =   arg_from_tty =3D false
      =   key_count =3D 1
      =   record_then_fail =3D false
      =   save_this_command =3D 362578754
      =   save_last_command =3D 362732738
      =   save_this_original_command =3D 362578754
      =   save_real_this_command =3D 362578754
#39 0x0000000000545637 in Ffuncall (= nargs=3D4, args=3D<value optimized out>) at eval.c:2785
      =   fun =3D <value optimized out>
      =   original_fun =3D <value optimized out>
      =   funcar =3D <value optimized out>
      =   numargs =3D 3
      =   val =3D <value optimized out>
      =   backtrace =3D {
      =     next =3D 0x0,
      =     function =3D 9964482,
      =     args =3D 0x7fff1a8db2d8,
      =     nargs =3D 3,
      =     debug_on_exit =3D 0
      =   }
      =   internal_args =3D 0x7fff1a8db2d8
      =   i =3D <value optimized out>
#40 0x00000000005458b4 in call3 (fn= =3D<value optimized out>, arg1=3D<value optimized out>, arg2=3D1= 5, arg3=3D144) at eval.c:2603

      &= nbsp; ret_ungc_val =3D 363767520
      =   args =3D {9964482, 362578754, 9817698, 9817698}
#41 0x00000000004e5242 in command_lo= op_1 () at keyboard.c:1587
      =   cmd =3D <value optimized out>
      =   keybuf =3D {452, 9817698, 2, 363187921, 9869314, 9817698, 14073363888= 2256, 5636455, 7307140313236726885, 8155300323019026540,

      &= nbsp;   7810763673028487541, 112, 140733638882256, 5636110, 475970= 20617104, 9817746, 361247888, 140733638882304, 2, 140733638883600,

      &= nbsp;   140733638883608, 8, 365561910, 5095294, 9817698, 365561910= , 9817698, 5095542, 140733638883584, 13132310}
      =   i =3D <value optimized out>
      =   prev_modiff =3D 2
      =   prev_buffer =3D 0x15ba61b0
#42 0x0000000000543fe6 in internal_c= ondition_case (bfun=3D0x4e4e80 <command_loop_1>, handlers=3D9869314, h= fun=3D0x4dbf90 <cmd_error>) at eval.c:1289

      &= nbsp; val =3D <value optimized out>
      =   c =3D {
      =     tag =3D 9817698,
      =     val =3D 9817698,
      =     next =3D 0x7fff1a8db610,
      =     gcpro =3D 0x0,
      =     jmp =3D {{
      =         __jmpbuf =3D {0, -195671370853867= 4395, 13422320, 140733638883600, 140733638883608, 8, -1956773627530889147, -= 1956713708529732776},

      &= nbsp;       __mask_was_saved =3D 0,
      =         __saved_mask =3D {
      =           __val =3D {0, 1758423= 6, 4294967295, 47597025058944, 47597020617104, 47596936057696, 4294967295, 4= 7596936056832, 6297600, 13422320,

      &= nbsp;           1407336388= 83600, 140733638883608, 8, 0, 47596935994501, 1}
      =         }
      =       }},
      =     backlist =3D 0x0,
      =     handlerlist =3D 0x0,
      =     lisp_eval_depth =3D 0,
      =     pdlcount =3D 2,
      =     poll_suppress_count =3D 1,
      =     interrupt_input_blocked =3D 0,
      =     byte_stack =3D 0x0
      =   }
      =   h =3D {
      =     handler =3D 9869314,
      =     var =3D 9817698,
      =     chosen_clause =3D 9817746,
      =     tag =3D 0x7fff1a8db490,
      =     next =3D 0x0
      =   }
#43 0x00000000004dbada in command_lo= op_2 (ignore=3D<value optimized out>) at keyboard.c:1168
      =   val =3D 363767520
#44 0x00000000005440da in internal_c= atch (tag=3D<value optimized out>, func=3D0x4dbac0 <command_loop_2&= gt;, arg=3D9817698) at eval.c:1060

      &= nbsp; c =3D {
      =     tag =3D 9865154,
      =     val =3D 9817698,
      =     next =3D 0x0,
      =     gcpro =3D 0x0,
      =     jmp =3D {{
      =         __jmpbuf =3D {0, -195671370853867= 4395, 13422320, 140733638883600, 140733638883608, 8, -1956773627530888651, -= 1956713708529726213},

      &= nbsp;       __mask_was_saved =3D 0,
      =         __saved_mask =3D {
      =           __val =3D {5, 0, 0, 0= , 0, 0, 0, 0, 0, 4282112, 198038331398, 0, 0, 0, 0, 9817698}
      =         }
      =       }},
      =     backlist =3D 0x0,
      =     handlerlist =3D 0x0,
      =     lisp_eval_depth =3D 0,
      =     pdlcount =3D 2,
      =     poll_suppress_count =3D 1,
      =     interrupt_input_blocked =3D 0,
      =     byte_stack =3D 0x0
      =   }
#45 0x00000000004dc230 in command_lo= op () at keyboard.c:1147
No locals.
#46 recursive_edit_1 () at keyboard.= c:779
      =   val =3D <value optimized out>
#47 0x00000000004dc37a in Frecursive= _edit () at keyboard.c:843
      =   buffer =3D 9817698
#48 0x00000000004d3f86 in main (argc= =3D<value optimized out>, argv=3D0x7fff1a8db918) at emacs.c:1528
      =   dummy =3D 17612224
      =   stack_bottom_variable =3D 0 '\000'
      =   do_initial_setlocale =3D <value optimized out>
      =   dumping =3D 214
      =   skip_args =3D 0
      =   rlim =3D {
      =     rlim_cur =3D 67108864,
      =     rlim_max =3D 67108864
      =   }
      =   no_loadup =3D false
      =   junk =3D 0x0
      =   dname_arg =3D 0x0
      =   ch_to_dir =3D 0x2b4a0bcadd5b "[]D\211\340A\\\303H\307B\b"
      =   heapexec =3D "EMACS_HEAP_EXEC=3Dtrue"
(gdb)
(gdb) xbacktrace
"delete-frame" (0x1a8daa50= )
"ediff-cleanup-mess" (0x1a= 8dac58)
"run-hooks" (0x1a8dad30)
"ediff-really-quit" (0x1a8= daf00)
"ediff-quit" (0x1a8db118)<= /FONT>
"call-interactively" (0x1a= 8db2d8)
(gdb)

In GNU Emacs 24.3.1 (x86_64-unknown-l= inux-gnu, GTK+ Version 2.10.4)
 of 2013-09-09 on dhbldd01
Windowing system distributor `The X.= Org Foundation', version 11.0.70101000
System Description:   = ;  Red Hat Enterprise Linux Server release 5.5 (Tikanga)

Configured using:
 `configure '--prefix=3D/cm/ot/= TOOL/GNU!18.0.1/build_G!86.IP.L5/generated'
 '--exec-prefix=3D/cm/ot/TOOL/G= NU!18.0.1/build_G!86.IP.L5/generated/libexec/emacs-24.3'
 '--mandir=3D/cm/ot/TOOL/GNU!18= =2E0.1/build_G!86.IP.L5/generated/man'
 '--without-gif' '--with-xpm' '= --with-png' '--with-jpeg' 'CFLAGS=3D-g
 -O2''

Important settings:
  value of $LANG: C
  value of $XMODIFIERS: @im=3Dn= one
  locale-coding-system: nil
  default enable-multibyte-char= acters: nil

Major mode: Info

Minor modes in effect:
  iswitchb-mode: t
  show-paren-mode: t
  which-function-mode: t
  tooltip-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
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:

Recent messages:

Load-path shadows:
/cm/ot/TOOL/GNU!18.0.1/build_G!86.IP= =2EL5/generated/share/emacs/24.3/site-lisp/sh-script hides /cm/ot/TOOL/GNU!1= 8.0.1/build_G!86.IP.L5/generated/share/emacs/24.3/lisp/progmodes/sh-script

Features:
(shadow sort gnus-util mail-extr ema= csbug message format-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encod= e mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc204= 7 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils info tabify ma= n ediff-merg ediff-diff ediff-wind
ediff-help ediff-util ediff-mult edi= ff-init ediff dired-aux misearch
multi-isearch add-log sh-script smie= executable gnat-fix-error etags
find-func gpc dired iswitchb paren a= da-xref ada-mode easymenu compile
comint ansi-color ring which-func im= enu align find-file
highlight-beyond-fill-column jka-com= pr uniquify advice help-fns cl-lib
advice-preload time-date tooltip edi= ff-hook vc-hooks lisp-float-type
mwheel x-win x-dnd tool-bar dnd font= set image regexp-opt fringe
tabulated-list newcomment lisp-mode = register page menu-bar rfn-eshadow
timer select scroll-bar mouse jit-lo= ck font-lock syntax facemenu
font-core frame cham georgian utf-8-= lang misc-lang vietnamese tibetan
thai tai-viet lao korean japanese he= brew greek romanian slovak czech
european ethiopic indian cyrillic ch= inese case-table epa-hook
jka-cmpr-hook help simple abbrev min= ibuffer loaddefs button faces
cus-face macroexp files text-propert= ies overlay sha1 md5 base64 format
env code-pages mule custom widget ha= shtable-print-readable backquote
make-network-process dbusbind dynami= c-setting system-font-setting
font-render-setting move-toolbar gtk= x-toolkit x multi-tty emacs)


____

 

This mes= sage and any files transmitted with it are legally privileged and intended f= or the sole use of the individual(s) or entity to whom they are addressed. I= f you are not the intended recipient, please notify the sender by reply and = delete the message and any attachments from your system. Any unauthorised us= e or disclosure of the content of this message is strictly prohibited and ma= y be unlawful.

 

Nothing = in this e-mail message amounts to a contractual or legal commitment on the p= art of EUROCONTROL, unless it is confirmed by appropriately signed hard copy= =2E

 

Any view= s expressed in this message are those of the sender.

------_=_NextPart_001_01CECB48.FAFD83C9-- From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 11 15:09:20 2016 Received: (at 14329) by debbugs.gnu.org; 11 Aug 2016 19:09:20 +0000 Received: from localhost ([127.0.0.1]:54354 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bXvM0-0003aU-HT for submit@debbugs.gnu.org; Thu, 11 Aug 2016 15:09:20 -0400 Received: from mail-wm0-f54.google.com ([74.125.82.54]:35966) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bXvLz-0003aF-1u for 14329@debbugs.gnu.org; Thu, 11 Aug 2016 15:09:19 -0400 Received: by mail-wm0-f54.google.com with SMTP id q128so9389932wma.1 for <14329@debbugs.gnu.org>; Thu, 11 Aug 2016 12:09:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=OyzQmzjYSY4BwHWnKzWTbEJkJYUvdm9l+ivYOZgGWDw=; b=sIKuedAWFxrjwb/zkF1rlu2NL6omar3FcL7YBO451sMxWNVqkHyIVfFoezUc1FxjZS OOaYxAhBRz3HhafR+leZwb+544dvhYfF6dvdfa0+Aq1jLB1GCgu61jAN5wo0zr4xJVmo URz7ex1QEqudGpl1neNU2+s67jXPFH9CX/Q2q2tERZ634t1NTqbPo95aqcCJtrZZEUMj GyklYh5dYTcHiydhSa1849WnNt+ewW7G5d86Tp2tDz8dkcbzfrUA3orN5vJg8SjGUSKZ z/GXcSNZM0nu2fo7NLCMawjgkYMAbnz3Ayyzj5Yw8OB9/fNfeGyA2wMgouYdcPKbTUjD LXXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=OyzQmzjYSY4BwHWnKzWTbEJkJYUvdm9l+ivYOZgGWDw=; b=de+l2eCyjdecq4I/194zoUtr+4MXvve18zYYfPOX9lGi+len/al3UhwzGXyuVHK3cD rOwQRro/TJl5W8q2oz/cYmyVlHpGqycbO9CzLFOSfFL6CLHVt2Qy2RaPbU3ht+yKq/7A E978Sc4uQRTvXBkGXugekjgUbgBH1nezRY7YgGgs47sFGrylRwgxZrZZvTZe2Y8fpAIK xoA3HOnsxbdVLP1nohHZoYYj83uV4ymLQ7vUMrYiUet+mz4llm33xYcASdKXm55usoQ0 tBS0gH1Uiy62dBURmUCwAiQRnkv7Ic7ij7bqYxKHKZZc3NIfy4eiGQFgRUPaJ/Nj8OUV 6sPw== X-Gm-Message-State: AEkoouuyPLRJfreQmCW2sxwsnCz4IfDDdzJPdUiP3iQ8EWtQxJXQHz8Ir5Gsdc3xs2nHhw== X-Received: by 10.28.144.5 with SMTP id s5mr10368828wmd.39.1470942553243; Thu, 11 Aug 2016 12:09:13 -0700 (PDT) Received: from breton.holly.idiocy.org (ip6-2001-08b0-03f8-8129-c9b0-c9dd-8aa4-da55.holly.idiocy.org. [2001:8b0:3f8:8129:c9b0:c9dd:8aa4:da55]) by smtp.gmail.com with ESMTPSA id i3sm4013817wjd.31.2016.08.11.12.09.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Aug 2016 12:09:12 -0700 (PDT) From: Alan Third To: David Reitter Subject: Re: bug#14329: delete_frame / expose_window_tree crash References: <91E78A14-38FB-459B-A60E-E4C6E890178F@gmail.com> Date: Thu, 11 Aug 2016 20:09:13 +0100 In-Reply-To: <91E78A14-38FB-459B-A60E-E4C6E890178F@gmail.com> (David Reitter's message of "Wed, 1 May 2013 15:31:09 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 14329 Cc: 14329@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: -0.7 (/) David Reitter writes: > I just had the crash illustrated below (in my branch based on a very > recent 24), and I have three reports from users showing what seems to > be the same crash in 23. > > Each of the four reports show this in the call stack: > > 42 org.gnu.Aquamacs 0x00013f17 delete_frame > > I wonder if the view tries to redraw after the frame has been deleted. > > Checking FRAME_LIVE_P won't work, since delete_frame() sets > f->terminal=0 later than the call to unblock_input(), so I'm not sure > what to do. Hi David, do you know if this crash still occurs? -- Alan Third From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 11 15:19:50 2016 Received: (at 14329-done) by debbugs.gnu.org; 11 Aug 2016 19:19:50 +0000 Received: from localhost ([127.0.0.1]:54360 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bXvWA-0003pI-IL for submit@debbugs.gnu.org; Thu, 11 Aug 2016 15:19:50 -0400 Received: from mail-it0-f50.google.com ([209.85.214.50]:37325) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bXvW9-0003p5-3b for 14329-done@debbugs.gnu.org; Thu, 11 Aug 2016 15:19:49 -0400 Received: by mail-it0-f50.google.com with SMTP id f6so5504392ith.0 for <14329-done@debbugs.gnu.org>; Thu, 11 Aug 2016 12:19:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=poV0FKtvJAQYiN84jaY5lsrxKL0Y7YJ84XI0uG01N4c=; b=RPAYLvbnYmkYCV4IhRXD65bdOmd7VrYy2+oucilqF5TCb4ibFmXHXtEYPKbVC1Hn0x ITUYRWsomRAN9BZCxhv+pygH4TCEnSmNPcXlEQpEZ8qL4EwYeuEqnB2mEWxM8CrXRNLv hPuBkQCeShzD+en/+fAYds8INLDa6Dh9JwpxGJFIPHakTLqhELlodBro1bjbSuUgz88J eK75DnjgGI+K1UerZZMZOc00F/HwvW9NKW7StnMRcfjTEOW/uduzFiMVXa92863NmtsI FMarq0nBx5L0Xhg394DbGMx/irM8bAJmnI8XJs+ILcoPKiELEfFFzOOugHOidNmTZXev TQQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=poV0FKtvJAQYiN84jaY5lsrxKL0Y7YJ84XI0uG01N4c=; b=lmD/i7caFRZqn5bq+SsBTt5jC7yFQz5N28lwzGu00Ekj0fPGNwAKKyvyuNBMyktHef gGPYGBh5FcC3wO2Wt8iwP6kHaZ0t4quzFA3IMydS7NOkCPOLTe5s9ZEWt7nEsak99zGJ piQpgl8qhcFc+0CNyq6EfaNKi7D55DJNrG8iBLqWaGnpE9INw4SGzd2Znenx3OhDm2yh 5iV1WFOcbZxixpjp85Y4n9q2uEImiC5w0XSubcHSrzhMkcPchA8Sj0mfNpDTMEwVCYuj h0hlWYgA0vyphx7eKz6uPeuoEFSmKZ4tamz0RKpopAedyv9MR0vgIiFYfLh9zIasqHE+ P1gQ== X-Gm-Message-State: AEkooutKRXwj7iQ8RnzYcmZs+QHUz3+XtZzcqBoMWxn1vuBuSSdYe/Yj+1I1843JSxvt1Q== X-Received: by 10.36.239.197 with SMTP id i188mr1260640ith.71.1470943183390; Thu, 11 Aug 2016 12:19:43 -0700 (PDT) Received: from [130.203.152.247] ([130.203.152.247]) by smtp.gmail.com with ESMTPSA id j12sm1915957ioi.36.2016.08.11.12.19.42 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 11 Aug 2016 12:19:42 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: bug#14329: delete_frame / expose_window_tree crash From: David Reitter In-Reply-To: Date: Thu, 11 Aug 2016 15:19:42 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <66E3BF5A-B3CE-475F-AAED-E617BE975404@gmail.com> References: <91E78A14-38FB-459B-A60E-E4C6E890178F@gmail.com> To: Alan Third X-Mailer: Apple Mail (2.3124) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 14329-done Cc: 14329-done@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: -0.7 (/) On Aug 11, 2016, at 3:09 PM, Alan Third wrote: >>=20 >> Checking FRAME_LIVE_P won't work, since delete_frame() sets >> f->terminal=3D0 later than the call to unblock_input(), so I'm not = sure >> what to do. >=20 > Hi David, do you know if this crash still occurs? I don=E2=80=99t think so. It disappeared after Dec 10, 2013, and the = youngest crash reports I have for this one end after that date. Closing it. From unknown Wed Jun 18 00:14:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 09 Sep 2016 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator