FTP file listing crash (iOS 6.1) - ftp

I have waited for iOS 6.1 hoping that it can solve some network issue I have discovered during the development of my application (with iOS 6.0.x). Actually, the iOS 6.1 resolve some of these issues, but unfortunately other still occurs. I have opened a bug report to Apple, but my customer (a big company) needs to show the application soon and this instability is a severe limitation. :( I ask here hoping that somebody have discovered this problem and found a workaround. Basically I performs some consecutive file listing through a FTP daemon (vsftpd). Randomly, the application crash inside the following selector:
[self.networkStream open];
I have reproduced it by simply get the Apple's FTPSample project and replace the 'listOrCancelAction' selector of the file 'ListController.m' with the following:
- (IBAction)listOrCancelAction:(id)sender
{
#pragma unused(sender)
if (!self.isReceiving)
[self startReceive];
[self performSelector:#selector(listOrCancelAction:) withObject:sender afterDelay:1.0];
}
This way you can click the 'List' button only one time. After a while the application crash.
My environment:
Mac OS X 10.7.4;
XCode 4.6 (iOS SDK 6.1);
iPad3 updated to iOS 6.1;
Stack trace:
Incident Identifier: BAE3971A-4C82-4D91-A5FE-34748740CEB4
CrashReporter Key: d89bdbe7d8601b5d1230f3e2dbe4d7164277af23
Hardware Model: iPad3,1
Process: FTPSample [5102]
Path: /var/mobile/Applications/622BE7B0-B65D-40B4-BCBA-62BCF71657CA/FTPSample.app/FTPSample
Identifier: FTPSample
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2013-02-09 20:12:40.211 +0100
OS Version: iOS 6.1 (10B141)
Report Version: 104
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000030
Crashed Thread: 0
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 CFNetwork 0x31c8ec24 _ZL13_WriteCommandP26_CFFTPNetConnectionContextP19_CFFTPStreamContextPK10__CFString + 64
1 CFNetwork 0x31c8ed8a _ZL13_StartProcessP26_CFFTPNetConnectionContextP19_CFFTPStreamContext + 222
2 CFNetwork 0x31c8e72c _ZL33_FTPConnectionRequestStateChangedP19_CFFTPStreamContextN13NetConnection5StateEP13CFStreamErrorP21NetConnection_ClassicP26_CFFTPNetConnectionContext + 108
3 CFNetwork 0x31cb5b3a NetConnection_Classic::requestStateChanged(void*, NetConnection::State, CFStreamError*) + 26
4 CFNetwork 0x31c65ee0 NetConnection::enqueue(void*, unsigned char) + 316
5 CFNetwork 0x31c8c1ce _ZL14_FTPStreamOpenPKvP13CFStreamErrorPhP19_CFFTPStreamContext + 3414
6 CFNetwork 0x31cfbcbe CoreReadStreamWithCallBacks::_streamImpl_Open(CFStreamError*, unsigned char*) + 38
7 CFNetwork 0x31cfbdae non-virtual thunk to CoreReadStreamWithCallBacks::_streamImpl_Open(CFStreamError*, unsigned char*) + 6
8 CFNetwork 0x31cfd04a CoreStreamBase::_streamInterface_Open() + 42
9 CFNetwork 0x31cfb7b8 CoreStreamCFStreamSupport<__CFReadStream*, CoreReadStream>::_stream_open(__CFReadStream*, CFStreamError*, unsigned char*, void*) + 36
10 CoreFoundation 0x31f4d3f4 _CFStreamOpen + 72
11 CoreFoundation 0x31f682f6 CFReadStreamOpen + 86
12 FTPSample 0x0008083e -[ListController startReceive] (ListController.m:184)
13 FTPSample 0x000815fc -[ListController listOrCancelAction:] (ListController.m:393)
14 UIKit 0x33eed0c0 -[UIApplication sendAction:to:from:forEvent:] + 68
15 UIKit 0x33eed148 -[UIBarButtonItem(UIInternal) _sendAction:withEvent:] + 116
16 UIKit 0x33eed0c0 -[UIApplication sendAction:to:from:forEvent:] + 68
17 UIKit 0x33eed072 -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 26
18 UIKit 0x33eed050 -[UIControl sendAction:to:forEvent:] + 40
19 UIKit 0x33eec906 -[UIControl(Internal) _sendActionsForEvents:withEvent:] + 498
20 UIKit 0x33eecdfc -[UIControl touchesEnded:withEvent:] + 484
21 UIKit 0x33e155ec -[UIWindow _sendTouchesForEvent:] + 520
22 UIKit 0x33e027fc -[UIApplication sendEvent:] + 376
23 UIKit 0x33e02116 _UIApplicationHandleEvent + 6150
24 GraphicsServices 0x35af45a0 _PurpleEventCallback + 588
25 GraphicsServices 0x35af41ce PurpleEventCallback + 30
26 CoreFoundation 0x31fcf170 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 32
27 CoreFoundation 0x31fcf112 __CFRunLoopDoSource1 + 134
28 CoreFoundation 0x31fcdf94 __CFRunLoopRun + 1380
29 CoreFoundation 0x31f40eb8 CFRunLoopRunSpecific + 352
30 CoreFoundation 0x31f40d44 CFRunLoopRunInMode + 100
31 GraphicsServices 0x35af32e6 GSEventRunModal + 70
32 UIKit 0x33e562fc UIApplicationMain + 1116
33 FTPSample 0x0007ad90 main (main.m:61)
34 FTPSample 0x0007a354 start + 36
Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0 libsystem_kernel.dylib 0x3a373648 kevent64 + 24
1 libdispatch.dylib 0x3a2a3974 _dispatch_mgr_invoke + 792
2 libdispatch.dylib 0x3a2a3654 _dispatch_mgr_thread$VARIANT$mp + 32
Thread 2 name: WebThread
Thread 2:
0 libsystem_kernel.dylib 0x3a372eb4 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x3a373048 mach_msg + 36
2 CoreFoundation 0x31fcf040 __CFRunLoopServiceMachPort + 124
3 CoreFoundation 0x31fcdd9e __CFRunLoopRun + 878
4 CoreFoundation 0x31f40eb8 CFRunLoopRunSpecific + 352
5 CoreFoundation 0x31f40d44 CFRunLoopRunInMode + 100
6 WebCore 0x37f26500 _ZL12RunWebThreadPv + 440
7 libsystem_c.dylib 0x3a2dc30e _pthread_start + 306
8 libsystem_c.dylib 0x3a2dc1d4 thread_start + 4
Thread 3:
0 libsystem_kernel.dylib 0x3a383d98 __workq_kernreturn + 8
1 libsystem_c.dylib 0x3a2d1cf6 _pthread_workq_return + 14
2 libsystem_c.dylib 0x3a2d1a12 _pthread_wqthread + 362
3 libsystem_c.dylib 0x3a2d18a0 start_wqthread + 4
Thread 4:
0 libsystem_kernel.dylib 0x3a383d98 __workq_kernreturn + 8
1 libsystem_c.dylib 0x3a2d1cf6 _pthread_workq_return + 14
2 libsystem_c.dylib 0x3a2d1a12 _pthread_wqthread + 362
3 libsystem_c.dylib 0x3a2d18a0 start_wqthread + 4
Thread 5:
0 libsystem_kernel.dylib 0x3a383d98 __workq_kernreturn + 8
1 libsystem_c.dylib 0x3a2d1cf6 _pthread_workq_return + 14
2 libsystem_c.dylib 0x3a2d1a12 _pthread_wqthread + 362
3 libsystem_c.dylib 0x3a2d18a0 start_wqthread + 4
Thread 6 name: com.apple.CFSocket.private
Thread 6:
0 libsystem_kernel.dylib 0x3a383594 __select + 20
1 CoreFoundation 0x31fd31f2 __CFSocketManager + 674
2 libsystem_c.dylib 0x3a2dc30e _pthread_start + 306
3 libsystem_c.dylib 0x3a2dc1d4 thread_start + 4
Thread 0 crashed with ARM Thread State (32-bit):
r0: 0x00000007 r1: 0x1f84c9f8 r2: 0x1f84c9f8 r3: 0x00000004
r4: 0x00000000 r5: 0x1f852a30 r6: 0x00000007 r7: 0x2fd86518
r8: 0x0000000b r9: 0x000a1934 r10: 0x1f858e70 r11: 0x1f84c9f0
ip: 0x3a492970 sp: 0x2fd864e8 lr: 0x31c8ec1f pc: 0x31c8ec24
cpsr: 0x60000030
Binary Images:
0x79000 - 0x8dfff +FTPSample armv7 <3a5b53df672035cc91392e17de53022d> /var/mobile/Applications/622BE7B0-B65D-40B4-BCBA-62BCF71657CA/FTPSample.app/FTPSample
0x2feea000 - 0x2ff0afff dyld armv7 <454baf45f9a831aa88e1ea4447c58d4e> /usr/lib/dyld
0x31202000 - 0x31202fff Accelerate armv7 <b68ff92e404931f3bcb6361720f77724> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x31203000 - 0x31341fff vImage armv7 <30522b92940d3dd184c8e46780594048> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x31342000 - 0x31425fff libBLAS.dylib armv7 <d8edada1cea133458ca779e34a3a7f88> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x31426000 - 0x316dbfff libLAPACK.dylib armv7 <9e08aead79d13043bab622402a270fba> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x316dc000 - 0x31735fff libvDSP.dylib armv7 <09e2a5e3e9203950890ba57592523132> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x31736000 - 0x31747fff libvMisc.dylib armv7 <7b7d4ccc9f2b364cb0da4251e745545d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x31748000 - 0x31748fff vecLib armv7 <a7751c047dcc35ba8885212e1938b93f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x31c4f000 - 0x31d14fff CFNetwork armv7 <4771a5e4f9b83bceb252f0f3d166aaca> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x31d15000 - 0x31d6bfff CoreAudio armv7 <5d534dbf76ff30f4a628f25f56c5f26a> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x31f38000 - 0x3206afff CoreFoundation armv7 <fcb8d4e838543bcb9a52c9f232b8b4eb> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x3206b000 - 0x321a3fff CoreGraphics armv7 <81e213f810a034d4ba411f9b505da2a6> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x321a5000 - 0x321e0fff libCGFreetype.A.dylib armv7 <a5d20b80ab1532d8831027a66d2d9eb5> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x323c4000 - 0x323dffff libRIP.A.dylib armv7 <ec1487f9bdb93597a3f8d434406ad9bf> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x323e0000 - 0x32495fff CoreImage armv7 <6ae4ae2461313e3f84c6a8102d5b1b0e> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x32523000 - 0x32588fff CoreMedia armv7 <8592bdc268b83b8886acfc1fdab649ed> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x32612000 - 0x32668fff CoreTelephony armv7 <c5a2e59bb15d35b8a8e356e129b78b5e> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x32669000 - 0x326cbfff CoreText armv7 <e135debbc8f937299f4986fc3e9459e3> /System/Library/Frameworks/CoreText.framework/CoreText
0x326cc000 - 0x326dbfff CoreVideo armv7 <00f18bb26e663da9ae251a6ec36a19ec> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x32860000 - 0x32a23fff Foundation armv7 <0179934581d13346aa7583165108b95c> /System/Library/Frameworks/Foundation.framework/Foundation
0x32bde000 - 0x32c27fff IOKit armv7 <a98ba9fefc7333e4a5a9169198848c62> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x32c28000 - 0x32e00fff ImageIO armv7 <b5ce84bb074d3de4b07b55da9fd8bfd1> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x33317000 - 0x33370fff MobileCoreServices armv7 <77da8a9e7f813f5baf37eaa4a87fae84> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x3345f000 - 0x33466fff OpenGLES armv7 <f2ede6b206f336de82cc38619692e762> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x33468000 - 0x33468fff libCVMSPluginSupport.dylib armv7 <2506af1c983f3f09ac69aca44f67e863> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x3346c000 - 0x3346efff libCoreVMClient.dylib armv7 <af6ff28dce6031baaa850ccc79e5699b> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x3346f000 - 0x33473fff libGFXShared.dylib armv7 <a6ac1673a088379aa512ba5cac301f5b> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x33474000 - 0x334b1fff libGLImage.dylib armv7 <b8b8f3a1bfd0345e86aa0c2952534949> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x33bac000 - 0x33cc1fff QuartzCore armv7 <c086b6e6cd9d341399bcc3675c82f1fe> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x33d10000 - 0x33d3efff Security armv7 <fbc24f15bd9e37539cdd6e3576bde938> /System/Library/Frameworks/Security.framework/Security
0x33dbd000 - 0x33dfcfff SystemConfiguration armv7 <410d69b356e533d6a1d538cf33059634> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x33dff000 - 0x34353fff UIKit armv7 <ad8b3ad23f413187a178179db39cfa6b> /System/Library/Frameworks/UIKit.framework/UIKit
0x34354000 - 0x34392fff VideoToolbox armv7 <d2e8067306d9346ab4a448f10f336894> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x3465c000 - 0x3465ffff AggregateDictionary armv7 <a2170ad876f13ef1b944547913d05af2> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x34a8b000 - 0x34ac6fff AppSupport armv7 <921794b7d82a3558a0eb860979be199c> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x34b39000 - 0x34b42fff AssetsLibraryServices armv7 <de7ca29cd47433cd8eca9c04102f5508> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x34b71000 - 0x34b88fff BackBoardServices armv7 <585cc62d83c530ee82988de940c1e161> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x34b92000 - 0x34bb6fff Bom armv7 <b5315d733e123a0781683efdc734064b> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x34dec000 - 0x34df1fff CommonUtilities armv7 <f8fea9ee6ca236b0a7fa6c00eb8a0d24> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x350b7000 - 0x350b8fff CoreSurface armv7 <6065f7e040e93d6ea2837e929592cc30> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x35125000 - 0x3512afff CrashReporterSupport armv7 <03ee46e3ca3f3920a7174e62096723fb> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x35351000 - 0x3536afff DictionaryServices armv7 <84669055e3e63d6ab56b8fe7b0476aaa> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x353dd000 - 0x357f0fff FaceCoreLight armv7 <43de0b31da3b39e4acf85ec2c8d5c65c> /System/Library/PrivateFrameworks/FaceCoreLight.framework/FaceCoreLight
0x359e8000 - 0x359f4fff GenerationalStorage armv7 <d77ad2367fff37d485480aa39df7d325> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x35aee000 - 0x35af9fff GraphicsServices armv7 <d4b7fd6509753bff9525fef374ddc359> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x35de5000 - 0x35e31fff IMFoundation armv7 <797535fc363c3f818bcd1424251393bf> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x35e38000 - 0x35e39fff IOAccelerator armv7 <9655464326203d258d3d0fc7e94651e2> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x35e3a000 - 0x35e3ffff IOMobileFramebuffer armv7 <f38c374982a931d5a47458dd3c34ac59> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x35e40000 - 0x35e44fff IOSurface armv7 <a55bf03c35de3fd9b56dce82083c3d10> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x35e8e000 - 0x36034fff JavaScriptCore armv7 <a5780997f4b738659172f40877c9a7d9> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x3632f000 - 0x3635cfff MobileAsset armv7 <3a9e6258ae1230f5b12f1638b09cb974> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x363a1000 - 0x363a4fff MobileInstallation armv7 <c63e4b1ae40635cd9c6a7de851c80d10> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x363a5000 - 0x363abfff MobileKeyBag armv7 <35882c57076334aeb0641969a9b69ff3> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x36408000 - 0x3640bfff MobileSystemServices armv7 <10b4eee2739c353183ac2cfe4e39a443> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x36cf8000 - 0x36d1dfff OpenCL armv7 <5bf059a9deb632678d70099f14f51b82> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
0x37331000 - 0x37359fff PrintKit armv7 <3f0b9c58a458358eb506858e8ff9e1fe> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x3735a000 - 0x373cefff ProofReader armv7 <9cb25467554637bcb268ba30527d3c0f> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x37513000 - 0x37524fff SpringBoardServices armv7 <e2571f80a0ad3dc580c69794457bd887> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x376af000 - 0x376b1fff TCC armv7 <d5bef30a5bda315194173b862975f9fb> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x376d0000 - 0x376ddfff TelephonyUtilities armv7 <803d7a92439238ee942086999c481eb6> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x37b60000 - 0x37c00fff UIFoundation armv7 <9a464526e26634bc834537e5ac3abf1f> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x37efc000 - 0x37f1bfff WebBookmarks armv7 <77b65bc9c87b367ebea9a5b7984b13a5> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x37f1c000 - 0x3884bfff WebCore armv7 <ce52fd40ccc236c4b86c020beabb1bb0> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x3884c000 - 0x38929fff WebKit armv7 <dee20c7689bc3e029172b488d8c5f772> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x389d4000 - 0x389dbfff XPCObjects armv7 <723fe314ab95381cbfa69a0000005692> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
0x396fe000 - 0x39704fff libAccessibility.dylib armv7 <f40705b5e9c43ce3b1f185fe690b9ac8> /usr/lib/libAccessibility.dylib
0x39705000 - 0x3971bfff libCRFSuite.dylib armv7 <5a8a3d18a1ff3c97bd773705fef2d81c> /usr/lib/libCRFSuite.dylib
0x39733000 - 0x3973ffff libMobileGestalt.dylib armv7 <ea41737238273d73b173ec09358d7b62> /usr/lib/libMobileGestalt.dylib
0x39751000 - 0x39751fff libSystem.B.dylib armv7 <7aeeab280f7e361e9986d962d0fa5281> /usr/lib/libSystem.B.dylib
0x3986f000 - 0x3987bfff libbsm.0.dylib armv7 <3870b1c8b1783b788bd51da1a04eae6e> /usr/lib/libbsm.0.dylib
0x3987c000 - 0x39885fff libbz2.1.0.dylib armv7 <b04d27fa0f2d31d8bd0745f8aa0d7f67> /usr/lib/libbz2.1.0.dylib
0x39886000 - 0x398d0fff libc++.1.dylib armv7 <ceb9fb64fb203d3a94063a9db6590ca4> /usr/lib/libc++.1.dylib
0x398d1000 - 0x398e4fff libc++abi.dylib armv7 <4b8520bc534231ae97ce146e076bc7bf> /usr/lib/libc++abi.dylib
0x39915000 - 0x39a02fff libiconv.2.dylib armv7 <ac23bb84e91e35418c9a2fb4792658b2> /usr/lib/libiconv.2.dylib
0x39a03000 - 0x39b4cfff libicucore.A.dylib armv7 <da9d04cc6f6d3825aa52636342ef1e04> /usr/lib/libicucore.A.dylib
0x39b54000 - 0x39b54fff liblangid.dylib armv7 <a10d8f96815d35e0a1d2c7b998a941f3> /usr/lib/liblangid.dylib
0x39b57000 - 0x39b5efff liblockdown.dylib armv7 <996afbc31d8b3f2a907be2427509a4c8> /usr/lib/liblockdown.dylib
0x39e7d000 - 0x39f7bfff libobjc.A.dylib armv7 <79e5d714945834e4b2587abfc6c7269c> /usr/lib/libobjc.A.dylib
0x3a03f000 - 0x3a054fff libresolv.9.dylib armv7 <3ee61a04a99b322e97e179bc03c46cf1> /usr/lib/libresolv.9.dylib
0x3a079000 - 0x3a0fefff libsqlite3.dylib armv7 <cbefd01867b93d2a869a534825a1414c> /usr/lib/libsqlite3.dylib
0x3a0ff000 - 0x3a14afff libstdc++.6.dylib armv7 <e3154b06ac5d360c948111abfb2bc339> /usr/lib/libstdc++.6.dylib
0x3a14b000 - 0x3a171fff libtidy.A.dylib armv7 <c43990ee3a5e389aacf288c3615a50dc> /usr/lib/libtidy.A.dylib
0x3a175000 - 0x3a222fff libxml2.2.dylib armv7 <28dcf6ee713b387ebb763d11d4b3cd37> /usr/lib/libxml2.2.dylib
0x3a223000 - 0x3a243fff libxslt.1.dylib armv7 <d327d9e0f43333568abda8d83558c8a9> /usr/lib/libxslt.1.dylib
0x3a244000 - 0x3a250fff libz.1.dylib armv7 <3ea49513bc023326be68e35324c11d0e> /usr/lib/libz.1.dylib
0x3a251000 - 0x3a254fff libcache.dylib armv7 <91862e82d5063531b4fb4da9a19e5365> /usr/lib/system/libcache.dylib
0x3a255000 - 0x3a25bfff libcommonCrypto.dylib armv7 <d9e66574881739e8b25c3ae087a9f409> /usr/lib/system/libcommonCrypto.dylib
0x3a25c000 - 0x3a25efff libcompiler_rt.dylib armv7 <6ac449c92d743640a23d9d1ebe0b48a9> /usr/lib/system/libcompiler_rt.dylib
0x3a25f000 - 0x3a264fff libcopyfile.dylib armv7 <87bcae8743ab35c8a070ac95b7d57acb> /usr/lib/system/libcopyfile.dylib
0x3a265000 - 0x3a29afff libcorecrypto.dylib armv7 <04b464137fc2304b84eeed1a5418f4a8> /usr/lib/system/libcorecrypto.dylib
0x3a29b000 - 0x3a2b8fff libdispatch.dylib armv7 <9323bb560d4e3a3fb41efdc78bd0cf94> /usr/lib/system/libdispatch.dylib
0x3a2b9000 - 0x3a2bafff libdnsinfo.dylib armv7 <c25502085c833181b2a12cf525cffde6> /usr/lib/system/libdnsinfo.dylib
0x3a2bb000 - 0x3a2bcfff libdyld.dylib armv7 <82229500ed4132ecbe012e0774e5fc4a> /usr/lib/system/libdyld.dylib
0x3a2bd000 - 0x3a2bdfff libkeymgr.dylib armv7 <e19c865e73e2352bbc8022033e953f22> /usr/lib/system/libkeymgr.dylib
0x3a2be000 - 0x3a2c3fff liblaunch.dylib armv7 <c8bedc36bc3d3b55b91b12ebb1240968> /usr/lib/system/liblaunch.dylib
0x3a2c4000 - 0x3a2c7fff libmacho.dylib armv7 <965ab939e24935e7a3a65981574a7745> /usr/lib/system/libmacho.dylib
0x3a2c8000 - 0x3a2c9fff libremovefile.dylib armv7 <295706037a5238b4aa145df7b9354a0e> /usr/lib/system/libremovefile.dylib
0x3a2ca000 - 0x3a2cafff libsystem_blocks.dylib armv7 <50a01a02f573317fbd21e1070b0afc7d> /usr/lib/system/libsystem_blocks.dylib
0x3a2cb000 - 0x3a351fff libsystem_c.dylib armv7 <cacc68d271e53338b7780c26f651b767> /usr/lib/system/libsystem_c.dylib
0x3a352000 - 0x3a358fff libsystem_dnssd.dylib armv7 <6c5ac17133a1366aaeea5dc38dceaf1f> /usr/lib/system/libsystem_dnssd.dylib
0x3a359000 - 0x3a371fff libsystem_info.dylib armv7 <5a4a4c9da868317db7f17cb616eb32d1> /usr/lib/system/libsystem_info.dylib
0x3a372000 - 0x3a388fff libsystem_kernel.dylib armv7 <8e995919df713a8783f23e7f6649bf09> /usr/lib/system/libsystem_kernel.dylib
0x3a389000 - 0x3a3a5fff libsystem_m.dylib armv7 <036ea0321da038e8b69a0c4413da00fe> /usr/lib/system/libsystem_m.dylib
0x3a3a6000 - 0x3a3b4fff libsystem_network.dylib armv7 <afc167a2e9be3dd6851da8deaf42bafd> /usr/lib/system/libsystem_network.dylib
0x3a3b5000 - 0x3a3bcfff libsystem_notify.dylib armv7 <c1d71aa978383c51a9ba2b32782d6cc6> /usr/lib/system/libsystem_notify.dylib
0x3a3bd000 - 0x3a3befff libsystem_sandbox.dylib armv7 <45bb99d46408351a9c61b5326032adea> /usr/lib/system/libsystem_sandbox.dylib
0x3a3bf000 - 0x3a3bffff libunwind.dylib armv7 <df8f1d90cbb837cc92d5901fab94e6ca> /usr/lib/system/libunwind.dylib
0x3a3c0000 - 0x3a3d5fff libxpc.dylib armv7 <7f983066ea4c3c119f3e2344a04fef6e> /usr/lib/system/libxpc.dylib
Any hints?
Thanks in advance,
AGPX

Related

Xcode iOS crash explain

I have a crash log
Exception Type: EXC_CRASH (SIGKILL)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: FRONTBOARD 2343432205
<RBSTerminateContext| domain:10 code:0x8BADF00D explanation:scene-update watchdog transgression: application<im.AppName.AppName-dev>:2443 exhausted real (wall clock) time allowance of 10.00 seconds
ProcessVisibility: Background
ProcessState: Running
WatchdogEvent: scene-update
WatchdogVisibility: Background
WatchdogCPUStatistics: (
"Elapsed total CPU time (seconds): 1.810 (user 1.040, system 0.770), 3% CPU",
"Elapsed application CPU time (seconds): 0.006, 0% CPU"
) reportType:CrashLog maxTerminationResistance:Interactive>
Triggered by Thread: 0
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x1d362dac4 semaphore_wait_trap + 8
1 libdispatch.dylib 0x19e00a578 _dispatch_sema4_wait + 28
2 libdispatch.dylib 0x19e00ac2c _dispatch_semaphore_wait_slow + 132
3 AppName 0x1005c66c0 0x100570000 + 353984
4 AppName 0x1006b3394 0x100570000 + 1323924
5 UIKitCore 0x198d904f0 __47-[UIApplication _applicationDidEnterBackground]_block_invoke + 204
6 UIKitCore 0x198f32410 +[UIViewController _performWithoutDeferringTransitionsAllowingAnimation:actions:] + 140
7 UIKitCore 0x198d91ddc -[UIApplication _applicationDidEnterBackground] + 136
8 UIKitCore 0x198d915c0 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke_2 + 652
9 UIKitCore 0x198c8b600 _UIScenePerformActionsWithLifecycleActionMask + 108
10 UIKitCore 0x198fcd918 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 216
11 UIKitCore 0x198e7e014 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 332
12 UIKitCore 0x198e7ddcc -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 620
13 UIKitCore 0x198e7d97c -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 252
14 UIKitCore 0x198e7d848 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke + 148
15 UIKitCore 0x19955ffa8 +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:fromCurrentState:actions:completion:] + 736
16 UIKitCore 0x1995f8f98 _UISceneSettingsDiffActionPerformChangesWithTransitionContextAndCompletion + 224
17 UIKitCore 0x198d29958 -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 316
18 UIKitCore 0x19919c7a8 __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke.214 + 556
19 UIKitCore 0x198dfc0b8 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 216
20 UIKitCore 0x198dfbf28 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 244
21 UIKitCore 0x198dfbd68 -[UIApplicationSceneClientAgent scene:handleEvent:withCompletion:] + 336
22 FrontBoardServices 0x1ac655cdc -[FBSScene updater:didUpdateSettings:withDiff:transitionContext:completion:] + 420
23 FrontBoardServices 0x1ac655b18 __94-[FBSWorkspaceScenesClient _queue_updateScene:withSettings:diff:transitionContext:completion:]_block_invoke_2 + 144
24 FrontBoardServices 0x1ac659294 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 168
25 FrontBoardServices 0x1ac6591b0 __94-[FBSWorkspaceScenesClient _queue_updateScene:withSettings:diff:transitionContext:completion:]_block_invoke + 340
26 libdispatch.dylib 0x19e009fdc _dispatch_client_callout + 20
27 libdispatch.dylib 0x19e00da5c _dispatch_block_invoke_direct + 264
28 FrontBoardServices 0x1ac6633b0 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 52
29 FrontBoardServices 0x1ac662f4c -[FBSSerialQueue _targetQueue_performNextIfPossible] + 220
30 FrontBoardServices 0x1ac66572c -[FBSSerialQueue _performNextFromRunLoopSource] + 28
31 CoreFoundation 0x196b05f54 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
32 CoreFoundation 0x196b1232c __CFRunLoopDoSource0 + 176
33 CoreFoundation 0x196a96210 __CFRunLoopDoSources0 + 244
34 CoreFoundation 0x196aabba8 __CFRunLoopRun + 836
35 CoreFoundation 0x196ab0ed4 CFRunLoopRunSpecific + 612
36 GraphicsServices 0x1cfdae368 GSEventRunModal + 164
37 UIKitCore 0x198f8f3d0 -[UIApplication _run] + 888
38 UIKitCore 0x198f8f034 UIApplicationMain + 340
39 AppName 0x1006b4438 0x100570000 + 1328184
40 dyld 0x1b5118960 start + 2528
Thread 1 name: com.apple.uikit.eventfetch-thread
Thread 1:
0 libsystem_kernel.dylib 0x1d362db48 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x1d3640008 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x1d3640248 mach_msg_overwrite + 388
3 libsystem_kernel.dylib 0x1d362e08c mach_msg + 24
4 CoreFoundation 0x196aaaaf0 __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x196aabd34 __CFRunLoopRun + 1232
6 CoreFoundation 0x196ab0ed4 CFRunLoopRunSpecific + 612
7 Foundation 0x190e5a334 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8 Foundation 0x190e5a21c -[NSRunLoop(NSRunLoop) runUntilDate:] + 64
9 UIKitCore 0x1990c433c -[UIEventFetcher threadMain] + 436
10 Foundation 0x190e73808 __NSThread__start__ + 716
11 libsystem_pthread.dylib 0x1e3a906cc _pthread_start + 148
12 libsystem_pthread.dylib 0x1e3a8fba4 thread_start + 8
Thread 2 name: com.apple.NSURLConnectionLoader
Thread 2:
0 libsystem_kernel.dylib 0x1d362db48 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x1d3640008 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x1d3640248 mach_msg_overwrite + 388
3 libsystem_kernel.dylib 0x1d362e08c mach_msg + 24
4 CoreFoundation 0x196aaaaf0 __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x196aabd34 __CFRunLoopRun + 1232
6 CoreFoundation 0x196ab0ed4 CFRunLoopRunSpecific + 612
7 CFNetwork 0x197e085a8 0x197bb2000 + 2450856
8 Foundation 0x190e73808 __NSThread__start__ + 716
9 libsystem_pthread.dylib 0x1e3a906cc _pthread_start + 148
10 libsystem_pthread.dylib 0x1e3a8fba4 thread_start + 8
Thread 3 name: Dispatch queue: com.AppName.response-queue
Thread 3:
0 libsystem_kernel.dylib 0x1d362e680 __ulock_wait + 8
1 libdispatch.dylib 0x19e00a9cc _dlock_wait + 56
2 libdispatch.dylib 0x19e00ad7c _dispatch_group_wait_slow + 56
3 AppName 0x1005c6cb0 0x100570000 + 355504
4 AppName 0x1005c9510 0x100570000 + 365840
5 AppName 0x100705cf0 0x100570000 + 1662192
6 AppName 0x100732dc4 0x100570000 + 1846724
7 AppName 0x1005a5614 0x100570000 + 218644
8 AppName 0x1005a67d0 0x100570000 + 223184
9 AppName 0x1005a4eb8 0x100570000 + 216760
10 AppName 0x100c99344 0x100570000 + 7508804
11 AppName 0x100c2e760 0x100570000 + 7071584
12 libdispatch.dylib 0x19e0084b4 _dispatch_call_block_and_release + 32
13 libdispatch.dylib 0x19e009fdc _dispatch_client_callout + 20
14 libdispatch.dylib 0x19e011694 _dispatch_lane_serial_drain + 672
15 libdispatch.dylib 0x19e0121e0 _dispatch_lane_invoke + 384
16 libdispatch.dylib 0x19e01ce10 _dispatch_workloop_worker_thread + 652
17 libsystem_pthread.dylib 0x1e3a8fdf8 _pthread_wqthread + 288
18 libsystem_pthread.dylib 0x1e3a8fb98 start_wqthread + 8
Thread 4:
0 libsystem_pthread.dylib 0x1e3a8fb90 start_wqthread + 0
Thread 5:
0 libsystem_pthread.dylib 0x1e3a8fb90 start_wqthread + 0
Thread 6:
0 libsystem_pthread.dylib 0x1e3a8fb90 start_wqthread + 0
Thread 7:
0 libsystem_pthread.dylib 0x1e3a8fb90 start_wqthread + 0
Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x000000000000000e x1: 0x0000000000000000 x2: 0x00000001ed09c1e8 x3: 0x0000000280c05510
x4: 0x0000000000000000 x5: 0x0000000000000002 x6: 0x0000001200000005 x7: 0x0000000000000002
x8: 0x0000000000000000 x9: 0xffffffffffffffff x10: 0x00000001f4e3bf18 x11: 0x000000000000000f
x12: 0x0000000000813d80 x13: 0x000000010289f390 x14: 0x00000001ed09c1e8 x15: 0x00000001ed09c1e8
x16: 0xffffffffffffffdc x17: 0x00000001f212d058 x18: 0x0000000000000000 x19: 0x0000000281830cc0
x20: 0x0000000281830c80 x21: 0xffffffffffffffff x22: 0x00000001005c4ecc x23: 0x00000001ea401af0
x24: 0x00000001006b2120 x25: 0x0000000101806b20 x26: 0x0000000281465580 x27: 0x0000000281501980
x28: 0x000000028173b500 fp: 0x000000016f88d640 lr: 0x000000019e00a578
sp: 0x000000016f88d630 pc: 0x00000001d362dac4 cpsr: 0x60001000
far: 0x00000001ea5c8490 esr: 0x56000080 Address size fault
Binary Images:
0x1d362d000 - 0x1d3663ffb libsystem_kernel.dylib arm64e <ff27fc8f90ba3332ab7ac5bc2d9ca7b1> /usr/lib/system/libsystem_kernel.dylib
0x19e006000 - 0x19e04cfff libdispatch.dylib arm64e <fea36690a0003c55b7009120b05aa69b> /usr/lib/system/libdispatch.dylib
0x100570000 - 0x101013fff AppName arm64 <fb7380c17ab7349381ed8db80f753a1a> /private/var/containers/Bundle/Application/A8957E02-C3C1-4F5C-855B-51D0604297F1/AppName.app/AppName
0x198bed000 - 0x19a3cafff UIKitCore arm64e <179501b60fc2344ab969b4e3961ebe10> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1ac652000 - 0x1ac6f7fff FrontBoardServices arm64e <65e92d01137f3e1698a6a33706699695> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x196a30000 - 0x196e15fff CoreFoundation arm64e <5cdc5d9ae5063740b64ebb30867b4f1b> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1cfdad000 - 0x1cfdb5fff GraphicsServices arm64e <a633a095122639428f413877660185ee> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1b5103000 - 0x1b518600f dyld arm64e <cb3ff411476234d286a4eca13f9fb6c3> /usr/lib/dyld
0x190e18000 - 0x191761fff Foundation arm64e <c431acb6fe043d28b6774de6e1c7d81f> /System/Library/Frameworks/Foundation.framework/Foundation
0x1e3a8f000 - 0x1e3a9afff libsystem_pthread.dylib arm64e <1aa3a4b6f9e730568c8b4e4dd81312a4> /usr/lib/system/libsystem_pthread.dylib
0x197bb2000 - 0x197f79fff CFNetwork arm64e <edb0559fc996327f9b3a6616e316f24d> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
EOF
Could you please explain to me what happened? My understanding is that my app was in the background and the app wanted to update some UI in the main thread, but for some reason it failed, right? and the system killed my app after 10 seconds. But why can't the app update in the background?
As the user explained to me, he made a request to the server (which returns some data to show it in the app) and it took so long (probably internet problems). Then he hid the app and when he came back it went down in the background.

studio quit unexpectedly. (android studio can not launch on macos) EXC_CRASH (SIGABRT)

lately I have updated my macOS to 13.0 (22A380) and after updating android studio to 2021.3.1.17 [latest to this time].
I keep getting crash message when i try to open the app.
things I have tried:
here is an image and log that I get.
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------
Process: studio [1721]
Path: /Applications/Android Studio.app/Contents/MacOS/studio
Identifier: com.google.android.studio
Version: 2021.3 (AI-213.7172.25.2113.9123335)
Code Type: X86-64 (Native)
Parent Process: launchd [1]
User ID: 501
Date/Time: 2022-11-07 11:08:11.5742 +0330
OS Version: macOS 13.0 (22A380)
Report Version: 12
Bridge OS Version: 7.0 (20P411)
Anonymous UUID: 8AB98A6D-E4F5-28A2-20AE-42E6FA35B587
Time Awake Since Boot: 1800 seconds
System Integrity Protection: enabled
Crashed Thread: 3
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
abort() called
Application Specific Backtrace 0:
0 CoreFoundation 0x00007ff80c36c43b __exceptionPreprocess + 242
1 libobjc.A.dylib 0x00007ff80bebbe25 objc_exception_throw + 48
2 CoreFoundation 0x00007ff80c3945d6 _CFBundleGetValueForInfoKey + 0
3 AppKit 0x00007ff80f43b161 -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 307
4 AppKit 0x00007ff80f427f4f -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1247
5 AppKit 0x00007ff80f5c2412 -[NSPanel _initContent:styleMask:backing:defer:contentView:] + 50
6 AppKit 0x00007ff80f427a69 -[NSWindow initWithContentRect:styleMask:backing:defer:] + 42
7 AppKit 0x00007ff80f5c23cb -[NSPanel initWithContentRect:styleMask:backing:defer:] + 59
8 AppKit 0x00007ff80f425f88 -[NSWindowTemplate nibInstantiate] + 354
9 AppKit 0x00007ff80f3f442a -[NSIBObjectData instantiateObject:] + 222
10 AppKit 0x00007ff80f3f3b9c -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 476
11 AppKit 0x00007ff80f3e867f loadNib + 420
12 AppKit 0x00007ff80f3e7a67 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 737
13 AppKit 0x00007ff80f3e7691 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201
14 AppKit 0x00007ff80f73a7a0 -[NSAlert init] + 101
15 studio 0x0000000101d43f6c parseVMOptions + 956
16 studio 0x0000000101d431a6 -[Launcher buildArgsFor:] + 150
17 studio 0x0000000101d43695 -[Launcher launch] + 453
18 Foundation 0x00007ff80d14382c __NSThread__start__ + 1009
19 libsystem_pthread.dylib 0x00007ff80c219259 _pthread_start + 125
20 libsystem_pthread.dylib 0x00007ff80c214c7b thread_start + 15
Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x7ff80c1da6a2 mach_msg2_trap + 10
1 libsystem_kernel.dylib 0x7ff80c1e867d mach_msg2_internal + 82
2 libsystem_kernel.dylib 0x7ff80c1e171a mach_msg_overwrite + 723
3 libsystem_kernel.dylib 0x7ff80c1da989 mach_msg + 19
4 CoreFoundation 0x7ff80c2f3d0e __CFRunLoopServiceMachPort + 145
5 CoreFoundation 0x7ff80c2f277a __CFRunLoopRun + 1360
6 CoreFoundation 0x7ff80c2f1bb0 CFRunLoopRunSpecific + 560
7 studio 0x101d42c71 parkRunLoop + 113
8 studio 0x101d42b53 main + 259
9 dyld 0x7ff80bee8310 start + 2432
Thread 1:
0 libsystem_pthread.dylib 0x7ff80c214c58 start_wqthread + 0
Thread 2:
0 libsystem_pthread.dylib 0x7ff80c214c58 start_wqthread + 0
Thread 3 Crashed:
0 libsystem_kernel.dylib 0x7ff80c1e130e __pthread_kill + 10
1 libsystem_pthread.dylib 0x7ff80c218f7b pthread_kill + 263
2 libsystem_c.dylib 0x7ff80c162ca5 abort + 123
3 libc++abi.dylib 0x7ff80c1d3082 abort_message + 241
4 libc++abi.dylib 0x7ff80c1c423d demangling_terminate_handler() + 266
5 libobjc.A.dylib 0x7ff80bec3023 _objc_terminate() + 96
6 libc++abi.dylib 0x7ff80c1d24a5 std::__terminate(void (*)()) + 8
7 libc++abi.dylib 0x7ff80c1d4d05 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*) + 27
8 libc++abi.dylib 0x7ff80c1d4ccc __cxa_throw + 116
9 libobjc.A.dylib 0x7ff80bebbf23 objc_exception_throw + 302
10 CoreFoundation 0x7ff80c3945d6 -[NSException raise] + 9
11 AppKit 0x7ff80f43b161 -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 307
12 AppKit 0x7ff80f427f4f -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1247
13 AppKit 0x7ff80f5c2412 -[NSPanel _initContent:styleMask:backing:defer:contentView:] + 50
14 AppKit 0x7ff80f427a69 -[NSWindow initWithContentRect:styleMask:backing:defer:] + 42
15 AppKit 0x7ff80f5c23cb -[NSPanel initWithContentRect:styleMask:backing:defer:] + 59
16 AppKit 0x7ff80f425f88 -[NSWindowTemplate nibInstantiate] + 354
17 AppKit 0x7ff80f3f442a -[NSIBObjectData instantiateObject:] + 222
18 AppKit 0x7ff80f3f3b9c -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 476
19 AppKit 0x7ff80f3e867f loadNib + 420
20 AppKit 0x7ff80f3e7a67 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 737
21 AppKit 0x7ff80f3e7691 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201
22 AppKit 0x7ff80f73a7a0 -[NSAlert init] + 101
23 studio 0x101d43f6c parseVMOptions + 956
24 studio 0x101d431a6 -[Launcher buildArgsFor:] + 150
25 studio 0x101d43695 -[Launcher launch] + 453
26 Foundation 0x7ff80d14382c __NSThread__start__ + 1009
27 libsystem_pthread.dylib 0x7ff80c219259 _pthread_start + 125
28 libsystem_pthread.dylib 0x7ff80c214c7b thread_start + 15
Thread 4:
0 libsystem_pthread.dylib 0x7ff80c214c58 start_wqthread + 0
Thread 5:
0 libsystem_pthread.dylib 0x7ff80c214c58 start_wqthread + 0
Thread 6:
0 libsystem_pthread.dylib 0x7ff80c214c58 start_wqthread + 0
Thread 3 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x000070000c2a6000 rcx: 0x000070000c2a3ab8 rdx: 0x0000000000000000
rdi: 0x0000000000002903 rsi: 0x0000000000000006 rbp: 0x000070000c2a3ae0 rsp: 0x000070000c2a3ab8
r8: 0x000070000c2a3980 r9: 0x00007ff80c1d5f9b r10: 0x0000000000000000 r11: 0x0000000000000246
r12: 0x0000000000002903 r13: 0x0000003000000008 r14: 0x0000000000000006 r15: 0x0000000000000016
rip: 0x00007ff80c1e130e rfl: 0x0000000000000246 cr2: 0x00007ff84be7a6c8
Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133
Binary Images:
0x7ff80c1d9000 - 0x7ff80c212ff7 libsystem_kernel.dylib (*) <0c2fd2c9-777c-3355-b70f-7b1b6e9d1b0b> /usr/lib/system/libsystem_kernel.dylib
0x7ff80c275000 - 0x7ff80c70dfff com.apple.CoreFoundation (6.9) <dbc459f3-81bb-398a-8f74-3f7392392bb7> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x101d3f000 - 0x101d46fff com.google.android.studio (2021.3) <fab7cfe6-77b4-3fd6-b5ec-bd01fd451094> /Applications/Android Studio.app/Contents/MacOS/studio
0x7ff80bee2000 - 0x7ff80bf76547 dyld (*) <0f050705-2258-3d40-b7bc-f3b35a44bbea> /usr/lib/dyld
0x7ff80c213000 - 0x7ff80c21eff7 libsystem_pthread.dylib (*) <13b5e252-77d1-31e1-888d-1c5f4426ea87> /usr/lib/system/libsystem_pthread.dylib
0x7ff80c0e1000 - 0x7ff80c169fff libsystem_c.dylib (*) <5efaf10b-2ec1-32ed-b077-80125e552c8d> /usr/lib/system/libsystem_c.dylib
0x7ff80c1c3000 - 0x7ff80c1d8ff7 libc++abi.dylib (*) <68c48086-22ee-31c9-a457-954d641b9328> /usr/lib/libc++abi.dylib
0x7ff80bea6000 - 0x7ff80bee1fd8 libobjc.A.dylib (*) <aca7ef61-2853-3699-8c1f-1c0ab93ad6be> /usr/lib/libobjc.A.dylib
0x7ff80f3d6000 - 0x7ff8103daff6 com.apple.AppKit (6.9) <817d572e-eb8c-3999-b7a0-68e1c4b47266> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7ff80d0eb000 - 0x7ff80dafcff6 com.apple.Foundation (6.9) <eca88952-d3af-357e-80d8-4d31b2dc0c26> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
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: 0
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=402.3M resident=0K(0%) swapped_out_or_unallocated=402.3M(100%)
Writable regions: Total=618.3M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=618.3M(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Activity Tracing 256K 1
ColorSync 212K 23
CoreGraphics 8K 2
Foundation 16K 1
Kernel Alloc Once 8K 1
MALLOC 215.4M 39
MALLOC guard page 32K 8
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
STACK GUARD 56.0M 7
Stack 18.5M 7
VM_ALLOCATE 12K 3
VM_ALLOCATE (reserved) 12K 1 reserved VM address space (unallocated)
__CTF 756 1
__DATA 15.5M 303
__DATA_CONST 13.9M 181
__DATA_DIRTY 652K 106
__FONT_DATA 2352 1
__LINKEDIT 181.5M 5
__OBJC_RO 65.1M 1
__OBJC_RW 1982K 2
__TEXT 220.8M 324
dyld private memory 256K 1
mapped file 69.7M 16
shared memory 772K 16
=========== ======= =======
TOTAL 1.2G 1051
TOTAL, minus reserved VM space 860.7M 1051
Model: MacBookAir9,1, BootROM 1916.40.8.0.0 (iBridge: 20.16.411.0.0,0), 4 processors, Quad-Core Intel Core i5, 1.1 GHz, 16 GB, SMC
Graphics: Intel Iris Plus Graphics, Intel Iris Plus Graphics, Built-In
Display: Color LCD, 2560 x 1600 Retina, Main, MirrorOff, Online
Display: Unknown Display, 1920 x 1080 (1080p FHD - Full High Definition), MirrorOff, Online
Memory Module: BANK 0/ChannelA-DIMM0, 8 GB, LPDDR4X, 3733 MHz, SK Hynix, H9HCNNNFBMALPR-NEE
Memory Module: BANK 2/ChannelB-DIMM0, 8 GB, LPDDR4X, 3733 MHz, SK Hynix, H9HCNNNFBMALPR-NEE
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x870), wl0: Sep 6 2022 23:42:56 version 16.20.356.2.3.6.115 FWID 01-81f9b3db
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB31Bus
USB Device: USB3.0 Hub
USB Device: USB31Bus
USB Device: USB2.0 Hub
USB Device: USB C Video Adaptor
USB Device: Mass Storage Device
USB Device: USB Mouse
USB Device: USB Keyboard
USB Device: T2Bus
USB Device: Touch Bar Backlight
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Headset
USB Device: Ambient Light Sensor
USB Device: FaceTime HD Camera (Built-in)
USB Device: Apple T2 Controller
Thunderbolt Bus: MacBook Air, Apple Inc., 86.0
things I have tried:
trying different versions (even beta or canary) from official and none-official sources
updating, uninstalling and reinstalling the app
trying jetbrain toolbox for installation
updating jdk to latest version (19)
changing configs in .vmoptions file or removing it (including-Dsun.font.layoutengine=icu)
removing gradle,android sdk and etc folders related to android studio
to be clear, I can not open android studio and the moment I click on the app icon the crash message is popping up.
use no aux display (or in some cases, device)
after few days I tried to open AS and surprisingly it worked!
the only thing that caused the problem was aux display that I was using.
I could reproduce the issue by connecting extra display and when I tried to open AS without any aux display (or without any device connected to it e.g. keyboard) it opens. (restarting needed!)
Simply run it as sudo
Open your terminal and type below command:
cd /Applications/Android\ Studio.app/Contents/MacOS/studio.

"Xcode quit unexpectedly while using the libswiftCore.dylib plug-in"

I have Xcode 6.4 and Xcode 7 in the same Macbook, but then I updated the Xcode 7 to 7.1 and now I can't open the Xcode 6.4 version.
Process: Xcode [13139]
Path: /Applications/Xcode 6.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 6.4 (7720)
Build Info: IDEFrameworks-7720000000000000~8
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [13139]
User ID: 502
PlugIn Path: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftCore.dylib
PlugIn Identifier: libswiftCore.dylib
PlugIn Version: 2.1 (700.1.101.6)
Date/Time: 2015-10-23 10:51:23.902 -0200
OS Version: Mac OS X 10.10.5 (14F1021)
Report Version: 11
Anonymous UUID: 3C65E0B9-2018-8B23-3825-C5EB4D6161BE
Sleep/Wake UUID: 79EE1FEB-DB8C-44E2-9C3B-F7C7B6C44EB5
Time Awake Since Boot: 19000 seconds
Time Since Wake: 6900 seconds
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: EXC_I386_GPFLT
Application Specific Information:
ProductBuildVersion: 6E35b
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_c.dylib 0x00007fff851dafb2 strlen + 18
1 libswiftCore.dylib 0x0000000119247aac _buildDemanglingForNominalType(swift::Demangle::Node::Kind, swift::Metadata const*, swift::NominalTypeDescriptor const*) + 44
2 libswiftCore.dylib 0x0000000119245cc5 _buildDemanglingForMetadata(swift::Metadata const*) + 133
3 libswiftCore.dylib 0x0000000119247b7c _buildDemanglingForNominalType(swift::Demangle::Node::Kind, swift::Metadata const*, swift::NominalTypeDescriptor const*) + 252
4 libswiftCore.dylib 0x0000000119245cc5 _buildDemanglingForMetadata(swift::Metadata const*) + 133
5 libswiftCore.dylib 0x00000001192459bc swift_getGenericClassObjCName + 28
6 libswiftCore.dylib 0x00000001191975dd 0x118ffe000 + 1676765
7 libswiftCore.dylib 0x000000011923bdd8 (anonymous namespace)::GenericCacheEntry* llvm::function_ref<(anonymous namespace)::GenericCacheEntry* ()>::callback_fn<swift::swift_getGenericMetadata::$_0>(long) + 24
8 libswiftCore.dylib 0x000000011923bce0 swift::MetadataCache<(anonymous namespace)::GenericCacheEntry>::addMetadataEntry(swift::EntryRef<(anonymous namespace)::GenericCacheEntry>, ConcurrentList<swift::MetadataCache<(anonymous namespace)::GenericCacheEntry>::EntryPair>&, llvm::function_ref<(anonymous namespace)::GenericCacheEntry* ()>) + 128
9 libswiftCore.dylib 0x0000000119238488 swift_getGenericMetadata + 504
10 libswiftCore.dylib 0x000000011923851d swift_getGenericMetadata3 + 29
11 libswiftFoundation.dylib 0x0000000119519226 _TZFe0_Rq_Ss8Hashable_10FoundationVSs10Dictionary26_forceBridgeFromObjectiveCu0_Rq_S__fMGS1_q_q0__FTCSo12NSDictionary6resultRGSqGS1_q_q0____T_ + 54
12 libswiftFoundation.dylib 0x00000001195190ed _TF10Foundation32_convertNSDictionaryToDictionaryu0_Rq_Ss8Hashable_FGSqCSo12NSDictionary_GVSs10Dictionaryq_q0__ + 61
13 ca.nri.ColorSenseRainbow 0x0000000118dce1ad _TTSf4g_n___TZFC17ColorSenseRainbow17ColorSenseRainbow13pluginDidLoadfMS0_FCSo8NSBundleT_ + 189 (ColorSenseRainbow.swift:33)
14 ca.nri.ColorSenseRainbow 0x0000000118dcc6f5 _TToZFC17ColorSenseRainbow17ColorSenseRainbow13pluginDidLoadfMS0_FCSo8NSBundleT_ + 37
15 com.apple.Xcode.DevToolsCore 0x0000000118530075 __46-[XCPluginManager loadPluginBundle:forDomain:]_block_invoke + 147
16 com.apple.dt.DVTFoundation 0x000000010e5ff972 DVTInvokeWithFailureHint + 83
17 com.apple.Xcode.DevToolsCore 0x000000011852fd9c -[XCPluginManager loadPluginBundle:forDomain:] + 1041
18 com.apple.Xcode.DevToolsCore 0x000000011852f831 __46-[XCPluginManager findAndLoadPluginsInDomain:]_block_invoke + 621
19 com.apple.dt.DVTFoundation 0x000000010e5e689d -[DVTPlugInManager _allowNonApplePlugInsFromDescriptors:error:] + 476
20 com.apple.dt.DVTFoundation 0x000000010e5e6b1e -[DVTPlugInManager _checkNonApplePlugIns] + 239
21 com.apple.dt.DVTFoundation 0x000000010e5e6b94 -[DVTPlugInManager initializePlugIns:] + 27
22 com.apple.dt.IDEFoundation 0x000000010f081634 _IDEInitializeOtherPlugInStuff + 175
23 com.apple.dt.IDEFoundation 0x000000010f082a0c IDEInitialize + 3533
24 com.apple.dt.IDEKit 0x000000010f667bdc -[IDEApplicationController applicationWillFinishLaunching:] + 710
25 com.apple.CoreFoundation 0x00007fff87c2e45c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
26 com.apple.CoreFoundation 0x00007fff87b1e634 _CFXNotificationPost + 3140
27 com.apple.Foundation 0x00007fff90092aa1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
28 com.apple.dt.DVTFoundation 0x000000010e5db998 -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 162
29 com.apple.AppKit 0x00007fff83229e57 -[NSApplication finishLaunching] + 440
30 com.apple.dt.DVTKit 0x000000010eb7f952 -[DVTApplication finishLaunching] + 149
31 com.apple.AppKit 0x00007fff83229921 -[NSApplication run] + 128
32 com.apple.AppKit 0x00007fff831a6244 NSApplicationMain + 1832
33 libdyld.dylib 0x00007fff8fe005c9 start + 1
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8c9c7232 kevent64 + 10
1 libdispatch.dylib 0x00007fff822cd26e _dispatch_mgr_thread + 52
Thread 2:
0 libsystem_kernel.dylib 0x00007fff8c9c694a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8af043dd start_wqthread + 13
Thread 3:
0 libsystem_kernel.dylib 0x00007fff8c9c694a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8af043dd start_wqthread + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fff8c9c694a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8af043dd start_wqthread + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fff8c9c694a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8af043dd start_wqthread + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000119245c87 rbx: 0xc9854800101ab30d rcx: 0xc9854800101ab30d rdx: 0xc9854800101ab30d
rdi: 0xc9854800101ab300 rsi: 0x0000000000000007 rbp: 0x00007fff517d81e0 rsp: 0x00007fff517d81e0
r8: 0x0000000000000001 r9: 0x00000000fffffff0 r10: 0x0000000000000002 r11: 0x00007fe83d300000
r12: 0x0000000119284f20 r13: 0x000000011919c970 r14: 0x0000000000000007 r15: 0x00007fff517d85d0
rip: 0x00007fff851dafb2 rfl: 0x0000000000010286 cr2: 0x000000011919c978
Logical CPU: 0
Error Code: 0x00000000
Trap Number: 13
One or more plugins need to be removed from this directory:
~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/
To Fix:
Open the directory noted above and temporarily remove one or more of the plugins found.
Note:
Running the following command in Terminal as a non-sudo user will show the plugins impacting the startup:
open /Applications/Xcode.app/Contents/MacOS/Xcode
Sample errors produced after running the code in Terminal
2015-10-01 09:04:07.052 Xcode[860:42364] [MT] PluginLoading: Required plug-in compatibility UUID 0420B86A-AA43-4792-9ED0-6FE0F2B16A13 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SwiftCodeSnippets.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2015-10-01 09:04:07.054 Xcode[860:42364] [MT] PluginLoading: Required plug-in compatibility UUID 0420B86A-AA43-4792-9ED0-6FE0F2B16A13 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/CocoaControlsPlugin.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2015-10-01 09:04:07.054 Xcode[860:42364] [MT] PluginLoading: Required plug-in compatibility UUID 0420B86A-AA43-4792-9ED0-6FE0F2B16A13 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/BBUUtilitiesTuckAway.xcplugin' not present in DVTPlugInCompatibilityUUIDs
Segmentation fault: 11
I've got similar issue fixed for my Xcode 7.2.1 by restarting my Mac.
I had the same issue and my fix was to delete all the subfolders in Xcode's derived data directory. Xcode automatically rebuilds.
I solved it by removing libMainThreadChecker.dylib file as:
rm -r /Applications/Xcode.app/Contents/Developer/usr/lib/libMainThreadChecker.dylib

Emacs daemon is automatically killed when I close gui client in fullscreen mode. (Mac Yosemite)

Here's my .zshrc configuration.
export ALTERNATE_EDITOR=""
alias e="emacsclient -t" # emacs terminal
alias ec="emacsclient -c -n" # gui emacsclient
When I start a new first emacsclient, emacs daemon starts automatically with the configuration above.
But, I got a trouble with gui emacs.
This is a starting message of a first emacsclient.
╭─dplee#dpleeui-MacBook-Pro ~
╰─$ ec .zshrc
emacsclient: can't find socket; have you started the server?
To start the server in Emacs, type "M-x server-start".
ad-handle-definition: `evil-mode' got redefined
[yas] Discovered there was already *scratch* in fundamental-mode
[yas] Discovered there was already *code-conversion-work* in fundamental-mode
[yas] Discovered there was already *load* in fundamental-mode
[yas] Loading for `fundamental-mode', just-in-time: (lambda nil (yas--load-directory-1 (quote /Users/dplee/.emacs.d/elpa/yasnippet-20150811.1222/snippets/fundamental-mode) (quote fundamental-mode)))!
[yas] Loading compiled snippets from /Users/dplee/.emacs.d/elpa/yasnippet-20150811.1222/snippets/fundamental-mode
Loading /Users/dplee/.emacs.d/elpa/yasnippet-20150811.1222/snippets/fundamental-mode/.yas-setup...
Loading /Users/dplee/.emacs.d/elpa/yasnippet-20150811.1222/snippets/fundamental-mode/.yas-setup...done
[yas] Prepared just-in-time loading for /Users/dplee/.emacs.d/elpa/yasnippet-20150811.1222/snippets
[yas] Check your `yas-snippet-dirs': ~/.emacs.d/snippets is not a directory
[yas] Reloaded everything (snippets will load just-in-time)... (some errors, check *Messages*).
[yas] Check your `yas-snippet-dirs': ~/.emacs.d/remote-snippets is not a directory
[yas] Check your `yas-snippet-dirs': ~/.emacs.d/snippets is not a directory
[yas] Reloaded everything (snippets will load just-in-time)... (some errors, check *Messages*).
ad-handle-definition: `tramp-read-passwd' got redefined
Starting Emacs daemon.
Emacs daemon should have started, trying to connect again
Now emacs daemon is started well.
╭─dplee#dpleeui-MacBook-Pro ~
╰─$ ps -ef | grep emacs
501 12057 1 0 7:15AM ?? 0:01.95 /usr/local/Cellar/emacs/24.5/Emacs.app/Contents/MacOS/Emacs -nw --daemon=^J4,5^J
501 12139 10891 0 7:16AM ttys000 0:00.00 grep --color=auto --exclude-dir=.bzr --exclude-dir=.cvs --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn emacs
But, if I close the gui client which is in state of full-screen window mode, the emacs daemon is also killed. (I can't see any emacs daemon process in the ps result.)
It doesn't happen when the client window isn't in full-screen.
Here's a detailed error message and stack frame when the problem occurred.
Anybody who already encountered this situation?
Process: Emacs [12057]
Path: /usr/local/Cellar/emacs/24.5/Emacs.app/Contents/MacOS/Emacs
Identifier: org.gnu.Emacs
Version: Version 24.5 (9.0)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Terminal [7109]
User ID: 501
Date/Time: 2015-08-21 07:20:51.883 +0900
OS Version: Mac OS X 10.10.4 (14E46)
Report Version: 11
Anonymous UUID: 9F7B494C-3D13-B1A9-822B-480554ACE9A0
Sleep/Wake UUID: 978C9798-989F-49BD-8CDE-E684910CBC6F
Time Awake Since Boot: 8100 seconds
Time Since Wake: 4500 seconds
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000018
VM Regions Near 0x18:
-->
__TEXT 0000000100000000-00000001001d2000 [ 1864K] r-x/rwx SM=COW /usr/local/Cellar/emacs/24.5/Emacs.app/Contents/MacOS/Emacs
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8c781c82 __kill + 10
1 org.gnu.Emacs 0x00000001000bae91 emacs_abort + 19
2 org.gnu.Emacs 0x0000000100173933 ns_term_shutdown + 124
3 org.gnu.Emacs 0x00000001000a1c1b shut_down_emacs + 283
4 org.gnu.Emacs 0x00000001000a19f5 terminate_due_to_signal + 89
5 org.gnu.Emacs 0x00000001000bccf1 handle_fatal_signal + 14
6 org.gnu.Emacs 0x00000001000bc18d deliver_fatal_thread_signal + 114
7 libsystem_platform.dylib 0x00007fff83394f1a _sigtramp + 26
8 ??? 0x00000001011632b0 0 + 4313199280
9 org.gnu.Emacs 0x0000000100186a15 update_frame_tool_bar + 374
10 org.gnu.Emacs 0x0000000100178b30 -[EmacsView windowDidExitFullScreen:] + 117
11 com.apple.CoreFoundation 0x00007fff8433845c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
12 com.apple.CoreFoundation 0x00007fff84228634 _CFXNotificationPost + 3140
13 com.apple.Foundation 0x00007fff8b7659d1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
14 com.apple.AppKit 0x00007fff85bdfd68 __18-[NSWindow _close]_block_invoke + 650
15 com.apple.AppKit 0x00007fff85bdfa96 -[NSWindow _close] + 376
16 org.gnu.Emacs 0x0000000100170401 x_free_frame_resources + 301
17 org.gnu.Emacs 0x000000010017043c x_destroy_window + 22
18 org.gnu.Emacs 0x000000010000fa83 delete_frame + 1060
19 org.gnu.Emacs 0x000000010011165d Ffuncall + 764
20 org.gnu.Emacs 0x0000000100144091 exec_byte_code + 2064
21 org.gnu.Emacs 0x00000001001115b4 Ffuncall + 595
22 org.gnu.Emacs 0x0000000100144091 exec_byte_code + 2064
23 org.gnu.Emacs 0x00000001001115b4 Ffuncall + 595
24 org.gnu.Emacs 0x000000010010cf4f Fcall_interactively + 4951
25 org.gnu.Emacs 0x000000010011174b Ffuncall + 1002
26 org.gnu.Emacs 0x0000000100144091 exec_byte_code + 2064
27 org.gnu.Emacs 0x00000001001115b4 Ffuncall + 595
28 org.gnu.Emacs 0x0000000100111be4 call1 + 45
29 org.gnu.Emacs 0x00000001000a52c1 command_loop_1 + 2807
30 org.gnu.Emacs 0x000000010011008f internal_condition_case + 251
31 org.gnu.Emacs 0x00000001000b3dd8 command_loop_2 + 53
32 org.gnu.Emacs 0x000000010010fab9 internal_catch + 243
33 org.gnu.Emacs 0x00000001000a3fbb recursive_edit_1 + 211
34 org.gnu.Emacs 0x00000001000a415e Frecursive_edit + 236
35 org.gnu.Emacs 0x00000001000a3128 main + 5300
36 libdyld.dylib 0x00007fff86e195c9 start + 1
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8c783232 kevent64 + 10
1 libdispatch.dylib 0x00007fff8c351a6a _dispatch_mgr_thread + 52
Thread 2:
0 libsystem_kernel.dylib 0x00007fff8c7823fa __select + 10
1 com.apple.Foundation 0x00007fff8b79cdc2 __NSThread__main__ + 1345
2 libsystem_pthread.dylib 0x00007fff845b4268 _pthread_body + 131
3 libsystem_pthread.dylib 0x00007fff845b41e5 _pthread_start + 176
4 libsystem_pthread.dylib 0x00007fff845b241d thread_start + 13
Thread 3:
0 libsystem_kernel.dylib 0x00007fff8c77d4de mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8c77c64f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff8428aeb4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff8428a37b __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff84289bd8 CFRunLoopRunSpecific + 296
5 com.apple.AppKit 0x00007fff85a8756b _NSEventThread + 137
6 libsystem_pthread.dylib 0x00007fff845b4268 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff845b41e5 _pthread_start + 176
8 libsystem_pthread.dylib 0x00007fff845b241d thread_start + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fff8c78294a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff845b240d start_wqthread + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fff8c78294a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff845b240d start_wqthread + 13
Thread 6:
0 libsystem_kernel.dylib 0x00007fff8c78294a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff845b240d start_wqthread + 13
Thread 7:
0 libsystem_kernel.dylib 0x00007fff8c78294a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff845b240d start_wqthread + 13
Thread 8:
0 libsystem_kernel.dylib 0x00007fff8c78294a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff845b240d start_wqthread + 13
Thread 9:
0 libsystem_kernel.dylib 0x00007fff8c78294a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff845b240d start_wqthread + 13
Thread 10:
0 libsystem_kernel.dylib 0x00007fff8c78294a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff845b240d start_wqthread + 13
Thread 11:
0 libsystem_kernel.dylib 0x00007fff8c78294a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff845b240d start_wqthread + 13
Thread 12:
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfe398 rdx: 0x0000000000000000
rdi: 0x0000000000002f19 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfe3c0 rsp: 0x00007fff5fbfe398
r8: 0x000000000000007f r9: 0x000000010112a9b0 r10: 0x0000000000000000 r11: 0x0000000000000206
r12: 0x00000001005008e0 r13: 0x0000000100500880 r14: 0x0000000000000028 r15: 0x0000000000000020
rip: 0x00007fff8c781c82 rfl: 0x0000000000000206 cr2: 0x0000000153c26000
Logical CPU: 0
Error Code: 0x02000025
Trap Number: 133
Binary Images:
0x100000000 - 0x1001d1fef +org.gnu.Emacs (Version 24.5 - 9.0) <483F1878-6D65-3857-B6FD-B8AF26448D51> /usr/local/Cellar/emacs/24.5/Emacs.app/Contents/MacOS/Emacs
0x100607000 - 0x100629fff libKoreanConverter.dylib (64) <E51FCBAE-3886-32B7-B4F8-51B3CBF683ED> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0x101396000 - 0x101396ffe +cl_kernels (???) <012559FA-4256-401A-81B6-A07DD27C2241> cl_kernels
0x10139a000 - 0x10139afef +cl_kernels (???) <38644E76-CFB8-4AEC-956A-4250D9C79DBB> cl_kernels
0x1014fe000 - 0x1014feff5 +cl_kernels (???) <89679EEA-76F0-40A9-A5CA-1FF5D05AE998> cl_kernels
0x1051fd000 - 0x1051fdfef +cl_kernels (???) <38644E76-CFB8-4AEC-956A-4250D9C79DBB> cl_kernels
0x10af22000 - 0x10b008fef unorm8_bgra.dylib (2.4.5) <5F488C7E-2FB2-3C66-9764-28CF16B03E7A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x10b6dc000 - 0x10b6dcfe7 +cl_kernels (???) <A4AD5F3E-1691-4D0C-BBED-6EBD22C053D8> cl_kernels
0x7fff6c71f000 - 0x7fff6c755837 dyld (353.2.1) <72A99D0F-0B56-3938-ABC5-67A0F33757C4> /usr/lib/dyld
0x7fff82fde000 - 0x7fff82fe8ff7 com.apple.NetAuth (5.2 - 5.2) <2BBD749A-8E18-35B8-8E48-A90347C1CCA7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff83003000 - 0x7fff83006fff libCGXCoreImage.A.dylib (788.2) <CE4BA36F-F61E-39E8-95A8-91891E794ED6> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff8304e000 - 0x7fff83059ff7 com.apple.CrashReporterSupport (10.10 - 631) <C44259AC-0A1C-3EC5-99AC-48CB520A709D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff8305a000 - 0x7fff83341ffb com.apple.CoreServices.CarbonCore (1108.6 - 1108.6) <8953580E-7857-33B2-AA64-98296830D3A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff83384000 - 0x7fff8338ffff libGL.dylib (11.1.2) <FD8B7B67-1532-32A1-B369-9D7A6C1EB3ED> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff83390000 - 0x7fff83398fff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
0x7fff833a8000 - 0x7fff833b0fff libsystem_dnssd.dylib (576.30.4) <4EA2DEC3-77EE-3941-A703-DE6DC2056B15> /usr/lib/system/libsystem_dnssd.dylib
0x7fff833b1000 - 0x7fff83495fff libcrypto.0.9.8.dylib (52.30.1) <093A3CCE-953A-365F-9412-775DE0AF2870> /usr/lib/libcrypto.0.9.8.dylib
0x7fff83496000 - 0x7fff834acff7 libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
0x7fff834ad000 - 0x7fff834f9ff7 libcups.2.dylib (408.2) <E8AD18F9-61E4-3791-B840-504468C25556> /usr/lib/libcups.2.dylib
0x7fff836c9000 - 0x7fff836ccffb libCGXType.A.dylib (788.2) <2F4BD0F4-9A86-3611-9004-F14E4FDCBAE9> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff836cd000 - 0x7fff83721fff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
0x7fff83722000 - 0x7fff83816fff libFontParser.dylib (134.4) <12F2E476-F05A-3F01-92FF-6E0C6D7F8DD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff83817000 - 0x7fff83842fff com.apple.DictionaryServices (1.2 - 229) <F03DFAC6-6285-3176-9C6D-7CC50F8CD52A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8419f000 - 0x7fff84217ff7 com.apple.SystemConfiguration (1.14.4 - 1.14) <E3495342-E80D-358D-9290-6C02F5F46BCA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff84218000 - 0x7fff845b0ff7 com.apple.CoreFoundation (6.9 - 1153.18) <5C0892B8-9691-341F-9279-CA3A74D59AA0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff845b1000 - 0x7fff845bafff libsystem_pthread.dylib (105.10.1) <3103AA7F-3BAE-3673-9649-47FFD7E15C97> /usr/lib/system/libsystem_pthread.dylib
0x7fff845bb000 - 0x7fff845d7ff7 libsystem_malloc.dylib (53.30.1) <DDA8928B-CC0D-3255-BD8A-3FEA0982B890> /usr/lib/system/libsystem_malloc.dylib
0x7fff84646000 - 0x7fff84660ff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff84661000 - 0x7fff84685ff7 com.apple.Sharing (328.17 - 328.17) <AD5E243A-B79F-3D7B-800B-A2C99A1CFEF1> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff84686000 - 0x7fff8468eff3 com.apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) <84F79D3E-7B5E-3C93-8479-35794A3F125E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff8469a000 - 0x7fff849b5fcf com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff84ab7000 - 0x7fff84b4cff7 com.apple.ColorSync (4.9.0 - 4.9.0) <9150C2B7-2E6E-3509-96EA-7B3F959F049E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff84b4d000 - 0x7fff84b4effb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
0x7fff84b51000 - 0x7fff84b56fff libsystem_stats.dylib (163.30.2) <48A9387D-5C63-3E79-979C-F675552F6FC9> /usr/lib/system/libsystem_stats.dylib
0x7fff84b57000 - 0x7fff84b62ff7 com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) <A5640275-E2A6-3856-95EF-5F0DC440B10C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff84b63000 - 0x7fff84b83ff7 com.apple.MultitouchSupport.framework (264.6 - 264.6) <B4BDB2C0-5D4E-30F4-8EB0-CC16C91DF418> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff84b84000 - 0x7fff84bbbffb com.apple.LDAPFramework (2.4.28 - 194.5) <CAFB9695-000F-34EA-8DF5-09996929C26A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff84e27000 - 0x7fff84e2dfff libsystem_trace.dylib (72.20.1) <840F5301-B55A-3078-90B9-FEFFD6CD741A> /usr/lib/system/libsystem_trace.dylib
0x7fff84e2e000 - 0x7fff84e2efff com.apple.audio.units.AudioUnit (1.12 - 1.12) <E5335492-7EFE-31EA-BE72-4A9CEE68D58E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff84e2f000 - 0x7fff84e53fef libJPEG.dylib (1238) <8CB4D185-069F-38FE-ABB9-25E514DE227D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff84e5d000 - 0x7fff84e8afff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff84e8b000 - 0x7fff84e8ffff com.apple.TCC (1.0 - 1) <CCA42EE2-3400-3444-9486-BC454E60D944> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff84e90000 - 0x7fff84e92fff libsystem_configuration.dylib (699.30.1) <B124CC64-59B9-354F-A693-B3431ADB87AC> /usr/lib/system/libsystem_configuration.dylib
0x7fff84e9c000 - 0x7fff84ee9ff7 com.apple.print.framework.PrintCore (10.3 - 451.1) <DE992474-0841-38A1-B4F6-46D653E454D5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff84eeb000 - 0x7fff85013ff7 com.apple.coreui (2.1 - 308.6) <9E0E9C6A-68F5-34C1-A17C-96226D401D4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff85014000 - 0x7fff8503bfff com.apple.shortcut (2.14 - 2.14) <0E9228EC-E688-3E83-9516-5211FFEA923E> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff850ba000 - 0x7fff8512effb com.apple.securityfoundation (6.0 - 55126) <D3C26373-83B1-3FDF-AD9C-39875D84312A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff85179000 - 0x7fff851f2fe7 libcorecrypto.dylib (233.30.1) <5779FFA0-4D9A-3AD4-B7F2-618227621DC8> /usr/lib/system/libcorecrypto.dylib
0x7fff851f3000 - 0x7fff8520eff7 libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
0x7fff8520f000 - 0x7fff85215fff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8524c000 - 0x7fff85252ff7 libsystem_networkextension.dylib (167.30.1) <3E99FF35-DCBB-3A4C-8853-F1F39A792D29> /usr/lib/system/libsystem_networkextension.dylib
0x7fff85253000 - 0x7fff85279fff com.apple.ChunkingLibrary (2.1 - 163.6) <29D4CB95-42EF-34C6-8182-BDB6F7BB1E79> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8527a000 - 0x7fff852adfff com.apple.MediaKit (16 - 757.2) <2912E5C2-085F-3FE2-8531-23B6E894B0F0> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff852ae000 - 0x7fff852fffff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <450293F7-DAE7-3DD0-8F7C-71FC2FD72627> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff85303000 - 0x7fff8530eff7 libkxld.dylib (2782.30.5) <14CB6513-E373-3829-AD7D-F1C15397F64F> /usr/lib/system/libkxld.dylib
0x7fff8530f000 - 0x7fff8531aff7 libcsfde.dylib (471.30.1) <A62AE3D8-E2A6-314A-BF45-804003BE0AC9> /usr/lib/libcsfde.dylib
0x7fff8531b000 - 0x7fff8544bfff com.apple.UIFoundation (1.0 - 1) <466BDFA8-0B9F-3AB0-989D-F9779422926A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff855a3000 - 0x7fff855b5ff7 com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff855b6000 - 0x7fff855b7fff liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
... (omit)
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff9150c000 - 0x7fff915e2ff3 com.apple.DiskImagesFramework (10.10.4 - 397) <8B513846-28A2-3275-B8A0-DF08C5EC077A> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff918ce000 - 0x7fff918cffff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff918d0000 - 0x7fff918d3fff com.apple.xpc.ServiceManagement (1.0 - 1) <D94F7F86-4015-3453-92FD-ADC04F215C04> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff918d4000 - 0x7fff91ae1ffb com.apple.CFNetwork (720.4.4 - 720.4.4) <71A596B3-A837-3ADF-9560-1DCDA9292F96> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff91b05000 - 0x7fff91b45ff7 libGLImage.dylib (11.1.2) <9B05F3BF-D111-3B01-B7F8-C5EF7E02000B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff91c8c000 - 0x7fff91d2efff com.apple.Bluetooth (4.3.5 - 4.3.5f8) <DB1CF332-A131-3DF1-BE85-A05594F6DA5F> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff91db3000 - 0x7fff91e25fff com.apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff91e26000 - 0x7fff91e27ff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
0x7fff91e28000 - 0x7fff91e82ff7 com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff91e93000 - 0x7fff91e95fff libquarantine.dylib (76.20.1) <7AF90041-2768-378A-925A-D83161863642> /usr/lib/system/libquarantine.dylib
0x7fff91e96000 - 0x7fff91ec6ff7 libncurses.5.4.dylib (44) <F09809A4-53B9-3E91-A8FA-D3F584C03AA3> /usr/lib/libncurses.5.4.dylib
0x7fff91edf000 - 0x7fff92046ffb com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff9252d000 - 0x7fff92555fff libRIP.A.dylib (788.2) <4DAA8224-AD10-3865-BF9F-DF56168914F9> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff92556000 - 0x7fff92556fff com.apple.CoreServices (62 - 62) <C69DA8A7-B536-34BF-A93F-1C170E2C6D58> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff92557000 - 0x7fff92564ff3 com.apple.ProtocolBuffer (1 - 228.0.1) <3429EB06-9F0E-355F-B9AB-F72879177398> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff92565000 - 0x7fff925d1fff com.apple.framework.CoreWLAN (5.0 - 500.35.2) <03697149-1CDD-32FF-B564-1C1EF5E9E5C3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff925d2000 - 0x7fff925d5fff com.apple.IOSurface (97.4 - 97.4) <AE11CFBC-4D46-30F3-BEEC-4C8131079391> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff925d6000 - 0x7fff92691ff7 com.apple.DiscRecording (9.0 - 9000.4.2) <4655B4B8-523D-3AE6-92A0-8486A2258B3B> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff92692000 - 0x7fff92911ffb com.apple.RawCamera.bundle (6.06 - 819) <EDA3D142-24EC-3661-87EB-B35F8E858A9D> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff92912000 - 0x7fff929a6fff com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff92a29000 - 0x7fff92a63ffb com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff92a64000 - 0x7fff92a6cff7 com.apple.icloud.FindMyDevice (1.0 - 1) <9CE67F85-2BA8-3093-97BA-07BF5C04A5D6> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff92a6d000 - 0x7fff92a80ff7 com.apple.CoreBluetooth (1.0 - 1) <8D7BA9BA-EB36-307A-9119-0B3D9732C953> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff92a81000 - 0x7fff92ab3ff3 com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff92ab4000 - 0x7fff92ae4fff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 68
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: 291025
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=187.9M resident=78.6M(42%) swapped_out_or_unallocated=109.3M(58%)
Writable regions: Total=198.5M written=51.5M(26%) resident=85.8M(43%) swapped_out=4K(0%) unallocated=112.7M(57%)
REGION TYPE VIRTUAL
=========== =======
Activity Tracing 2048K
CG backing stores 20.7M
CG image 532K
CG raster data 27.0M
CG shared images 368K
CoreAnimation 48K
CoreGraphics 12K
CoreImage 28K
CoreUI image data 232K
Dispatch continuations 16.0M
Foundation 4K
Kernel Alloc Once 8K
MALLOC 79.4M
MALLOC (admin) 32K
Memory Tag 242 12K
OpenCL 40K
STACK GUARD 55.7M
Stack 13.5M
Stack (reserved) 520K reserved VM address space (unallocated)
VM_ALLOCATE 17.2M
__DATA 46.6M
__IMAGE 528K
__LINKEDIT 71.4M
__TEXT 116.4M
__UNICODE 552K
mapped file 121.8M
shared memory 4K
=========== =======
TOTAL 590.6M
TOTAL, minus reserved VM space 590.1M
Model: MacBookPro11,4, BootROM MBP114.0172.B04, 4 processors, Intel Core i7, 2.2 GHz, 16 GB, SMC 2.29f24
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x152), Broadcom BCM43xx 1.0 (7.15.166.24.3)
Bluetooth: Version 4.3.5f8 15969, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0256G, 251 GB
USB Device: Internal Memory Card Reader
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1
I think it's possible that this is emacs bug.
So I reported this problem to emacs maintainer.

encfs on OSX Mavericks: illegal hardware instruction

I use encfs to encode the personal documents that I keep on cloud drives. I have written a script that mounts the encoded folders at startup on MacOS, and it works flawlessly on two of my Macs. The third Mac (iMac 2008), though, fails to run encfs command, crashes with the error "illegal hardware instruction" that I have never encountered before. I wonder what is preventing encfs from running correctly.
I have installed "OSXFuse" using "Homebrew" along with some other fuse-based file systems such as sshfs and bindfs that I use regularly on the same iMac with no issue. I have the same version of Mavericks installed on all my computers (10.9.5).
Here is my brew config:
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: a0d9ecf1ce73acee32de0eca937d25dfa80b0cd5
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: dual-core 64-bit penryn
OS X: 10.9.5-x86_64
Xcode: 6.0.1
CLT: 6.0.0.0.1.1410400753
Clang: 6.0 build 600
X11: 2.7.5 => /opt/X11
System Ruby: 2.0.0-481
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /Users/mah/.rvm/rubies/ruby-2.1.1/bin/ruby
Here is the crash log from the last crash:
Process: encfs [869]
Path: /usr/local/Cellar/encfs/1.7.5_1/bin/encfs
Identifier: encfs
Version: 0
Code Type: X86-64 (Native)
Parent Process: zsh [625]
Responsible: iTerm [616]
User ID: 501
Date/Time: 2014-09-29 15:41:15.243 -0400
OS Version: Mac OS X 10.9.5 (13F34)
Report Version: 11
Anonymous UUID: 74ECAA66-AC67-A002-50AB-F34FFEFA7DC2
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000
Application Specific Information:
/usr/local/lib/librlog.5.dylib
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 librlog.5.dylib 0x000000010df749b7 _GLOBAL__I_a + 7
1 dyld 0x00007fff6a5f0c2e ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 268
2 dyld 0x00007fff6a5f0dba ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 40
3 dyld 0x00007fff6a5eda62 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 308
4 dyld 0x00007fff6a5ed9eb ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 189
5 dyld 0x00007fff6a5ed9eb ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 189
6 dyld 0x00007fff6a5ed8f6 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 54
7 dyld 0x00007fff6a5e11da dyld::initializeMainExecutable() + 189
8 dyld 0x00007fff6a5e4560 dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 2419
9 dyld 0x00007fff6a5e027b dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*, unsigned long*) + 477
10 dyld 0x00007fff6a5e005e _dyld_start + 54
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000001 rbx: 0x000000010df749b0 rcx: 0x00007fff51d288c0 rdx: 0x00007fff51d28760
rdi: 0x0000000000000001 rsi: 0x00007fff51d28750 rbp: 0x00007fff51d276a0 rsp: 0x00007fff51d27690
r8: 0x00007fff6a613178 r9: 0x00007fff51d27600 r10: 0x00007fff964500e1 r11: 0x00007fff9598e6c6
r12: 0x0000000000000001 r13: 0x00007fff6a6130b0 r14: 0x00007fff6a61b4c0 r15: 0x000000010df7a378
rip: 0x000000010df749b7 rfl: 0x0000000000010246 cr2: 0x000000010df749b0
Logical CPU: 1
Error Code: 0x00000000
Trap Number: 6
Binary Images:
0x10ded7000 - 0x10dee9fff +encfs (0) <0CDF19BF-6E75-3CC4-BBCA-E8552FC2BE0F> /usr/local/bin/encfs
0x10defd000 - 0x10df33fff +libencfs.6.dylib (0) <30EA3D2B-3481-3CB5-9808-77A4E0C372EF> /usr/local/Cellar/encfs/1.7.5_1/lib/libencfs.6.dylib
0x10df72000 - 0x10df79ff7 +librlog.5.dylib (0) <B4C44B6B-BF72-3B1B-97F2-9BBC7EA64AA7> /usr/local/lib/librlog.5.dylib
0x10df89000 - 0x10dfc2ff7 +libssl.1.0.0.dylib (0) <C70E951B-86CD-3F4C-A1DC-6AB02B838B0F> /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
0x10dfde000 - 0x10e0effef +libcrypto.1.0.0.dylib (0) <B3590A5D-883A-337D-84F8-8217F641E340> /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib
0x10e165000 - 0x10e189ff7 +libboost_serialization-mt.dylib (0) <EC54345E-8170-3663-82E7-0308E1BCCDCB> /usr/local/lib/libboost_serialization-mt.dylib
0x10e201000 - 0x10e20eff7 +libboost_filesystem-mt.dylib (0) <8A57889F-24FE-3923-87B1-9BE986A3A07E> /usr/local/lib/libboost_filesystem-mt.dylib
0x10e221000 - 0x10e223ff3 +libboost_system-mt.dylib (0) <28E41007-7056-3375-A009-BB8E0FC78AF1> /usr/local/lib/libboost_system-mt.dylib
0x10e22a000 - 0x10e233fff +libintl.8.dylib (0) <4E31E35C-6964-39DE-86EC-7CD308FBC206> /usr/local/opt/gettext/lib/libintl.8.dylib
0x10e23d000 - 0x10e257fff +libosxfuse_i64.2.dylib (0) <C638BF8A-4AF0-3F4E-9AF7-09CC5130F911> /usr/local/lib/libosxfuse_i64.2.dylib
0x7fff6a5df000 - 0x7fff6a612817 dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
0x7fff884db000 - 0x7fff884f5fff libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
0x7fff88939000 - 0x7fff8895dfff libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
0x7fff8899e000 - 0x7fff8899eff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
0x7fff88e26000 - 0x7fff88e27ff7 libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
0x7fff894b7000 - 0x7fff894bdff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
0x7fff8995d000 - 0x7fff8995eff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff89e49000 - 0x7fff89e8bff7 libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
0x7fff89e8c000 - 0x7fff89eb5ff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
0x7fff8bfb4000 - 0x7fff8bfb7ff7 libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
0x7fff8cd6f000 - 0x7fff8cd71ff3 libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
0x7fff8cdd8000 - 0x7fff8cf90ffb libicucore.A.dylib (511.35) <6F097DA7-147C-32A1-93D2-728A64CF0DC2> /usr/lib/libicucore.A.dylib
0x7fff8d0c7000 - 0x7fff8d0c8fff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
0x7fff8d1bc000 - 0x7fff8d1c6fff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
0x7fff8d1c7000 - 0x7fff8d1ceffb libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
0x7fff8db04000 - 0x7fff8dbf5ff9 libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
0x7fff8e3bf000 - 0x7fff8e3e6ffb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
0x7fff8f358000 - 0x7fff8f360fff libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
0x7fff900c9000 - 0x7fff900cafff libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
0x7fff900cb000 - 0x7fff900f2ff7 libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
0x7fff9057f000 - 0x7fff90586ff7 libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
0x7fff908f2000 - 0x7fff908f9ff8 liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
0x7fff908fa000 - 0x7fff90903ffb libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib
0x7fff91d1c000 - 0x7fff91d1eff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
0x7fff91d36000 - 0x7fff91d84fff libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
0x7fff922bc000 - 0x7fff922c0ff7 libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
0x7fff922c1000 - 0x7fff922c8fff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
0x7fff92de2000 - 0x7fff92df3ff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
0x7fff939cc000 - 0x7fff939fbfd2 libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
0x7fff93c9e000 - 0x7fff93ca3ff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
0x7fff94330000 - 0x7fff94341ff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
0x7fff94342000 - 0x7fff9435eff7 libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
0x7fff9448e000 - 0x7fff9448fff7 libSystem.B.dylib (1197.1.1) <E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6> /usr/lib/libSystem.B.dylib
0x7fff9496c000 - 0x7fff94987ff7 libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
0x7fff94ed6000 - 0x7fff94edbfff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
0x7fff9528d000 - 0x7fff95472fff com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff9555e000 - 0x7fff9555fffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
0x7fff955ee000 - 0x7fff955f2ff7 libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
0x7fff95781000 - 0x7fff9592ef27 libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
0x7fff95931000 - 0x7fff959baff7 libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
0x7fff95cfe000 - 0x7fff95d50fff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
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: 630
thread_create: 1
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=78.9M resident=54.4M(69%) swapped_out_or_unallocated=24.5M(31%)
Writable regions: Total=17.7M written=336K(2%) resident=404K(2%) swapped_out=0K(0%) unallocated=17.3M(98%)
REGION TYPE VIRTUAL
=========== =======
Kernel Alloc Once 4K
MALLOC 9396K
MALLOC (admin) 16K
STACK GUARD 56.0M
Stack 8192K
VM_ALLOCATE 8K
__DATA 1352K
__LINKEDIT 67.3M
__TEXT 11.6M
__UNICODE 544K
shared memory 4K
=========== =======
TOTAL 154.0M

Resources