dicarlolab / ThreeDWorld

Generator of interactive Unity-based 3D environments with physics
Other
21 stars 4 forks source link

How to run prefab creation from OBJ models? #13

Closed yamins81 closed 8 years ago

yamins81 commented 8 years ago

@sharatb

A while back you sent me instructions for getting new prefabs made that included this:

"Then run created function for creating prefabs out of model files on whichever folders need updating."

This makes sense but I'm not sure exactly which function to run and how to run it. I assume there's a way to this through the Unity editor, but I'm not 100% sure what it is.

sharatb commented 8 years ago

You have to select the file(s)/folder(s) which contains all the models in the Project window and then Select "Procedural Generation=>Create prefab model folders" from the top menu. Note that selecting the folder in the folder hierarchy window doesn't count as "selecting" an asset in Unity. You have to select it in the window displaying folder contents.
Once run it will create prefabs for each of the models and add create collider meshes for each of them.

-Sharat

On 3/9/2016 10:42 AM, Dan Yamins wrote:

@sharatb https://github.com/sharatb

A while back you sent me instructions for getting new prefabs made that included this:

"Then run created function for creating prefabs out of model files on whichever folders need updating."

This makes sense but I'm not sure exactly which function to run and how to run it. I assume there's a way to this through the Unity editor, but I'm not 100% sure what it is.

— Reply to this email directly or view it on GitHub https://github.com/dicarlolab/ThreeDWorld/issues/13.

yamins81 commented 8 years ago

Ok -- just followed this instructions and got the following error:

NullReferenceException: Object reference not set to an instance of an object ProceduralGeneration.MakeSimplePrefabObj (UnityEngine.GameObject obj) (at Assets/Scripts/ProceduralGeneration.cs:419) ProceduralGeneration.CreatePrefabFromModel () (at Assets/Scripts/ProceduralGeneration.cs:371)

yamins81 commented 8 years ago

Ok, I fixed that problem (I had to create a destination folder called "Converted Models" in the Prefab directory by hand -- the folder creation should probably be taken care of in the code).

However, there is a bigger problem: running the CreatePrefab function crashes unity. Something in the convex hull computation seems to be responsible. Below is the crash report. I reproduce the same fault every time I run it.

Process: Unity [24156] Path: /Applications/Unity/Unity.app/Contents/MacOS/Unity Identifier: com.unity3d.UnityEditor5.x Version: Unity version 5.3.3f1 (5.3.3f1) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Unity [24156] User ID: 501

Date/Time: 2016-03-09 11:12:46.288 -0500 OS Version: Mac OS X 10.11.2 (15C50) Report Version: 11 Anonymous UUID: 59D1A3C5-CAAC-A4D8-615C-4976A2AA8D8D

Sleep/Wake UUID: 66E3813F-859C-4710-967D-E91DCB2B32C8

Time Awake Since Boot: 380000 seconds Time Since Wake: 3700 seconds

System Integrity Protection: enabled

Crashed Thread: 0 CrBrowserMain Dispatch queue: com.apple.main-thread

Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY

Application Specific Information: Performing @selector(executeStandard:) from sender NSMenuItem 0x125dcf440 Assertion failed: (0), function InitVertexArray, file /Users/enriquetromp/Downloads/ConvexDecompositionDll/ConvexDecompositionDll/ConvexDecompositionDll/src/dgConvexHull3d.cpp, line 418.

Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff8935d002 pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff8e2905c5 pthread_kill + 90 2 libsystem_c.dylib 0x00007fff98e516e7 abort + 129 3 libmono.0.dylib 0x0000000109bd1f55 mono_handle_native_sigsegv + 723 4 libmono.0.dylib 0x0000000109c1ea95 0x109b5b000 + 801429 5 libsystem_platform.dylib 0x00007fff99dc7eaa _sigtramp + 26 6 ??? 0x00007fff5fbfc7f0 0 + 140734799792112 7 libsystem_c.dylib 0x00007fff98e516e7 abort + 129 8 libsystem_c.dylib 0x00007fff98e18df8 assertrtn + 321 9 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b043d9 dgConvexHull3d::InitVertexArray(dgHullVertex, double const, int, int, void, int) + 2967 10 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b023ea dgConvexHull3d::BuildHull(double const, int, int, double, int) + 190 11 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b02306 dgConvexHull3d::dgConvexHull3d(double const, int, int, double, int) + 162 12 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b18299 0x117aea000 + 189081 13 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b14724 0x117aea000 + 173860 14 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b12d7e dgMeshEffect::CreateConvexApproximation(float, float, int, int, JOBSWARM::JobSwarmContext, hacd::ICallback_) const + 244 15 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b370b4 0x117aea000 + 315572 16 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b3681b DoConvexDecomposition + 185 17 ??? 0x0000000117ae1af3 0 + 4692253427 18 ??? 0x0000000117ade23f 0 + 4692238911 19 ??? 0x0000000117adbb86 0 + 4692228998 20 ??? 0x0000000117adaf59 0 + 4692225881 21 ??? 0x0000000117adb1e3 0 + 4692226531 22 libmono.0.dylib 0x0000000109b650d0 0x109b5b000 + 41168 23 libmono.0.dylib 0x0000000109c933f6 mono_runtime_invoke + 117 24 libmono.0.dylib 0x0000000109c9924f mono_runtime_invoke_array + 1014 25 libmono.0.dylib 0x0000000109c57820 0x109b5b000 + 1034272 26 ??? 0x0000000120f5d533 0 + 4847949107 27 ??? 0x0000000120f5b90c 0 + 4847941900 28 ??? 0x00000001233c9066 0 + 4886138982 29 ??? 0x000000011705ef77 0 + 4681232247 30 ??? 0x0000000117058e1c 0 + 4681207324 31 ??? 0x0000000120eed906 0 + 4847491334 32 libmono.0.dylib 0x0000000109b650d0 0x109b5b000 + 41168 33 libmono.0.dylib 0x0000000109c933f6 mono_runtime_invoke + 117 34 com.unity3d.UnityEditor5.x 0x0000000101155d5a ScriptingInvocation::Invoke(MonoException, bool) + 74 35 com.unity3d.UnityEditor5.x 0x0000000101156eab ScriptingInvocationNoArgs::InvokeChecked() + 43 36 com.unity3d.UnityEditor5.x 0x00000001018ed482 ScriptCommands::Execute(MenuItem const&) + 450 37 com.unity3d.UnityEditor5.x 0x0000000101b36eb4 MenuController::ExecuteMenuItem(MenuItem&) + 68 38 com.unity3d.UnityEditor5.x 0x0000000101c2ef4d -[CocoaMainMenu executeStandard:] + 61 39 libsystem_trace.dylib 0x00007fff92d6507a _os_activity_initiate + 75 40 com.apple.AppKit 0x00007fff980fc51d -[NSApplication sendAction:to:from:] + 460 41 com.apple.AppKit 0x00007fff980fc2b7 -[NSMenuItem _corePerformAction] + 336 42 com.apple.AppKit 0x00007fff980fc017 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 114 43 libsystem_trace.dylib 0x00007fff92d6507a _os_activity_initiate + 75 44 com.apple.AppKit 0x00007fff981bc1f0 -[NSMenu performActionForItemAtIndex:] + 131 45 com.apple.AppKit 0x00007fff981bc163 -[NSMenu _internalPerformActionForItemAtIndex:] + 35 46 com.apple.AppKit 0x00007fff981bbfbb -[NSCarbonMenuImpl carbonCommandProcessEvent:handlerCallRef:] + 107 47 com.apple.AppKit 0x00007fff980e4ea1 NSSLMMenuEventHandler + 708 48 com.apple.HIToolbox 0x00007fff995177be DispatchEventToHandlers(EventTargetRec, OpaqueEventRef, HandlerCallRec) + 1231 49 com.apple.HIToolbox 0x00007fff99516c48 SendEventToEventTargetInternal(OpaqueEventRef, OpaqueEventTargetRef, HandlerCallRec) + 404 50 com.apple.HIToolbox 0x00007fff9952c9e6 SendEventToEventTarget + 40 51 com.apple.HIToolbox 0x00007fff9957699a SendHICommandEvent(unsigned int, HICommand const, unsigned int, unsigned int, unsigned char, void const, OpaqueEventTargetRef, OpaqueEventTargetRef_, OpaqueEventRef) + 411 52 com.apple.HIToolbox 0x00007fff995a1d5b SendMenuCommandWithContextAndModifiers + 59 53 com.apple.HIToolbox 0x00007fff995a1d0c SendMenuItemSelectedEvent + 188 54 com.apple.HIToolbox 0x00007fff995a1be8 FinishMenuSelection(SelectionData, MenuResult, MenuResult) + 96 55 com.apple.HIToolbox 0x00007fff995a2596 MenuSelectCore(MenuData, Point, double, unsigned int, OpaqueMenuRef_, unsigned short) + 711 56 com.apple.HIToolbox 0x00007fff995a2230 _HandleMenuSelection2 + 460 57 com.apple.AppKit 0x00007fff9800f75e _NSHandleCarbonMenuEvent + 277 58 com.apple.AppKit 0x00007fff97f4f435 _DPSNextEvent + 1906 59 com.apple.AppKit 0x00007fff9831b943 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454 60 com.apple.AppKit 0x00007fff97f44fc8 -[NSApplication run] + 682 61 com.apple.AppKit 0x00007fff97ec7520 NSApplicationMain + 1176 62 com.unity3d.UnityEditor5.x 0x0000000101c4ad6e EditorMain(int, char const**) + 1374 63 com.unity3d.UnityEditor5.x 0x0000000101c4b429 main + 9 64 com.unity3d.UnityEditor5.x 0x0000000100001f54 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff8935dff6 kevent_qos + 10 1 libdispatch.dylib 0x00007fff92d01099 _dispatch_mgr_invoke + 216 2 libdispatch.dylib 0x00007fff92d00d01 _dispatch_mgr_thread + 52

Thread 2: 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libmono.0.dylib 0x0000000109cf7b2c mono_sem_wait + 35 2 libmono.0.dylib 0x0000000109c4b2a9 0x109b5b000 + 983721 3 libmono.0.dylib 0x0000000109cbe7c2 0x109b5b000 + 1456066 4 libmono.0.dylib 0x0000000109cee6c5 0x109b5b000 + 1652421 5 libmono.0.dylib 0x0000000109d14d9d GC_start_routine + 96 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 3: 0 libsystem_kernel.dylib 0x00007fff8935c4de __accept + 10 1 libmono.0.dylib 0x0000000109bec003 0x109b5b000 + 593923 2 libmono.0.dylib 0x0000000109bec2da 0x109b5b000 + 594650 3 libmono.0.dylib 0x0000000109cee6c5 0x109b5b000 + 1652421 4 libmono.0.dylib 0x0000000109d14d9d GC_start_routine + 96 5 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 7 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 4: 0 libsystem_kernel.dylib 0x00007fff8935d6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8e28e729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff8e28c365 start_wqthread + 13

Thread 5: 0 libsystem_kernel.dylib 0x00007fff8935d6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8e28e729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff8e28c365 start_wqthread + 13

Thread 6:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff8935d176 select + 10 1 com.apple.CoreFoundation 0x00007fff88bc316a CFSocketManager + 762 2 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 3 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 4 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 7:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff89357386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff893567c7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff88b77624 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff88b76aec CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff88b76338 CFRunLoopRunSpecific + 296 5 com.apple.AppKit 0x00007fff9800e065 _NSEventThread + 149 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 8: 0 libsystem_kernel.dylib 0x00007fff8935d206 __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff98e72d17 nanosleep + 199 2 com.unity3d.UnityEditor5.x 0x0000000101272415 ThreadHelper::Sleep(double) + 85 3 com.unity3d.UnityEditor5.x 0x00000001019784cd CurlRequest::MessageThread() + 1485 4 com.unity3d.UnityEditor5.x 0x0000000101977e99 CurlRequest::ThreadEntryPoint(void) + 9 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 9:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fff89357386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff893567c7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff88b77624 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff88b76aec CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff88b76338 CFRunLoopRunSpecific + 296 5 com.apple.Foundation 0x00007fff8905ce61 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270 6 org.chromium.ContentShell.framework 0x0000000106228664 0x106146000 + 927332 7 org.chromium.ContentShell.framework 0x0000000106227e3c 0x106146000 + 925244 8 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 9 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 10 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 11 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 12 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 13 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 14 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 10:: DnsConfigService 0 libsystem_kernel.dylib 0x00007fff8935dfc6 kevent + 10 1 org.chromium.ContentShell.framework 0x00000001062a1bd3 0x106146000 + 1424339 2 org.chromium.ContentShell.framework 0x000000010629f6ad 0x106146000 + 1414829 3 org.chromium.ContentShell.framework 0x0000000106227140 0x106146000 + 921920 4 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 5 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 6 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 7 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 8 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 9 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 10 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 11:: WorkerPool/46339 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f186 _pthread_cond_wait + 821 2 org.chromium.ContentShell.framework 0x000000010628aeeb 0x106146000 + 1330923 3 org.chromium.ContentShell.framework 0x0000000106295e52 0x106146000 + 1375826 4 org.chromium.ContentShell.framework 0x00000001062963a0 0x106146000 + 1377184 5 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 12:: WorkerPool/46595 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f186 _pthread_cond_wait + 821 2 org.chromium.ContentShell.framework 0x000000010628aeeb 0x106146000 + 1330923 3 org.chromium.ContentShell.framework 0x0000000106295e52 0x106146000 + 1375826 4 org.chromium.ContentShell.framework 0x00000001062963a0 0x106146000 + 1377184 5 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 13:: OptimizingCompi 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 org.chromium.ContentShell.framework 0x000000010772cc57 0x106146000 + 22965335 2 org.chromium.ContentShell.framework 0x0000000107711945 0x106146000 + 22853957 3 org.chromium.ContentShell.framework 0x0000000107831267 0x106146000 + 24031847 4 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 14:: v8:SweeperThrea 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 org.chromium.ContentShell.framework 0x000000010772cc57 0x106146000 + 22965335 2 org.chromium.ContentShell.framework 0x00000001077aace7 0x106146000 + 23481575 3 org.chromium.ContentShell.framework 0x0000000107831267 0x106146000 + 24031847 4 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 15:: v8:SweeperThrea 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 org.chromium.ContentShell.framework 0x000000010772cc57 0x106146000 + 22965335 2 org.chromium.ContentShell.framework 0x00000001077aace7 0x106146000 + 23481575 3 org.chromium.ContentShell.framework 0x0000000107831267 0x106146000 + 24031847 4 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 16:: v8:SweeperThrea 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 org.chromium.ContentShell.framework 0x000000010772cc57 0x106146000 + 22965335 2 org.chromium.ContentShell.framework 0x00000001077aace7 0x106146000 + 23481575 3 org.chromium.ContentShell.framework 0x0000000107831267 0x106146000 + 24031847 4 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 17:: Chrome_DBThread 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x000000010628b328 0x106146000 + 1332008 3 org.chromium.ContentShell.framework 0x000000010628b1d9 0x106146000 + 1331673 4 org.chromium.ContentShell.framework 0x000000010626d006 0x106146000 + 1208326 5 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 6 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 7 org.chromium.ContentShell.framework 0x0000000106c8ef78 0x106146000 + 11833208 8 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 9 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 10 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 11 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 12 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 18:: Chrome_FileThread 0 libsystem_kernel.dylib 0x00007fff8935dfc6 kevent + 10 1 org.chromium.ContentShell.framework 0x00000001062a1bd3 0x106146000 + 1424339 2 org.chromium.ContentShell.framework 0x000000010629f6ad 0x106146000 + 1414829 3 org.chromium.ContentShell.framework 0x0000000106227140 0x106146000 + 921920 4 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 5 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 6 org.chromium.ContentShell.framework 0x0000000106c8eff8 0x106146000 + 11833336 7 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 8 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 19:: Chrome_FileUserBlockingThread 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x000000010628b328 0x106146000 + 1332008 3 org.chromium.ContentShell.framework 0x000000010628b1d9 0x106146000 + 1331673 4 org.chromium.ContentShell.framework 0x000000010626d006 0x106146000 + 1208326 5 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 6 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 7 org.chromium.ContentShell.framework 0x0000000106c8f078 0x106146000 + 11833464 8 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 9 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 10 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 11 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 12 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 20:: Chrome_ProcessLauncherThread 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x000000010628b328 0x106146000 + 1332008 3 org.chromium.ContentShell.framework 0x000000010628b1d9 0x106146000 + 1331673 4 org.chromium.ContentShell.framework 0x000000010626d006 0x106146000 + 1208326 5 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 6 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 7 org.chromium.ContentShell.framework 0x0000000106c8f0f8 0x106146000 + 11833592 8 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 9 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 10 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 11 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 12 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 21:: Chrome_CacheThread 0 libsystem_kernel.dylib 0x00007fff8935dfc6 kevent + 10 1 org.chromium.ContentShell.framework 0x00000001062a1bd3 0x106146000 + 1424339 2 org.chromium.ContentShell.framework 0x000000010629f6ad 0x106146000 + 1414829 3 org.chromium.ContentShell.framework 0x0000000106227128 0x106146000 + 921896 4 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 5 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 6 org.chromium.ContentShell.framework 0x0000000106c8f178 0x106146000 + 11833720 7 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 8 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 22:: Chrome_IOThread 0 libsystem_kernel.dylib 0x00007fff8935dfc6 kevent + 10 1 org.chromium.ContentShell.framework 0x00000001062a1bd3 0x106146000 + 1424339 2 org.chromium.ContentShell.framework 0x000000010629f6ad 0x106146000 + 1414829 3 org.chromium.ContentShell.framework 0x0000000106227128 0x106146000 + 921896 4 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 5 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 6 org.chromium.ContentShell.framework 0x0000000106c8f1f8 0x106146000 + 11833848 7 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 8 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 23:: IndexedDB 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x000000010628b328 0x106146000 + 1332008 3 org.chromium.ContentShell.framework 0x000000010628b1d9 0x106146000 + 1331673 4 org.chromium.ContentShell.framework 0x000000010626d006 0x106146000 + 1208326 5 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 6 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 7 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 8 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 24:: AudioThread 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x000000010628b328 0x106146000 + 1332008 3 org.chromium.ContentShell.framework 0x000000010628b1d9 0x106146000 + 1331673 4 org.chromium.ContentShell.framework 0x000000010626d006 0x106146000 + 1208326 5 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 6 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 7 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 8 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 25:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fff89357386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff893567c7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff88b77624 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff88b76aec CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff88b76338 CFRunLoopRunSpecific + 296 5 com.apple.Foundation 0x00007fff8905ce61 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270 6 org.chromium.ContentShell.framework 0x0000000106228664 0x106146000 + 927332 7 org.chromium.ContentShell.framework 0x0000000106227e3c 0x106146000 + 925244 8 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 9 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 10 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 11 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 12 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 13 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 14 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 26: 0 libsystem_kernel.dylib 0x00007fff89357386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff893567c7 mach_msg + 55 2 org.chromium.ContentShell.framework 0x0000000106dc768c 0x106146000 + 13112972 3 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 4 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 27:: BrowserBlockingWorker1/64771 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x00000001062906db 0x106146000 + 1353435 3 org.chromium.ContentShell.framework 0x000000010628fd13 0x106146000 + 1350931 4 org.chromium.ContentShell.framework 0x0000000106293103 0x106146000 + 1364227 5 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 28:: Proxy resolver 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x000000010628b328 0x106146000 + 1332008 3 org.chromium.ContentShell.framework 0x000000010628b1d9 0x106146000 + 1331673 4 org.chromium.ContentShell.framework 0x000000010626d006 0x106146000 + 1208326 5 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 6 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 7 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 8 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 29:: handle-watcher-thread 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x000000010731a9c8 0x106146000 + 18696648 3 org.chromium.ContentShell.framework 0x000000010730c987 0x106146000 + 18639239 4 org.chromium.ContentShell.framework 0x00000001073076b7 0x106146000 + 18618039 5 org.chromium.ContentShell.framework 0x000000010730740e 0x106146000 + 18617358 6 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 7 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 8 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 9 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 10 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 11 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 12 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 30:: CachePoolWorker1/81163 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x00000001062906db 0x106146000 + 1353435 3 org.chromium.ContentShell.framework 0x000000010628fd13 0x106146000 + 1350931 4 org.chromium.ContentShell.framework 0x0000000106293103 0x106146000 + 1364227 5 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 31:: BrowserBlockingWorker2/71435 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x00000001062906db 0x106146000 + 1353435 3 org.chromium.ContentShell.framework 0x000000010628fd13 0x106146000 + 1350931 4 org.chromium.ContentShell.framework 0x0000000106293103 0x106146000 + 1364227 5 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 32:: BrowserBlockingWorker3/75815 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x00000001062906db 0x106146000 + 1353435 3 org.chromium.ContentShell.framework 0x000000010628fd13 0x106146000 + 1350931 4 org.chromium.ContentShell.framework 0x0000000106293103 0x106146000 + 1364227 5 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 33:: BatchDeleteObjects 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x000000010127206b ThreadedStreamBuffer::HandleReadOverflow(unsigned int&, unsigned int&) + 379 4 com.unity3d.UnityEditor5.x 0x0000000100fff6f0 BatchDeleteStep2Threaded(void) + 80 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 34:: AsyncReadManager 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x00000001012bb749 AsyncReadManagerThreaded::ThreadEntry() + 169 4 com.unity3d.UnityEditor5.x 0x00000001012bb429 AsyncReadManagerThreaded::StaticThreadEntry(void) + 9 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 35:: HTTP REST Server 0 libsystem_kernel.dylib 0x00007fff8935d176 __select + 10 1 com.unity3d.UnityEditor5.x 0x0000000102362045 ns_mgrpoll + 533 2 com.unity3d.UnityEditor5.x 0x0000000102371ffe RestService::HttpTransport::ServerThread(void) + 30 3 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 4 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 36:: UnityLookForNewInputDevices 0 libsystem_kernel.dylib 0x00007fff89357386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff893567c7 machmsg + 55 2 com.apple.CoreFoundation 0x00007fff88b77624 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff88b76aec CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff88b76338 CFRunLoopRunSpecific + 296 5 com.apple.CoreFoundation 0x00007fff88c391f1 CFRunLoopRun + 97 6 com.unity3d.UnityEditor5.x 0x0000000102484e81 LookForNewDevices(void) + 401 7 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 8 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 9 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 10 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 37:: com.apple.audio.IOThread.client 0 libsystem_kernel.dylib 0x00007fff89357386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff893567c7 mach_msg + 55 2 com.apple.audio.CoreAudio 0x00007fff9686e5ee HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_headert, bool, unsigned int) + 98 3 com.apple.audio.CoreAudio 0x00007fff9686e57c HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42 4 com.apple.audio.CoreAudio 0x00007fff9686c939 HALC_ProxyIOContext::IOWorkLoop() + 1149 5 com.apple.audio.CoreAudio 0x00007fff9686c3ee HALCProxyIOContext::IOThreadEntry(void) + 88 6 com.apple.audio.CoreAudio 0x00007fff9686c2c3 HALB_IOThread::Entry(void*) + 75 7 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 8 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 9 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 38: 0 libsystem_kernel.dylib 0x00007fff8935d206 __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff98e72d17 nanosleep + 199 2 libsystem_c.dylib 0x00007fff98e72c0a usleep + 54 3 com.unity3d.UnityEditor5.x 0x00000001001ebdbf FMOD_OS_Time_Sleep(unsigned int) + 15 4 com.unity3d.UnityEditor5.x 0x00000001001d1825 FMOD::Thread::callback(void*) + 37 5 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 7 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 39:: UnityGfxDeviceWorker 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x000000010127206b ThreadedStreamBuffer::HandleReadOverflow(unsigned int&, unsigned int&) + 379 4 com.unity3d.UnityEditor5.x 0x00000001024d3140 GfxDeviceWorker::RunCommand(ThreadedStreamBuffer&) + 96 5 com.unity3d.UnityEditor5.x 0x00000001024da79f GfxDeviceWorker::Run() + 31 6 com.unity3d.UnityEditor5.x 0x00000001024d2f5f GfxDeviceWorker::RunGfxDeviceWorker(void) + 79 7 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 8 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 9 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 10 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 40:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94aae JobQueue::WorkLoop(void) + 78 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 41: 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 com.unity3d.UnityEditor5.x 0x00000001000b7e21 algThreadJobQueueThreadFunc + 193 2 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 3 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 4 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 42:: UnitySubstanceThread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d8d088 SubstanceSystem::ThreadMain(void) + 72 4 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 5 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 7 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 43:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 44:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 45:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 46:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 47:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 48:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 49:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 50:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 51:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 52:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 53:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 54:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 55:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 56:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 57:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 58:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 59:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 60:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 61: 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 libmono.0.dylib 0x0000000109cddc3e _wapi_handle_timedwait_signal_handle + 486 3 libmono.0.dylib 0x0000000109cddcd3 _wapi_handle_wait_signal_handle + 21 4 libmono.0.dylib 0x0000000109cec7b6 WaitForSingleObjectEx + 588 5 libmono.0.dylib 0x0000000109cc7e3f 0x109b5b000 + 1494591 6 libmono.0.dylib 0x0000000109cbe7c2 0x109b5b000 + 1456066 7 libmono.0.dylib 0x0000000109cee6c5 0x109b5b000 + 1652421 8 libmono.0.dylib 0x0000000109d14d9d GC_start_routine + 96 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 62: 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 libmono.0.dylib 0x0000000109cddc3e _wapi_handle_timedwait_signal_handle + 486 3 libmono.0.dylib 0x0000000109cddcd3 _wapi_handle_wait_signal_handle + 21 4 libmono.0.dylib 0x0000000109cec7b6 WaitForSingleObjectEx + 588 5 libmono.0.dylib 0x0000000109cc7e3f 0x109b5b000 + 1494591 6 libmono.0.dylib 0x0000000109cbe7c2 0x109b5b000 + 1456066 7 libmono.0.dylib 0x0000000109cee6c5 0x109b5b000 + 1652421 8 libmono.0.dylib 0x0000000109d14d9d GC_start_routine + 96 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 63: 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 libmono.0.dylib 0x0000000109cddc3e _wapi_handle_timedwait_signal_handle + 486 3 libmono.0.dylib 0x0000000109cddcd3 _wapi_handle_wait_signal_handle + 21 4 libmono.0.dylib 0x0000000109cec7b6 WaitForSingleObjectEx + 588 5 libmono.0.dylib 0x0000000109cc7e3f 0x109b5b000 + 1494591 6 libmono.0.dylib 0x0000000109cbe7c2 0x109b5b000 + 1456066 7 libmono.0.dylib 0x0000000109cee6c5 0x109b5b000 + 1652421 8 libmono.0.dylib 0x0000000109d14d9d GC_start_routine + 96 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 64: 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 libmono.0.dylib 0x0000000109cddc3e _wapi_handle_timedwait_signal_handle + 486 3 libmono.0.dylib 0x0000000109cddcd3 _wapi_handle_wait_signal_handle + 21 4 libmono.0.dylib 0x0000000109cec7b6 WaitForSingleObjectEx + 588 5 libmono.0.dylib 0x0000000109cc7e3f 0x109b5b000 + 1494591 6 libmono.0.dylib 0x0000000109cbe7c2 0x109b5b000 + 1456066 7 libmono.0.dylib 0x0000000109cee6c5 0x109b5b000 + 1652421 8 libmono.0.dylib 0x0000000109d14d9d GC_start_routine + 96 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 65: 0 libsystem_kernel.dylib 0x00007fff8935d176 __select + 10 1 libmono.0.dylib 0x0000000109cfa3b8 mono_poll + 421 2 libmono.0.dylib 0x0000000109cc7779 0x109b5b000 + 1492857 3 libmono.0.dylib 0x0000000109cbe7c2 0x109b5b000 + 1456066 4 libmono.0.dylib 0x0000000109cee6c5 0x109b5b000 + 1652421 5 libmono.0.dylib 0x0000000109d14d9d GC_start_routine + 96 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 66: 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 libmono.0.dylib 0x0000000109cddc3e _wapi_handle_timedwait_signal_handle + 486 3 libmono.0.dylib 0x0000000109cddcd3 _wapi_handle_wait_signal_handle + 21 4 libmono.0.dylib 0x0000000109cec7b6 WaitForSingleObjectEx + 588 5 libmono.0.dylib 0x0000000109cc6d94 0x109b5b000 + 1490324 6 libmono.0.dylib 0x0000000109cbe7c2 0x109b5b000 + 1456066 7 libmono.0.dylib 0x0000000109cee6c5 0x109b5b000 + 1652421 8 libmono.0.dylib 0x0000000109d14d9d GC_start_routine + 96 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 67:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 68:: UnityPreload 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x000000010114f9fd PreloadManager::Run() + 93 4 com.unity3d.UnityEditor5.x 0x000000010114f999 PreloadManager::Run(void) + 9 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 69:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 70:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 71:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 72:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void, bool) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 73: 0 libsystem_kernel.dylib 0x00007fff8935d206 __semwait_signal + 10 1 libsystemc.dylib 0x00007fff98e72d17 nanosleep + 199 2 com.unity3d.UnityEditor5.x 0x0000000101272415 ThreadHelper::Sleep(double) + 85 3 com.unity3d.UnityEditor5.x 0x000000010196a5dd PreviewTextureManager::LoadingLoop(void) + 621 4 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 5 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 7 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 74: 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 com.unity3d.UnityEditor5.x 0x0000000100b041f6 Geo::Impl::WaitForMultipleObjects(unsigned int, Geo::Impl::tHANDLE*, bool, int) + 486 3 com.unity3d.UnityEditor5.x 0x0000000100b0451a Geo::GeoEvent::Wait(unsigned int) + 42 4 com.unity3d.UnityEditor5.x 0x000000010089a1ed Enlighten::MultithreadCpuWorkerCommon::CommandThreadFunction(void_) + 77 5 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 7 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 75:: EnlightenWorker 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_waitslow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x00000001024b5e98 TUpdateFunction(void) + 104 4 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 5 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 7 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 76: 0 libsystem_kernel.dylib 0x00007fff8935d206 __semwait_signal + 10 1 libsystemc.dylib 0x00007fff98e72d17 nanosleep + 199 2 com.unity3d.UnityEditor5.x 0x0000000101272415 ThreadHelper::Sleep(double) + 85 3 com.unity3d.UnityEditor5.x 0x000000010196a5dd PreviewTextureManager::LoadingLoop(void) + 621 4 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void_) + 58 5 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 7 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 77: 0 libsystem_kernel.dylib 0x00007fff8935cee2 __psynch_mutexwait + 10 1 libsystem_pthread.dylib 0x00007fff8e291a49 _pthread_mutex_lock_wait + 89 2 libsystem_pthread.dylib 0x00007fff8e291c17 _pthread_mutex_lock_slow + 300 3 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b35923 0x117aea000 + 309539 4 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117af4695 0x117aea000 + 42645 5 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117af719d 0x117aea000 + 53661 6 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117af6fe2 JOB_SWARM::ThreadWorker::threadMain() + 84 7 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b3549c 0x117aea000 + 308380 8 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 9 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 10 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 78: 0 libsystem_kernel.dylib 0x00007fff8935cee2 __psynch_mutexwait + 10 1 libsystem_pthread.dylib 0x00007fff8e291a49 _pthread_mutex_lock_wait + 89 2 libsystem_pthread.dylib 0x00007fff8e291c17 _pthread_mutex_lock_slow + 300 3 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b35923 0x117aea000 + 309539 4 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117af4695 0x117aea000 + 42645 5 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117af719d 0x117aea000 + 53661 6 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117af6fe2 JOB_SWARM::ThreadWorker::threadMain() + 84 7 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b3549c 0x117aea000 + 308380 8 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 9 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 10 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 79: 0 libsystem_kernel.dylib 0x00007fff8935cee2 __psynch_mutexwait + 10 1 libsystem_pthread.dylib 0x00007fff8e291a49 _pthread_mutex_lock_wait + 89 2 libsystem_pthread.dylib 0x00007fff8e291c17 _pthread_mutex_lock_slow + 300 3 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b35923 0x117aea000 + 309539 4 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117af4695 0x117aea000 + 42645 5 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117af719d 0x117aea000 + 53661 6 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117af6fe2 JOB_SWARM::ThreadWorker::threadMain() + 84 7 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b3549c 0x117aea000 + 308380 8 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 9 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 10 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 80: 0 libsystem_kernel.dylib 0x00007fff8935cee2 __psynch_mutexwait + 10 1 libsystem_pthread.dylib 0x00007fff8e291a49 _pthread_mutex_lock_wait + 89 2 libsystem_pthread.dylib 0x00007fff8e291c17 _pthread_mutex_lock_slow + 300 3 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b35923 0x117aea000 + 309539 4 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117af4695 0x117aea000 + 42645 5 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117af719d 0x117aea000 + 53661 6 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117af6fe2 JOB_SWARM::ThreadWorker::threadMain() + 84 7 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b3549c 0x117aea000 + 308380 8 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 9 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 10 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 81: 0 libsystem_kernel.dylib 0x00007fff8935d6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8e28e729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff8e28c365 start_wqthread + 13

Thread 82: 0 libsystem_kernel.dylib 0x00007fff8935d6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8e28e729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff8e28c365 start_wqthread + 13

Thread 83: 0 libsystem_kernel.dylib 0x00007fff8935d6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8e28e729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff8e28c365 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfb6d8 rdx: 0x0000000000000000 rdi: 0x000000000000160b rsi: 0x0000000000000006 rbp: 0x00007fff5fbfb700 rsp: 0x00007fff5fbfb6d8 r8: 0x0000000000000040 r9: 0x00007fff78ea01e0 r10: 0x0000000008000000 r11: 0x0000000000000206 r12: 0x0000000109da2751 r13: 0x00007fff78ea0bd0 r14: 0x00007fff76574000 r15: 0x0000000000005e68 rip: 0x00007fff8935d002 rfl: 0x0000000000000206 cr2: 0x00007fff76577118

Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133

Binary Images: 0x100000000 - 0x10337cfff +com.unity3d.UnityEditor5.x (Unity version 5.3.3f1 - 5.3.3f1) <01C916E3-1FF5-32FC-9236-4DAF2EBF106B> /Applications/Unity/Unity.app/Contents/MacOS/Unity 0x104c16000 - 0x104c1afff com.apple.agl (3.3.1 - AGL-3.3.1) <9FC80CE7-56CD-3034-9D03-EF126542657C> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x104c22000 - 0x104c3cff7 +libS3TC.dylib (1) <5892090B-1A8A-30D4-BED8-77A79B401A46> /Applications/Unity/Unity.app/Contents/Frameworks/libS3TC.dylib 0x104c41000 - 0x104e84ff7 +libfreeimage-3.11.1.dylib (0) /Applications/Unity/Unity.app/Contents/Frameworks/libfreeimage-3.11.1.dylib 0x104eec000 - 0x104f24fef +libpq.5.dylib (5.6) <00029586-915D-3AD1-A7DD-D17F3BA7232E> /Applications/Unity/Unity.app/Contents/Frameworks/libpq.5.dylib 0x104f30000 - 0x104f6efe7 +libmp3lame.dylib (0) /Applications/Unity/Unity.app/Contents/Frameworks/libmp3lame.dylib 0x104fa7000 - 0x1050abff7 +libTextureConverter.dylib (0) <30295D84-BC15-394E-9F02-8108F2B90C53> /Applications/Unity/Unity.app/Contents/Frameworks/libTextureConverter.dylib 0x105638000 - 0x105781ff7 +libumbraoptimizer64.dylib (0) <5D10A8BE-7167-3459-9712-1718CD7AFE37> /Applications/Unity/Unity.app/Contents/Frameworks/libumbraoptimizer64.dylib 0x10583a000 - 0x105b41ff7 +libxerces-c.dylib (0) <818C5E81-461C-C19F-115F-6228549AB919> /Applications/Unity/Unity.app/Contents/Frameworks/libxerces-c.dylib 0x105d6e000 - 0x105e32fff +libxml-security-c.dylib (17.1) <2155FE54-8C2F-A0C6-6D25-3CD751057D09> /Applications/Unity/Unity.app/Contents/Frameworks/libxml-security-c.dylib 0x105ed0000 - 0x105f26fef +libssl.dylib (1.1) <9FCBBC67-3DE2-31B3-AC7A-691BE1D4AF04> /Applications/Unity/Unity.app/Contents/Frameworks/libssl.dylib 0x105f43000 - 0x1060d696f +libcrypto.dylib (1.1) <163A4B10-A420-3970-82B9-1974DA3ECCBD> /Applications/Unity/Unity.app/Contents/Frameworks/libcrypto.dylib 0x106146000 - 0x109831f57 +org.chromium.ContentShell.framework (37.0.2062.94 - 2062.94) <6DEB12E7-7B72-328A-9A3E-C417F1058D3E> /Applications/Unity/Unity.app/Contents/Frameworks/Chromium Embedded Framework.framework/Chromium Embedded Framework 0x109b5b000 - 0x109dfdff7 +libmono.0.dylib (1) /Applications/Unity/Unity.app/Contents/Frameworks/MonoEmbedRuntime/osx/libmono.0.dylib 0x109eaa000 - 0x10a0a6fff +slapi (1) /Applications/Unity/Unity.app/Contents/Frameworks/slapi/slapi 0x10a2c3000 - 0x10a2fafff com.apple.audio.midi.CoreMIDI (1.10 - 88) <4A755EA1-3CF5-32A6-8939-8D2998577406> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI 0x10a323000 - 0x10a33cfff libexpat.1.dylib (12.20.1) /usr/lib/libexpat.1.dylib 0x10a346000 - 0x10a370fff +libCommonGeometry.dylib (1) <0EFBA2BA-BDC6-35EE-94A8-A49302706F13> /Applications/Unity/Unity.app/Contents/Frameworks/slapi/libCommonGeometry.dylib 0x10a3a8000 - 0x10a3aaff7 +libCommonGeoutils.dylib (1) <2F93E573-6A7C-3BB0-A738-59F1670C989F> /Applications/Unity/Unity.app/Contents/Frameworks/slapi/libCommonGeoutils.dylib 0x10a3b2000 - 0x10a5efff7 +libCommonImage.dylib (1) <9E16A3D6-1ADD-3972-94B1-20C56733C4AA> /Applications/Unity/Unity.app/Contents/Frameworks/slapi/libCommonImage.dylib 0x10a6a6000 - 0x10a6d1ff7 +libCommonInternet.dylib (1) /Applications/Unity/Unity.app/Contents/Frameworks/slapi/libCommonInternet.dylib 0x10a706000 - 0x10a726ff7 +libCommonUtils.dylib (1) <178A8774-07EB-3FF8-B702-1EDEF46D0A17> /Applications/Unity/Unity.app/Contents/Frameworks/slapi/libCommonUtils.dylib 0x10a759000 - 0x10a772ff7 +libCommonZip.dylib (1) /Applications/Unity/Unity.app/Contents/Frameworks/slapi/libCommonZip.dylib 0x10a783000 - 0x10a788fff +libCommonUnits.dylib (1) <59197289-2E7C-33F2-A4D6-7E9DB5A9AF5D> /Applications/Unity/Unity.app/Contents/Frameworks/slapi/libCommonUnits.dylib 0x1168fc000 - 0x1168fcfe7 +cl_kernels (???) <22134B4B-CC10-4B2D-9664-65D3726D1C0C> cl_kernels 0x117aea000 - 0x117b44ff7 +com.UltimateGameTools.ConvexDecompositionDll (1.0 - 1) <96885DFE-5B67-31A2-B995-F9B87688D120> /Users/USER/*/ConvexDecompositionDll.bundle/Contents/MacOS/ConvexDecompositionDll 0x11929e000 - 0x1192a0ff7 com.apple.textencoding.unicode (3.0 - 3.0) <78B2E03E-3AE3-34E0-AA72-22F1D696170B> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings 0x11a488000 - 0x11a4edfff com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.12.13 - 10.1.2) /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver 0x11c000000 - 0x11c558ff7 com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.12.13 - 10.1.2) <05A19723-2F84-36E6-BF0A-7C328305D52C> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver 0x11d7d3000 - 0x11d7defff com.apple.iokit.IOHIDLib (2.0.0 - 2.0.0) <7B97417E-999B-3729-BFB0-3528D1489C27> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib 0x11d7ef000 - 0x11d7f3fff com.apple.audio.AppleHDAHALPlugIn (272.51.3 - 272.51.3) <7E9DC6D6-CB61-3EA1-94AD-5C6F20D3EDBF> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0x11ff00000 - 0x120030ffb com.apple.audio.units.Components (1.13 - 1.13) <31056DB7-E93B-342A-8717-3313B2CE86A1> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x7fff63eed000 - 0x7fff63f23fa7 dyld (360.18) <1A7F8274-FC32-3B86-9979-66B8F2B7B5E2> /usr/lib/dyld 0x7fff8514a000 - 0x7fff8514efff com.apple.CommonPanels (1.2.6 - 96) <61E9D84F-435A-3C7B-A065-047B80775777> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff8514f000 - 0x7fff8514ffff libenergytrace.dylib (10) /usr/lib/libenergytrace.dylib 0x7fff85153000 - 0x7fff85164ff7 libz.1.dylib (61.20.1) /usr/lib/libz.1.dylib 0x7fff85165000 - 0x7fff85176fff libSparseBLAS.dylib (1159) <3C520738-8F54-36E4-B966-97D1F886F59E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff85177000 - 0x7fff851a7ff7 libsandbox.1.dylib (460.20.9) /usr/lib/libsandbox.1.dylib 0x7fff851a8000 - 0x7fff8520ffff com.apple.framework.CoreWiFi (11.0 - 1101.20) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff85210000 - 0x7fff85210fff com.apple.Carbon (154 - 157) <34263101-328D-3FE4-B212-14BD3CFF6965> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff85268000 - 0x7fff852a9ff7 libGLU.dylib (12.0.40.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff852d1000 - 0x7fff852d3fff libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib 0x7fff852ec000 - 0x7fff8531bff7 com.apple.securityinterface (10.0 - 55065.20.1) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff85324000 - 0x7fff85327fff com.apple.IOSurface (108.0.1 - 108.0.1) <7B05B27A-5CC4-30D4-8A10-ED444A2807A2> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff85355000 - 0x7fff85562ff7 com.apple.CoreImage (11.2.0 - 366.2.7) <344F1067-5F52-3626-8F6C-2B678DEB80A1> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff85563000 - 0x7fff85568fff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff85569000 - 0x7fff8556efff com.apple.ImageCapture (9.0 - 9.0) <33F7822F-1124-3D73-AF66-515EA32A4A47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff85589000 - 0x7fff85589fff libmetal_timestamp.dylib (600.0.43.5) /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x7fff855a0000 - 0x7fff855a1fff libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff85619000 - 0x7fff85648ffb libsystem_m.dylib (3105) <26655445-CA97-321E-B221-801CB378D1AA> /usr/lib/system/libsystem_m.dylib 0x7fff8567c000 - 0x7fff856afff7 com.apple.MediaKit (16 - 809) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff85719000 - 0x7fff8571bff7 libquarantine.dylib (80) <163CF63A-7455-3D1F-AE57-8C4475A9204C> /usr/lib/system/libquarantine.dylib 0x7fff8571c000 - 0x7fff8577afff com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff857a5000 - 0x7fff857bbff7 libsystem_coretls.dylib (83.20.8) <30AF7134-6CA7-3582-B9D3-507D6ED19A88> /usr/lib/system/libsystem_coretls.dylib 0x7fff857bc000 - 0x7fff8598affb com.apple.QuartzCore (1.11 - 410.14) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff8598b000 - 0x7fff859a0fff com.apple.AppContainer (4.0 - 261.20.7) <30414623-E68F-31A1-9794-1C052391E900> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff85ae9000 - 0x7fff85ae9fff com.apple.quartzframework (1.5 - 21) <5DC3D0D9-9E3F-3AA5-92F1-F229907A49B9> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff85b3b000 - 0x7fff85b3dffb libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib 0x7fff85b53000 - 0x7fff85eb5f3f libobjc.A.dylib (680) <9F45830D-F1D5-3CDF-9461-1A5477ED7D1E> /usr/lib/libobjc.A.dylib 0x7fff85eb6000 - 0x7fff85ec0fff com.apple.NetAuth (6.0 - 6.0) <19E44307-6F9F-3DEC-8C1A-4685BC252A35> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff8637e000 - 0x7fff863b4fff libssl.0.9.8.dylib (59) /usr/lib/libssl.0.9.8.dylib 0x7fff86cea000 - 0x7fff870c2fef com.apple.CoreAUC (214.0.0 - 214.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff870c9000 - 0x7fff870d7fff com.apple.ToneLibrary (1.0 - 1) /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 0x7fff870d8000 - 0x7fff870ebfff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff870ec000 - 0x7fff870fefff libsasl2.2.dylib (209) <02BF4226-23E9-34EC-A727-CF0E205395F8> /usr/lib/libsasl2.2.dylib 0x7fff870ff000 - 0x7fff87116fff libmarisa.dylib (4) /usr/lib/libmarisa.dylib 0x7fff87117000 - 0x7fff87545fff com.apple.vision.FaceCore (3.3.1 - 3.3.1) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff8756e000 - 0x7fff87579ff7 libcommonCrypto.dylib (60075.20.1) <766BC3F5-41F3-3315-BABC-72718A98EA92> /usr/lib/system/libcommonCrypto.dylib 0x7fff8757a000 - 0x7fff875eefff com.apple.Heimdal (4.0 - 2.0) <009F223D-B89B-376B-94F5-6D982CBEF771> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff87614000 - 0x7fff8761dff7 com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff8761e000 - 0x7fff876d8fff com.apple.DiscRecording (9.0.1 - 9010.4.3) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff876d9000 - 0x7fff876f0fff libsystem_asl.dylib (322) <3C2D3ACD-0DD1-337A-8247-44A910D67A65> /usr/lib/system/libsystem_asl.dylib 0x7fff87763000 - 0x7fff87872fe7 libvDSP.dylib (563.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff87883000 - 0x7fff878f2fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff878f3000 - 0x7fff8790dff3 liblzma.5.dylib (10) /usr/lib/liblzma.5.dylib 0x7fff8790e000 - 0x7fff87911ffb libScreenReader.dylib (425.102) /usr/lib/libScreenReader.dylib 0x7fff87918000 - 0x7fff87e3afff com.apple.QuartzComposer (5.1 - 334) <0A407B05-5CF5-3084-93EF-F4619BDEEF8B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff87e3b000 - 0x7fff881b6ffb com.apple.VideoToolbox (1.0 - 1731.15.33) <33AED54A-87AE-330F-BAAD-FB8389C3E686> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff88287000 - 0x7fff88298fff libcmph.dylib (6) /usr/lib/libcmph.dylib 0x7fff88299000 - 0x7fff882f5fff libTIFF.dylib (1442) <28DF1565-3705-3ED3-B570-C9CB12376D2E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff88a95000 - 0x7fff88a97ff7 libsystem_configuration.dylib (802.20.7) <5FD79070-36CC-3D02-BEA7-BB5D2AE97D5D> /usr/lib/system/libsystem_configuration.dylib 0x7fff88a98000 - 0x7fff88aabfff com.apple.contacts.ContactsPersistence (1.0 - 2137.1) <71232F20-11BD-370D-9F43-F262BFE46C93> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence 0x7fff88ac8000 - 0x7fff88ad3fff com.apple.CrashReporterSupport (10.11 - 717) <474544AD-1199-3ECC-90E5-071847BA72C6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff88b07000 - 0x7fff88f7dfff com.apple.CoreFoundation (6.9 - 1256.14) <068D1BA9-3859-34C7-986A-97EDF739C5C8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff88fd1000 - 0x7fff89325ff7 com.apple.Foundation (6.9 - 1256.1) <66106CC9-9D97-3846-88D8-4BF6BB508296> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff8932b000 - 0x7fff89345fff com.apple.Kerberos (3.0 - 1) <836358DE-2731-3ACD-98E3-E5FA48917728> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff89346000 - 0x7fff89364fff libsystem_kernel.dylib (3248.20.55) <0E688457-4915-36DD-8798-5C2EDEE3F1A3> /usr/lib/system/libsystem_kernel.dylib 0x7fff89365000 - 0x7fff8938cfff com.apple.ChunkingLibrary (167 - 167) <508861C9-F5E6-343B-8DD0-D71DFE49ECFD> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff8938d000 - 0x7fff89415fff com.apple.CoreSymbolication (3.1 - 58048.1) <2DFAF855-0528-370D-B4B0-EE0236766D9D> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff89416000 - 0x7fff8941cfff com.apple.XPCService (2.0 - 1) <9A305622-14E1-3D9A-BE47-6524419BA58D> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 0x7fff8941d000 - 0x7fff894b3fff com.apple.ColorSync (4.9.0 - 4.9.0) <8BB8DF19-C24F-39F8-8B90-AD186D74587C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff894b4000 - 0x7fff894ddfff libxpc.dylib (756.20.4) <61AB4610-9304-354C-9E9B-D57198AE9866> /usr/lib/system/libxpc.dylib 0x7fff89553000 - 0x7fff8958aff7 com.apple.LDAPFramework (2.4.28 - 194.5) <79D981F2-F70C-3E47-B124-DC0C90D45563> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff89717000 - 0x7fff89762ff7 com.apple.CoreMediaIO (703.0 - 4791) <7D342CFF-D074-3CAB-B76C-E1F878740AA6> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff897a5000 - 0x7fff897a6ffb libSystem.B.dylib (1226.10.1) <54388DF0-3813-33E4-BE8D-7743A81ACF4D> /usr/lib/libSystem.B.dylib 0x7fff897a7000 - 0x7fff89897fff libJP2.dylib (1442) <50DD1F07-6517-372B-8244-2AD19702385C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff89975000 - 0x7fff8abc6fff com.apple.CoreGraphics (1.600.0 - 948) <5C9D3150-55FF-3C12-806C-D74837E12B1A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8ac35000 - 0x7fff8ac39fff libcache.dylib (75) <6B245C0A-F3EA-383B-A542-5B0D0456A41B> /usr/lib/system/libcache.dylib 0x7fff8ac40000 - 0x7fff8ac47ff7 libcompiler_rt.dylib (62) /usr/lib/system/libcompiler_rt.dylib 0x7fff8b292000 - 0x7fff8b292ff7 libunc.dylib (29) <1D0F8265-F026-3CBD-93D3-F8DF14FFCE68> /usr/lib/system/libunc.dylib 0x7fff8b762000 - 0x7fff8b79cfff com.apple.QD (3.12 - 302) <3F36A108-C557-353A-A3F7-80DDCB82BB37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff8b79d000 - 0x7fff8b7edfff libcups.2.dylib (435) <28A05475-9DBF-35EA-B218-3432B69EA18B> /usr/lib/libcups.2.dylib 0x7fff8b805000 - 0x7fff8b853ff7 libstdc++.6.dylib (104.1) <76E2AFB1-07E5-3F19-B692-F6E21B7E470D> /usr/lib/libstdc++.6.dylib 0x7fff8b9af000 - 0x7fff8b9cbff7 libextension.dylib (78) <589FA312-F17C-3A8D-986F-FD995D0065D5> /usr/lib/libextension.dylib 0x7fff8b9cc000 - 0x7fff8b9ceff7 com.apple.securityhi (9.0 - 55006) <516B018C-177A-3FAD-8487-97B50FB67DD1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff8bbec000 - 0x7fff8bc93fff com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff8bc94000 - 0x7fff8bc97ff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <2B3F04CE-3C7D-3F51-99F3-C7847D1E4277> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff8bc98000 - 0x7fff8bc98fff libOpenScriptingUtil.dylib (169) <5CE2080C-398C-34C2-8D65-B9C627AACA19> /usr/lib/libOpenScriptingUtil.dylib 0x7fff8bc99000 - 0x7fff8bca1fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff8bca2000 - 0x7fff8be49ffb com.apple.avfoundation (2.0 - 1046.9.2) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff8be4a000 - 0x7fff8bf76ff7 com.apple.CoreText (352.0 - 494.10) <9FD834B1-FF8E-3EB0-BB11-6E9120969086> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff8bf8a000 - 0x7fff8bfdfff7 com.apple.AE (701 - 701) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff8bfe0000 - 0x7fff8bfe0fff com.apple.CoreServices (728.6 - 728.6) <1FC9300C-6D3D-330C-829C-C8F094BC38C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff8c1dc000 - 0x7fff8c1dfffb libdyld.dylib (360.18) <5F3777A7-F07E-3D5F-BFA3-A920FF4170ED> /usr/lib/system/libdyld.dylib 0x7fff8c1e0000 - 0x7fff8c1fdff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <25691042-E51E-3A47-A908-E2F6D35451FC> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA 0x7fff8c256000 - 0x7fff8c32cff7 com.apple.DiskImagesFramework (10.11.2 - 417.1) <4A510EE1-893E-38A8-AD09-5ACC9F2BE86F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff8c34a000 - 0x7fff8c4f0ff7 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8c7b9000 - 0x7fff8c7bcfff com.apple.Mangrove (1.0 - 1) <7919AD18-0EDE-3408-A6AC-A9121B8D857F> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff8c7ee000 - 0x7fff8c7f0fff com.apple.SecCodeWrapper (4.0 - 261.20.7) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff8c7f5000 - 0x7fff8ca9bff7 com.apple.CoreData (120 - 641.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8ca9c000 - 0x7fff8cb3cff7 com.apple.Metadata (10.7.0 - 972.16) <98CA1355-3E2C-364C-9C4F-3CA286DB08A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff8cb3d000 - 0x7fff8cb9afff com.apple.CoreServices.OSServices (728.6 - 728.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff8cc18000 - 0x7fff8cc41ffb libRIP.A.dylib (948) <96E8F983-A8BA-3B0F-9035-E09642A63F6E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff8cc72000 - 0x7fff8cc74fff com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff8cd56000 - 0x7fff8cd7dfff com.apple.shortcut (2.16 - 93) /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff8cd7e000 - 0x7fff8cd93fff com.apple.ToneKit (1.0 - 1) <298E6855-B818-3949-85ED-08CF12ACEE59> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit 0x7fff8cd94000 - 0x7fff8cdbbfff com.apple.ProtectedCloudStorage (1.0 - 1) /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff8cdbc000 - 0x7fff8cdd4fd7 libcompression.dylib (25) <202CE8A7-3D5B-347A-BD22-F0CB589B29AF> /usr/lib/libcompression.dylib 0x7fff8ce39000 - 0x7fff8ce55ff7 libsystem_malloc.dylib (67) <9EECAB18-F025-34C4-8E32-7EFFA6720EFC> /usr/lib/system/libsystem_malloc.dylib 0x7fff8cf9b000 - 0x7fff8cfeaff7 com.apple.opencl (2.6.9 - 2.6.9) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff8d005000 - 0x7fff8d005fff com.apple.Accelerate (1.10 - Accelerate 1.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8d173000 - 0x7fff8d19dff7 GLRendererFloat (12.0.40.6) <805456A3-3352-340B-881A-E6E656A33645> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fff8d19e000 - 0x7fff8d1cffff com.apple.GSS (4.0 - 2.0) <25DECD44-0905-3E53-9480-DE7BEB84DB83> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff8d1d0000 - 0x7fff8d1e0fff libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib 0x7fff8d29f000 - 0x7fff8d2a4ff3 libunwind.dylib (35.3) <124E0F05-2350-3774-A32C-7F5BF38EDE73> /usr/lib/system/libunwind.dylib 0x7fff8d2ca000 - 0x7fff8d359fff com.apple.CorePDF (4.0 - 4) <6147B89F-46D8-38B2-A7D0-C5AABCE35BC6> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff8d5c7000 - 0x7fff8d5cffff libGFXShared.dylib (12.0.40.6) <05770D51-DB02-3ACD-86EF-D3A475A83D4D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff8d5d5000 - 0x7fff8d5e1fff com.apple.HelpData (2.1.4 - 90) <3A533F58-9C3B-3341-A8F8-084C96BDB70D> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff8d61f000 - 0x7fff8d6b4fff com.apple.ink.framework (10.9 - 214) <6B573126-A6E9-357F-B36A-AA5BDC0BEAF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff8d6b7000 - 0x7fff8dab3fff libLAPACK.dylib (1159) <7618C270-D895-345C-B08B-102286A05A55> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff8dc76000 - 0x7fff8dcaaff7 com.apple.CoreVideo (1.8 - 191.2) <88D903C8-E608-320E-8ACD-11E5B3003C18> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff8e055000 - 0x7fff8e057fff libCVMSPluginSupport.dylib (12.0.40.6) <8E97A929-0E60-3F6D-ACF7-67F700BE2530> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff8e058000 - 0x7fff8e090fff com.apple.RemoteViewServices (2.0 - 99) <596153FD-3CB9-3FED-9D63-1B73B01AC6DB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff8e1c7000 - 0x7fff8e201ff7 com.apple.DebugSymbols (132 - 132) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff8e28b000 - 0x7fff8e294ff7 libsystem_pthread.dylib (138.10.4) <327CECD0-B881-3153-8FCC-4FD4818B7F16> /usr/lib/system/libsystem_pthread.dylib 0x7fff8e338000 - 0x7fff8e5beff7 com.apple.CFNetwork (760.2.6 - 760.2.6) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff8e5bf000 - 0x7fff8e633ff3 com.apple.securityfoundation (6.0 - 55126) <943934A2-EC53-330F-BEB9-8A718A18F9FC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff8e639000 - 0x7fff8e662fff libc++abi.dylib (125) /usr/lib/libc++abi.dylib 0x7fff8e69b000 - 0x7fff8e69bfff com.apple.audio.units.AudioUnit (1.13 - 1.13) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff8e6ac000 - 0x7fff8e7a8ff7 libFontParser.dylib (158.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff8f039000 - 0x7fff8f03bfff libCGXType.A.dylib (948) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff8f03c000 - 0x7fff8f03efff com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff8f03f000 - 0x7fff8f1a6fff libBLAS.dylib (1159) <8C24B8BC-E7D9-386D-97C8-929728AFE10B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff8f218000 - 0x7fff8f2bcfff com.apple.Bluetooth (4.4.3 - 4.4.3f4) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff8f371000 - 0x7fff8f371fff com.apple.ApplicationServices (48 - 48) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff8fbd7000 - 0x7fff8fc64dd7 com.apple.AppleJPEG (1.0 - 1) <9F0E8564-FCC4-33BE-9C6A-2BA926A33F6F> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff8fc72000 - 0x7fff8fc73ffb libremovefile.dylib (41) /usr/lib/system/libremovefile.dylib 0x7fff8fc9c000 - 0x7fff8fc9dfff libsystem_blocks.dylib (65) <49D42329-7DE9-3413-92C3-A473A7E9CF35> /usr/lib/system/libsystem_blocks.dylib 0x7fff8fccd000 - 0x7fff8fcd1fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib 0x7fff9045e000 - 0x7fff9046aff7 com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <8B6C0DB6-8744-3AEB-BD00-9FA6967E7125> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff907b5000 - 0x7fff907e3ff7 com.apple.CoreServicesInternal (248.2 - 248.2) <7D0D2C65-C4C4-3FBD-89A7-12302EA444AA> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff90840000 - 0x7fff90870ff3 com.apple.CoreAVCHD (5.8.0 - 5800.4.2) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff90871000 - 0x7fff9094afff com.apple.CoreMedia (1.0 - 1731.15.33) <6109D83B-4E0B-3DE2-9856-9FD80EA51CE0> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff9094e000 - 0x7fff9094ffff libsystem_secinit.dylib (20) /usr/lib/system/libsystem_secinit.dylib 0x7fff90950000 - 0x7fff90951ff3 com.apple.print.framework.Print (10.0 - 266) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff90952000 - 0x7fff90955fff libCoreVMClient.dylib (119.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff91527000 - 0x7fff9152ffff libcopyfile.dylib (127) /usr/lib/system/libcopyfile.dylib 0x7fff91533000 - 0x7fff9154fff3 libresolv.9.dylib (60) /usr/lib/libresolv.9.dylib 0x7fff91550000 - 0x7fff91575ff7 libPng.dylib (1442) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff91590000 - 0x7fff915afff7 com.apple.contacts.vCard (1.0 - 2137.1) <41529BD9-1BCC-3A62-92BA-2A7110867355> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard 0x7fff915b0000 - 0x7fff91603ff7 libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib 0x7fff91611000 - 0x7fff9171fff3 com.apple.desktopservices (1.10 - 1.10) <0BAED9FA-EFA5-3DA0-8715-043FD2400B77> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff91888000 - 0x7fff9188aff7 com.apple.SafariServices.framework (11601 - 11601.3.9) <86B9C242-287E-3A40-9F3A-AABAE3538C17> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff919df000 - 0x7fff919e4fff com.apple.MediaAccessibility (1.0 - 79) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff919e5000 - 0x7fff919eeff3 libsystem_notify.dylib (150.20.3) <243FADE1-255A-3B78-8033-F336CD64B817> /usr/lib/system/libsystem_notify.dylib 0x7fff919f4000 - 0x7fff91b9fffb GLEngine (12.0.40.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fff91ba0000 - 0x7fff91ba4fff libGIF.dylib (1442) <39FA0286-1616-3474-8215-7CD07109C9E5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff91ba5000 - 0x7fff91bbbff7 libLinearAlgebra.dylib (1159) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff92c7c000 - 0x7fff92c83ff7 com.apple.phonenumbers (1.1.1 - 105) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff92c84000 - 0x7fff92cadff7 libxslt.1.dylib (14) /usr/lib/libxslt.1.dylib 0x7fff92cf9000 - 0x7fff92d26fff libdispatch.dylib (501.20.1) <324C9189-2AF3-3356-847F-6F4CE1C6E901> /usr/lib/system/libdispatch.dylib 0x7fff92d27000 - 0x7fff92d30fff com.apple.icloud.FindMyDevice (1.0 - 1) /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice 0x7fff92d63000 - 0x7fff92d74ff7 libsystem_trace.dylib (201.10.3) /usr/lib/system/libsystem_trace.dylib 0x7fff92db5000 - 0x7fff92e3eff7 com.apple.PerformanceAnalysis (1.0 - 1) <67DE6CD9-AA72-3664-9594-0161D03D4919> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff92e3f000 - 0x7fff92ea0ff7 libsystem_network.dylib (583.20.10) <1C0410F3-F66E-3B0D-B8AD-0D49AB15A529> /usr/lib/system/libsystem_network.dylib 0x7fff92f2b000 - 0x7fff92f30ff7 libheimdal-asn1.dylib (453.20.2) /usr/lib/libheimdal-asn1.dylib 0x7fff92f5b000 - 0x7fff92f66ff7 libChineseTokenizer.dylib (16) <998637AB-DC37-3A7C-A85C-F10FD98CAAD7> /usr/lib/libChineseTokenizer.dylib 0x7fff92fa4000 - 0x7fff92fc5fff com.apple.Sharing (442.9.1 - 442.9.1) <672DE6DF-98E0-30A4-BA25-44BDE188D0BE> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff92fc6000 - 0x7fff92ff7ff7 libtidy.A.dylib (15.17) <03EF1071-8B43-3B41-9879-118FA27F89C5> /usr/lib/libtidy.A.dylib 0x7fff93005000 - 0x7fff9300afff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff9300b000 - 0x7fff930f2ff7 libcrypto.0.9.8.dylib (59) /usr/lib/libcrypto.0.9.8.dylib 0x7fff934f6000 - 0x7fff9351afff com.apple.quartzfilters (1.10.0 - 1.10.0) <58FAFE0C-A2D8-3746-AC8F-BF553A7CDED7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff9351b000 - 0x7fff9351eff7 com.apple.help (1.3.3 - 46) <62056D9B-A87C-3E4D-B4E2-7E1CDB74CE68> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff9351f000 - 0x7fff9351fff7 liblaunch.dylib (756.20.4) /usr/lib/system/liblaunch.dylib 0x7fff93584000 - 0x7fff935d6fff com.apple.AppleVAFramework (5.0.32 - 5.0.32) <082B5F3A-6FB2-3444-9B84-F8675BFCE517> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff935d7000 - 0x7fff93857ff3 com.apple.security (7.0 - 57337.20.44) <6D1EFB27-3B0F-39EE-B491-6A697A12E98A> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff93a3f000 - 0x7fff93b84fff com.apple.QTKit (7.7.3 - 2943) <1477C5F3-63B2-386D-A911-481BEFAFEB58> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff93d64000 - 0x7fff93e4fff7 com.apple.QuickLookUIFramework (5.0 - 696.3) <8416C721-85D3-3F4A-9916-2CB4640BB0CB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff93f1f000 - 0x7fff93f64ff7 com.apple.coreservices.SharedFileList (24.4 - 24.5) <72156BE7-0804-3F90-9AF9-14C4739430C2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff94edc000 - 0x7fff94f05fff libsystem_info.dylib (477.20.1) <6513635B-4ADE-3B45-BF63-ED7AC565B0C9> /usr/lib/system/libsystem_info.dylib 0x7fff94f14000 - 0x7fff94f62fff libcurl.4.dylib (90) /usr/lib/libcurl.4.dylib 0x7fff94f63000 - 0x7fff94fafff3 com.apple.HIServices (1.22 - 549) <14FB5BB6-8456-39F9-A694-8A1C12426880> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff94fb0000 - 0x7fff94fbefff com.apple.opengl (12.0.40 - 12.0.40) <4D469B19-F5B3-3A2F-93D5-31E3AA3B14BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff94fbf000 - 0x7fff951ccffb libicucore.A.dylib (551.41) /usr/lib/libicucore.A.dylib 0x7fff95307000 - 0x7fff95309ff7 libRadiance.dylib (1442) <1E42E394-4CD2-3E10-8591-9BB234829AC6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff9530b000 - 0x7fff955a1fff libmecabra.dylib (696.4) <0A1574F0-3222-3856-A1C6-D8BE20DC4C48> /usr/lib/libmecabra.dylib 0x7fff955a2000 - 0x7fff956ecfc7 com.apple.coreui (2.1 - 365.2) <727C55D3-503A-3EC4-8A23-C984E320F65F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff958d3000 - 0x7fff95a99fff com.apple.ImageIO.framework (3.3.0 - 1442) <1AE1EF1A-EA91-3453-A6F4-C11BD91B8D66> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff95aa1000 - 0x7fff95aacfff libGL.dylib (12.0.40.6) <3F719CC4-8024-33B5-A49D-15FAE1955A12> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff95ab5000 - 0x7fff95ac0fff libGPUSupportMercury.dylib (12.0.40.6) <1BE26EAA-370D-3DFF-A4DF-E4A6427B8962> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib 0x7fff95ac1000 - 0x7fff95ae5fff libJPEG.dylib (1442) <9616E8A5-60BA-3C70-8F37-A33055D227C8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff95ae6000 - 0x7fff9618cffb com.apple.JavaScriptCore (11601 - 11601.3.7) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff9618d000 - 0x7fff96193ff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff96194000 - 0x7fff96195fff com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff96196000 - 0x7fff961c1ffb libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib 0x7fff961c2000 - 0x7fff961ddff7 libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib 0x7fff96237000 - 0x7fff96287ff7 com.apple.Symbolication (1.4 - 58044) <2EC9F04A-4370-39C8-8549-FC6411D87463> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff96288000 - 0x7fff96368ff7 unorm8_rgba.dylib (2.6.4.1) <6970FC46-0D13-3614-929D-9504AB54C740> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib 0x7fff96369000 - 0x7fff96371fff com.apple.NetFS (6.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff96372000 - 0x7fff9637dfff com.apple.DirectoryService.Framework (10.11 - 194) <159606E0-F3AF-36B0-9744-4BFE1DA3EC74> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff9637e000 - 0x7fff96394fff com.apple.CoreMediaAuthoring (2.2 - 953) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff963a9000 - 0x7fff963b7fff libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib 0x7fff963e1000 - 0x7fff9641fff7 libGLImage.dylib (12.0.40.6) <7A41B04A-8282-3530-809F-FAC4AC953CD2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff96420000 - 0x7fff96428ffb libsystem_dnssd.dylib (625.20.4) <945B5FB1-DA91-3D45-A961-A8FAD53C1E7E> /usr/lib/system/libsystem_dnssd.dylib 0x7fff96455000 - 0x7fff9653bfef unorm8_bgra.dylib (2.6.4.1) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x7fff965dc000 - 0x7fff965dcfff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff965dd000 - 0x7fff96651fff com.apple.framework.IOKit (2.0.2 - 1179.20.6) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff96652000 - 0x7fff9665dfff libcsfde.dylib (517.20.1) <42376761-F1B3-3086-AFBC-231507582BBE> /usr/lib/libcsfde.dylib 0x7fff966b2000 - 0x7fff96762fe7 libvMisc.dylib (563.4) <621D84AA-C752-34EE-8B16-CF0C2DE722FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff967a1000 - 0x7fff967aaff7 com.apple.DisplayServicesFW (3.0 - 378) /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff967d9000 - 0x7fff96843ff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) <6A535459-6A8A-3D60-986B-EE7ED833A9C3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff96844000 - 0x7fff96895ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff96898000 - 0x7fff968b1fff com.apple.CFOpenDirectory (10.11 - 194) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff969be000 - 0x7fff96f15fff com.apple.MediaToolbox (1.0 - 1731.15.33) <16374746-DF5E-3103-994B-74CF151BD06A> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff96f4f000 - 0x7fff96f5dff7 libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib 0x7fff96f5e000 - 0x7fff97243ff3 com.apple.CoreServices.CarbonCore (1136 - 1136) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff976b6000 - 0x7fff976beff7 libcldcpuengine.dylib (2.6.4.1) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff976bf000 - 0x7fff977e3fff libsqlite3.dylib (216.4) <280D67B8-F93D-3587-A146-19F36C817548> /usr/lib/libsqlite3.dylib 0x7fff977e4000 - 0x7fff979effff libFosl_dynamic.dylib (16.24) <363B7CEE-B662-32F3-9D7B-245E64927C35> /usr/lib/libFosl_dynamic.dylib 0x7fff979f0000 - 0x7fff97d85fdb com.apple.vImage (8.0 - 8.0) <4BAC9B6F-7482-3580-8787-AB0A5B4D331B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff97e4c000 - 0x7fff97e4cfff com.apple.Cocoa (6.11 - 22) <0A634D46-B468-3CBC-B2A0-16C381C11BF2> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff97e4d000 - 0x7fff97ebbff7 com.apple.ApplicationServices.ATS (377 - 394.3) <66E581EE-67E2-39E9-97A7-0614F334B9B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff97ebc000 - 0x7fff97ec4fff libMatch.1.dylib (27) <3AC0BFB8-7E69-3DBE-A175-7F3946FC4554> /usr/lib/libMatch.1.dylib 0x7fff97ec5000 - 0x7fff98ae8ff7 com.apple.AppKit (6.9 - 1404.34) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff98b3a000 - 0x7fff98b56fff com.apple.GenerationalStorage (2.0 - 239) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff98b9f000 - 0x7fff98ba7fff libsystem_networkextension.dylib (385.20.6) /usr/lib/system/libsystem_networkextension.dylib 0x7fff98ba8000 - 0x7fff98d34ff7 libGLProgrammability.dylib (12.0.40.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff98d42000 - 0x7fff98df2fff com.apple.backup.framework (1.7.2 - 1.7.2) <890AF1EE-CFC9-3DAB-B236-88E203B4ADBC> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff98df3000 - 0x7fff98e80fff libsystem_c.dylib (1082.20.4) /usr/lib/system/libsystem_c.dylib 0x7fff98e81000 - 0x7fff98e95fe3 libCGInterfaces.dylib (317.9) <5079DE4F-3717-32FF-B76A-77F53236D17D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff9908f000 - 0x7fff9909bff7 com.apple.OpenDirectory (10.11 - 194) <5409AC27-3B83-3F35-8EB5-51228B4604AE> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff9909c000 - 0x7fff990aafff com.apple.IntlPreferences (2.0 - 192) /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences 0x7fff99142000 - 0x7fff991d1ff7 libCoreStorage.dylib (517.20.1) /usr/lib/libCoreStorage.dylib 0x7fff991d2000 - 0x7fff99232fff com.apple.QuickLookFramework (5.0 - 696.3) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff99246000 - 0x7fff99492ff7 com.apple.AddressBook.framework (9.0 - 1679.4) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff99493000 - 0x7fff99495ff7 com.apple.xpc.ServiceManagement (1.0 - 1) <3777FD15-B6F3-32A2-A8E3-3E8CE3B8D5E7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff99506000 - 0x7fff9950efff com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff9950f000 - 0x7fff99804fff com.apple.HIToolbox (2.1.1 - 807.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff998bc000 - 0x7fff9992bfff com.apple.datadetectorscore (7.0 - 460) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff9992c000 - 0x7fff99945ffb com.apple.openscripting (1.7 - 169) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff99946000 - 0x7fff99992fff com.apple.print.framework.PrintCore (11.2 - 472.2) <449D8AB5-7891-32D0-9DC5-C90FE10DC0BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff99a04000 - 0x7fff99a07ff7 libCoreFSCache.dylib (119.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff99a08000 - 0x7fff99b2dff7 com.apple.LaunchServices (728.6 - 728.6) <8658230B-5894-3244-BDBA-A6C9DD347219> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff99b2e000 - 0x7fff99b31fff libspindump.dylib (197.1) <78CD77B4-3653-35B7-B8E6-3F76BDD7F8B6> /usr/lib/libspindump.dylib 0x7fff99b32000 - 0x7fff99dc2ff7 com.apple.RawCamera.bundle (6.18 - 828) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff99dc3000 - 0x7fff99dcbfe7 libsystem_platform.dylib (74.10.3) /usr/lib/system/libsystem_platform.dylib 0x7fff99dcc000 - 0x7fff99dcfff7 libsystem_sandbox.dylib (460.20.9) <1C891336-1B25-365D-B43E-96D5B3BE66B0> /usr/lib/system/libsystem_sandbox.dylib 0x7fff99dd7000 - 0x7fff99de2fff libkxld.dylib (3248.20.55) <3B8A19A8-7B41-3322-BDEC-9A2461E76423> /usr/lib/system/libkxld.dylib 0x7fff9a13c000 - 0x7fff9a22eff7 libiconv.2.dylib (44) /usr/lib/libiconv.2.dylib 0x7fff9a22f000 - 0x7fff9a24afff com.apple.aps.framework (4.0 - 4.0) <894B1FD6-6EBE-302B-947B-D5813DABEDF0> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff9a287000 - 0x7fff9a288fff liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib 0x7fff9a289000 - 0x7fff9a2a8ff7 com.apple.framework.Apple80211 (11.0 - 1110.33) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff9a2a9000 - 0x7fff9a427fff com.apple.UIFoundation (1.0 - 436.1) <8C254BB0-1DED-36A2-AAAF-786EB19CCE39> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff9a48a000 - 0x7fff9a4cfff3 libFontRegistry.dylib (155.1) <593CC743-3785-3CC5-A229-D3846C51E054> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff9a4d0000 - 0x7fff9a522fff com.apple.ImageCaptureCore (7.0 - 7.0) <68537DDB-383F-3D4D-8125-789053333B13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff9a8bb000 - 0x7fff9a8c0ff7 libmacho.dylib (875.1) /usr/lib/system/libmacho.dylib 0x7fff9a8c1000 - 0x7fff9a8c7fff com.apple.IOAccelerator (203.14 - 203.14) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff9a8f6000 - 0x7fff9a9a1fff com.apple.PDFKit (3.1 - 3.1) <4F470085-BBE3-3A75-AB79-430426F72CE4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff9af80000 - 0x7fff9af8cff7 com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff9af8d000 - 0x7fff9b1fafff com.apple.imageKit (2.6 - 932) <6738F065-3D55-3165-8D3E-33AA18D6E3EA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff9b1fb000 - 0x7fff9b226ff7 com.apple.AddressBook.ContactsFoundation (8.0 - 2137.1) /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation 0x7fff9b227000 - 0x7fff9b236ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) <0D1BCC13-76B9-3C19-85AA-D8DD8299F007> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff9b23a000 - 0x7fff9b2b1fe7 libcorecrypto.dylib (335.20.1) /usr/lib/system/libcorecrypto.dylib 0x7fff9b2b2000 - 0x7fff9b2bdfff com.apple.AppSandbox (4.0 - 261.20.7) <0CA08EB7-D574-3E2F-A3AE-FEA80FF3F304> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff9b2be000 - 0x7fff9b2e0fff com.apple.IconServices (68.1 - 68.1) <3ECAA762-1193-3D76-A25F-7680DB3A957E> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff9b2f2000 - 0x7fff9b2f4ff7 com.apple.ExceptionHandling (1.5 - 11) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling 0x7fff9b2f5000 - 0x7fff9b33bff7 libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib 0x7fff9b36e000 - 0x7fff9b45dfff libxml2.2.dylib (29.2) /usr/lib/libxml2.2.dylib 0x7fff9b469000 - 0x7fff9b469ff7 libkeymgr.dylib (28) <09397E01-6066-3179-A50C-2CE666FDA929> /usr/lib/system/libkeymgr.dylib 0x7fff9b57c000 - 0x7fff9b5aaff7 com.apple.DictionaryServices (1.2 - 250) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff9b61f000 - 0x7fff9b682fff libAVFAudio.dylib (161.2) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib 0x7fff9b683000 - 0x7fff9b723fff com.apple.ViewBridge (159 - 159) /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff9b788000 - 0x7fff9b7acfff com.apple.MultitouchSupport.framework (304.10 - 304.10) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff9b7d1000 - 0x7fff9b7d9fff com.apple.AppleSRP (5.0 - 1) <25775E90-1DBB-3BFA-B4B4-F8F262B9EC1F> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff9b7da000 - 0x7fff9b81cff7 com.apple.Metal (55.2.8 - 55.2.8) <4EC5571C-8A19-3774-BDA0-CB15DB04D06A> /System/Library/Frameworks/Metal.framework/Versions/A/Metal

External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 3 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: 188195 thread_create: 0 thread_set_state: 0

VM Region Summary: ReadOnly portion of Libraries: Total=427.1M resident=0K(0%) swapped_out_or_unallocated=427.1M(100%) Writable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate.framework 384K 4 Activity Tracing 2048K 2 CG backing stores 8576K 8 CG image 188K 13 CG shared images 432K 12 CoreAnimation 164K 17 CoreUI image data 1424K 16 CoreUI image file 192K 4 Dispatch continuations 8192K 2 Foundation 4K 2 IOKit 15.5M 3 Image IO 68K 3 Kernel Alloc Once 8K 3 MALLOC 440.5M 136 MALLOC guard page 32K 7 MALLOC_LARGE (reserved) 42.9M 15 reserved VM address space (unallocated) Memory Tag 242 12K 2 Memory Tag 255 547.5M 26 Memory Tag 255 (reserved) 140K 5 reserved VM address space (unallocated) OpenCL 8K 2 OpenGL GLSL 512K 7 Process Corpse Info 2048K 2 STACK GUARD 56.3M 85 Stack 194.2M 85 VM_ALLOCATE 869.5M 293 VM_ALLOCATE (reserved) 36K 2 reserved VM address space (unallocated) DATA 36.9M 296 GLSLBUILTINS 2588K 2 IMAGE 528K 2 LINKEDIT 123.7M 35 TEXT 303.4M 296 UNICODE 552K 2 mapped file 87.4M 43 shared memory 16.4M 11 =========== ======= ======= TOTAL 2.7G 1409 TOTAL, minus reserved VM space 2.7G 1409

sharatb commented 8 years ago

Hmm... That seems to be a crash when running the 3rd party collision meshes tool. Can you look at the editor log at ~/Library/Logs/Unity/Editor.log and see if it says which object it was processing? And then try running it on just one object and see if it works at all or if it's having issues with a certain model.

The tool claims that it works on both Mac and Windows, so in theory that shouldn't be an issue. One possibility would be to try reimporting the asset from the asset store and reverting the script changes(to keep my additions). I did have an issue once in the past where an asset needed to be imported on a Mac computer in order to save some symbolic links properly.

-Sharat

On 3/9/2016 11:14 AM, Dan Yamins wrote:

Ok, I fixed that problem (I had to create a destination folder called "Converted Models" in the Prefab directory by hand -- the folder creation should probably be taken care of in the code).

However, there is a bigger problem: running the CreatePrefab function crashes unity. Below is the crash report. I reproduce the same fault every time I run it.

Process: Unity [24156] Path: /Applications/Unity/Unity.app/Contents/MacOS/Unity Identifier: com.unity3d.UnityEditor5.x Version: Unity version 5.3.3f1 (5.3.3f1) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Unity [24156] User ID: 501

Date/Time: 2016-03-09 11:12:46.288 -0500 OS Version: Mac OS X 10.11.2 (15C50) Report Version: 11 Anonymous UUID: 59D1A3C5-CAAC-A4D8-615C-4976A2AA8D8D

Sleep/Wake UUID: 66E3813F-859C-4710-967D-E91DCB2B32C8

Time Awake Since Boot: 380000 seconds Time Since Wake: 3700 seconds

System Integrity Protection: enabled

Crashed Thread: 0 CrBrowserMain Dispatch queue: com.apple.main-thread

Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY

Application Specific Information: Performing @selector https://github.com/selector(executeStandard:) from sender NSMenuItem 0x125dcf440 Assertion failed: (0), function InitVertexArray, file /Users/enriquetromp/Downloads/ConvexDecompositionDll/ConvexDecompositionDll/ConvexDecompositionDll/src/dgConvexHull3d.cpp, line 418.

Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff8935d002 __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff8e2905c5 pthread_kill + 90 2 libsystem_c.dylib 0x00007fff98e516e7 abort + 129 3 libmono.0.dylib 0x0000000109bd1f55 mono_handle_native_sigsegv + 723 4 libmono.0.dylib 0x0000000109c1ea95 0x109b5b000 + 801429 5 libsystem_platform.dylib 0x00007fff99dc7eaa _sigtramp + 26 6 ??? 0x00007fff5fbfc7f0 0 + 140734799792112 7 libsystem_c.dylib 0x00007fff98e516e7 abort + 129 8 libsystem_c.dylib 0x00007fff98e18df8 __assert_rtn + 321 9 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b043d9 dgConvexHull3d::InitVertexArray(dgHullVertex/, double const/, int, int, void/, int) + 2967 10 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b023ea dgConvexHull3d::BuildHull(double const/, int, int, double, int) + 190 11 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b02306 dgConvexHull3d::dgConvexHull3d(double const/, int, int, double, int) + 162 12 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b18299 0x117aea000 + 189081 13 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b14724 0x117aea000 + 173860 14 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b12d7e dgMeshEffect::CreateConvexApproximation(float, float, int, int, JOB_SWARM::JobSwarmContext/, hacd::ICallback/) const + 244 15 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b370b4 0x117aea000 + 315572 16 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b3681b DoConvexDecomposition + 185 17 ??? 0x0000000117ae1af3 0 + 4692253427 18 ??? 0x0000000117ade23f 0 + 4692238911 19 ??? 0x0000000117adbb86 0 + 4692228998 20 ??? 0x0000000117adaf59 0 + 4692225881 21 ??? 0x0000000117adb1e3 0 + 4692226531 22 libmono.0.dylib 0x0000000109b650d0 0x109b5b000 + 41168 23 libmono.0.dylib 0x0000000109c933f6 mono_runtime_invoke + 117 24 libmono.0.dylib 0x0000000109c9924f mono_runtime_invoke_array + 1014 25 libmono.0.dylib 0x0000000109c57820 0x109b5b000 + 1034272 26 ??? 0x0000000120f5d533 0 + 4847949107 27 ??? 0x0000000120f5b90c 0 + 4847941900 28 ??? 0x00000001233c9066 0 + 4886138982 29 ??? 0x000000011705ef77 0 + 4681232247 30 ??? 0x0000000117058e1c 0 + 4681207324 31 ??? 0x0000000120eed906 0 + 4847491334 32 libmono.0.dylib 0x0000000109b650d0 0x109b5b000 + 41168 33 libmono.0.dylib 0x0000000109c933f6 mono_runtime_invoke + 117 34 com.unity3d.UnityEditor5.x 0x0000000101155d5a ScriptingInvocation::Invoke(MonoException//, bool) + 74 35 com.unity3d.UnityEditor5.x 0x0000000101156eab ScriptingInvocationNoArgs::InvokeChecked() + 43 36 com.unity3d.UnityEditor5.x 0x00000001018ed482 ScriptCommands::Execute(MenuItem const&) + 450 37 com.unity3d.UnityEditor5.x 0x0000000101b36eb4 MenuController::ExecuteMenuItem(MenuItem&) + 68 38 com.unity3d.UnityEditor5.x 0x0000000101c2ef4d -[CocoaMainMenu executeStandard:] + 61 39 libsystem_trace.dylib 0x00007fff92d6507a _os_activity_initiate + 75 40 com.apple.AppKit 0x00007fff980fc51d -[NSApplication sendAction:to:from:] + 460 41 com.apple.AppKit 0x00007fff980fc2b7 -[NSMenuItem _corePerformAction] + 336 42 com.apple.AppKit 0x00007fff980fc017 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 114 43 libsystem_trace.dylib 0x00007fff92d6507a _os_activity_initiate + 75 44 com.apple.AppKit 0x00007fff981bc1f0 -[NSMenu performActionForItemAtIndex:] + 131 45 com.apple.AppKit 0x00007fff981bc163 -[NSMenu _internalPerformActionForItemAtIndex:] + 35 46 com.apple.AppKit 0x00007fff981bbfbb -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 107 47 com.apple.AppKit 0x00007fff980e4ea1 NSSLMMenuEventHandler + 708 48 com.apple.HIToolbox 0x00007fff995177be DispatchEventToHandlers(EventTargetRec/, OpaqueEventRef/, HandlerCallRec/) + 1231 49 com.apple.HIToolbox 0x00007fff99516c48 SendEventToEventTargetInternal(OpaqueEventRef/, OpaqueEventTargetRef/, HandlerCallRec/) + 404 50 com.apple.HIToolbox 0x00007fff9952c9e6 SendEventToEventTarget + 40 51 com.apple.HIToolbox 0x00007fff9957699a SendHICommandEvent(unsigned int, HICommand const/, unsigned int, unsigned int, unsigned char, void const/, OpaqueEventTargetRef/, OpaqueEventTargetRef/, OpaqueEventRef//) + 411 52 com.apple.HIToolbox 0x00007fff995a1d5b SendMenuCommandWithContextAndModifiers + 59 53 com.apple.HIToolbox 0x00007fff995a1d0c SendMenuItemSelectedEvent + 188 54 com.apple.HIToolbox 0x00007fff995a1be8 FinishMenuSelection(SelectionData/, MenuResult/, MenuResult/) + 96 55 com.apple.HIToolbox 0x00007fff995a2596 MenuSelectCore(MenuData/, Point, double, unsigned int, OpaqueMenuRef//, unsigned short/) + 711 56 com.apple.HIToolbox 0x00007fff995a2230 _HandleMenuSelection2 + 460 57 com.apple.AppKit 0x00007fff9800f75e _NSHandleCarbonMenuEvent + 277 58 com.apple.AppKit 0x00007fff97f4f435 _DPSNextEvent + 1906 59 com.apple.AppKit 0x00007fff9831b943 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454 60 com.apple.AppKit 0x00007fff97f44fc8 -[NSApplication run] + 682 61 com.apple.AppKit 0x00007fff97ec7520 NSApplicationMain + 1176 62 com.unity3d.UnityEditor5.x 0x0000000101c4ad6e EditorMain(int, char const**) + 1374 63 com.unity3d.UnityEditor5.x 0x0000000101c4b429 main + 9 64 com.unity3d.UnityEditor5.x 0x0000000100001f54 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff8935dff6 kevent_qos + 10 1 libdispatch.dylib 0x00007fff92d01099 _dispatch_mgr_invoke + 216 2 libdispatch.dylib 0x00007fff92d00d01 _dispatch_mgr_thread + 52

Thread 2: 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libmono.0.dylib 0x0000000109cf7b2c mono_sem_wait + 35 2 libmono.0.dylib 0x0000000109c4b2a9 0x109b5b000 + 983721 3 libmono.0.dylib 0x0000000109cbe7c2 0x109b5b000 + 1456066 4 libmono.0.dylib 0x0000000109cee6c5 0x109b5b000 + 1652421 5 libmono.0.dylib 0x0000000109d14d9d GC_start_routine + 96 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 3: 0 libsystem_kernel.dylib 0x00007fff8935c4de __accept + 10 1 libmono.0.dylib 0x0000000109bec003 0x109b5b000 + 593923 2 libmono.0.dylib 0x0000000109bec2da 0x109b5b000 + 594650 3 libmono.0.dylib 0x0000000109cee6c5 0x109b5b000 + 1652421 4 libmono.0.dylib 0x0000000109d14d9d GC_start_routine + 96 5 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 7 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 4: 0 libsystem_kernel.dylib 0x00007fff8935d6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8e28e729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff8e28c365 start_wqthread + 13

Thread 5: 0 libsystem_kernel.dylib 0x00007fff8935d6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8e28e729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff8e28c365 start_wqthread + 13

Thread 6:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff8935d176 select + 10 1 com.apple.CoreFoundation 0x00007fff88bc316a CFSocketManager + 762 2 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 3 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 4 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 7:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff89357386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff893567c7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff88b77624 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff88b76aec CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff88b76338 CFRunLoopRunSpecific + 296 5 com.apple.AppKit 0x00007fff9800e065 _NSEventThread + 149 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 8: 0 libsystem_kernel.dylib 0x00007fff8935d206 __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff98e72d17 nanosleep + 199 2 com.unity3d.UnityEditor5.x 0x0000000101272415 ThreadHelper::Sleep(double) + 85 3 com.unity3d.UnityEditor5.x 0x00000001019784cd CurlRequest::MessageThread() + 1485 4 com.unity3d.UnityEditor5.x 0x0000000101977e99 CurlRequest::_ThreadEntryPoint(void/) + 9 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 9:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fff89357386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff893567c7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff88b77624 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff88b76aec CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff88b76338 CFRunLoopRunSpecific + 296 5 com.apple.Foundation 0x00007fff8905ce61 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270 6 org.chromium.ContentShell.framework 0x0000000106228664 0x106146000 + 927332 7 org.chromium.ContentShell.framework 0x0000000106227e3c 0x106146000 + 925244 8 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 9 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 10 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000

  • 1366389 11 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000
  • 1348683 12 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 13 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 14 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 10:: DnsConfigService 0 libsystem_kernel.dylib 0x00007fff8935dfc6 kevent + 10 1 org.chromium.ContentShell.framework 0x00000001062a1bd3 0x106146000 + 1424339 2 org.chromium.ContentShell.framework 0x000000010629f6ad 0x106146000 + 1414829 3 org.chromium.ContentShell.framework 0x0000000106227140 0x106146000 + 921920 4 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 5 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 6 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 7 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 8 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 9 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 10 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 11:: WorkerPool/46339 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f186 _pthread_cond_wait + 821 2 org.chromium.ContentShell.framework 0x000000010628aeeb 0x106146000 + 1330923 3 org.chromium.ContentShell.framework 0x0000000106295e52 0x106146000 + 1375826 4 org.chromium.ContentShell.framework 0x00000001062963a0 0x106146000 + 1377184 5 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 12:: WorkerPool/46595 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f186 _pthread_cond_wait + 821 2 org.chromium.ContentShell.framework 0x000000010628aeeb 0x106146000 + 1330923 3 org.chromium.ContentShell.framework 0x0000000106295e52 0x106146000 + 1375826 4 org.chromium.ContentShell.framework 0x00000001062963a0 0x106146000 + 1377184 5 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 13:: OptimizingCompi 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 org.chromium.ContentShell.framework 0x000000010772cc57 0x106146000 + 22965335 2 org.chromium.ContentShell.framework 0x0000000107711945 0x106146000 + 22853957 3 org.chromium.ContentShell.framework 0x0000000107831267 0x106146000 + 24031847 4 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 14:: v8:SweeperThrea 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 org.chromium.ContentShell.framework 0x000000010772cc57 0x106146000 + 22965335 2 org.chromium.ContentShell.framework 0x00000001077aace7 0x106146000 + 23481575 3 org.chromium.ContentShell.framework 0x0000000107831267 0x106146000 + 24031847 4 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 15:: v8:SweeperThrea 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 org.chromium.ContentShell.framework 0x000000010772cc57 0x106146000 + 22965335 2 org.chromium.ContentShell.framework 0x00000001077aace7 0x106146000 + 23481575 3 org.chromium.ContentShell.framework 0x0000000107831267 0x106146000 + 24031847 4 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 16:: v8:SweeperThrea 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 org.chromium.ContentShell.framework 0x000000010772cc57 0x106146000 + 22965335 2 org.chromium.ContentShell.framework 0x00000001077aace7 0x106146000 + 23481575 3 org.chromium.ContentShell.framework 0x0000000107831267 0x106146000 + 24031847 4 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 17:: Chrome_DBThread 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x000000010628b328 0x106146000 + 1332008 3 org.chromium.ContentShell.framework 0x000000010628b1d9 0x106146000 + 1331673 4 org.chromium.ContentShell.framework 0x000000010626d006 0x106146000 + 1208326 5 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 6 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 7 org.chromium.ContentShell.framework 0x0000000106c8ef78 0x106146000 + 11833208 8 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 9 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 10 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 11 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 12 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 18:: Chrome_FileThread 0 libsystem_kernel.dylib 0x00007fff8935dfc6 kevent + 10 1 org.chromium.ContentShell.framework 0x00000001062a1bd3 0x106146000 + 1424339 2 org.chromium.ContentShell.framework 0x000000010629f6ad 0x106146000 + 1414829 3 org.chromium.ContentShell.framework 0x0000000106227140 0x106146000 + 921920 4 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 5 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 6 org.chromium.ContentShell.framework 0x0000000106c8eff8 0x106146000 + 11833336 7 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 8 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 19:: Chrome_FileUserBlockingThread 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x000000010628b328 0x106146000 + 1332008 3 org.chromium.ContentShell.framework 0x000000010628b1d9 0x106146000 + 1331673 4 org.chromium.ContentShell.framework 0x000000010626d006 0x106146000 + 1208326 5 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 6 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 7 org.chromium.ContentShell.framework 0x0000000106c8f078 0x106146000 + 11833464 8 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 9 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 10 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 11 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 12 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 20:: Chrome_ProcessLauncherThread 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x000000010628b328 0x106146000 + 1332008 3 org.chromium.ContentShell.framework 0x000000010628b1d9 0x106146000 + 1331673 4 org.chromium.ContentShell.framework 0x000000010626d006 0x106146000 + 1208326 5 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 6 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 7 org.chromium.ContentShell.framework 0x0000000106c8f0f8 0x106146000 + 11833592 8 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 9 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 10 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 11 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 12 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 21:: Chrome_CacheThread 0 libsystem_kernel.dylib 0x00007fff8935dfc6 kevent + 10 1 org.chromium.ContentShell.framework 0x00000001062a1bd3 0x106146000 + 1424339 2 org.chromium.ContentShell.framework 0x000000010629f6ad 0x106146000 + 1414829 3 org.chromium.ContentShell.framework 0x0000000106227128 0x106146000 + 921896 4 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 5 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 6 org.chromium.ContentShell.framework 0x0000000106c8f178 0x106146000 + 11833720 7 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 8 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 22:: Chrome_IOThread 0 libsystem_kernel.dylib 0x00007fff8935dfc6 kevent + 10 1 org.chromium.ContentShell.framework 0x00000001062a1bd3 0x106146000 + 1424339 2 org.chromium.ContentShell.framework 0x000000010629f6ad 0x106146000 + 1414829 3 org.chromium.ContentShell.framework 0x0000000106227128 0x106146000 + 921896 4 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 5 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 6 org.chromium.ContentShell.framework 0x0000000106c8f1f8 0x106146000 + 11833848 7 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 8 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 23:: IndexedDB 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x000000010628b328 0x106146000 + 1332008 3 org.chromium.ContentShell.framework 0x000000010628b1d9 0x106146000 + 1331673 4 org.chromium.ContentShell.framework 0x000000010626d006 0x106146000 + 1208326 5 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 6 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 7 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 8 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 24:: AudioThread 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x000000010628b328 0x106146000 + 1332008 3 org.chromium.ContentShell.framework 0x000000010628b1d9 0x106146000 + 1331673 4 org.chromium.ContentShell.framework 0x000000010626d006 0x106146000 + 1208326 5 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 6 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 7 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 8 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 25:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x00007fff89357386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff893567c7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff88b77624 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff88b76aec CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff88b76338 CFRunLoopRunSpecific + 296 5 com.apple.Foundation 0x00007fff8905ce61 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270 6 org.chromium.ContentShell.framework 0x0000000106228664 0x106146000 + 927332 7 org.chromium.ContentShell.framework 0x0000000106227e3c 0x106146000 + 925244 8 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 9 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 10 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000

  • 1366389 11 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000
  • 1348683 12 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 13 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 14 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 26: 0 libsystem_kernel.dylib 0x00007fff89357386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff893567c7 mach_msg + 55 2 org.chromium.ContentShell.framework 0x0000000106dc768c 0x106146000 + 13112972 3 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 4 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 27:: BrowserBlockingWorker1/64771 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x00000001062906db 0x106146000 + 1353435 3 org.chromium.ContentShell.framework 0x000000010628fd13 0x106146000 + 1350931 4 org.chromium.ContentShell.framework 0x0000000106293103 0x106146000 + 1364227 5 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 28:: Proxy resolver 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x000000010628b328 0x106146000 + 1332008 3 org.chromium.ContentShell.framework 0x000000010628b1d9 0x106146000 + 1331673 4 org.chromium.ContentShell.framework 0x000000010626d006 0x106146000 + 1208326 5 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 6 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 7 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 8 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 29:: handle-watcher-thread 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x000000010731a9c8 0x106146000 + 18696648 3 org.chromium.ContentShell.framework 0x000000010730c987 0x106146000 + 18639239 4 org.chromium.ContentShell.framework 0x00000001073076b7 0x106146000 + 18618039 5 org.chromium.ContentShell.framework 0x000000010730740e 0x106146000 + 18617358 6 org.chromium.ContentShell.framework 0x000000010627d936 0x106146000 + 1276214 7 org.chromium.ContentShell.framework 0x000000010626991d 0x106146000 + 1194269 8 org.chromium.ContentShell.framework 0x0000000106293975 0x106146000 + 1366389 9 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 10 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 11 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 12 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 30:: CachePoolWorker1/81163 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x00000001062906db 0x106146000 + 1353435 3 org.chromium.ContentShell.framework 0x000000010628fd13 0x106146000 + 1350931 4 org.chromium.ContentShell.framework 0x0000000106293103 0x106146000 + 1364227 5 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 31:: BrowserBlockingWorker2/71435 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x00000001062906db 0x106146000 + 1353435 3 org.chromium.ContentShell.framework 0x000000010628fd13 0x106146000 + 1350931 4 org.chromium.ContentShell.framework 0x0000000106293103 0x106146000 + 1364227 5 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 32:: BrowserBlockingWorker3/75815 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 org.chromium.ContentShell.framework 0x00000001062906db 0x106146000 + 1353435 3 org.chromium.ContentShell.framework 0x000000010628fd13 0x106146000 + 1350931 4 org.chromium.ContentShell.framework 0x0000000106293103 0x106146000 + 1364227 5 org.chromium.ContentShell.framework 0x000000010628f44b 0x106146000 + 1348683 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 33:: BatchDeleteObjects 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x000000010127206b ThreadedStreamBuffer::HandleReadOverflow(unsigned int&, unsigned int&)

  • 379 4 com.unity3d.UnityEditor5.x 0x0000000100fff6f0 BatchDeleteStep2Threaded(void/) + 80 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 34:: AsyncReadManager 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x00000001012bb749 AsyncReadManagerThreaded::ThreadEntry() + 169 4 com.unity3d.UnityEditor5.x 0x00000001012bb429 AsyncReadManagerThreaded::StaticThreadEntry(void/) + 9 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 35:: HTTP REST Server 0 libsystem_kernel.dylib 0x00007fff8935d176 __select + 10 1 com.unity3d.UnityEditor5.x 0x0000000102362045 ns_mgr_poll + 533 2 com.unity3d.UnityEditor5.x 0x0000000102371ffe RestService::HttpTransport::ServerThread(void/) + 30 3 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 4 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 36:: UnityLookForNewInputDevices 0 libsystem_kernel.dylib 0x00007fff89357386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff893567c7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff88b77624 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff88b76aec CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff88b76338 CFRunLoopRunSpecific + 296 5 com.apple.CoreFoundation 0x00007fff88c391f1 CFRunLoopRun + 97 6 com.unity3d.UnityEditor5.x 0x0000000102484e81 LookForNewDevices(void/) + 401 7 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 8 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 9 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 10 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 37:: com.apple.audio.IOThread.client 0 libsystem_kernel.dylib 0x00007fff89357386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff893567c7 mach_msg + 55 2 com.apple.audio.CoreAudio 0x00007fff9686e5ee HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t/, bool, unsigned int) + 98 3 com.apple.audio.CoreAudio 0x00007fff9686e57c HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42 4 com.apple.audio.CoreAudio 0x00007fff9686c939 HALC_ProxyIOContext::IOWorkLoop() + 1149 5 com.apple.audio.CoreAudio 0x00007fff9686c3ee HALC_ProxyIOContext::IOThreadEntry(void/) + 88 6 com.apple.audio.CoreAudio 0x00007fff9686c2c3 HALB_IOThread::Entry(void*) + 75 7 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 8 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 9 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 38: 0 libsystem_kernel.dylib 0x00007fff8935d206 __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff98e72d17 nanosleep + 199 2 libsystem_c.dylib 0x00007fff98e72c0a usleep + 54 3 com.unity3d.UnityEditor5.x 0x00000001001ebdbf FMOD_OS_Time_Sleep(unsigned int) + 15 4 com.unity3d.UnityEditor5.x 0x00000001001d1825 FMOD::Thread::callback(void*) + 37 5 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 7 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 39:: UnityGfxDeviceWorker 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x000000010127206b ThreadedStreamBuffer::HandleReadOverflow(unsigned int&, unsigned int&)

  • 379 4 com.unity3d.UnityEditor5.x 0x00000001024d3140 GfxDeviceWorker::RunCommand(ThreadedStreamBuffer&) + 96 5 com.unity3d.UnityEditor5.x 0x00000001024da79f GfxDeviceWorker::Run()
  • 31 6 com.unity3d.UnityEditor5.x 0x00000001024d2f5f GfxDeviceWorker::RunGfxDeviceWorker(void/) + 79 7 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 8 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 9 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 10 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 40:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94aae JobQueue::WorkLoop(void/) + 78 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 41: 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 com.unity3d.UnityEditor5.x 0x00000001000b7e21 algThreadJobQueueThreadFunc + 193 2 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 3 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 4 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 42:: UnitySubstanceThread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d8d088 SubstanceSystem::ThreadMain(void/) + 72 4 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 5 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 7 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 43:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 44:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 45:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 46:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 47:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 48:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 49:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 50:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 51:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 52:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 53:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 54:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 55:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 56:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 57:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 58:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 59:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 60:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 61: 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 libmono.0.dylib 0x0000000109cddc3e _wapi_handle_timedwait_signal_handle + 486 3 libmono.0.dylib 0x0000000109cddcd3 _wapi_handle_wait_signal_handle + 21 4 libmono.0.dylib 0x0000000109cec7b6 WaitForSingleObjectEx + 588 5 libmono.0.dylib 0x0000000109cc7e3f 0x109b5b000 + 1494591 6 libmono.0.dylib 0x0000000109cbe7c2 0x109b5b000 + 1456066 7 libmono.0.dylib 0x0000000109cee6c5 0x109b5b000 + 1652421 8 libmono.0.dylib 0x0000000109d14d9d GC_start_routine + 96 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 62: 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 libmono.0.dylib 0x0000000109cddc3e _wapi_handle_timedwait_signal_handle + 486 3 libmono.0.dylib 0x0000000109cddcd3 _wapi_handle_wait_signal_handle + 21 4 libmono.0.dylib 0x0000000109cec7b6 WaitForSingleObjectEx + 588 5 libmono.0.dylib 0x0000000109cc7e3f 0x109b5b000 + 1494591 6 libmono.0.dylib 0x0000000109cbe7c2 0x109b5b000 + 1456066 7 libmono.0.dylib 0x0000000109cee6c5 0x109b5b000 + 1652421 8 libmono.0.dylib 0x0000000109d14d9d GC_start_routine + 96 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 63: 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 libmono.0.dylib 0x0000000109cddc3e _wapi_handle_timedwait_signal_handle + 486 3 libmono.0.dylib 0x0000000109cddcd3 _wapi_handle_wait_signal_handle + 21 4 libmono.0.dylib 0x0000000109cec7b6 WaitForSingleObjectEx + 588 5 libmono.0.dylib 0x0000000109cc7e3f 0x109b5b000 + 1494591 6 libmono.0.dylib 0x0000000109cbe7c2 0x109b5b000 + 1456066 7 libmono.0.dylib 0x0000000109cee6c5 0x109b5b000 + 1652421 8 libmono.0.dylib 0x0000000109d14d9d GC_start_routine + 96 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 64: 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 libmono.0.dylib 0x0000000109cddc3e _wapi_handle_timedwait_signal_handle + 486 3 libmono.0.dylib 0x0000000109cddcd3 _wapi_handle_wait_signal_handle + 21 4 libmono.0.dylib 0x0000000109cec7b6 WaitForSingleObjectEx + 588 5 libmono.0.dylib 0x0000000109cc7e3f 0x109b5b000 + 1494591 6 libmono.0.dylib 0x0000000109cbe7c2 0x109b5b000 + 1456066 7 libmono.0.dylib 0x0000000109cee6c5 0x109b5b000 + 1652421 8 libmono.0.dylib 0x0000000109d14d9d GC_start_routine + 96 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 65: 0 libsystem_kernel.dylib 0x00007fff8935d176 __select + 10 1 libmono.0.dylib 0x0000000109cfa3b8 mono_poll + 421 2 libmono.0.dylib 0x0000000109cc7779 0x109b5b000 + 1492857 3 libmono.0.dylib 0x0000000109cbe7c2 0x109b5b000 + 1456066 4 libmono.0.dylib 0x0000000109cee6c5 0x109b5b000 + 1652421 5 libmono.0.dylib 0x0000000109d14d9d GC_start_routine + 96 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 66: 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 libmono.0.dylib 0x0000000109cddc3e _wapi_handle_timedwait_signal_handle + 486 3 libmono.0.dylib 0x0000000109cddcd3 _wapi_handle_wait_signal_handle + 21 4 libmono.0.dylib 0x0000000109cec7b6 WaitForSingleObjectEx + 588 5 libmono.0.dylib 0x0000000109cc6d94 0x109b5b000 + 1490324 6 libmono.0.dylib 0x0000000109cbe7c2 0x109b5b000 + 1456066 7 libmono.0.dylib 0x0000000109cee6c5 0x109b5b000 + 1652421 8 libmono.0.dylib 0x0000000109d14d9d GC_start_routine + 96 9 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 67:: Worker Thread 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 68:: UnityPreload 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x000000010114f9fd PreloadManager::Run() + 93 4 com.unity3d.UnityEditor5.x 0x000000010114f999 PreloadManager::Run(void/) + 9 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 69:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 70:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 71:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 72:: BackgroundWorker 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x0000000100d95fd9 JobQueue::ProcessJobs(void/, bool/) + 409 4 com.unity3d.UnityEditor5.x 0x0000000100d94adc JobQueue::WorkLoop(void/) + 124 5 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 6 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 73: 0 libsystem_kernel.dylib 0x00007fff8935d206 __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff98e72d17 nanosleep + 199 2 com.unity3d.UnityEditor5.x 0x0000000101272415 ThreadHelper::Sleep(double) + 85 3 com.unity3d.UnityEditor5.x 0x000000010196a5dd PreviewTextureManager::LoadingLoop(void/) + 621 4 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 5 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 7 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 74: 0 libsystem_kernel.dylib 0x00007fff8935ceb2 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff8e28f150 _pthread_cond_wait + 767 2 com.unity3d.UnityEditor5.x 0x0000000100b041f6 Geo::Impl::WaitForMultipleObjects(unsigned int, Geo::Impl::t_HANDLE*/, bool, int) + 486 3 com.unity3d.UnityEditor5.x 0x0000000100b0451a Geo::GeoEvent::Wait(unsigned int) + 42 4 com.unity3d.UnityEditor5.x 0x000000010089a1ed Enlighten::MultithreadCpuWorkerCommon::CommandThreadFunction(void/) + 77 5 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 7 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 75:: EnlightenWorker 0 libsystem_kernel.dylib 0x00007fff893573c2 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff92d06be6 _dispatch_semaphore_wait_slow + 224 2 com.unity3d.UnityEditor5.x 0x0000000102493347 PlatformSemaphore::WaitForSignal() + 23 3 com.unity3d.UnityEditor5.x 0x00000001024b5e98 TUpdateFunction(void/)

  • 104 4 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 5 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 7 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 76: 0 libsystem_kernel.dylib 0x00007fff8935d206 __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff98e72d17 nanosleep + 199 2 com.unity3d.UnityEditor5.x 0x0000000101272415 ThreadHelper::Sleep(double) + 85 3 com.unity3d.UnityEditor5.x 0x000000010196a5dd PreviewTextureManager::LoadingLoop(void/) + 621 4 com.unity3d.UnityEditor5.x 0x00000001012707ca Thread::RunThreadWrapper(void/) + 58 5 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 7 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 77: 0 libsystem_kernel.dylib 0x00007fff8935cee2 __psynch_mutexwait + 10 1 libsystem_pthread.dylib 0x00007fff8e291a49 _pthread_mutex_lock_wait + 89 2 libsystem_pthread.dylib 0x00007fff8e291c17 _pthread_mutex_lock_slow

  • 300 3 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b35923 0x117aea000 + 309539 4 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117af4695 0x117aea000 + 42645 5 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117af719d 0x117aea000 + 53661 6 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117af6fe2 JOB_SWARM::ThreadWorker::threadMain() + 84 7 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b3549c 0x117aea000 + 308380 8 libsystem_pthread.dylib 0x00007fff8e28ec13 _pthread_body + 131 9 libsystem_pthread.dylib 0x00007fff8e28eb90 _pthread_start + 168 10 libsystem_pthread.dylib 0x00007fff8e28c375 thread_start + 13

Thread 78: 0 libsystem_kernel.dylib 0x00007fff8935cee2 __psynch_mutexwait + 10 1 libsystem_pthread.dylib 0x00007fff8e291a49 _pthread_mutex_lock_wait + 89 2 libsystem_pthread.dylib 0x00007fff8e291c17 _pthread_mutex_lock_slow

  • 300 3 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117b35923 0x117aea000 + 309539 4 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117af4695 0x117aea000 + 42645 5 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117af719d 0x117aea000 + 53661 6 com.UltimateGameTools.ConvexDecompositionDll 0x0000000117af6fe2 JOB_SWARM::ThreadWorker::threadMain() + 84 7 com.Ul
yamins81 commented 8 years ago

@sharatb I would say about 75% of assets are failing (causing the crash). For example, most of the assets in KitchenEquipment and MusicInstruments cannot be converted. I reduced maxhulls and maxhullvertices to 8, and that did not help ....

yamins81 commented 8 years ago

can you reproduce these errors on your machine? e.g. in instruments, "05_piano" or "06_harmonica" or in KitchenEquipment, with "bakingtin" or "box". ? Or is this just a problem with my OSX boxes?

yamins81 commented 8 years ago

Or in jewelry with "01"or "03"? Those are also failing for me. (most of all these three categories of assets are failing).

on the other hand, the LoPolyAnimals worked fine (with a few exceptions).

sharatb commented 8 years ago

I've been able to reproduce the error on jewelry 01(I haven't tried any of the other test cases you mentioned). I was able to get it to work okay by changing the algorithm from Normal to Fast and setting ForceNoMultithreading to true. I don't know if you need the forceNoMultithreading option for certain, but it felt like it was hanging on my machine when I didn't have that on. The end result looked reasonable when I did it with those options.

I sent a message to the support e-mail for the plugin yesterday, and I'll let you know when they respond.

-Sharat

On 3/10/2016 10:28 AM, Dan Yamins wrote:

Or in jewelry with "01"or "03"? Those are also failing for me. (most of all these three categories of assets are failing).

on the other hand, the LoPolyAnimals worked fine (with a few exceptions).

— Reply to this email directly or view it on GitHub https://github.com/dicarlolab/ThreeDWorld/issues/13#issuecomment-194904978.

yamins81 commented 8 years ago

Thanks .. sharat, I'm running those two changes with "01" in jewelry to see if it does the fix. SO far it's still running after 5 minutes ...hasn't crashed yet but is super slow.

however, on one of my machines, the changes don't seem to fix the problem for (e.g.) most other models. for example, jewelry "03" still crashes, as does instruments "05_piano" etc... can you confirm if you still get crashes for those objects?

yamins81 commented 8 years ago

Also, sometimes even though the conversion doesn't crash Unity it does produce a failure. Here's the failure message I get when converting "10_Trumpet" in "MusicInstruments":

Gu::ConvexMesh::loadConvexHull: convex hull init failed! Try to use the PxConvexFlag::eINFLATE_CONVEX flag. (see PxToolkit::createConvexMeshSafe) UnityEditor.PrefabUtility:ReplacePrefab(GameObject, Object) ConcaveCollider:FH_CreateColliders(GameObject, Boolean) (at Assets/Ultimate Game Tools/ConcaveCollider/Scripts/ConcaveCollider.cs:509) System.Reflection.MethodBase:Invoke(Object, Object[]) ProceduralGeneration:MakeSimplePrefabObj(GameObject) (at Assets/Scripts/ProceduralGeneration.cs:410) ProceduralGeneration:CreatePrefabFromModel() (at Assets/Scripts/ProceduralGeneration.cs:371)

On Thu, Mar 10, 2016 at 11:55 AM, Dan Yamins dyamins@gmail.com wrote:

On my OSX box, the process gets further on "01" but still crashes. See attached log file.

So my question is now: with the new settings in ConcaveCollider.cs, do most of the objects work on you windows box? Or are you still getting crashes on most objects. If it's working we can just make a windows box here or give you a bunch of objects to convert. If it's still crashing on those object I mentioned then I think we have to consider how to proceed differently.

On Thu, Mar 10, 2016 at 11:28 AM, sharatb notifications@github.com wrote:

I've been able to reproduce the error on jewelry 01(I haven't tried any of the other test cases you mentioned). I was able to get it to work okay by changing the algorithm from Normal to Fast and setting ForceNoMultithreading to true. I don't know if you need the forceNoMultithreading option for certain, but it felt like it was hanging on my machine when I didn't have that on. The end result looked reasonable when I did it with those options.

I sent a message to the support e-mail for the plugin yesterday, and I'll let you know when they respond.

-Sharat

On 3/10/2016 10:28 AM, Dan Yamins wrote:

Or in jewelry with "01"or "03"? Those are also failing for me. (most of all these three categories of assets are failing).

on the other hand, the LoPolyAnimals worked fine (with a few exceptions).

— Reply to this email directly or view it on GitHub < https://github.com/dicarlolab/ThreeDWorld/issues/13#issuecomment-194904978 .

— Reply to this email directly or view it on GitHub https://github.com/dicarlolab/ThreeDWorld/issues/13#issuecomment-194936837 .

sharatb commented 8 years ago

I just ran the process on 03 in Jewelry and got no failures(I did turn on the Debug Log option, but I doubt that changes anything).

Yeah, the eINFLATE_CONVEX flag bug was the one that I mentioned to you a few weeks ago. It's mostly harmless, though it is annoying. It comes from when they are trying to create an invalid convex hull. I believe that it's happening when it's trying to create what is effectively a flat plane instead of a shape. It may be possible to put a check for that if I was sure of the source of the problem, but I figured that it was low impact and not worth my time.

On 3/10/2016 11:59 AM, Dan Yamins wrote:

Also, sometimes even though the conversion doesn't crash Unity it does produce a failure. Here's the failure message I get when converting "10_Trumpet" in "MusicInstruments":

Gu::ConvexMesh::loadConvexHull: convex hull init failed! Try to use the PxConvexFlag::eINFLATE_CONVEX flag. (see PxToolkit::createConvexMeshSafe) UnityEditor.PrefabUtility:ReplacePrefab(GameObject, Object) ConcaveCollider:FH_CreateColliders(GameObject, Boolean) (at Assets/Ultimate Game Tools/ConcaveCollider/Scripts/ConcaveCollider.cs:509) System.Reflection.MethodBase:Invoke(Object, Object[]) ProceduralGeneration:MakeSimplePrefabObj(GameObject) (at Assets/Scripts/ProceduralGeneration.cs:410) ProceduralGeneration:CreatePrefabFromModel() (at Assets/Scripts/ProceduralGeneration.cs:371)

On Thu, Mar 10, 2016 at 11:55 AM, Dan Yamins dyamins@gmail.com wrote:

On my OSX box, the process gets further on "01" but still crashes. See attached log file.

So my question is now: with the new settings in ConcaveCollider.cs, do most of the objects work on you windows box? Or are you still getting crashes on most objects. If it's working we can just make a windows box here or give you a bunch of objects to convert. If it's still crashing on those object I mentioned then I think we have to consider how to proceed differently.

On Thu, Mar 10, 2016 at 11:28 AM, sharatb notifications@github.com wrote:

I've been able to reproduce the error on jewelry 01(I haven't tried any of the other test cases you mentioned). I was able to get it to work okay by changing the algorithm from Normal to Fast and setting ForceNoMultithreading to true. I don't know if you need the forceNoMultithreading option for certain, but it felt like it was hanging on my machine when I didn't have that on. The end result looked reasonable when I did it with those options.

I sent a message to the support e-mail for the plugin yesterday, and I'll let you know when they respond.

-Sharat

On 3/10/2016 10:28 AM, Dan Yamins wrote:

Or in jewelry with "01"or "03"? Those are also failing for me. (most of all these three categories of assets are failing).

on the other hand, the LoPolyAnimals worked fine (with a few exceptions).

— Reply to this email directly or view it on GitHub <

https://github.com/dicarlolab/ThreeDWorld/issues/13#issuecomment-194904978

.

— Reply to this email directly or view it on GitHub

https://github.com/dicarlolab/ThreeDWorld/issues/13#issuecomment-194936837 .

— Reply to this email directly or view it on GitHub https://github.com/dicarlolab/ThreeDWorld/issues/13#issuecomment-194955108.

sharatb commented 8 years ago

For reference, here's my settings when running on 03:

publicEAlgorithmAlgorithm=EAlgorithm.Fast; publicintMaxHullVertices=128; publicintMaxHulls=128; publicfloatInternalScale=10.0f; publicfloatPrecision=1.0f; publicboolCreateMeshAssets=true; publicboolCreateHullMesh=false; publicboolDebugLog=true; publicintLegacyDepth=6; publicboolShowAdvancedOptions=false; publicfloatMinHullVolume=0.00001f; publicfloatBackFaceDistanceFactor=0.02f; publicboolNormalizeInputMesh=false; publicboolForceNoMultithreading=true;

publicPhysicMaterialPhysMaterial=null; publicboolIsTrigger=false;

publicGameObject[]m_aGoHulls=null;

[SerializeField]privatePhysicMaterialLastMaterial=null; [SerializeField]privateboolLastIsTrigger=false;

[SerializeField]privateintLargestHullVertices=0; [SerializeField]privateintLargestHullFaces=0;

On 3/10/2016 11:59 AM, Dan Yamins wrote:

Also, sometimes even though the conversion doesn't crash Unity it does produce a failure. Here's the failure message I get when converting "10_Trumpet" in "MusicInstruments":

Gu::ConvexMesh::loadConvexHull: convex hull init failed! Try to use the PxConvexFlag::eINFLATE_CONVEX flag. (see PxToolkit::createConvexMeshSafe) UnityEditor.PrefabUtility:ReplacePrefab(GameObject, Object) ConcaveCollider:FH_CreateColliders(GameObject, Boolean) (at Assets/Ultimate Game Tools/ConcaveCollider/Scripts/ConcaveCollider.cs:509) System.Reflection.MethodBase:Invoke(Object, Object[]) ProceduralGeneration:MakeSimplePrefabObj(GameObject) (at Assets/Scripts/ProceduralGeneration.cs:410) ProceduralGeneration:CreatePrefabFromModel() (at Assets/Scripts/ProceduralGeneration.cs:371)

On Thu, Mar 10, 2016 at 11:55 AM, Dan Yamins dyamins@gmail.com wrote:

On my OSX box, the process gets further on "01" but still crashes. See attached log file.

So my question is now: with the new settings in ConcaveCollider.cs, do most of the objects work on you windows box? Or are you still getting crashes on most objects. If it's working we can just make a windows box here or give you a bunch of objects to convert. If it's still crashing on those object I mentioned then I think we have to consider how to proceed differently.

On Thu, Mar 10, 2016 at 11:28 AM, sharatb notifications@github.com wrote:

I've been able to reproduce the error on jewelry 01(I haven't tried any of the other test cases you mentioned). I was able to get it to work okay by changing the algorithm from Normal to Fast and setting ForceNoMultithreading to true. I don't know if you need the forceNoMultithreading option for certain, but it felt like it was hanging on my machine when I didn't have that on. The end result looked reasonable when I did it with those options.

I sent a message to the support e-mail for the plugin yesterday, and I'll let you know when they respond.

-Sharat

On 3/10/2016 10:28 AM, Dan Yamins wrote:

Or in jewelry with "01"or "03"? Those are also failing for me. (most of all these three categories of assets are failing).

on the other hand, the LoPolyAnimals worked fine (with a few exceptions).

— Reply to this email directly or view it on GitHub <

https://github.com/dicarlolab/ThreeDWorld/issues/13#issuecomment-194904978

.

— Reply to this email directly or view it on GitHub

https://github.com/dicarlolab/ThreeDWorld/issues/13#issuecomment-194936837 .

— Reply to this email directly or view it on GitHub https://github.com/dicarlolab/ThreeDWorld/issues/13#issuecomment-194955108.

yamins81 commented 8 years ago

got it ... can you try a couple of the music instruments I mentioned? (esp. "05_piano" for example)

sharatb commented 8 years ago

I'll try it this afternoon. Unfortunately Nico's out this morning and I don't have those on my computer. -Sharat

On 3/10/2016 12:09 PM, Dan Yamins wrote:

got it ... can you try a couple of the music instruments I mentioned?

— Reply to this email directly or view it on GitHub https://github.com/dicarlolab/ThreeDWorld/issues/13#issuecomment-194960571.

yamins81 commented 8 years ago

they're in the dropbox ... I gave you access to the dropbox folder "3DWorldCategories" ...I think you might have have accepted my invite yet.

sharatb commented 8 years ago

Yeah, I don't have a pro account for dropbox so that folder is over my size limit. -Sharat

On 3/10/2016 12:13 PM, Dan Yamins wrote:

they're in the dropbox ... I gave you access to the dropbox folder "3DWorldCategories" ...I think you might have have accepted my invite yet.

— Reply to this email directly or view it on GitHub https://github.com/dicarlolab/ThreeDWorld/issues/13#issuecomment-194962559.

yamins81 commented 8 years ago

just sent you two examples in email

sharatb commented 8 years ago

Piano worked for me, but the harmonica crashed.

On 3/10/2016 12:22 PM, Dan Yamins wrote:

just sent you two examples in email

— Reply to this email directly or view it on GitHub https://github.com/dicarlolab/ThreeDWorld/issues/13#issuecomment-194965198.

yamins81 commented 8 years ago

this issue has been resolved by using vhacd