* bug#19036: 24.4; Crashes during load-theme, enable-theme and color-theme-$foo
@ 2014-11-12 22:57 Matthew Duck
2014-11-13 19:36 ` Matthew Duck
2014-11-14 7:56 ` Jan D.
0 siblings, 2 replies; 4+ messages in thread
From: Matthew Duck @ 2014-11-12 22:57 UTC (permalink / raw)
To: 19036
This is likely related to (or a duplicate of) debbugs.gnu.org/cgi/bugreport.cgi?bug=16501 and
debbugs.gnu.org/cgi/bugreport.cgi?bug=2626.
Emacs consistently crashes during use of load-theme and enable-theme. I can reproduce
by manually calling the below functions several times (between 5 - 30, the number varies):
;; /Applications/Emacs.app/Contents/MacOS/Emacs --quick --no-init-file
(load-theme 'tango)
(load-theme 'wombat)
(enable-theme 'tango)
(enable-theme 'wombat)
The crash seems to be triggered faster when using load-theme than enable-theme.
Crashes also occur when using color-theme. I can reproduce by initialising and then
manually running color-theme-$foo commands several times:
;; /Applications/Emacs.app/Contents/MacOS/Emacs --quick --no-init-file
(color-theme-initialize)
(color-theme-xp)
(color-theme-resolve)
I tried to reproduce the crash programmatically, but could *not* induce it:
(while t
(sit-for 0.5)
(load-theme 'tango)
(sit-for 0.5)
(load-theme 'wombat))
I'm using OS X 10.6.8. The crashes occur on both Emacs 24.3.1 and 24.4.1, both
builds are the OS X apps downloaded from http://emacsformacosx.com/builds.
On v24.3.1, the errors printed to the terminal seem to always be the same:
Fatal error 11: Segmentation faultAbort trap
On v24.4.1 it seems to take more function calls to trigger the crash, and various errors
have been printed on different occasions:
Fatal error 11: Segmentation faultAbort trap
objc[5808]: FREED(id): message retain sent to freed object=0x8be610
Fatal error 4: Illegal instructionAbort trap
Fatal error 10: Bus errorAbort trap
Emacs information below:
In GNU Emacs 24.4.1 (i686-apple-darwin, NS apple-appkit-1038.36)
of 2014-10-21 on builder10-6.porkrind.org
Windowing system distributor `Apple', version 10.3.1038
Configured using:
`configure --with-ns --host=i686-apple-darwin --build=i686-apple-darwin
--with-jpeg=no --with-png=no --with-gif=no --with-tiff=no'
Important settings:
value of $LANG: en_GB.UTF-8
locale-coding-system: utf-8-unix
Major mode: Lisp Interaction
Minor modes in effect:
tooltip-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Load-path shadows:
None found.
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
help-fns mail-prsvr mail-utils help-mode easymenu time-date tooltip
electric uniquify ediff-hook vc-hooks lisp-float-type mwheel ns-win
tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
lisp-mode prog-mode register page menu-bar rfn-eshadow timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham
georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese hebrew greek romanian slovak czech european ethiopic
indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple
abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
cocoa ns multi-tty emacs)
Memory information:
((conses 8 72164 6465)
(symbols 24 17305 0)
(miscs 20 37 246)
(strings 16 9208 3707)
(string-bytes 1 259896)
(vectors 8 9130)
(vector-slots 4 378802 5184)
(floats 8 53 357)
(intervals 28 187 15)
(buffers 512 12))
OS X crash dump for one instance of a "Fatal error 10: Bus errorAbort trap" on v24.4:
Process: Emacs-i386-10_5 [6822]
Path: /Applications/Emacs.app/Contents/MacOS/Emacs-i386-10_5
Identifier: org.gnu.Emacs
Version: Version 24.4 (9.0)
Code Type: X86 (Native)
Parent Process: bash [5271]
Date/Time: 2014-11-12 21:19:54.665 +0000
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6
Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000020
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 libSystem.B.dylib 0x9901dc5a __kill + 10
1 libSystem.B.dylib 0x9901dc4c kill$UNIX2003 + 32
2 libSystem.B.dylib 0x990b05a5 raise + 26
3 Emacs-i386-10_5 0x000ab70f terminate_due_to_signal + 143
4 Emacs-i386-10_5 0x000ca3fa emacs_abort + 26
5 Emacs-i386-10_5 0x001a142a ns_term_shutdown + 90
6 Emacs-i386-10_5 0x000aa5d3 shut_down_emacs + 195
7 Emacs-i386-10_5 0x000ab6d7 terminate_due_to_signal + 87
8 Emacs-i386-10_5 0x000ca4b9 handle_fatal_signal + 25
9 Emacs-i386-10_5 0x000ca9f5 deliver_fatal_thread_signal + 165
10 libSystem.B.dylib 0x9902305b _sigtramp + 43
11 ??? 0xffffffff 0 + 4294967295
12 Emacs-i386-10_5 0x00011794 x_set_frame_parameters + 452
13 Emacs-i386-10_5 0x00012026 Fmodify_frame_parameters + 550
14 Emacs-i386-10_5 0x000a4305 Finternal_set_lisp_face_attribute + 1669
15 Emacs-i386-10_5 0x0012ba61 Ffuncall + 1185
16 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
17 Emacs-i386-10_5 0x0012b347 funcall_lambda + 423
18 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
19 Emacs-i386-10_5 0x0012bf78 Fapply + 360
20 Emacs-i386-10_5 0x0012bafd Ffuncall + 1341
21 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
22 Emacs-i386-10_5 0x0012b347 funcall_lambda + 423
23 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
24 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
25 Emacs-i386-10_5 0x0012b347 funcall_lambda + 423
26 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
27 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
28 Emacs-i386-10_5 0x0012b347 funcall_lambda + 423
29 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
30 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
31 Emacs-i386-10_5 0x0012b347 funcall_lambda + 423
32 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
33 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
34 Emacs-i386-10_5 0x0012b347 funcall_lambda + 423
35 Emacs-i386-10_5 0x0012cd18 apply_lambda + 248
36 Emacs-i386-10_5 0x0012ab83 eval_sub + 787
37 Emacs-i386-10_5 0x0012d611 Feval + 97
38 Emacs-i386-10_5 0x0012baa6 Ffuncall + 1254
39 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
40 Emacs-i386-10_5 0x0012b3d6 funcall_lambda + 566
41 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
42 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
43 Emacs-i386-10_5 0x0012b3d6 funcall_lambda + 566
44 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
45 Emacs-i386-10_5 0x00127e61 Fcall_interactively + 5777
46 Emacs-i386-10_5 0x0012ba88 Ffuncall + 1224
47 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
48 Emacs-i386-10_5 0x0012b3d6 funcall_lambda + 566
49 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
50 Emacs-i386-10_5 0x0012bd35 call1 + 37
51 Emacs-i386-10_5 0x000c0ff9 command_loop_1 + 1289
52 Emacs-i386-10_5 0x00129c43 internal_condition_case + 195
53 Emacs-i386-10_5 0x000b6bfb command_loop_2 + 75
54 Emacs-i386-10_5 0x00129b49 internal_catch + 201
55 Emacs-i386-10_5 0x000b60f8 recursive_edit_1 + 376
56 Emacs-i386-10_5 0x000b8554 Frecursive_edit + 228
57 Emacs-i386-10_5 0x000ae1e5 main + 3269
58 Emacs-i386-10_5 0x00003cb5 start + 53
Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x98fe3382 kevent + 10
1 libSystem.B.dylib 0x98fe3a9c _dispatch_mgr_invoke + 215
2 libSystem.B.dylib 0x98fe2f59 _dispatch_queue_invoke + 163
3 libSystem.B.dylib 0x98fe2cfe _dispatch_worker_thread2 + 240
4 libSystem.B.dylib 0x98fe2781 _pthread_wqthread + 390
5 libSystem.B.dylib 0x98fe25c6 start_wqthread + 30
Thread 2:
0 libSystem.B.dylib 0x98fdbac6 select$DARWIN_EXTSN + 10
1 Emacs-i386-10_5 0x001a9187 -[EmacsApp fd_handler:] + 807
2 com.apple.Foundation 0x9339c4c4 -[NSThread main] + 45
3 com.apple.Foundation 0x9339c474 __NSThread__main__ + 1499
4 libSystem.B.dylib 0x98fea259 _pthread_start + 345
5 libSystem.B.dylib 0x98fea0de thread_start + 34
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000000 ebx: 0x000ab68d ecx: 0xbfffbc1c edx: 0x9901dc5a
edi: 0x0000000a esi: 0x00000006 ebp: 0xbfffbc38 esp: 0xbfffbc1c
ss: 0x0000001f efl: 0x00000282 eip: 0x9901dc5a cs: 0x00000007
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x000ab680
Binary Images:
0x1000 - 0x205ff7 +Emacs-i386-10_5 ??? (???) <5CCA9A86-4D14-2357-596E-241DF480A498> /Applications/Emacs.app/Contents/MacOS/Emacs-i386-10_5
0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <1C06ECD9-A2D7-BB10-AF50-0F2B598A7DEC> /usr/lib/dyld
0x90003000 - 0x901c6feb com.apple.ImageIO.framework 3.0.6 (3.0.6) <AE641FAD-DF38-AE31-B45B-85AEE7AF3A45> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x901c7000 - 0x901fafff libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x901fb000 - 0x90275fff com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x90276000 - 0x903f1fe7 com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9045b000 - 0x9046fffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x90470000 - 0x90498ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
0x90b15000 - 0x90b19ff7 libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x90b1a000 - 0x90b1dfe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
0x90bbc000 - 0x90bceff7 com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x90bcf000 - 0x90be0ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x90be1000 - 0x90c05ff7 libJPEG.dylib ??? (???) <50E17B4D-63D6-24D3-702F-6A6E912A55EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x90d49000 - 0x90d84ffb libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x90e36000 - 0x90e3cff7 libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <6EE825E7-CBA5-2AD2-0336-244D45A1A834> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x90e3d000 - 0x90ef9fff com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x90efa000 - 0x90efcff7 libRadiance.dylib ??? (???) <090420B3-CB65-9F7B-5349-D42F2F9693B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x911d7000 - 0x911dbff7 IOSurface ??? (???) <F9E6DFC1-8DD9-7C7E-CA85-B80735586E05> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x911f9000 - 0x91246feb com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x91247000 - 0x91267fe7 libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
0x91268000 - 0x91299ff7 libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9129a000 - 0x9131afeb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9131b000 - 0x913b6fe7 com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x91435000 - 0x9143eff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x91440000 - 0x91520fe7 com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91664000 - 0x9171dfe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
0x9171e000 - 0x92001ff7 com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x92002000 - 0x92016fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
0x92017000 - 0x9201aff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x9201b000 - 0x920c7fe7 com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x920de000 - 0x92176fe7 edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x92177000 - 0x92178ff7 com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x9267e000 - 0x9267eff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x926be000 - 0x926dcfe7 libPng.dylib ??? (???) <6C0B95D7-9634-E044-0B79-F1DD56961C33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x926dd000 - 0x926f5ff7 com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x92a02000 - 0x92a0cffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92a0d000 - 0x92a5dfe7 libTIFF.dylib ??? (???) <AB182CEC-188A-F2BC-21E1-0059FD3B2598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x92a95000 - 0x92aa3fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
0x92d53000 - 0x92e55fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <316C3B25-6DCA-549A-7728-D5A038F654D8> /usr/lib/libcrypto.0.9.8.dylib
0x92e56000 - 0x92e60fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92fa5000 - 0x92fe6ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x93028000 - 0x93028ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x93029000 - 0x9328fff7 com.apple.security 6.1.2 (55002) <E88E133F-5FB3-446F-B753-2B8AD577B46A> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x93341000 - 0x93385ff3 com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x93386000 - 0x935f7fef com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x93778000 - 0x93783ff7 libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x93784000 - 0x93831fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
0x93a04000 - 0x93e1aff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x93e93000 - 0x93e9eff7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x93f49000 - 0x93f9cff7 com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x940d8000 - 0x94112ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A6C207E3-7B42-926D-9C93-BE3F50B92496> /usr/lib/libcups.2.dylib
0x94124000 - 0x94132ff7 com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x94270000 - 0x942a3ff7 com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x942a4000 - 0x943a4fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
0x943a5000 - 0x943aaff7 com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x943ab000 - 0x944e8fe7 com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9543d000 - 0x95508fef com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9550f000 - 0x955bdff3 com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x955be000 - 0x955e4ffb com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x95660000 - 0x956a4fe7 com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x956a5000 - 0x956f5ff7 com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x956f6000 - 0x95703ff7 com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x95704000 - 0x9573cfe7 libncurses.5.4.dylib 5.4.0 (compatibility 5.4.0) <18AA1E55-D5F5-6343-80BF-8FA609C32BC5> /usr/lib/libncurses.5.4.dylib
0x95db1000 - 0x95db2ff7 com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x95db3000 - 0x95db6ff7 libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x95db7000 - 0x960dbfef com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9614f000 - 0x9614fff7 com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9616f000 - 0x964daff7 com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9651f000 - 0x96d0e557 com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x96d89000 - 0x96e1bfe7 com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x96e1c000 - 0x96e20ff7 libGIF.dylib ??? (???) <2251F789-B187-0837-6E38-A0E5C7C4FA3C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x96e21000 - 0x96ec9ffb com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x970dd000 - 0x973fdff3 com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x97457000 - 0x97467ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
0x97bba000 - 0x97bdcfef com.apple.DirectoryService.Framework 3.6 (621.16) <5566E769-6459-78A7-DD2C-1D3068BD3932> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x97bf8000 - 0x97d26fe7 com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x97d63000 - 0x97da0ff7 com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x97dd6000 - 0x9820bff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9820f000 - 0x9820fff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x98210000 - 0x98216fe7 com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x98217000 - 0x98238fe7 com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x98239000 - 0x9830afe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C618942F-BC01-0565-18CF-477B63C02181> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x9830b000 - 0x98368ff7 com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x98369000 - 0x983cafe7 com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x983ce000 - 0x98411ff7 libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x98412000 - 0x98454ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x98493000 - 0x98502ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9850a000 - 0x98516ff7 libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
0x985be000 - 0x985beff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
0x9862e000 - 0x9864dff7 com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x98831000 - 0x98c82fef com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x98fbc000 - 0x99163ff7 libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
0x991a6000 - 0x99228ffb SecurityFoundation ??? (???) <BFE377A4-C830-3ECA-E69F-8A8094CDA0A6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x993a4000 - 0x993eaff7 libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
0x993eb000 - 0x994c5fff com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x994d6000 - 0x994d6ff7 com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x994e2000 - 0x9959afeb libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x995cc000 - 0x996d8fe7 libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x99792000 - 0x997fcfe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x99832000 - 0x998cffe3 com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9a745000 - 0x9a8c7fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <60FF302E-5FAE-749B-BC70-0496DC2FBF2D> /usr/lib/libicucore.A.dylib
0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
Model: iMac8,1, BootROM IM81.00C1.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.30f1
Graphics: ATI Radeon HD 2600 Pro, ATI Radeon HD 2600 Pro, PCIe, 256 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.131.42.4)
Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: AirPort, AirPort, en1
Serial ATA Device: WDC WD5000AAKS-40YGA1, 465.76 GB
Parallel ATA Device: OPTIARC DVD RW AD-5630A
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#19036: 24.4; Crashes during load-theme, enable-theme and color-theme-$foo
2014-11-12 22:57 bug#19036: 24.4; Crashes during load-theme, enable-theme and color-theme-$foo Matthew Duck
@ 2014-11-13 19:36 ` Matthew Duck
2014-11-14 7:56 ` Jan D.
1 sibling, 0 replies; 4+ messages in thread
From: Matthew Duck @ 2014-11-13 19:36 UTC (permalink / raw)
To: 19036
I *cannot* reproduce the crash running "emacs -Q" in the terminal. Version details below:
In GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)
of 2013-03-13 on bob.porkrind.org
Windowing system distributor `Apple', version 10.3.1038
Configured using:
`configure '--host=x86_64-apple-darwin' '--build=i686-apple-darwin'
'--with-ns' 'build_alias=i686-apple-darwin'
'host_alias=x86_64-apple-darwin' 'CC=gcc -mmacosx-version-min=10.5 ''
Important settings:
value of $LANG: en_GB.UTF-8
locale-coding-system: utf-8-unix
default enable-multibyte-characters: t
Minor modes in effect:
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
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
buffer-read-only: t
line-number-mode: t
transient-mark-mode: t
Load-path shadows:
None found.
Features:
(shadow sort gnus-util mail-extr help-fns 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 help-mode easymenu time-date tooltip
ediff-hook vc-hooks lisp-float-type mwheel ns-win 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 ns multi-tty emacs)
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#19036: 24.4; Crashes during load-theme, enable-theme and color-theme-$foo
2014-11-12 22:57 bug#19036: 24.4; Crashes during load-theme, enable-theme and color-theme-$foo Matthew Duck
2014-11-13 19:36 ` Matthew Duck
@ 2014-11-14 7:56 ` Jan D.
2014-11-14 13:59 ` Matthew Duck
1 sibling, 1 reply; 4+ messages in thread
From: Jan D. @ 2014-11-14 7:56 UTC (permalink / raw)
To: Matthew Duck, 19036
Hello.
This has been fixed in the 24 branch.
Matthew Duck skrev den 2014-11-12 23:57:
> This is likely related to (or a duplicate of) debbugs.gnu.org/cgi/bugreport.cgi?bug=16501 and
> debbugs.gnu.org/cgi/bugreport.cgi?bug=2626.
I would guess so, merged them.
Jan D.
>
> Emacs consistently crashes during use of load-theme and enable-theme. I can reproduce
> by manually calling the below functions several times (between 5 - 30, the number varies):
>
> ;; /Applications/Emacs.app/Contents/MacOS/Emacs --quick --no-init-file
> (load-theme 'tango)
> (load-theme 'wombat)
> (enable-theme 'tango)
> (enable-theme 'wombat)
>
> The crash seems to be triggered faster when using load-theme than enable-theme.
>
> Crashes also occur when using color-theme. I can reproduce by initialising and then
> manually running color-theme-$foo commands several times:
>
> ;; /Applications/Emacs.app/Contents/MacOS/Emacs --quick --no-init-file
> (color-theme-initialize)
> (color-theme-xp)
> (color-theme-resolve)
>
> I tried to reproduce the crash programmatically, but could *not* induce it:
>
> (while t
> (sit-for 0.5)
> (load-theme 'tango)
> (sit-for 0.5)
> (load-theme 'wombat))
>
> I'm using OS X 10.6.8. The crashes occur on both Emacs 24.3.1 and 24.4.1, both
> builds are the OS X apps downloaded from http://emacsformacosx.com/builds.
>
> On v24.3.1, the errors printed to the terminal seem to always be the same:
>
> Fatal error 11: Segmentation faultAbort trap
>
> On v24.4.1 it seems to take more function calls to trigger the crash, and various errors
> have been printed on different occasions:
>
> Fatal error 11: Segmentation faultAbort trap
>
> objc[5808]: FREED(id): message retain sent to freed object=0x8be610
> Fatal error 4: Illegal instructionAbort trap
>
> Fatal error 10: Bus errorAbort trap
>
> Emacs information below:
>
> In GNU Emacs 24.4.1 (i686-apple-darwin, NS apple-appkit-1038.36)
> of 2014-10-21 on builder10-6.porkrind.org
> Windowing system distributor `Apple', version 10.3.1038
> Configured using:
> `configure --with-ns --host=i686-apple-darwin --build=i686-apple-darwin
> --with-jpeg=no --with-png=no --with-gif=no --with-tiff=no'
>
> Important settings:
> value of $LANG: en_GB.UTF-8
> locale-coding-system: utf-8-unix
>
> Major mode: Lisp Interaction
>
> Minor modes in effect:
> tooltip-mode: t
> electric-indent-mode: t
> mouse-wheel-mode: t
> tool-bar-mode: t
> menu-bar-mode: t
> file-name-shadow-mode: t
> global-font-lock-mode: t
> font-lock-mode: t
> blink-cursor-mode: t
> auto-composition-mode: t
> auto-encryption-mode: t
> auto-compression-mode: t
> line-number-mode: t
> transient-mark-mode: t
>
> Load-path shadows:
> None found.
>
> 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
> help-fns mail-prsvr mail-utils help-mode easymenu time-date tooltip
> electric uniquify ediff-hook vc-hooks lisp-float-type mwheel ns-win
> tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
> lisp-mode prog-mode register page menu-bar rfn-eshadow timer select
> scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham
> georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
> korean japanese hebrew greek romanian slovak czech european ethiopic
> indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple
> abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files
> text-properties overlay sha1 md5 base64 format env code-pages mule
> custom widget hashtable-print-readable backquote make-network-process
> cocoa ns multi-tty emacs)
>
> Memory information:
> ((conses 8 72164 6465)
> (symbols 24 17305 0)
> (miscs 20 37 246)
> (strings 16 9208 3707)
> (string-bytes 1 259896)
> (vectors 8 9130)
> (vector-slots 4 378802 5184)
> (floats 8 53 357)
> (intervals 28 187 15)
> (buffers 512 12))
>
> OS X crash dump for one instance of a "Fatal error 10: Bus errorAbort trap" on v24.4:
>
> Process: Emacs-i386-10_5 [6822]
> Path: /Applications/Emacs.app/Contents/MacOS/Emacs-i386-10_5
> Identifier: org.gnu.Emacs
> Version: Version 24.4 (9.0)
> Code Type: X86 (Native)
> Parent Process: bash [5271]
>
> Date/Time: 2014-11-12 21:19:54.665 +0000
> OS Version: Mac OS X 10.6.8 (10K549)
> Report Version: 6
>
> Exception Type: EXC_BAD_ACCESS (SIGABRT)
> Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000020
> Crashed Thread: 0 Dispatch queue: com.apple.main-thread
>
> Thread 0 Crashed: Dispatch queue: com.apple.main-thread
> 0 libSystem.B.dylib 0x9901dc5a __kill + 10
> 1 libSystem.B.dylib 0x9901dc4c kill$UNIX2003 + 32
> 2 libSystem.B.dylib 0x990b05a5 raise + 26
> 3 Emacs-i386-10_5 0x000ab70f terminate_due_to_signal + 143
> 4 Emacs-i386-10_5 0x000ca3fa emacs_abort + 26
> 5 Emacs-i386-10_5 0x001a142a ns_term_shutdown + 90
> 6 Emacs-i386-10_5 0x000aa5d3 shut_down_emacs + 195
> 7 Emacs-i386-10_5 0x000ab6d7 terminate_due_to_signal + 87
> 8 Emacs-i386-10_5 0x000ca4b9 handle_fatal_signal + 25
> 9 Emacs-i386-10_5 0x000ca9f5 deliver_fatal_thread_signal + 165
> 10 libSystem.B.dylib 0x9902305b _sigtramp + 43
> 11 ??? 0xffffffff 0 + 4294967295
> 12 Emacs-i386-10_5 0x00011794 x_set_frame_parameters + 452
> 13 Emacs-i386-10_5 0x00012026 Fmodify_frame_parameters + 550
> 14 Emacs-i386-10_5 0x000a4305 Finternal_set_lisp_face_attribute + 1669
> 15 Emacs-i386-10_5 0x0012ba61 Ffuncall + 1185
> 16 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
> 17 Emacs-i386-10_5 0x0012b347 funcall_lambda + 423
> 18 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
> 19 Emacs-i386-10_5 0x0012bf78 Fapply + 360
> 20 Emacs-i386-10_5 0x0012bafd Ffuncall + 1341
> 21 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
> 22 Emacs-i386-10_5 0x0012b347 funcall_lambda + 423
> 23 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
> 24 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
> 25 Emacs-i386-10_5 0x0012b347 funcall_lambda + 423
> 26 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
> 27 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
> 28 Emacs-i386-10_5 0x0012b347 funcall_lambda + 423
> 29 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
> 30 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
> 31 Emacs-i386-10_5 0x0012b347 funcall_lambda + 423
> 32 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
> 33 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
> 34 Emacs-i386-10_5 0x0012b347 funcall_lambda + 423
> 35 Emacs-i386-10_5 0x0012cd18 apply_lambda + 248
> 36 Emacs-i386-10_5 0x0012ab83 eval_sub + 787
> 37 Emacs-i386-10_5 0x0012d611 Feval + 97
> 38 Emacs-i386-10_5 0x0012baa6 Ffuncall + 1254
> 39 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
> 40 Emacs-i386-10_5 0x0012b3d6 funcall_lambda + 566
> 41 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
> 42 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
> 43 Emacs-i386-10_5 0x0012b3d6 funcall_lambda + 566
> 44 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
> 45 Emacs-i386-10_5 0x00127e61 Fcall_interactively + 5777
> 46 Emacs-i386-10_5 0x0012ba88 Ffuncall + 1224
> 47 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
> 48 Emacs-i386-10_5 0x0012b3d6 funcall_lambda + 566
> 49 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
> 50 Emacs-i386-10_5 0x0012bd35 call1 + 37
> 51 Emacs-i386-10_5 0x000c0ff9 command_loop_1 + 1289
> 52 Emacs-i386-10_5 0x00129c43 internal_condition_case + 195
> 53 Emacs-i386-10_5 0x000b6bfb command_loop_2 + 75
> 54 Emacs-i386-10_5 0x00129b49 internal_catch + 201
> 55 Emacs-i386-10_5 0x000b60f8 recursive_edit_1 + 376
> 56 Emacs-i386-10_5 0x000b8554 Frecursive_edit + 228
> 57 Emacs-i386-10_5 0x000ae1e5 main + 3269
> 58 Emacs-i386-10_5 0x00003cb5 start + 53
>
> Thread 1: Dispatch queue: com.apple.libdispatch-manager
> 0 libSystem.B.dylib 0x98fe3382 kevent + 10
> 1 libSystem.B.dylib 0x98fe3a9c _dispatch_mgr_invoke + 215
> 2 libSystem.B.dylib 0x98fe2f59 _dispatch_queue_invoke + 163
> 3 libSystem.B.dylib 0x98fe2cfe _dispatch_worker_thread2 + 240
> 4 libSystem.B.dylib 0x98fe2781 _pthread_wqthread + 390
> 5 libSystem.B.dylib 0x98fe25c6 start_wqthread + 30
>
> Thread 2:
> 0 libSystem.B.dylib 0x98fdbac6 select$DARWIN_EXTSN + 10
> 1 Emacs-i386-10_5 0x001a9187 -[EmacsApp fd_handler:] + 807
> 2 com.apple.Foundation 0x9339c4c4 -[NSThread main] + 45
> 3 com.apple.Foundation 0x9339c474 __NSThread__main__ + 1499
> 4 libSystem.B.dylib 0x98fea259 _pthread_start + 345
> 5 libSystem.B.dylib 0x98fea0de thread_start + 34
>
> Thread 0 crashed with X86 Thread State (32-bit):
> eax: 0x00000000 ebx: 0x000ab68d ecx: 0xbfffbc1c edx: 0x9901dc5a
> edi: 0x0000000a esi: 0x00000006 ebp: 0xbfffbc38 esp: 0xbfffbc1c
> ss: 0x0000001f efl: 0x00000282 eip: 0x9901dc5a cs: 0x00000007
> ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
> cr2: 0x000ab680
>
> Binary Images:
> 0x1000 - 0x205ff7 +Emacs-i386-10_5 ??? (???) <5CCA9A86-4D14-2357-596E-241DF480A498> /Applications/Emacs.app/Contents/MacOS/Emacs-i386-10_5
> 0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <1C06ECD9-A2D7-BB10-AF50-0F2B598A7DEC> /usr/lib/dyld
> 0x90003000 - 0x901c6feb com.apple.ImageIO.framework 3.0.6 (3.0.6) <AE641FAD-DF38-AE31-B45B-85AEE7AF3A45> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
> 0x901c7000 - 0x901fafff libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
> 0x901fb000 - 0x90275fff com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
> 0x90276000 - 0x903f1fe7 com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> 0x9045b000 - 0x9046fffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
> 0x90470000 - 0x90498ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
> 0x90b15000 - 0x90b19ff7 libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
> 0x90b1a000 - 0x90b1dfe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
> 0x90bbc000 - 0x90bceff7 com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
> 0x90bcf000 - 0x90be0ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
> 0x90be1000 - 0x90c05ff7 libJPEG.dylib ??? (???) <50E17B4D-63D6-24D3-702F-6A6E912A55EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
> 0x90d49000 - 0x90d84ffb libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
> 0x90e36000 - 0x90e3cff7 libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <6EE825E7-CBA5-2AD2-0336-244D45A1A834> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
> 0x90e3d000 - 0x90ef9fff com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
> 0x90efa000 - 0x90efcff7 libRadiance.dylib ??? (???) <090420B3-CB65-9F7B-5349-D42F2F9693B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
> 0x911d7000 - 0x911dbff7 IOSurface ??? (???) <F9E6DFC1-8DD9-7C7E-CA85-B80735586E05> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
> 0x911f9000 - 0x91246feb com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
> 0x91247000 - 0x91267fe7 libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
> 0x91268000 - 0x91299ff7 libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
> 0x9129a000 - 0x9131afeb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
> 0x9131b000 - 0x913b6fe7 com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
> 0x91435000 - 0x9143eff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
> 0x91440000 - 0x91520fe7 com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
> 0x91664000 - 0x9171dfe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
> 0x9171e000 - 0x92001ff7 com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> 0x92002000 - 0x92016fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
> 0x92017000 - 0x9201aff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
> 0x9201b000 - 0x920c7fe7 com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
> 0x920de000 - 0x92176fe7 edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
> 0x92177000 - 0x92178ff7 com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
> 0x9267e000 - 0x9267eff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
> 0x926be000 - 0x926dcfe7 libPng.dylib ??? (???) <6C0B95D7-9634-E044-0B79-F1DD56961C33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
> 0x926dd000 - 0x926f5ff7 com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
> 0x92a02000 - 0x92a0cffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
> 0x92a0d000 - 0x92a5dfe7 libTIFF.dylib ??? (???) <AB182CEC-188A-F2BC-21E1-0059FD3B2598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
> 0x92a95000 - 0x92aa3fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
> 0x92d53000 - 0x92e55fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <316C3B25-6DCA-549A-7728-D5A038F654D8> /usr/lib/libcrypto.0.9.8.dylib
> 0x92e56000 - 0x92e60fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
> 0x92fa5000 - 0x92fe6ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
> 0x93028000 - 0x93028ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
> 0x93029000 - 0x9328fff7 com.apple.security 6.1.2 (55002) <E88E133F-5FB3-446F-B753-2B8AD577B46A> /System/Library/Frameworks/Security.framework/Versions/A/Security
> 0x93341000 - 0x93385ff3 com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
> 0x93386000 - 0x935f7fef com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> 0x93778000 - 0x93783ff7 libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
> 0x93784000 - 0x93831fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
> 0x93a04000 - 0x93e1aff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
> 0x93e93000 - 0x93e9eff7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
> 0x93f49000 - 0x93f9cff7 com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
> 0x940d8000 - 0x94112ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A6C207E3-7B42-926D-9C93-BE3F50B92496> /usr/lib/libcups.2.dylib
> 0x94124000 - 0x94132ff7 com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
> 0x94270000 - 0x942a3ff7 com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
> 0x942a4000 - 0x943a4fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
> 0x943a5000 - 0x943aaff7 com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
> 0x943ab000 - 0x944e8fe7 com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
> 0x9543d000 - 0x95508fef com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
> 0x9550f000 - 0x955bdff3 com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
> 0x955be000 - 0x955e4ffb com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
> 0x95660000 - 0x956a4fe7 com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
> 0x956a5000 - 0x956f5ff7 com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
> 0x956f6000 - 0x95703ff7 com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
> 0x95704000 - 0x9573cfe7 libncurses.5.4.dylib 5.4.0 (compatibility 5.4.0) <18AA1E55-D5F5-6343-80BF-8FA609C32BC5> /usr/lib/libncurses.5.4.dylib
> 0x95db1000 - 0x95db2ff7 com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
> 0x95db3000 - 0x95db6ff7 libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
> 0x95db7000 - 0x960dbfef com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
> 0x9614f000 - 0x9614fff7 com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x9616f000 - 0x964daff7 com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
> 0x9651f000 - 0x96d0e557 com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
> 0x96d89000 - 0x96e1bfe7 com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
> 0x96e1c000 - 0x96e20ff7 libGIF.dylib ??? (???) <2251F789-B187-0837-6E38-A0E5C7C4FA3C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
> 0x96e21000 - 0x96ec9ffb com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
> 0x970dd000 - 0x973fdff3 com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
> 0x97457000 - 0x97467ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
> 0x97bba000 - 0x97bdcfef com.apple.DirectoryService.Framework 3.6 (621.16) <5566E769-6459-78A7-DD2C-1D3068BD3932> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
> 0x97bf8000 - 0x97d26fe7 com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
> 0x97d63000 - 0x97da0ff7 com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
> 0x97dd6000 - 0x9820bff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
> 0x9820f000 - 0x9820fff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x98210000 - 0x98216fe7 com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
> 0x98217000 - 0x98238fe7 com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
> 0x98239000 - 0x9830afe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C618942F-BC01-0565-18CF-477B63C02181> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
> 0x9830b000 - 0x98368ff7 com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
> 0x98369000 - 0x983cafe7 com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
> 0x983ce000 - 0x98411ff7 libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
> 0x98412000 - 0x98454ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
> 0x98493000 - 0x98502ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
> 0x9850a000 - 0x98516ff7 libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
> 0x985be000 - 0x985beff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
> 0x9862e000 - 0x9864dff7 com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
> 0x98831000 - 0x98c82fef com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
> 0x98fbc000 - 0x99163ff7 libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
> 0x991a6000 - 0x99228ffb SecurityFoundation ??? (???) <BFE377A4-C830-3ECA-E69F-8A8094CDA0A6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
> 0x993a4000 - 0x993eaff7 libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
> 0x993eb000 - 0x994c5fff com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
> 0x994d6000 - 0x994d6ff7 com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
> 0x994e2000 - 0x9959afeb libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
> 0x995cc000 - 0x996d8fe7 libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
> 0x99792000 - 0x997fcfe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
> 0x99832000 - 0x998cffe3 com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
> 0x9a745000 - 0x9a8c7fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <60FF302E-5FAE-749B-BC70-0496DC2FBF2D> /usr/lib/libicucore.A.dylib
> 0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
>
> Model: iMac8,1, BootROM IM81.00C1.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.30f1
> Graphics: ATI Radeon HD 2600 Pro, ATI Radeon HD 2600 Pro, PCIe, 256 MB
> Memory Module: global_name
> AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.131.42.4)
> Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
> Network Service: Ethernet, Ethernet, en0
> Network Service: AirPort, AirPort, en1
> Serial ATA Device: WDC WD5000AAKS-40YGA1, 465.76 GB
> Parallel ATA Device: OPTIARC DVD RW AD-5630A
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#19036: 24.4; Crashes during load-theme, enable-theme and color-theme-$foo
2014-11-14 7:56 ` Jan D.
@ 2014-11-14 13:59 ` Matthew Duck
0 siblings, 0 replies; 4+ messages in thread
From: Matthew Duck @ 2014-11-14 13:59 UTC (permalink / raw)
To: Jan D.; +Cc: 19036
Thanks! I built Emacs using the same the configure options as the offending version and can confirm
that the crash no longer occurs.
Matt
On 14 Nov 2014, at 07:56, Jan D. wrote:
> Hello.
>
> This has been fixed in the 24 branch.
>
> Matthew Duck skrev den 2014-11-12 23:57:
>> This is likely related to (or a duplicate of) debbugs.gnu.org/cgi/bugreport.cgi?bug=16501 and
>> debbugs.gnu.org/cgi/bugreport.cgi?bug=2626.
>
> I would guess so, merged them.
>
> Jan D.
>
>>
>> Emacs consistently crashes during use of load-theme and enable-theme. I can reproduce
>> by manually calling the below functions several times (between 5 - 30, the number varies):
>>
>> ;; /Applications/Emacs.app/Contents/MacOS/Emacs --quick --no-init-file
>> (load-theme 'tango)
>> (load-theme 'wombat)
>> (enable-theme 'tango)
>> (enable-theme 'wombat)
>>
>> The crash seems to be triggered faster when using load-theme than enable-theme.
>>
>> Crashes also occur when using color-theme. I can reproduce by initialising and then
>> manually running color-theme-$foo commands several times:
>>
>> ;; /Applications/Emacs.app/Contents/MacOS/Emacs --quick --no-init-file
>> (color-theme-initialize)
>> (color-theme-xp)
>> (color-theme-resolve)
>>
>> I tried to reproduce the crash programmatically, but could *not* induce it:
>>
>> (while t
>> (sit-for 0.5)
>> (load-theme 'tango)
>> (sit-for 0.5)
>> (load-theme 'wombat))
>>
>> I'm using OS X 10.6.8. The crashes occur on both Emacs 24.3.1 and 24.4.1, both
>> builds are the OS X apps downloaded from http://emacsformacosx.com/builds.
>>
>> On v24.3.1, the errors printed to the terminal seem to always be the same:
>>
>> Fatal error 11: Segmentation faultAbort trap
>>
>> On v24.4.1 it seems to take more function calls to trigger the crash, and various errors
>> have been printed on different occasions:
>>
>> Fatal error 11: Segmentation faultAbort trap
>>
>> objc[5808]: FREED(id): message retain sent to freed object=0x8be610
>> Fatal error 4: Illegal instructionAbort trap
>>
>> Fatal error 10: Bus errorAbort trap
>>
>> Emacs information below:
>>
>> In GNU Emacs 24.4.1 (i686-apple-darwin, NS apple-appkit-1038.36)
>> of 2014-10-21 on builder10-6.porkrind.org
>> Windowing system distributor `Apple', version 10.3.1038
>> Configured using:
>> `configure --with-ns --host=i686-apple-darwin --build=i686-apple-darwin
>> --with-jpeg=no --with-png=no --with-gif=no --with-tiff=no'
>>
>> Important settings:
>> value of $LANG: en_GB.UTF-8
>> locale-coding-system: utf-8-unix
>>
>> Major mode: Lisp Interaction
>>
>> Minor modes in effect:
>> tooltip-mode: t
>> electric-indent-mode: t
>> mouse-wheel-mode: t
>> tool-bar-mode: t
>> menu-bar-mode: t
>> file-name-shadow-mode: t
>> global-font-lock-mode: t
>> font-lock-mode: t
>> blink-cursor-mode: t
>> auto-composition-mode: t
>> auto-encryption-mode: t
>> auto-compression-mode: t
>> line-number-mode: t
>> transient-mark-mode: t
>>
>> Load-path shadows:
>> None found.
>>
>> 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
>> help-fns mail-prsvr mail-utils help-mode easymenu time-date tooltip
>> electric uniquify ediff-hook vc-hooks lisp-float-type mwheel ns-win
>> tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
>> lisp-mode prog-mode register page menu-bar rfn-eshadow timer select
>> scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham
>> georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
>> korean japanese hebrew greek romanian slovak czech european ethiopic
>> indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple
>> abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files
>> text-properties overlay sha1 md5 base64 format env code-pages mule
>> custom widget hashtable-print-readable backquote make-network-process
>> cocoa ns multi-tty emacs)
>>
>> Memory information:
>> ((conses 8 72164 6465)
>> (symbols 24 17305 0)
>> (miscs 20 37 246)
>> (strings 16 9208 3707)
>> (string-bytes 1 259896)
>> (vectors 8 9130)
>> (vector-slots 4 378802 5184)
>> (floats 8 53 357)
>> (intervals 28 187 15)
>> (buffers 512 12))
>>
>> OS X crash dump for one instance of a "Fatal error 10: Bus errorAbort trap" on v24.4:
>>
>> Process: Emacs-i386-10_5 [6822]
>> Path: /Applications/Emacs.app/Contents/MacOS/Emacs-i386-10_5
>> Identifier: org.gnu.Emacs
>> Version: Version 24.4 (9.0)
>> Code Type: X86 (Native)
>> Parent Process: bash [5271]
>>
>> Date/Time: 2014-11-12 21:19:54.665 +0000
>> OS Version: Mac OS X 10.6.8 (10K549)
>> Report Version: 6
>>
>> Exception Type: EXC_BAD_ACCESS (SIGABRT)
>> Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000020
>> Crashed Thread: 0 Dispatch queue: com.apple.main-thread
>>
>> Thread 0 Crashed: Dispatch queue: com.apple.main-thread
>> 0 libSystem.B.dylib 0x9901dc5a __kill + 10
>> 1 libSystem.B.dylib 0x9901dc4c kill$UNIX2003 + 32
>> 2 libSystem.B.dylib 0x990b05a5 raise + 26
>> 3 Emacs-i386-10_5 0x000ab70f terminate_due_to_signal + 143
>> 4 Emacs-i386-10_5 0x000ca3fa emacs_abort + 26
>> 5 Emacs-i386-10_5 0x001a142a ns_term_shutdown + 90
>> 6 Emacs-i386-10_5 0x000aa5d3 shut_down_emacs + 195
>> 7 Emacs-i386-10_5 0x000ab6d7 terminate_due_to_signal + 87
>> 8 Emacs-i386-10_5 0x000ca4b9 handle_fatal_signal + 25
>> 9 Emacs-i386-10_5 0x000ca9f5 deliver_fatal_thread_signal + 165
>> 10 libSystem.B.dylib 0x9902305b _sigtramp + 43
>> 11 ??? 0xffffffff 0 + 4294967295
>> 12 Emacs-i386-10_5 0x00011794 x_set_frame_parameters + 452
>> 13 Emacs-i386-10_5 0x00012026 Fmodify_frame_parameters + 550
>> 14 Emacs-i386-10_5 0x000a4305 Finternal_set_lisp_face_attribute + 1669
>> 15 Emacs-i386-10_5 0x0012ba61 Ffuncall + 1185
>> 16 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
>> 17 Emacs-i386-10_5 0x0012b347 funcall_lambda + 423
>> 18 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
>> 19 Emacs-i386-10_5 0x0012bf78 Fapply + 360
>> 20 Emacs-i386-10_5 0x0012bafd Ffuncall + 1341
>> 21 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
>> 22 Emacs-i386-10_5 0x0012b347 funcall_lambda + 423
>> 23 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
>> 24 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
>> 25 Emacs-i386-10_5 0x0012b347 funcall_lambda + 423
>> 26 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
>> 27 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
>> 28 Emacs-i386-10_5 0x0012b347 funcall_lambda + 423
>> 29 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
>> 30 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
>> 31 Emacs-i386-10_5 0x0012b347 funcall_lambda + 423
>> 32 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
>> 33 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
>> 34 Emacs-i386-10_5 0x0012b347 funcall_lambda + 423
>> 35 Emacs-i386-10_5 0x0012cd18 apply_lambda + 248
>> 36 Emacs-i386-10_5 0x0012ab83 eval_sub + 787
>> 37 Emacs-i386-10_5 0x0012d611 Feval + 97
>> 38 Emacs-i386-10_5 0x0012baa6 Ffuncall + 1254
>> 39 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
>> 40 Emacs-i386-10_5 0x0012b3d6 funcall_lambda + 566
>> 41 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
>> 42 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
>> 43 Emacs-i386-10_5 0x0012b3d6 funcall_lambda + 566
>> 44 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
>> 45 Emacs-i386-10_5 0x00127e61 Fcall_interactively + 5777
>> 46 Emacs-i386-10_5 0x0012ba88 Ffuncall + 1224
>> 47 Emacs-i386-10_5 0x00165555 exec_byte_code + 805
>> 48 Emacs-i386-10_5 0x0012b3d6 funcall_lambda + 566
>> 49 Emacs-i386-10_5 0x0012b7ae Ffuncall + 494
>> 50 Emacs-i386-10_5 0x0012bd35 call1 + 37
>> 51 Emacs-i386-10_5 0x000c0ff9 command_loop_1 + 1289
>> 52 Emacs-i386-10_5 0x00129c43 internal_condition_case + 195
>> 53 Emacs-i386-10_5 0x000b6bfb command_loop_2 + 75
>> 54 Emacs-i386-10_5 0x00129b49 internal_catch + 201
>> 55 Emacs-i386-10_5 0x000b60f8 recursive_edit_1 + 376
>> 56 Emacs-i386-10_5 0x000b8554 Frecursive_edit + 228
>> 57 Emacs-i386-10_5 0x000ae1e5 main + 3269
>> 58 Emacs-i386-10_5 0x00003cb5 start + 53
>>
>> Thread 1: Dispatch queue: com.apple.libdispatch-manager
>> 0 libSystem.B.dylib 0x98fe3382 kevent + 10
>> 1 libSystem.B.dylib 0x98fe3a9c _dispatch_mgr_invoke + 215
>> 2 libSystem.B.dylib 0x98fe2f59 _dispatch_queue_invoke + 163
>> 3 libSystem.B.dylib 0x98fe2cfe _dispatch_worker_thread2 + 240
>> 4 libSystem.B.dylib 0x98fe2781 _pthread_wqthread + 390
>> 5 libSystem.B.dylib 0x98fe25c6 start_wqthread + 30
>>
>> Thread 2:
>> 0 libSystem.B.dylib 0x98fdbac6 select$DARWIN_EXTSN + 10
>> 1 Emacs-i386-10_5 0x001a9187 -[EmacsApp fd_handler:] + 807
>> 2 com.apple.Foundation 0x9339c4c4 -[NSThread main] + 45
>> 3 com.apple.Foundation 0x9339c474 __NSThread__main__ + 1499
>> 4 libSystem.B.dylib 0x98fea259 _pthread_start + 345
>> 5 libSystem.B.dylib 0x98fea0de thread_start + 34
>>
>> Thread 0 crashed with X86 Thread State (32-bit):
>> eax: 0x00000000 ebx: 0x000ab68d ecx: 0xbfffbc1c edx: 0x9901dc5a
>> edi: 0x0000000a esi: 0x00000006 ebp: 0xbfffbc38 esp: 0xbfffbc1c
>> ss: 0x0000001f efl: 0x00000282 eip: 0x9901dc5a cs: 0x00000007
>> ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
>> cr2: 0x000ab680
>>
>> Binary Images:
>> 0x1000 - 0x205ff7 +Emacs-i386-10_5 ??? (???) <5CCA9A86-4D14-2357-596E-241DF480A498> /Applications/Emacs.app/Contents/MacOS/Emacs-i386-10_5
>> 0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <1C06ECD9-A2D7-BB10-AF50-0F2B598A7DEC> /usr/lib/dyld
>> 0x90003000 - 0x901c6feb com.apple.ImageIO.framework 3.0.6 (3.0.6) <AE641FAD-DF38-AE31-B45B-85AEE7AF3A45> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
>> 0x901c7000 - 0x901fafff libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
>> 0x901fb000 - 0x90275fff com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
>> 0x90276000 - 0x903f1fe7 com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
>> 0x9045b000 - 0x9046fffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
>> 0x90470000 - 0x90498ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
>> 0x90b15000 - 0x90b19ff7 libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
>> 0x90b1a000 - 0x90b1dfe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
>> 0x90bbc000 - 0x90bceff7 com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
>> 0x90bcf000 - 0x90be0ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
>> 0x90be1000 - 0x90c05ff7 libJPEG.dylib ??? (???) <50E17B4D-63D6-24D3-702F-6A6E912A55EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
>> 0x90d49000 - 0x90d84ffb libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
>> 0x90e36000 - 0x90e3cff7 libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <6EE825E7-CBA5-2AD2-0336-244D45A1A834> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
>> 0x90e3d000 - 0x90ef9fff com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
>> 0x90efa000 - 0x90efcff7 libRadiance.dylib ??? (???) <090420B3-CB65-9F7B-5349-D42F2F9693B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
>> 0x911d7000 - 0x911dbff7 IOSurface ??? (???) <F9E6DFC1-8DD9-7C7E-CA85-B80735586E05> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
>> 0x911f9000 - 0x91246feb com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
>> 0x91247000 - 0x91267fe7 libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
>> 0x91268000 - 0x91299ff7 libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
>> 0x9129a000 - 0x9131afeb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
>> 0x9131b000 - 0x913b6fe7 com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
>> 0x91435000 - 0x9143eff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
>> 0x91440000 - 0x91520fe7 com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
>> 0x91664000 - 0x9171dfe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
>> 0x9171e000 - 0x92001ff7 com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>> 0x92002000 - 0x92016fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
>> 0x92017000 - 0x9201aff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
>> 0x9201b000 - 0x920c7fe7 com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
>> 0x920de000 - 0x92176fe7 edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
>> 0x92177000 - 0x92178ff7 com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
>> 0x9267e000 - 0x9267eff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
>> 0x926be000 - 0x926dcfe7 libPng.dylib ??? (???) <6C0B95D7-9634-E044-0B79-F1DD56961C33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
>> 0x926dd000 - 0x926f5ff7 com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
>> 0x92a02000 - 0x92a0cffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
>> 0x92a0d000 - 0x92a5dfe7 libTIFF.dylib ??? (???) <AB182CEC-188A-F2BC-21E1-0059FD3B2598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
>> 0x92a95000 - 0x92aa3fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
>> 0x92d53000 - 0x92e55fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <316C3B25-6DCA-549A-7728-D5A038F654D8> /usr/lib/libcrypto.0.9.8.dylib
>> 0x92e56000 - 0x92e60fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
>> 0x92fa5000 - 0x92fe6ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
>> 0x93028000 - 0x93028ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
>> 0x93029000 - 0x9328fff7 com.apple.security 6.1.2 (55002) <E88E133F-5FB3-446F-B753-2B8AD577B46A> /System/Library/Frameworks/Security.framework/Versions/A/Security
>> 0x93341000 - 0x93385ff3 com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
>> 0x93386000 - 0x935f7fef com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>> 0x93778000 - 0x93783ff7 libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
>> 0x93784000 - 0x93831fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
>> 0x93a04000 - 0x93e1aff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
>> 0x93e93000 - 0x93e9eff7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
>> 0x93f49000 - 0x93f9cff7 com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
>> 0x940d8000 - 0x94112ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A6C207E3-7B42-926D-9C93-BE3F50B92496> /usr/lib/libcups.2.dylib
>> 0x94124000 - 0x94132ff7 com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
>> 0x94270000 - 0x942a3ff7 com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
>> 0x942a4000 - 0x943a4fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
>> 0x943a5000 - 0x943aaff7 com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
>> 0x943ab000 - 0x944e8fe7 com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
>> 0x9543d000 - 0x95508fef com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
>> 0x9550f000 - 0x955bdff3 com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
>> 0x955be000 - 0x955e4ffb com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
>> 0x95660000 - 0x956a4fe7 com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
>> 0x956a5000 - 0x956f5ff7 com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
>> 0x956f6000 - 0x95703ff7 com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
>> 0x95704000 - 0x9573cfe7 libncurses.5.4.dylib 5.4.0 (compatibility 5.4.0) <18AA1E55-D5F5-6343-80BF-8FA609C32BC5> /usr/lib/libncurses.5.4.dylib
>> 0x95db1000 - 0x95db2ff7 com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
>> 0x95db3000 - 0x95db6ff7 libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
>> 0x95db7000 - 0x960dbfef com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
>> 0x9614f000 - 0x9614fff7 com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
>> 0x9616f000 - 0x964daff7 com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
>> 0x9651f000 - 0x96d0e557 com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
>> 0x96d89000 - 0x96e1bfe7 com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
>> 0x96e1c000 - 0x96e20ff7 libGIF.dylib ??? (???) <2251F789-B187-0837-6E38-A0E5C7C4FA3C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
>> 0x96e21000 - 0x96ec9ffb com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
>> 0x970dd000 - 0x973fdff3 com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
>> 0x97457000 - 0x97467ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
>> 0x97bba000 - 0x97bdcfef com.apple.DirectoryService.Framework 3.6 (621.16) <5566E769-6459-78A7-DD2C-1D3068BD3932> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
>> 0x97bf8000 - 0x97d26fe7 com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
>> 0x97d63000 - 0x97da0ff7 com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
>> 0x97dd6000 - 0x9820bff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
>> 0x9820f000 - 0x9820fff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
>> 0x98210000 - 0x98216fe7 com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
>> 0x98217000 - 0x98238fe7 com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
>> 0x98239000 - 0x9830afe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C618942F-BC01-0565-18CF-477B63C02181> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
>> 0x9830b000 - 0x98368ff7 com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
>> 0x98369000 - 0x983cafe7 com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
>> 0x983ce000 - 0x98411ff7 libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
>> 0x98412000 - 0x98454ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
>> 0x98493000 - 0x98502ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
>> 0x9850a000 - 0x98516ff7 libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
>> 0x985be000 - 0x985beff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
>> 0x9862e000 - 0x9864dff7 com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
>> 0x98831000 - 0x98c82fef com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
>> 0x98fbc000 - 0x99163ff7 libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
>> 0x991a6000 - 0x99228ffb SecurityFoundation ??? (???) <BFE377A4-C830-3ECA-E69F-8A8094CDA0A6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
>> 0x993a4000 - 0x993eaff7 libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
>> 0x993eb000 - 0x994c5fff com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
>> 0x994d6000 - 0x994d6ff7 com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
>> 0x994e2000 - 0x9959afeb libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
>> 0x995cc000 - 0x996d8fe7 libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
>> 0x99792000 - 0x997fcfe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
>> 0x99832000 - 0x998cffe3 com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
>> 0x9a745000 - 0x9a8c7fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <60FF302E-5FAE-749B-BC70-0496DC2FBF2D> /usr/lib/libicucore.A.dylib
>> 0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
>>
>> Model: iMac8,1, BootROM IM81.00C1.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.30f1
>> Graphics: ATI Radeon HD 2600 Pro, ATI Radeon HD 2600 Pro, PCIe, 256 MB
>> Memory Module: global_name
>> AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.131.42.4)
>> Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
>> Network Service: Ethernet, Ethernet, en0
>> Network Service: AirPort, AirPort, en1
>> Serial ATA Device: WDC WD5000AAKS-40YGA1, 465.76 GB
>> Parallel ATA Device: OPTIARC DVD RW AD-5630A
>>
>>
>>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-11-14 13:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12 22:57 bug#19036: 24.4; Crashes during load-theme, enable-theme and color-theme-$foo Matthew Duck
2014-11-13 19:36 ` Matthew Duck
2014-11-14 7:56 ` Jan D.
2014-11-14 13:59 ` Matthew Duck
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).