View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000293 | VisualDiffer | Files differ | public | 2016-06-18 03:22 | 2016-06-21 03:04 |
Reporter | csembro | Assigned To | admin | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | assigned | Resolution | open | ||
Platform | Mac | OS | El Capitan | OS Version | 10.11.5 |
Product Version | 1.6.6 | ||||
Summary | 0000293: Diff is never displayed | ||||
Description | Select two files, push Show Diffs, the selection box disappears, but then nothing happens. No diff is shown. | ||||
Steps To Reproduce | see above | ||||
Additional Information | n/a | ||||
Tags | No tags attached. | ||||
|
Do you see some message related to visual differ on console.app? Have you tried different file types (eg .txt, .c, .swift) ? Does Comparing two folders work? |
|
Yes, comparing two folders works. There are asserts in the console app: 6/20/16 8:01:53.634 PM VisualDiffer[61754]: *** Assertion failure in -[NSPathComponentCell _objectValue:forString:errorDescription:], /Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1404.47/AppKit.subproj/NSCell.m:1684 6/20/16 8:01:53.635 PM VisualDiffer[61754]: Invalid parameter not satisfying: aString != nil 6/20/16 8:01:53.638 PM VisualDiffer[61754]: ( 0 CoreFoundation 0x00007fff95d544f2 __exceptionPreprocess + 178 1 libobjc.A.dylib 0x00007fff8fc2e73c objc_exception_throw + 48 2 CoreFoundation 0x00007fff95d591ca +[NSException raise:format:arguments:] + 106 3 Foundation 0x00007fff9dbf5856 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 198 4 AppKit 0x00007fff8b3c3904 -[NSCell _objectValue:forString:errorDescription:] + 180 5 AppKit 0x00007fff8b3c3720 -[NSCell setStringValue:] + 41 6 AppKit 0x00007fff8bbc86a7 -[NSPathCell _autoUpdateCellContents] + 3179 7 AppKit 0x00007fff8bbc8c95 -[NSPathCell setObjectValue:] + 195 8 AppKit 0x00007fff8b4b4026 -[NSControl setObjectValue:] + 135 9 AppKit 0x00007fff8bb88b8f -[_NSPathPlugin showValue:inObject:] + 110 10 AppKit 0x00007fff8b49ea14 -[NSValueBinder _adjustObject:mode:observedController:observedKeyPath:context:editableState:adjustState:] + 463 11 AppKit 0x00007fff8b49e7b5 -[NSValueBinder _observeValueForKeyPath:ofObject:context:] + 296 12 AppKit 0x00007fff8b3ef761 -[NSObject(NSKeyValueBindingCreation) bind:toObject:withKeyPath:options:] + 758 13 VisualDiffer 0x000000010471ef46 VisualDiffer + 458566 14 VisualDiffer 0x00000001046e07d4 VisualDiffer + 202708 15 AppKit 0x00007fff8b360e67 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1252 16 AppKit 0x00007fff8b357d8d loadNib + 384 17 AppKit 0x00007fff8b3572b3 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 300 18 AppKit 0x00007fff8b5c7c31 +[NSBundle(NSNibLoadingInternal) _loadNibFile:externalNameTable:options:withZone:] + 150 19 AppKit 0x00007fff8b5c79e9 -[NSWindowController loadWindow] + 310 20 AppKit 0x00007fff8b3a5420 -[NSWindowController window] + 80 21 VisualDiffer 0x00000001046b395c VisualDiffer + 18780 22 AppKit 0x00007fff8b39d32f -[NSDocumentController openUntitledDocumentAndDisplay:error:] + 458 23 AppKit 0x00007fff8b39d12f -[NSDocumentController newDocument:] + 36 24 VisualDiffer 0x000000010470a848 VisualDiffer + 374856 25 libsystem_trace.dylib 0x00007fff8a65807a _os_activity_initiate + 75 26 AppKit 0x00007fff8b5fddbd -[NSApplication sendAction:to:from:] + 460 27 AppKit 0x00007fff8b60ff12 -[NSControl sendAction:to:] + 86 28 AppKit 0x00007fff8b60fe3c __26-[NSCell _sendActionFrom:]_block_invoke + 131 29 libsystem_trace.dylib 0x00007fff8a65807a _os_activity_initiate + 75 30 AppKit 0x00007fff8b60fd99 -[NSCell _sendActionFrom:] + 144 31 libsystem_trace.dylib 0x00007fff8a65807a _os_activity_initiate + 75 32 AppKit 0x00007fff8b60e3be -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2693 33 AppKit 0x00007fff8b656f04 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 744 34 AppKit 0x00007fff8b60cae8 -[NSControl mouseDown:] + 669 35 AppKit 0x00007fff8bb613c9 -[NSWindow _handleMouseDownEvent:isDelayedEvent:] + 6322 36 AppKit 0x00007fff8bb623ad -[NSWindow _reallySendEvent:isDelayedEvent:] + 212 37 AppKit 0x00007fff8b5a1539 -[NSWindow sendEvent:] + 517 38 AppKit 0x00007fff8b521a38 -[NSApplication sendEvent:] + 2540 39 AppKit 0x00007fff8b388df2 -[NSApplication run] + 796 40 AppKit 0x00007fff8b352368 NSApplicationMain + 1176 41 libdyld.dylib 0x00007fff9ac125ad start + 1 42 ??? 0x0000000000000001 0x0 + 1 ) |