Intersection Problem Causing Hang

This is a mystery meat problem that I cannot reproduce. However, it has happened frequently enough that I document it.

I do an intersection on two planar surfaces (that should result in a line). Instead, the active window becomes barely responsive. I can move the view but slowly. I can select from the menu but saving does not save the file. I can save other open files. If I open file settings, I get the dialog box set to the last view. If I click on any of the setting type buttons at the top, nothing happens. I see Rhino using about 25% of CPU.

This only happens sometimes but it has happened several times. I have only seen it happen intersecting planar surfaces.

Hi JIm - by ā€˜similarā€™ I take you no not mean ā€˜nearly coincidentā€™, right? In any case, send some surfaces that have shown the problem, even if it is not a reliably reproducible.

-Pascal

Pascal,

If I restart Rhino and recreate the same surfaces, I do not get the problem. It has just shown up in intersections after using Rhino for a while.

In every case I can remember, these have been surfaces closer to right angles than coincident.

Hereā€™s a file with a recreation of the surfaces that caused my last hang:

Problem Intersection.3dm (40.8 KB)

I should have asked, what should I do for data gathering when this happens again?

Hi Jim - can you please post the inputs to these two extrusions, with the CPlane as it was when you made them? They intersect fine, but the points arrangement is just a little weird, and Iā€™d like to see exactly how they were made - that may or may not be relevant to the problem you posted aboutā€¦

-Pascal

Here it is. I just did an extrude while specifying the direction. CPlanes were all at their defaults.

Problem Intersection.3dm (41.2 KB)

Thanks, I guess that is normal, I just never noticed before - it wants to put the extrusion handles ortho to the plane . Iā€™m somewhat at a loss to explain the problem you report - the next time you encounter this, you might try, just to see if it makes a difference, exploding the extrusions to be just planar surfaces and try intersecting them.

-Pascal

Iā€™m certain some [unknown] chain of events has to precede the intersection to trigger it.

This problem has existed for a long time and is presented randomly with any surface and polysurface.
As the intersection is a command that I use often I adopted the following strategy: 1) copy and paste on a new part files that need to be intersected (I always keep an open file empty for this). 2) in case of cut surfaces, use the command ā€œUntrimAllā€.
3) place normally do not show blocks or slowdowns with this strategy, so once obtained intersecting curves, copy and paste in the original file.
Sometimes I forget to use this strategy to save the file before you use the command and Rhino crashes ā€¦ This happens at least 2-3 times a week and often results in the loss of the last 5 minutes of work.
The problem appeared already two years ago:
Intersect freezes rhino
Reported but no luck (Rhino seems to have its own life in my Mac? :smiling_imp:)

That sounds like the same thing, right down to my trying to save.

Is there any hope this irritating problem will be fixed soon?

I am still seeing this with great frequency. Intersection must trigger a problem that is created by something else. I can intersect two object and hang. Restart. Intersect the same objects and no problem.

We still canā€™t seem to reproduce this one on our end, but I donā€™t doubt there is a bug here somewhere. I will be curious to if this crops up in Rhino 6 for Mac when it is public.

I too have this curiosity ā€¦ but actually, even more curiosity is when we can try the intersection command on Rhino 6 :yum:

2 Likes

I thought this might have gone away, but I ran into it for the first time in V5.4.

I have to say that this the single most annoying ā€œfeatureā€ in Rhino.

I donā€™t know if this is any use but this is the output from sampling the process when it is in the middle of this hang.

Sampling process 4839 for 3 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbolsā€¦
Analysis of sampling Rhinoceros (pid 4839) every 1 millisecond
Process: Rhinoceros [4839]
Path: /Applications/Rhinoceros.app/Contents/MacOS/Rhinoceros
Load Address: 0x1071a8000
Identifier: com.mcneel.rhinoceros
Version: 5.4 (5E407)
Code Type: X86-64
Parent Process: ??? [1]

Date/Time: 2018-03-14 17:25:35.872 -0400
OS Version: Mac OS X 10.10.5 (14F2511)
Report Version: 7
Analysis Tool: /usr/bin/sample

Call graph:
2699 Thread_448818 DispatchQueue_1: com.apple.main-thread (serial)
+ 2699 start (in libdyld.dylib) + 1 [0x7fff8d8e85c9]
+ 2699 NSApplicationMain (in AppKit) + 1832 [0x7fff8b8f4244]
+ 2699 -[NSApplication run] (in AppKit) + 594 [0x7fff8b977af3]
+ 2699 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit) + 346 [0x7fff8b981e58]
+ 2699 _DPSNextEvent (in AppKit) + 978 [0x7fff8b9828ab]
+ 2699 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) + 71 [0x7fff9113612b]
+ 2699 ReceiveNextEventCommon (in HIToolbox) + 431 [0x7fff911362ea]
+ 2699 RunCurrentEventLoopInMode (in HIToolbox) + 235 [0x7fff9113656f]
+ 2699 CFRunLoopRunSpecific (in CoreFoundation) + 296 [0x7fff90ac19f8]
+ 2699 __CFRunLoopRun (in CoreFoundation) + 2024 [0x7fff90ac2428]
+ 2699 __CFRunLoopDoTimers (in CoreFoundation) + 301 [0x7fff90b7a53d]
+ 2699 __CFRunLoopDoTimer (in CoreFoundation) + 1059 [0x7fff90b06e93]
+ 2699 CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION (in CoreFoundation) + 20 [0x7fff90b07204]
+ 2699 __NSFireDelayedPerform (in Foundation) + 364 [0x7fff852254bb]
+ 2699 CRhinoWorkSession::ModelAliases(unsigned int, ON_ClassArray<ON_wString>&) (in Rhinoceros) + 64026 [0x1071e8fda]
+ 2699 CRhEventManager::ExecuteOneScript() (in Rhinoceros) + 218 [0x107256e60]
+ 2699 CRhEventManager::ParseScriptCommandName() (in Rhinoceros) + 179 [0x107256fa7]
+ 2699 CRhinoDoc::ExecuteCommand(wchar_t const*) (in Rhinoceros) + 2578 [0x107351158]
+ 2699 CCommandIntersect::RunCommand(CRhinoCommandContext const&) (in Rhinoceros) + 1498 [0x1075f1a72]
+ 2699 CThreadManager::Run(CRhinoWorkerThread*, wchar_t const*) (in Rhinoceros) + 1248 [0x10780dec0]
+ 2699 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit) + 346 [0x7fff8b981e58]
+ 2699 _DPSNextEvent (in AppKit) + 978 [0x7fff8b9828ab]
+ 2699 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) + 71 [0x7fff9113612b]
+ 2699 ReceiveNextEventCommon (in HIToolbox) + 431 [0x7fff911362ea]
+ 2699 RunCurrentEventLoopInMode (in HIToolbox) + 235 [0x7fff9113656f]
+ 2699 CFRunLoopRunSpecific (in CoreFoundation) + 296 [0x7fff90ac19f8]
+ 2699 __CFRunLoopRun (in CoreFoundation) + 1371 [0x7fff90ac219b]
+ 2699 __CFRunLoopServiceMachPort (in CoreFoundation) + 212 [0x7fff90ac2cd4]
+ 2699 mach_msg (in libsystem_kernel.dylib) + 55 [0x7fff8438364f]
+ 2699 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff843844de]
2699 Thread_448828 DispatchQueue_2: com.apple.libdispatch-manager (serial)
+ 2698 _dispatch_mgr_thread (in libdispatch.dylib) + 52 [0x7fff8e43f26e]
+ ! 2697 kevent64 (in libsystem_kernel.dylib) + 10 [0x7fff8438a232]
+ ! 1 _dispatch_mgr_invoke (in libdispatch.dylib) + 247 [0x7fff8e43f615]
+ 1 __commpage_gettimeofday (in libsystem_kernel.dylib) + 31 [0x7fff8438468f]
2699 Thread_448972
+ 2699 thread_start (in libsystem_pthread.dylib) + 13 [0x7fff83fe53ed]
+ 2699 _pthread_start (in libsystem_pthread.dylib) + 176 [0x7fff83fe7fd7]
+ 2699 _pthread_body (in libsystem_pthread.dylib) + 131 [0x7fff83fe805a]
+ 2699 inner_start_thread (in libmonosgen-2.0.dylib) + 222 [0x11351cd5e]
+ 2699 start_wrapper (in libmonosgen-2.0.dylib) + 616 [0x113471fc8]
+ 2699 finalizer_thread (in libmonosgen-2.0.dylib) + 130 [0x113493532]
+ 2699 mono_sem_wait (in libmonosgen-2.0.dylib) + 24 [0x113516b88]
+ 2699 semaphore_wait_trap (in libsystem_kernel.dylib) + 10 [0x7fff8438451a]
2699 Thread_449046
+ 2699 thread_start (in libsystem_pthread.dylib) + 13 [0x7fff83fe53ed]
+ 2699 _pthread_start (in libsystem_pthread.dylib) + 176 [0x7fff83fe7fd7]
+ 2699 _pthread_body (in libsystem_pthread.dylib) + 131 [0x7fff83fe805a]
+ 2699 _NSEventThread (in AppKit) + 137 [0x7fff8ba4a56b]
+ 2699 CFRunLoopRunSpecific (in CoreFoundation) + 296 [0x7fff90ac19f8]
+ 2699 __CFRunLoopRun (in CoreFoundation) + 1371 [0x7fff90ac219b]
+ 2699 __CFRunLoopServiceMachPort (in CoreFoundation) + 212 [0x7fff90ac2cd4]
+ 2699 mach_msg (in libsystem_kernel.dylib) + 55 [0x7fff8438364f]
+ 2699 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff843844de]
2699 Thread_449073: com.apple.NSURLConnectionLoader
+ 2699 thread_start (in libsystem_pthread.dylib) + 13 [0x7fff83fe53ed]
+ 2699 _pthread_start (in libsystem_pthread.dylib) + 176 [0x7fff83fe7fd7]
+ 2699 _pthread_body (in libsystem_pthread.dylib) + 131 [0x7fff83fe805a]
+ 2699 NSThread__main (in Foundation) + 1345 [0x7fff85218e62]
+ 2699 +[NSURLConnection(Loader) _resourceLoadLoop:] (in CFNetwork) + 434 [0x7fff8e7a2420]
+ 2699 CFRunLoopRunSpecific (in CoreFoundation) + 296 [0x7fff90ac19f8]
+ 2699 __CFRunLoopRun (in CoreFoundation) + 1371 [0x7fff90ac219b]
+ 2699 __CFRunLoopServiceMachPort (in CoreFoundation) + 212 [0x7fff90ac2cd4]
+ 2699 mach_msg (in libsystem_kernel.dylib) + 55 [0x7fff8438364f]
+ 2699 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fff843844de]
2699 Thread_449078: com.apple.CFSocket.private
+ 2699 thread_start (in libsystem_pthread.dylib) + 13 [0x7fff83fe53ed]
+ 2699 _pthread_start (in libsystem_pthread.dylib) + 176 [0x7fff83fe7fd7]
+ 2699 _pthread_body (in libsystem_pthread.dylib) + 131 [0x7fff83fe805a]
+ 2699 __select (in libsystem_kernel.dylib) + 10 [0x7fff843893fa]
2699 Thread_510733
+ 2699 thread_start (in libsystem_pthread.dylib) + 13 [0x7fff83fe53ed]
+ 2699 _pthread_start (in libsystem_pthread.dylib) + 176 [0x7fff83fe7fd7]
+ 2699 _pthread_body (in libsystem_pthread.dylib) + 131 [0x7fff83fe805a]
+ 2699 CThreadManager::RunWorkerHelper(void*) (in Rhinoceros) + 62 [0x10780d758]
+ 2699 CIntersectWorker::Worker() (in Rhinoceros) + 2807 [0x1075f28b3]
+ 2699 CCommandIntersect::AddObjectsWithHistory(CRhinoObjRef&, CRhinoObjRef&, ON_SimpleArray<ON_Curve*>&, ON_3dPointArray&, CRhinoCommandContext const&) (in Rhinoceros) + 254 [0x1075f2c3e]
+ 2699 CRhinoDoc::AddPointObject(ON_3dPoint const&, ON_3dmObjectAttributes const*, CRhinoHistory*, signed char) (in Rhinoceros) + 199 [0x1072a3f71]
+ 2699 CRhinoDoc::AddObject(CRhinoObject*, bool, bool) (in Rhinoceros) + 303 [0x107225fa9]
+ 2699 CRhinoDoc::LockModel() const (in Rhinoceros) + 35 [0x107bde321]
+ 2699 CRhinoWorkSession::ModelAliases(unsigned int, ON_ClassArray<ON_wString>&) (in Rhinoceros) + 102020 [0x1071f2444]
+ 2699 __psynch_mutexwait (in libsystem_kernel.dylib) + 10 [0x7fff84389166]
2699 Thread_513387
2699 start_wqthread (in libsystem_pthread.dylib) + 13 [0x7fff83fe53dd]
2699 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7fff8438994a]

Total number in stack (recursive counted multiple, when >=5):
5 _pthread_body (in libsystem_pthread.dylib) + 131 [0x7fff83fe805a]
5 _pthread_start (in libsystem_pthread.dylib) + 176 [0x7fff83fe7fd7]
5 thread_start (in libsystem_pthread.dylib) + 13 [0x7fff83fe53ed]

Sort by top of stack, same collapsed (when >= 5):
mach_msg_trap (in libsystem_kernel.dylib) 8097
__psynch_mutexwait (in libsystem_kernel.dylib) 2699
__select (in libsystem_kernel.dylib) 2699
__workq_kernreturn (in libsystem_kernel.dylib) 2699
semaphore_wait_trap (in libsystem_kernel.dylib) 2699
kevent64 (in libsystem_kernel.dylib) 2697

Binary Images:
0x1071a8000 - 0x108afbff7 +com.mcneel.rhinoceros (5.4 - 5E407) <6BA9C984-76BD-3D98-95B7-4A743C4AA280> /Applications/Rhinoceros.app/Contents/MacOS/Rhinoceros
0x10927f000 - 0x109291ff7 +com.mcneel.rhinoceros.CustomViews (5E407) <19F97598-5FB5-39BF-A7FD-572D93171739> /Applications/Rhinoceros.app/Contents/Frameworks/CustomViews.framework/Versions/A/CustomViews
0x10929b000 - 0x10929ffff com.apple.agl (3.3.0 - AGL-3.3.0) <77E03D09-A11B-361E-93D7-13DF47AE3E9C> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x1092a6000 - 0x1092f9fff +org.sparkle-project.Sparkle (1.14.0 git-b1d7c3a - 1.14.0) /Applications/Rhinoceros.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x10933d000 - 0x1093b1fe7 +libfreetype.dylib (14) /Applications/Rhinoceros.app/Contents/Frameworks/libfreetype.dylib
0x10c5d4000 - 0x10c5d4ff5 +cl_kernels (???) <1BF0F937-AF79-4C5D-8710-7215CD8E8B80> cl_kernels
0x10d135000 - 0x10d490fff com.apple.driver.AppleIntelHDGraphicsGLDriver (10.0.35 - 10.0.0) /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHDGraphicsGLDriver
0x10d5bc000 - 0x10d5c9fff libGPUSupport.dylib (11.1.6) /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
0x10d5d0000 - 0x10de5ffff com.apple.GeForceTeslaGLDriver (10.0.35 - 10.0.0) /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTeslaGLDriver
0x10f197000 - 0x10f939fff libclh.dylib (4.0.3 - 10.0.35.1) <42B3548C-FF30-3989-B8F7-83D202491D18> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dylib
0x10f9de000 - 0x10f9e2ffb libFontRegistryUI.dylib (134.1) <0E0D303E-2A48-340F-94A2-EEC3832E5895> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0x110af8000 - 0x110af8fff +cl_kernels (???) <60D29144-EFAE-4E01-A0A4-C411F12DEB27> cl_kernels
0x110b07000 - 0x110b07ffe +cl_kernels (???) cl_kernels
0x110b09000 - 0x110beffef unorm8_bgra.dylib (2.4.5) <3C5E3A0E-0A5F-3C1A-B079-BE01F3682D71> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x11310a000 - 0x1131dbfff +com.mcneel.rhinoceros.RhCommon (1.0 - 5E407) /Applications/Rhinoceros.app/Contents/Frameworks/RhCommon.framework/RhCommon
0x11329f000 - 0x1132a8ff7 +com.mcneel.rhinoceros.MonoManager (5E407) <7DC7F7CF-1CC9-3062-89B4-7D5B4BC35079> /Applications/Rhinoceros.app/Contents/PlugIns/MonoManager.rhp/Contents/MacOS/MonoManager
0x1132b4000 - 0x1132bdfff +com.mcneel.rhinoceros.Alerter (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/Alerter.rhp/Contents/MacOS/Alerter
0x1132cc000 - 0x1132cffff +com.mcneel.rhinoceros.Commands (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/Commands.rhp/Contents/MacOS/Commands
0x1132d5000 - 0x1135e3ffb +libmonosgen-2.0.dylib (0) <93ADD9BF-4BC5-3684-96CA-C859369536A1> /Applications/Rhinoceros.app/Contents/Frameworks/Mono64Rhino.framework/Versions/Current/lib/libmonosgen-2.0.dylib
0x116d4d000 - 0x116d54fff +com.mcneel.rhinoceros.CreaseAngle (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/CreaseAngle.rhp/Contents/MacOS/CreaseAngle
0x116d60000 - 0x116d81ff7 +com.mcneel.rhinoceros.export-3DS (5E407) <136BC601-29B3-31AE-9DE7-E6D5F366929B> /Applications/Rhinoceros.app/Contents/PlugIns/export_3DS.rhp/Contents/MacOS/export_3DS
0x116d92000 - 0x116e1fff7 +com.mcneel.rhinoceros.export-ACAD (5E407) <948E5139-B527-31F2-BDF6-F9CFCEDBB3D4> /Applications/Rhinoceros.app/Contents/PlugIns/export_ACAD.rhp/Contents/MacOS/export_ACAD
0x116e64000 - 0x11706dfff +libTD_Gi.dylib (0) /Applications/Rhinoceros.app/Contents/Frameworks/libTD_Gi.dylib
0x1171ea000 - 0x118183fff +libTD_Db.dylib (0) /Applications/Rhinoceros.app/Contents/Frameworks/libTD_Db.dylib
0x1188c4000 - 0x1189e0ff7 +libTD_Root.dylib (0) <815DDDCE-C1B3-3AD0-AEB8-5BBCD2CAF907> /Applications/Rhinoceros.app/Contents/Frameworks/libTD_Root.dylib
0x118a93000 - 0x118a95ff7 +libTD_Alloc.dylib (0) <0236649F-5738-32B0-A4BC-E5C96B9C4037> /Applications/Rhinoceros.app/Contents/Frameworks/libTD_Alloc.dylib
0x118a9a000 - 0x118bdcff7 +libTD_DbRoot.dylib (0) <14499596-336E-3B64-80F2-910790CC113F> /Applications/Rhinoceros.app/Contents/Frameworks/libTD_DbRoot.dylib
0x118c53000 - 0x118c7afff +libTD_Br.dylib (0) <91373DF5-5462-3CDC-A27F-C6DB7EA52FEF> /Applications/Rhinoceros.app/Contents/Frameworks/libTD_Br.dylib
0x118c9a000 - 0x118e93fff +libTD_Ge.dylib (0) <7F65DE04-DF40-34AA-BE1C-D314BDF6319E> /Applications/Rhinoceros.app/Contents/Frameworks/libTD_Ge.dylib
0x118f98000 - 0x118fa6ff7 +libTD_SpatialIndex.dylib (0) <430A1B06-5DFE-390B-9DD3-3EF8787C0E04> /Applications/Rhinoceros.app/Contents/Frameworks/libTD_SpatialIndex.dylib
0x118fb2000 - 0x119153fff +libsisl.dylib (0) <8D27C7AB-D3B5-31BB-8626-32BEF75CBF9E> /Applications/Rhinoceros.app/Contents/Frameworks/libsisl.dylib
0x119166000 - 0x11920bff7 +RecomputeDimBlock.tx (0) /Applications/Rhinoceros.app/Contents/Frameworks/RecomputeDimBlock.tx
0x11924e000 - 0x119291fff +ModelerGeometry.tx (0) <90CFB2F6-A3E6-31B3-A6D1-EE92961BEB89> /Applications/Rhinoceros.app/Contents/Frameworks/ModelerGeometry.tx
0x1192c4000 - 0x119369fff +libTD_BrepRenderer.dylib (0) <983C01E1-3674-3650-BB17-8AD995A21D23> /Applications/Rhinoceros.app/Contents/Frameworks/libTD_BrepRenderer.dylib
0x1193b6000 - 0x119531ff7 +libTD_AcisBuilder.dylib (0) /Applications/Rhinoceros.app/Contents/Frameworks/libTD_AcisBuilder.dylib
0x1195f8000 - 0x11960aff7 +com.mcneel.rhinoceros.export-AI (5E407) <787039C3-4891-3B0A-AB5E-6EFABA8B723E> /Applications/Rhinoceros.app/Contents/PlugIns/export_AI.rhp/Contents/MacOS/export_AI
0x11961f000 - 0x119628fff +com.mcneel.rhinoceros.Export-CD (5E407) <34329A55-C467-3592-8E96-0FD5CEB9DB18> /Applications/Rhinoceros.app/Contents/PlugIns/Export_CD.rhp/Contents/MacOS/Export_CD
0x119634000 - 0x119646fff +com.mcneel.rhinoceros.Export-CSV (5E407) <4BC1E66C-2F78-3778-9F5A-73D40DA848B1> /Applications/Rhinoceros.app/Contents/PlugIns/Export_CSV.rhp/Contents/MacOS/Export_CSV
0x119656000 - 0x11966aff7 +com.mcneel.rhinoceros.export-FBX (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/export_FBX.rhp/Contents/MacOS/export_FBX
0x119681000 - 0x119da5ff7 +libfbxsdk-2012.2.dylib (0) <3503E9B9-4A0D-A539-692D-1CAE1443D9D5> /Applications/Rhinoceros.app/Contents/Frameworks/libfbxsdk-2012.2.dylib
0x11a165000 - 0x11a16bfff +com.mcneel.rhinoceros.Export-GTS (5E407) <089703FF-67D1-3321-9550-46F2DAFDE9C4> /Applications/Rhinoceros.app/Contents/PlugIns/Export_GTS.rhp/Contents/MacOS/Export_GTS
0x11a175000 - 0x11a195ff7 +com.mcneel.rhinoceros.export-IGES5 (1.0 - 1) <4E6F9C9C-FE6C-38FF-9760-EC94DE94E26E> /Applications/Rhinoceros.app/Contents/PlugIns/export_IGES5.rhp/Contents/MacOS/export_IGES5
0x11a22d000 - 0x11a238fff +com.mcneel.rhinoceros.export-LWO (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/export_LWO.rhp/Contents/MacOS/export_LWO
0x11a246000 - 0x11a25efff +com.mcneel.rhinoceros.export-OBJ (5E407) <352AE5BE-08DA-35F9-8408-4231D86187E5> /Applications/Rhinoceros.app/Contents/PlugIns/export_OBJ.rhp/Contents/MacOS/export_OBJ
0x11a274000 - 0x11a280fff +com.mcneel.rhinoceros.export-PLY (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/export_PLY.rhp/Contents/MacOS/export_PLY
0x11a28e000 - 0x11a297ff7 +com.mcneel.rhinoceros.export-Points (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/export_Points.rhp/Contents/MacOS/export_Points
0x11a2a6000 - 0x11a2b2ff7 +com.mcneel.rhinoceros.Export-POV (5E407) <27E8B3C0-EEE8-320A-8F8C-5DB710514752> /Applications/Rhinoceros.app/Contents/PlugIns/Export_POV.rhp/Contents/MacOS/Export_POV
0x11a2c2000 - 0x11a2caff7 +com.mcneel.rhinoceros.Export-RAW (5E407) <40518F20-D29B-3A80-BC51-DE30D20CD7B0> /Applications/Rhinoceros.app/Contents/PlugIns/Export_RAW.rhp/Contents/MacOS/Export_RAW
0x11a2d5000 - 0x11a2e0fff +com.mcneel.rhinoceros.Export-RIB (5E407) <6B2114FF-4E9C-3613-869E-5082CD39C32E> /Applications/Rhinoceros.app/Contents/PlugIns/Export_RIB.rhp/Contents/MacOS/Export_RIB
0x11a2ed000 - 0x11a307ff7 +com.mcneel.rhinoceros.export-SAT (5E407) <048C0DF2-A6B6-34DC-B1C9-A33BA2E4DE13> /Applications/Rhinoceros.app/Contents/PlugIns/export_SAT.rhp/Contents/MacOS/export_SAT
0x11a31c000 - 0x11a32ffff +com.mcneel.rhinoceros.export-SKP (5E407) <0FCC4C56-F65E-3354-80C7-77D297DC3864> /Applications/Rhinoceros.app/Contents/PlugIns/export_SKP.rhp/Contents/MacOS/export_SKP
0x11a344000 - 0x11a50dff7 +com.sketchup.slapi (0.0.1 - 0.0.1d1) <9A8F4179-4F23-341F-B5FF-BB357A6CDA8A> /Applications/Rhinoceros.app/Contents/Frameworks/SketchUpAPI.framework/Versions/A/SketchUpAPI
0x11a7d9000 - 0x11a7ddfff +libCommonUnits.dylib (0) <3FA429A2-6540-33C6-9FB7-7F59E22B3259> /Applications/Rhinoceros.app/Contents/Frameworks/SketchUpAPI.framework/Versions/A/Libraries/libCommonUnits.dylib
0x11a7e4000 - 0x11a818ffb +libCommonGeometry.dylib (0) /Applications/Rhinoceros.app/Contents/Frameworks/SketchUpAPI.framework/Versions/A/Libraries/libCommonGeometry.dylib
0x11a862000 - 0x11a864ffb +libCommonGeoutils.dylib (0) <36F55C49-A30F-36FB-A3F9-589B223ABFBC> /Applications/Rhinoceros.app/Contents/Frameworks/SketchUpAPI.framework/Versions/A/Libraries/libCommonGeoutils.dylib
0x11a86a000 - 0x11aa75ff7 +libCommonImage.dylib (0) <1BEF68CB-B09C-3744-8E39-7BAB952B36E4> /Applications/Rhinoceros.app/Contents/Frameworks/SketchUpAPI.framework/Versions/A/Libraries/libCommonImage.dylib
0x11ab29000 - 0x11ab47ff7 +libCommonUtils.dylib (0) /Applications/Rhinoceros.app/Contents/Frameworks/SketchUpAPI.framework/Versions/A/Libraries/libCommonUtils.dylib
0x11ab85000 - 0x11ab9cfff +libCommonZip.dylib (0) <15641E48-679C-3B13-99F6-0B95182ADA47> /Applications/Rhinoceros.app/Contents/Frameworks/SketchUpAPI.framework/Versions/A/Libraries/libCommonZip.dylib
0x11abac000 - 0x11abb8ff7 +com.mcneel.rhinoceros.export-SLC (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/export_SLC.rhp/Contents/MacOS/export_SLC
0x11abc7000 - 0x11abe8fff +com.mcneel.rhinoceros.export-STEP (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/export_STEP.rhp/Contents/MacOS/export_STEP
0x11ac03000 - 0x11ac81fff +librose.dylib (0) /Applications/Rhinoceros.app/Contents/Frameworks/librose.dylib
0x11accc000 - 0x11b34dfef +libstpcad.dylib (0) /Applications/Rhinoceros.app/Contents/Frameworks/libstpcad.dylib
0x11c04d000 - 0x11c058ff7 +com.mcneel.rhinoceros.export-STL (5E407) <9748FF86-77D4-30B5-BF7B-F4986A1371AC> /Applications/Rhinoceros.app/Contents/PlugIns/export_STL.rhp/Contents/MacOS/export_STL
0x11c067000 - 0x11c072ff7 +com.mcneel.rhinoceros.Export-UDO (5E407) <92873720-72CE-3AC8-B955-4348EA288789> /Applications/Rhinoceros.app/Contents/PlugIns/Export_UDO.rhp/Contents/MacOS/Export_UDO
0x11c07e000 - 0x11c091fff +com.mcneel.rhinoceros.export-VDA (5E407) <27BFEFF5-82A5-319C-A6D2-D01991587C9C> /Applications/Rhinoceros.app/Contents/PlugIns/export_VDA.rhp/Contents/MacOS/export_VDA
0x11c0a1000 - 0x11c0aeff7 +com.mcneel.rhinoceros.export-VRML (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/export_VRML.rhp/Contents/MacOS/export_VRML
0x11c0bd000 - 0x11c0c4ff7 +com.mcneel.rhinoceros.Export-WAMIT (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/Export_WAMIT.rhp/Contents/MacOS/Export_WAMIT
0x11c0cf000 - 0x11c0d9fff +com.mcneel.rhinoceros.Export-X (5E407) <14FA473E-1DC1-3C17-A92E-1E10A19FA210> /Applications/Rhinoceros.app/Contents/PlugIns/Export_X.rhp/Contents/MacOS/Export_X
0x11c0e4000 - 0x11c0f0fff +com.mcneel.rhinoceros.Export-X3D (5E407) <09066663-87DC-3581-A871-FB918FB318BB> /Applications/Rhinoceros.app/Contents/PlugIns/Export_X3D.rhp/Contents/MacOS/Export_X3D
0x11c0ff000 - 0x11c136ff7 +com.mcneel.rhinoceros.Export-X-T (5E407) <6D9DD52E-1A03-3558-9D81-28936C1F3620> /Applications/Rhinoceros.app/Contents/PlugIns/Export_X_T.rhp/Contents/MacOS/Export_X_T
0x11c154000 - 0x11c15cfff +com.mcneel.rhinoceros.Export-XGL (5E407) <31C0B8A0-BCCD-31FB-A3E8-F263BDC377FE> /Applications/Rhinoceros.app/Contents/PlugIns/Export_XGL.rhp/Contents/MacOS/Export_XGL
0x11c166000 - 0x11c186fff +com.mcneel.rhinoceros.import-3DS (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/import_3DS.rhp/Contents/MacOS/import_3DS
0x11c19a000 - 0x11c228ff7 +com.mcneel.rhinoceros.import-ACAD (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/import_ACAD.rhp/Contents/MacOS/import_ACAD
0x11c274000 - 0x11c43dfff +libTD_Gs.dylib (0) /Applications/Rhinoceros.app/Contents/Frameworks/libTD_Gs.dylib
0x11c57a000 - 0x11c5daff7 +com.mcneel.rhinoceros.Import-DGN (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/Import_DGN.rhp/Contents/MacOS/Import_DGN
0x11c60f000 - 0x11d0d1fff +TG_Db.tx (0) /Applications/Rhinoceros.app/Contents/Frameworks/TG_Db.tx
0x11d72f000 - 0x11d747fff +com.mcneel.rhinoceros.import-FBX (5E407) <60CB5A6C-E8E8-3E61-8E71-02C2C5559CF4> /Applications/Rhinoceros.app/Contents/PlugIns/import_FBX.rhp/Contents/MacOS/import_FBX
0x11d75f000 - 0x11d79efff +com.mcneel.rhinoceros.Import-GHS (5E407) <8976FF9B-189B-3BE2-8CBC-D5F98E25145F> /Applications/Rhinoceros.app/Contents/PlugIns/Import_GHS.rhp/Contents/MacOS/Import_GHS
0x11d7c0000 - 0x11d7c7ff7 +com.mcneel.rhinoceros.Import-GTS (5E407) <8AAAD3C3-3CB8-3D5A-B3DA-45E2274AFB85> /Applications/Rhinoceros.app/Contents/PlugIns/Import_GTS.rhp/Contents/MacOS/Import_GTS
0x11d7d1000 - 0x11d801ff7 +com.mcneel.rhinoceros.import-IGES (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/import_IGES.rhp/Contents/MacOS/import_IGES
0x11d817000 - 0x11d828fff +com.mcneel.rhinoceros.import-LWO (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/import_LWO.rhp/Contents/MacOS/import_LWO
0x11d839000 - 0x11d83fff7 +com.mcneel.rhinoceros.Import-M (5E407) <5840C0F5-7119-3FF3-A78A-53A9296EF33B> /Applications/Rhinoceros.app/Contents/PlugIns/Import_M.rhp/Contents/MacOS/Import_M
0x11d849000 - 0x11d864ff7 +com.mcneel.rhinoceros.import-OBJ (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/import_OBJ.rhp/Contents/MacOS/import_OBJ
0x11d879000 - 0x11d880fff +com.mcneel.rhinoceros.Import-OFF (5E407) <86A618C5-D8EB-3477-A15A-408ADB229EC8> /Applications/Rhinoceros.app/Contents/PlugIns/Import_OFF.rhp/Contents/MacOS/Import_OFF
0x11d88a000 - 0x11d8b0ff7 +com.mcneel.rhinoceros.import-PDF (5E407) <94A6AE63-1EB6-316F-867A-C66199A5C80C> /Applications/Rhinoceros.app/Contents/PlugIns/import_PDF.rhp/Contents/MacOS/import_PDF
0x11d8c8000 - 0x11d8dbfff +com.mcneel.rhinoceros.import-PLY (5E407) <17741E72-B84D-3507-9647-2E6FB43C4CF7> /Applications/Rhinoceros.app/Contents/PlugIns/import_PLY.rhp/Contents/MacOS/import_PLY
0x11d8ec000 - 0x11d8f8fff +com.mcneel.rhinoceros.import-Points (5E407) <660F7FBE-5E25-3970-B9DA-C503B2E24634> /Applications/Rhinoceros.app/Contents/PlugIns/import_Points.rhp/Contents/MacOS/import_Points
0x11d907000 - 0x11d912fff +com.mcneel.rhinoceros.import-RAW (5E407) <2759008B-148E-3506-868B-CBD351161186> /Applications/Rhinoceros.app/Contents/PlugIns/import_RAW.rhp/Contents/MacOS/import_RAW
0x11d921000 - 0x11d93efff +com.mcneel.rhinoceros.import-SKP (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/import_SKP.rhp/Contents/MacOS/import_SKP
0x11d957000 - 0x11d95dff7 +com.mcneel.rhinoceros.Import-SLC (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/Import_SLC.rhp/Contents/MacOS/Import_SLC
0x11d967000 - 0x11d99cfff +com.mcneel.rhinoceros.import-STEP (5E407) <14F2704A-6266-35E1-A32E-72DB2206845A> /Applications/Rhinoceros.app/Contents/PlugIns/import_STEP.rhp/Contents/MacOS/import_STEP
0x11d9bf000 - 0x11d9ccff7 +com.mcneel.rhinoceros.import-STL (5E407) <1F10B812-1DB1-331F-B48C-34491719F887> /Applications/Rhinoceros.app/Contents/PlugIns/import_STL.rhp/Contents/MacOS/import_STL
0x11d9dc000 - 0x11d9f9ff7 +com.mcneel.rhinoceros.import-VDA (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/import_VDA.rhp/Contents/MacOS/import_VDA
0x11da0b000 - 0x11da5aff7 +com.mcneel.rhinoceros.import-VRML (5E407) <34081B24-9E42-30D2-B0E9-3F697D8F7C41> /Applications/Rhinoceros.app/Contents/PlugIns/import_VRML.rhp/Contents/MacOS/import_VRML
0x11da80000 - 0x11da89fff +com.mcneel.rhinoceros.Import-WAMIT (5E407) <19361D85-58D6-30D7-BFD2-A12BBA837086> /Applications/Rhinoceros.app/Contents/PlugIns/Import_WAMIT.rhp/Contents/MacOS/Import_WAMIT
0x11da95000 - 0x11da9ffff +com.mcneel.rhinoceros.Import-X (5E407) <3EB0077B-E275-35D6-92B7-3DF8433E2A0C> /Applications/Rhinoceros.app/Contents/PlugIns/Import_X.rhp/Contents/MacOS/Import_X
0x11daab000 - 0x11dafbff7 +com.mcneel.rhinoceros.MeshTools (5E407) <6E1D4853-2BC8-3F6E-8B1C-C3B407709509> /Applications/Rhinoceros.app/Contents/PlugIns/MeshTools.rhp/Contents/MacOS/MeshTools
0x11db21000 - 0x11db2bfff +com.mcneel.rhinoceros.MPlane (5E407) <7F0DFECF-02E4-36D2-B6BF-357E02BD1C93> /Applications/Rhinoceros.app/Contents/PlugIns/MPlane.rhp/Contents/MacOS/MPlane
0x11db3d000 - 0x11db5ffff +com.mcneel.rhinoceros.MRDKV5 (5E407) <2B0162C6-B7CD-3905-941D-46658DF193BA> /Applications/Rhinoceros.app/Contents/PlugIns/MRDKV5.rhp/Contents/MacOS/MRDKV5
0x11db77000 - 0x11dccbfff +com.mcneel.rhinoceros.PanelingTools (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/PanelingTools.rhp/Contents/MacOS/PanelingTools
0x11dd2d000 - 0x11dd53ff7 +com.mcneel.rhinoceros.RhinoBonusTools (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/RhinoBonusTools.rhp/Contents/MacOS/RhinoBonusTools
0x11dd77000 - 0x11dda5fff +com.mcneel.rhinoceros.RhinoLabsTools (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/RhinoLabsTools.rhp/Contents/MacOS/RhinoLabsTools
0x11ddcf000 - 0x11de53fff +com.mcneel.rhinoceros.RhinoRenderV5 (5E407) <3746A0C1-A702-312E-A8C7-2D331C39C383> /Applications/Rhinoceros.app/Contents/PlugIns/RhinoRenderV5.rhp/Contents/MacOS/RhinoRenderV5
0x11de98000 - 0x11df77ff7 +com.mcneel.rhinoceros.SolidTools (5E407) /Applications/Rhinoceros.app/Contents/PlugIns/SolidTools.rhp/Contents/MacOS/SolidTools
0x11dfc8000 - 0x11dfe8ff7 +com.mcneel.rhinoceros.Squish (5E407) <0CC1D1A3-1CB8-35D2-B968-FB33DA8D9D42> /Applications/Rhinoceros.app/Contents/PlugIns/Squish.rhp/Contents/MacOS/Squish
0x11f1bb000 - 0x11f1bcfff ATSHI.dylib (375.4) <55F6C886-CBBA-3065-9283-C6D73A7EFB1F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib
0x120397000 - 0x12039cff7 libgermantok.dylib (17) <47EF3D93-B111-3218-AF60-E33F506D57E8> /usr/lib/libgermantok.dylib
0x120417000 - 0x120417ff7 +cl_kernels (???) <1F95A746-DE23-4BD2-86EF-4EA61A3B1A24> cl_kernels
0x12223c000 - 0x12223dff5 +cl_kernels (???) <6C0E7A72-8760-4DAE-83D4-72740338063A> cl_kernels
0x1223fd000 - 0x1223fdffe +cl_kernels (???) cl_kernels
0x12240e000 - 0x12240efff +cl_kernels (???) <60D29144-EFAE-4E01-A0A4-C411F12DEB27> cl_kernels
0x122506000 - 0x122580ff7 com.apple.xquery (1.3.1 - 30) <9D868AE3-C5A0-34BD-8C33-EB5F8EDD7ACA> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
0x12618e000 - 0x12618eff7 +cl_kernels (???) <9EFAE4C5-96F3-477D-8731-06BA081D59FD> cl_kernels
0x7fff5ffa5000 - 0x7fff5ffdb92f dyld (0.0 - ???) <3C068A0D-69D5-3AD6-86D9-6261D3B1564E> /usr/lib/dyld
0x7fff83fb3000 - 0x7fff83fbafff com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
0x7fff83fc0000 - 0x7fff83fe1fff com.apple.framework.Apple80211 (10.3 - 1030.71.6) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff83fe2000 - 0x7fff83fe3fff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff83fe4000 - 0x7fff83fedfff libsystem_pthread.dylib (105.40.1) /usr/lib/system/libsystem_pthread.dylib
0x7fff83ff9000 - 0x7fff8407dfff com.apple.PerformanceAnalysis (1.0 - 1) <8CC3D6CB-2328-32A5-B70E-174AD408E892> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8407e000 - 0x7fff84080fff libCVMSPluginSupport.dylib (11.1.6) <4F965D25-2BC4-372B-BAE1-E833A3C4C3D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff840c5000 - 0x7fff84275ffb com.apple.QuartzCore (1.10 - 361.19) <973C2AD1-9D22-3F1F-A291-84B1F677C50D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff84276000 - 0x7fff8427bffb libheimdal-asn1.dylib (398.40.1) <7D2BE3DE-60F7-3A6E-A92E-DA0EF9D3417E> /usr/lib/libheimdal-asn1.dylib
0x7fff8427c000 - 0x7fff84360fff libcrypto.0.9.8.dylib (52.40.1) /usr/lib/libcrypto.0.9.8.dylib
0x7fff84361000 - 0x7fff84372fff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
0x7fff84373000 - 0x7fff84390fff libsystem_kernel.dylib (2782.70.3) <79B806D6-AEEF-3663-BAE3-2D8A4A0A7A92> /usr/lib/system/libsystem_kernel.dylib
0x7fff84391000 - 0x7fff8439dfff com.apple.HelpData (2.1.4 - 90) <02C6B7E6-1CC4-30E8-AD04-2794BECCF99C> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff843d4000 - 0x7fff8451cff7 com.apple.WebKitLegacy (10600 - 10600.8.9) <9F1ED8A5-1AB9-333C-B1A1-E13485F12E53> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff8451d000 - 0x7fff84970fc7 com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff84971000 - 0x7fff84996ff7 libPng.dylib (1248) <0D88B42A-FEDC-3F51-ADC3-2A426699CC1A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff84997000 - 0x7fff84c5aff7 com.apple.WebKit (10600 - 10600.8.9) <8EE5A9F9-DE98-3202-92C0-23F6E6E5E274> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff84c5b000 - 0x7fff84c85fff GLRendererFloat (11.1.6) <0D4BCC24-BB10-3D86-9CA1-E7051E00331A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff84c86000 - 0x7fff84c86fff com.apple.Accelerate (1.10 - Accelerate 1.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff84c87000 - 0x7fff84c87fff com.apple.audio.units.AudioUnit (1.12 - 1.12) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff84c88000 - 0x7fff84cc8ff7 libGLImage.dylib (11.1.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff84cc9000 - 0x7fff84ccdfff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff84cdb000 - 0x7fff84cdcffb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
0x7fff84cdd000 - 0x7fff84ce2ff7 com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff84ce3000 - 0x7fff851d3fff com.apple.MediaToolbox (1.0 - 1562.240) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff851d4000 - 0x7fff851d9ff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff851da000 - 0x7fff8550bff7 com.apple.Foundation (6.9 - 1154.20) <3D37F9B8-96CC-324B-9062-0A7E4ABCDC1F> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff85b76000 - 0x7fff85b9aff7 com.apple.facetimeservices (10.0 - 1000) /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
0x7fff85b9b000 - 0x7fff85eceff7 libmecabra.dylib (666.7) <0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2> /usr/lib/libmecabra.dylib
0x7fff85eff000 - 0x7fff85f05ff7 libsystem_networkextension.dylib (167.40.3) /usr/lib/system/libsystem_networkextension.dylib
0x7fff85f3c000 - 0x7fff85f77fff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff85f78000 - 0x7fff85f92ff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
0x7fff85f93000 - 0x7fff8602afff com.apple.CoreMedia (1.0 - 1562.240) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff8602b000 - 0x7fff8688effb com.apple.CoreGraphics (1.600.0 - 790) <7BD274D8-73CC-32DE-BCA5-96C047A3B97B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8688f000 - 0x7fff86af9ff7 com.apple.imageKit (2.6.1 - 850) <612201FE-768E-386B-82E3-764038B40120> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff86afa000 - 0x7fff86b9cfff com.apple.Bluetooth (4.3.6 - 4.3.6f4) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff875e7000 - 0x7fff878e9ffb com.apple.GeoServices (1.0 - 1077.0.18) <2BBF8B44-DD46-3432-8C84-6D6AA004C233> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff878ea000 - 0x7fff87911fff com.apple.shortcut (2.14 - 2.14) <0E9228EC-E688-3E83-9516-5211FFEA923E> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff87912000 - 0x7fff87924ff7 com.apple.CoreDuetDaemonProtocol (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff8793a000 - 0x7fff879c8fff com.apple.CorePDF (4.0 - 4) <19F4CB03-189E-3271-8F7A-A7D0DB3ACE49> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff879c9000 - 0x7fff87a16ff7 com.apple.print.framework.PrintCore (10.3 - 451.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff87a17000 - 0x7fff87aacff7 com.apple.ColorSync (4.9.0 - 4.9.0) <9150C2B7-2E6E-3509-96EA-7B3F959F049E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff87aad000 - 0x7fff87ad5fff libxpc.dylib (559.40.1) <5C829202-962E-3744-8B50-00D38CC88E84> /usr/lib/system/libxpc.dylib
0x7fff87ad6000 - 0x7fff87ae7ff3 libsystem_coretls.dylib (35.40.1) <155DA0A9-2046-332E-BFA3-D7974A51F731> /usr/lib/system/libsystem_coretls.dylib
0x7fff87ae8000 - 0x7fff87b56ff3 com.apple.Heimdal (4.0 - 2.0) <8D1667CF-D454-3E07-A58E-E15591B5A95E> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff87b57000 - 0x7fff87b57fff com.apple.CoreServices (62 - 62) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

Again, I donā€™t know if this is useful but here is a spin dump when locked up on intersection.

Spindump.txt (4.0 MB)

Sample of Rhinoceros.txt (104.3 KB)

I donā€™t know if this helps either but here is a full sample file. This happens with ridiculous frequency.

This has been an ongoing problem for several years. We have never been able to reproduce this, and we have to be able to reproduce the problem to find it and fix it.

Here is what we know:

The problem is intermittent. If Rhino hangs, then repeating the same intersection again will work correctly.

The hang is very model dependent. The problem is not with the intersecting surfaces, but something about the entire model. It has been nearly impossible to get anyone to submit a complete model to us when they have a problem.

From your reports, I can see that Rhino somehow gets deadlocked, but the deadlock doesnā€™t make sense to me, and I cannot see what causes the deadlock. An intermittent deadlock also means that two competing processes just happened to interfere with each other, but this does not happen every time. Weā€™ll need to reproduce this in our debugging environment to see what is happening.

We need a somewhat reliable failure to be able to find this. We need a model that we can run Intersect on, undo it, and keep redoing it, and that the model has at least a 10% chance of hanging. If anyone has such a model, send it to us and tell us how to reproduce the hang. We also need your Rhino info so we can try matching the hardware you are running on. CPU speed may play a factor in this.

@bigjimslade I see a couple of things in your reports that complicate this request. You are running 10.10.5, a three year old version of macOS. Our development and debugging software requires 10.13, and thatā€™s where we must be testing this. Youā€™ll need to upgrade to 10.13 to confirm that this problem still exists on 10.13. Second, you are running Avast on your eight year old Mac. Macworld says that Avast slows down your computer considerably. This may be contributing to your Intersect problem. We wonā€™t be installing Avast on our computers, so youā€™ll need to disable Avast and confirm that you are still getting hangs in the Intersect command.

Avast has never found anything so maybe I will get rid of it.

Iā€™d like to upgrade that computer but Apple no longer makes 17" notebooks. Itā€™s worth more now than when I bought it.

I suspect it is a timing issue. I thought I had a reproducible example a few days ago. I got it to lock up 3 times in a row doing the same thing right after loading BUT then it started working.