[Interest] iOS-Dev: XCode 6.3.1 Crashes with QtCreator Created Projects
Robert Iakobashvili
coroberti at gmail.com
Thu Apr 23 10:35:52 CEST 2015
Hello,
After being updated yesterday,
XCode 6.3.1 on Mac 10.10.3 now crashes with QtCreator (3.3.2)
created projects in the specific point when selecting my target
to configure i.e. Capabilities, assets, etc
It does not happen with projects created from
XCode 6.3.1 directly.
Development is done in QtCreator, but
XCode is still in need to configure various Capabilities,
build number, assets to use, etc.
The crash report is attached.
My guess that some badness originates from the format
of xib file generated by Qt or storyboard.
It is unclear at this stage whether the issue is in Qt or XCode.
Deleting Xcode, cleaning everything in Library, several places,
and re-installing XCode was not successful to rectify it.
If somebody has overcome this issue,
directions would be appreciated.
Regards,
Robert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20150423/cf05f75b/attachment.html>
-------------- next part --------------
Process: Xcode [6495]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 6.3.1 (7703)
Build Info: IDEFrameworks-7703000000000000~4
App Item ID: 497799835
App External ID: 812230896
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [6495]
User ID: 501
Date/Time: 2015-04-23 11:21:42.580 +0300
OS Version: Mac OS X 10.10.3 (14D136)
Report Version: 11
Anonymous UUID: 374E0A85-8341-02AE-0A90-586A7B3A85C1
Time Awake Since Boot: 9700 seconds
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
ProductBuildVersion: 6D1002
ASSERTION FAILURE in /SourceCache/DVTFrameworks/DVTFrameworks-7703/DVTKit/CustomUI/FileIcons/DVTFileIconCreator.m:198
Details: fileType should be a string, but it is nil
Object: <DVTFileIconCreator>
Method: +_iconForFileType:isDirty:isMissing:
Thread: <NSThread: 0x7ffa9ac392c0>{number = 1, name = main}
Hints: None
Backtrace:
0 0x0000000107bddbfa -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in IDEKit)
1 0x000000010693db9f _DVTAssertionHandler (in DVTFoundation)
2 0x000000010693de8e _DVTAssertionFailureHandler (in DVTFoundation)
3 0x0000000106f36695 +[DVTFileIconCreator _iconForFileType:isDirty:isMissing:] (in DVTKit)
4 0x0000000106f36915 +[DVTFileIconCreator iconForDVTFilePath:fileDataTypeHint:decorated:] (in DVTKit)
5 0x0000000106f367b3 +[DVTFileIconCreator iconForDVTFilePath:fileDataTypeHint:] (in DVTKit)
6 0x0000000107a44df4 -[IDEFileReferenceNavigableItem newImage] (in IDEKit)
7 0x0000000107a44c50 -[IDEFileNavigableItem updateImage] (in IDEKit)
8 0x0000000107a44bf8 -[IDEFileNavigableItem image] (in IDEKit)
9 0x00000001131b8466 -[Xcode3BuildFileNavigableItem image] (in Xcode3UI)
10 0x00007fff87148c3b -[NSObject(NSKeyValueCoding) valueForKey:] (in Foundation)
11 0x00007fff8715b951 -[NSObject(NSKeyValueCoding) valueForKeyPath:] (in Foundation)
12 0x00007fff8715b91d -[NSObject(NSKeyValueCoding) valueForKeyPath:] (in Foundation)
13 0x0000000106d92d0f -[DVTBindingHelper primitiveValueForBinding:] (in DVTKit)
14 0x0000000106d92b97 -[DVTBindingHelper valueForBinding:] (in DVTKit)
15 0x0000000106d8c0e2 -[NSObject(DVTBindingUtilities) updateBoundValueForBinding:] (in DVTKit)
16 0x0000000106d8bf18 -[DVTBindingHelper observeValueForKeyPath:ofObject:change:context:] (in DVTKit)
17 0x00000001067d8d01 -[DVTObservableObjectProxy setRepresentedObject:] (in DVTFoundation)
18 0x00000001131b83f2 -[Xcode3FileBuildPhaseViewController tableView:willDisplayCell:forTableColumn:row:] (in Xcode3UI)
19 0x00007fff902fab90 -[NSTableView preparedCellAtColumn:row:] (in AppKit)
20 0x00007fff902fa376 -[NSTableView _drawContentsAtRow:column:withCellFrame:] (in AppKit)
21 0x00007fff902f9f08 -[NSTableView drawRow:clipRect:] (in AppKit)
22 0x00007fff902f95d6 -[NSTableView drawRowIndexes:clipRect:] (in AppKit)
23 0x00007fff902f7ebb -[NSTableView drawRect:] (in AppKit)
24 0x00007fff9017e859 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inGraphicsContext:CGContext:topView:shouldChangeFontReferenceColor:] (in AppKit)
25 0x00007fff9017e278 __46-[NSView(NSLayerKitGlue) drawLayer:inContext:]_block_invoke (in AppKit)
26 0x00007fff9017df21 -[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:] (in AppKit)
27 0x00007fff9017d5a3 -[NSView(NSLayerKitGlue) drawLayer:inContext:] (in AppKit)
28 0x00007fff8d8ae3c7 CABackingStoreUpdate_ (in QuartzCore)
29 0x00007fff8d8ad6d7 ___ZN2CA5Layer8display_Ev_block_invoke (in QuartzCore)
30 0x00007fff8d8ad694 x_blame_allocations (in QuartzCore)
31 0x00007fff8d8a143c CA::Layer::display_() (in QuartzCore)
32 0x00007fff900e952b _NSBackingLayerDisplay (in AppKit)
33 0x00007fff900e6126 -[_NSViewBackingLayer display] (in AppKit)
34 0x00007fff8d89f7fd CA::Layer::display_if_needed(CA::Transaction*) (in QuartzCore)
35 0x00007fff8d89ee81 CA::Layer::layout_and_display_if_needed(CA::Transaction*) (in QuartzCore)
36 0x00007fff8d89e612 CA::Context::commit_transaction(CA::Transaction*) (in QuartzCore)
37 0x00007fff8d89e3ae CA::Transaction::commit() (in QuartzCore)
38 0x00007fff8d8acf19 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) (in QuartzCore)
39 0x00007fff8400b127 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ (in CoreFoundation)
40 0x00007fff8400b080 __CFRunLoopDoObservers (in CoreFoundation)
41 0x00007fff83ffcbf8 CFRunLoopRunSpecific (in CoreFoundation)
42 0x00007fff9318756f RunCurrentEventLoopInMode (in HIToolbox)
43 0x00007fff931872ea ReceiveNextEventCommon (in HIToolbox)
44 0x00007fff9318712b _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox)
45 0x00007fff901159bb _DPSNextEvent (in AppKit)
46 0x00007fff90114f68 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
47 0x0000000106ebddda -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in DVTKit)
48 0x00007fff9010abf3 -[NSApplication run] (in AppKit)
49 0x00007fff90087354 NSApplicationMain (in AppKit)
50 0x00007fff8913e5c9 start (in libdyld.dylib)
abort() called
Application Specific Signatures:
(fileType) != nil
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8b79f286 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff89b0fb53 abort + 129
2 com.apple.dt.IDEKit 0x0000000107bdd7e3 +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 1507
3 com.apple.dt.IDEKit 0x0000000107bdddb0 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] + 1169
4 com.apple.dt.DVTFoundation 0x000000010693db9f _DVTAssertionHandler + 367
5 com.apple.dt.DVTFoundation 0x000000010693de8e _DVTAssertionFailureHandler + 407
6 com.apple.dt.DVTKit 0x0000000106f36695 +[DVTFileIconCreator _iconForFileType:isDirty:isMissing:] + 415
7 com.apple.dt.DVTKit 0x0000000106f36915 +[DVTFileIconCreator iconForDVTFilePath:fileDataTypeHint:decorated:] + 316
8 com.apple.dt.DVTKit 0x0000000106f367b3 +[DVTFileIconCreator iconForDVTFilePath:fileDataTypeHint:] + 56
9 com.apple.dt.IDEKit 0x0000000107a44df4 -[IDEFileReferenceNavigableItem newImage] + 116
10 com.apple.dt.IDEKit 0x0000000107a44c50 -[IDEFileNavigableItem updateImage] + 66
11 com.apple.dt.IDEKit 0x0000000107a44bf8 -[IDEFileNavigableItem image] + 60
12 com.apple.dt.IDE.Xcode3UI 0x00000001131b8466 -[Xcode3BuildFileNavigableItem image] + 74
13 com.apple.Foundation 0x00007fff87148c3b -[NSObject(NSKeyValueCoding) valueForKey:] + 385
14 com.apple.Foundation 0x00007fff8715b951 -[NSObject(NSKeyValueCoding) valueForKeyPath:] + 324
15 com.apple.Foundation 0x00007fff8715b91d -[NSObject(NSKeyValueCoding) valueForKeyPath:] + 272
16 com.apple.dt.DVTKit 0x0000000106d92d0f -[DVTBindingHelper primitiveValueForBinding:] + 192
17 com.apple.dt.DVTKit 0x0000000106d92b97 -[DVTBindingHelper valueForBinding:] + 48
18 com.apple.dt.DVTKit 0x0000000106d8c0e2 -[NSObject(DVTBindingUtilities) updateBoundValueForBinding:] + 230
19 com.apple.dt.DVTKit 0x0000000106d8bf18 -[DVTBindingHelper observeValueForKeyPath:ofObject:change:context:] + 238
20 com.apple.dt.DVTFoundation 0x00000001067d8d01 -[DVTObservableObjectProxy setRepresentedObject:] + 572
21 com.apple.dt.IDE.Xcode3UI 0x00000001131b83f2 -[Xcode3FileBuildPhaseViewController tableView:willDisplayCell:forTableColumn:row:] + 163
22 com.apple.AppKit 0x00007fff902fab90 -[NSTableView preparedCellAtColumn:row:] + 1766
23 com.apple.AppKit 0x00007fff902fa376 -[NSTableView _drawContentsAtRow:column:withCellFrame:] + 44
24 com.apple.AppKit 0x00007fff902f9f08 -[NSTableView drawRow:clipRect:] + 1655
25 com.apple.AppKit 0x00007fff902f95d6 -[NSTableView drawRowIndexes:clipRect:] + 948
26 com.apple.AppKit 0x00007fff902f7ebb -[NSTableView drawRect:] + 1559
27 com.apple.AppKit 0x00007fff9017e859 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inGraphicsContext:CGContext:topView:shouldChangeFontReferenceColor:] + 1186
28 com.apple.AppKit 0x00007fff9017e278 __46-[NSView(NSLayerKitGlue) drawLayer:inContext:]_block_invoke + 218
29 com.apple.AppKit 0x00007fff9017df21 -[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:] + 2407
30 com.apple.AppKit 0x00007fff9017d5a3 -[NSView(NSLayerKitGlue) drawLayer:inContext:] + 108
31 com.apple.QuartzCore 0x00007fff8d8ae3c7 CABackingStoreUpdate_ + 3306
32 com.apple.QuartzCore 0x00007fff8d8ad6d7 ___ZN2CA5Layer8display_Ev_block_invoke + 59
33 com.apple.QuartzCore 0x00007fff8d8ad694 x_blame_allocations + 81
34 com.apple.QuartzCore 0x00007fff8d8a143c CA::Layer::display_() + 1546
35 com.apple.AppKit 0x00007fff900e952b _NSBackingLayerDisplay + 617
36 com.apple.AppKit 0x00007fff900e6126 -[_NSViewBackingLayer display] + 834
37 com.apple.QuartzCore 0x00007fff8d89f7fd CA::Layer::display_if_needed(CA::Transaction*) + 603
38 com.apple.QuartzCore 0x00007fff8d89ee81 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 35
39 com.apple.QuartzCore 0x00007fff8d89e612 CA::Context::commit_transaction(CA::Transaction*) + 242
40 com.apple.QuartzCore 0x00007fff8d89e3ae CA::Transaction::commit() + 390
41 com.apple.QuartzCore 0x00007fff8d8acf19 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 71
42 com.apple.CoreFoundation 0x00007fff8400b127 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
43 com.apple.CoreFoundation 0x00007fff8400b080 __CFRunLoopDoObservers + 368
44 com.apple.CoreFoundation 0x00007fff83ffcbf8 CFRunLoopRunSpecific + 328
45 com.apple.HIToolbox 0x00007fff9318756f RunCurrentEventLoopInMode + 235
46 com.apple.HIToolbox 0x00007fff931872ea ReceiveNextEventCommon + 431
47 com.apple.HIToolbox 0x00007fff9318712b _BlockUntilNextEventMatchingListInModeWithFilter + 71
48 com.apple.AppKit 0x00007fff901159bb _DPSNextEvent + 978
49 com.apple.AppKit 0x00007fff90114f68 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 346
50 com.apple.dt.DVTKit 0x0000000106ebddda -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 237
51 com.apple.AppKit 0x00007fff9010abf3 -[NSApplication run] + 594
52 com.apple.AppKit 0x00007fff90087354 NSApplicationMain + 1832
53 libdyld.dylib 0x00007fff8913e5c9 start + 1
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8b7a0232 kevent64 + 10
1 libdispatch.dylib 0x00007fff8b40ba6a _dispatch_mgr_thread + 52
Thread 2:: Dispatch queue: DVTFilePath cache derivation lock for key DVTFilePathKey_FileAttributes
0 libsystem_kernel.dylib 0x00007fff8b7a02c2 listxattr + 10
1 com.apple.Foundation 0x00007fff87186372 +[NSFileAttributes _attributesAtPath:partialReturn:filterResourceFork:error:] + 398
2 com.apple.dt.DVTFoundation 0x00000001068ae29c _DVTFileAttributesAtPathDriver + 136
3 com.apple.dt.DVTFoundation 0x0000000106891809 __33-[DVTFilePath cachedValueForKey:]_block_invoke542 + 178
4 libdispatch.dylib 0x00007fff8b408c13 _dispatch_client_callout + 8
5 libdispatch.dylib 0x00007fff8b409e5e _dispatch_barrier_sync_f_invoke + 57
6 com.apple.dt.DVTFoundation 0x0000000106976f0d DVTDispatchBarrierSync + 30
7 com.apple.dt.DVTFoundation 0x0000000106774244 -[DVTDispatchLock performLockedBlock:] + 73
8 com.apple.dt.DVTFoundation 0x000000010677d243 -[DVTFilePath cachedValueForKey:] + 1799
9 com.apple.dt.IDE.IDESubversion 0x000000011ae547df +[SVNStatusOperation setupFilePath:asUnversionedWithDictionary:] + 86
10 com.apple.dt.IDE.IDESubversion 0x000000011ae54996 +[SVNStatusOperation setupFilePath:asUnversionedWithDictionary:] + 525
11 com.apple.dt.IDE.IDESubversion 0x000000011ae54996 +[SVNStatusOperation setupFilePath:asUnversionedWithDictionary:] + 525
12 com.apple.dt.IDE.IDESubversion 0x000000011ae54996 +[SVNStatusOperation setupFilePath:asUnversionedWithDictionary:] + 525
13 com.apple.dt.IDE.IDESubversion 0x000000011ae4a39b -[SVNStatusOperation parseData] + 2445
14 com.apple.dt.IDEFoundation 0x0000000107329eaa -[IDESourceControlTaskOperation parseDataOrGenerateErrorForTask:operation:] + 1560
15 com.apple.dt.IDEFoundation 0x00000001074e34fc -[IDESourceControlTaskOperation _real_main] + 6888
16 com.apple.dt.IDEFoundation 0x00000001073295bc -[IDESourceControlTaskOperation main] + 121
17 com.apple.Foundation 0x00007fff87179a6c -[__NSOperationInternal _start:] + 653
18 com.apple.Foundation 0x00007fff87179543 __NSOQSchedule_f + 184
19 libdispatch.dylib 0x00007fff8b408c13 _dispatch_client_callout + 8
20 libdispatch.dylib 0x00007fff8b40c365 _dispatch_queue_drain + 1100
21 libdispatch.dylib 0x00007fff8b40decc _dispatch_queue_invoke + 202
22 libdispatch.dylib 0x00007fff8b40b6b7 _dispatch_root_queue_drain + 463
23 libdispatch.dylib 0x00007fff8b419fe4 _dispatch_worker_thread3 + 91
24 libsystem_pthread.dylib 0x00007fff870b3637 _pthread_wqthread + 729
25 libsystem_pthread.dylib 0x00007fff870b140d start_wqthread + 13
Thread 3:
0 libsystem_kernel.dylib 0x00007fff8b79f94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff870b140d start_wqthread + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fff8b79f94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff870b140d start_wqthread + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fff8b79f94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff870b140d start_wqthread + 13
Thread 6:
0 libsystem_kernel.dylib 0x00007fff8b79f94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff870b140d start_wqthread + 13
Thread 7:
0 libsystem_kernel.dylib 0x00007fff8b79f94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff870b140d start_wqthread + 13
Thread 8:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff8b79a4de mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8b79964f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff83ffdeb4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff83ffd37b __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff83ffcbd8 CFRunLoopRunSpecific + 296
5 com.apple.CFNetwork 0x00007fff91b30220 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
6 com.apple.Foundation 0x00007fff8715edc2 __NSThread__main__ + 1345
7 libsystem_pthread.dylib 0x00007fff870b3268 _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff870b31e5 _pthread_start + 176
9 libsystem_pthread.dylib 0x00007fff870b141d thread_start + 13
Thread 9:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff8b79f3fa __select + 10
1 libsystem_pthread.dylib 0x00007fff870b3268 _pthread_body + 131
2 libsystem_pthread.dylib 0x00007fff870b31e5 _pthread_start + 176
3 libsystem_pthread.dylib 0x00007fff870b141d thread_start + 13
Thread 10:
0 libsystem_kernel.dylib 0x00007fff8b79f94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff870b140d start_wqthread + 13
Thread 11:
0 libsystem_kernel.dylib 0x00007fff8b79a4de mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8b79964f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff83ffdeb4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff83ffd37b __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff83ffcbd8 CFRunLoopRunSpecific + 296
5 com.apple.Foundation 0x00007fff871b0a59 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6 com.apple.DTDeviceKitBase 0x0000000110df0f2c -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 974
7 com.apple.Foundation 0x00007fff8715edc2 __NSThread__main__ + 1345
8 libsystem_pthread.dylib 0x00007fff870b3268 _pthread_body + 131
9 libsystem_pthread.dylib 0x00007fff870b31e5 _pthread_start + 176
10 libsystem_pthread.dylib 0x00007fff870b141d thread_start + 13
Thread 12:
0 libsystem_kernel.dylib 0x00007fff8b79a4de mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8b79964f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff83ffdeb4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff83ffd37b __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff83ffcbd8 CFRunLoopRunSpecific + 296
5 com.apple.Foundation 0x00007fff871b0a59 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6 com.apple.DTDeviceKitBase 0x0000000110de28c6 +[DTDKRemoteDeviceConnection startServiceBrowsers] + 213
7 com.apple.Foundation 0x00007fff8715edc2 __NSThread__main__ + 1345
8 libsystem_pthread.dylib 0x00007fff870b3268 _pthread_body + 131
9 libsystem_pthread.dylib 0x00007fff870b31e5 _pthread_start + 176
10 libsystem_pthread.dylib 0x00007fff870b141d thread_start + 13
Thread 13:
0 libsystem_kernel.dylib 0x00007fff8b79a4de mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8b79964f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff83ffdeb4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff83ffd37b __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff83ffcbd8 CFRunLoopRunSpecific + 296
5 com.apple.AppKit 0x00007fff901dd66b _NSEventThread + 137
6 libsystem_pthread.dylib 0x00007fff870b3268 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff870b31e5 _pthread_start + 176
8 libsystem_pthread.dylib 0x00007fff870b141d thread_start + 13
Thread 14:
0 libsystem_kernel.dylib 0x00007fff8b79f94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff870b140d start_wqthread + 13
Thread 15:: DYMobileDeviceManager
0 libsystem_kernel.dylib 0x00007fff8b79a4de mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8b79964f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff83ffdeb4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff83ffd37b __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff83ffcbd8 CFRunLoopRunSpecific + 296
5 com.apple.Foundation 0x00007fff871b0a59 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6 com.apple.Foundation 0x00007fff8722617f -[NSRunLoop(NSRunLoop) run] + 74
7 com.apple.GPUToolsMobileFoundation 0x000000011911089b -[DYMobileDeviceManager _deviceNotificationThread:] + 134
8 com.apple.Foundation 0x00007fff8715edc2 __NSThread__main__ + 1345
9 libsystem_pthread.dylib 0x00007fff870b3268 _pthread_body + 131
10 libsystem_pthread.dylib 0x00007fff870b31e5 _pthread_start + 176
11 libsystem_pthread.dylib 0x00007fff870b141d thread_start + 13
Thread 16:
0 libsystem_kernel.dylib 0x00007fff8b79f94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff870b140d start_wqthread + 13
Thread 17:
0 libsystem_kernel.dylib 0x00007fff8b79f94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff870b140d start_wqthread + 13
Thread 18:
0 libsystem_kernel.dylib 0x00007fff8b79f94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff870b140d start_wqthread + 13
Thread 19:
0 libsystem_kernel.dylib 0x00007fff8b79f94a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff870b140d start_wqthread + 13
Thread 20:
0 libsystem_kernel.dylib 0x00007fff8b79f136 __psynch_cvwait + 10
1 com.apple.Xcode.DevToolsCore 0x00000001107b9426 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 456
2 com.apple.Foundation 0x00007fff8715edc2 __NSThread__main__ + 1345
3 libsystem_pthread.dylib 0x00007fff870b3268 _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff870b31e5 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff870b141d thread_start + 13
Thread 21:
0 libsystem_kernel.dylib 0x00007fff8b79f136 __psynch_cvwait + 10
1 com.apple.Xcode.DevToolsCore 0x00000001107b9426 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 456
2 com.apple.Foundation 0x00007fff8715edc2 __NSThread__main__ + 1345
3 libsystem_pthread.dylib 0x00007fff870b3268 _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff870b31e5 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff870b141d thread_start + 13
Thread 22:
0 libsystem_kernel.dylib 0x00007fff8b79f136 __psynch_cvwait + 10
1 com.apple.Xcode.DevToolsCore 0x00000001107b9426 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 456
2 com.apple.Foundation 0x00007fff8715edc2 __NSThread__main__ + 1345
3 libsystem_pthread.dylib 0x00007fff870b3268 _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff870b31e5 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff870b141d thread_start + 13
Thread 23:
0 libsystem_kernel.dylib 0x00007fff8b79a4de mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8b79964f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff83ffdeb4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff83ffd37b __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff83ffcbd8 CFRunLoopRunSpecific + 296
5 com.apple.CoreFoundation 0x00007fff840b4671 CFRunLoopRun + 97
6 com.apple.DebugSymbols 0x00007fff85841b8f SpotlightQueryThread(void*) + 463
7 libsystem_pthread.dylib 0x00007fff870b3268 _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff870b31e5 _pthread_start + 176
9 libsystem_pthread.dylib 0x00007fff870b141d thread_start + 13
Thread 24:
0 libsystem_kernel.dylib 0x00007fff8b79f48a __semwait_signal + 10
1 com.apple.CoreSymbolication 0x00007fff913b4e67 0x7fff913a2000 + 77415
2 libsystem_pthread.dylib 0x00007fff870b3268 _pthread_body + 131
3 libsystem_pthread.dylib 0x00007fff870b31e5 _pthread_start + 176
4 libsystem_pthread.dylib 0x00007fff870b141d thread_start + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff594974a8 rdx: 0x0000000000000000
rdi: 0x000000000000130f rsi: 0x0000000000000006 rbp: 0x00007fff594974d0 rsp: 0x00007fff594974a8
r8: 0x00000000000007ff r9: 0x00007ffa9ac392c0 r10: 0x0000000008000000 r11: 0x0000000000000206
r12: 0x00007fff84ac3440 r13: 0x00007ffa9f1bf840 r14: 0x00007fff73ed6300 r15: 0x00007ffa9ac21e00
rip: 0x00007fff8b79f286 rfl: 0x0000000000000206 cr2: 0x00007fff746cbfd8
Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133
More information about the Interest
mailing list