-
Notifications
You must be signed in to change notification settings - Fork 35
Merge v6.6.1 into master #2378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Merge v6.6.1 into master #2378
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… Still not sure of the cause, but it should prevent the crash.
Fix itk image factory registration
…This can happen when changing projects (e.g. loading another project while meshes are being created)
…rsors: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 ??? 0xbad4007 ??? 1 ImageIO 0x1a0c235f0 IIOReadPlugin::callInitialize() + 388 2 ImageIO 0x1a0c233b8 IIO_Reader::initImageAtOffset(CGImagePlugin, unsigned long, unsigned long, unsigned long) + 128 3 ImageIO 0x1a0c20d58 IIOImageSource::makeImagePlus(unsigned long, IIODictionary) + 816 4 ImageIO 0x1a0c819d8 IIOImageSource::createImageAtIndex(unsigned long, IIODictionary, int) + 108 5 ImageIO 0x1a0c2d2d8 CGImageSourceCreateImageAtIndex + 332 6 HIServices 0x19c59af8c setCursorFromBundle + 1560 7 HIServices 0x19c59a234 CoreCursorSetAndReturnSeed + 204 8 AppKit 0x199b30618 -[NSCursor _reallySet] + 612 9 AppKit 0x199b374e0 +[NSCursor _setOverrideCursor:type:] + 264 10 AppKit 0x199b36da4 -[NSWindow(NSWindowResizing) _edgeResizingCursorUpdate:atLocation:] + 208 11 AppKit 0x199b79e0c -[NSThemeFrame mouseEntered:] + 64 12 AppKit 0x199b79d60 -[NSTrackingArea _dispatchMouseEntered:] + 124 13 AppKit 0x19a0d6ff0 -[_NSTrackingAreaAKManager _routeEnterExitEvent:] + 640 14 AppKit 0x19a0d71c4 -[_NSTrackingAreaAKManager routeEnterExitEvent:] + 28 15 AppKit 0x199b0a47c -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 152 16 AppKit 0x199b0a210 -[NSWindow(NSEventRouting) sendEvent:] + 284 17 libqcocoa.dylib 0x10ae5d150 0x10ae30000 + 184656 18 AppKit 0x19a0a3100 +[_NSTrackingAreaManager routeEnterExitEvent:] + 244 19 AppKit 0x19a1d3018 -[NSApplication(NSEventRouting) sendEvent:] + 364 20 libqcocoa.dylib 0x10ae62050 0x10ae30000 + 204880 21 AppKit 0x199e21998 33-[NSApplication runModalSession:]_block_invoke_2 + 88 22 AppKit 0x199e21924 33-[NSApplication runModalSession:]_block_invoke + 112 23 AppKit 0x199c0f6b0 _NSTryRunModal + 100 24 AppKit 0x199e217f4 -[NSApplication runModalSession:] + 148 25 libqcocoa.dylib 0x10ae5f3b4 0x10ae30000 + 193460 26 dyld 0x195d13154 start + 2476
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge v6.6.1 into master