View Issue Details

IDProjectCategoryView StatusLast Update
0000293VisualDifferFiles differpublic2016-06-21 03:04
Reportercsembro Assigned Toadmin  
PrioritynormalSeveritymajorReproducibilityalways
Status assignedResolutionopen 
PlatformMacOSEl CapitanOS Version10.11.5
Product Version1.6.6 
Summary0000293: Diff is never displayed
DescriptionSelect two files, push Show Diffs, the selection box disappears, but then nothing happens. No diff is shown.
Steps To Reproducesee above
Additional Informationn/a
TagsNo tags attached.

Activities

admin

2016-06-18 08:56

administrator   ~0000572

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?

csembro

2016-06-21 03:04

reporter   ~0000575

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
)

Issue History

Date Modified Username Field Change
2016-06-18 03:22 csembro New Issue
2016-06-18 03:22 csembro Status new => assigned
2016-06-18 03:22 csembro Assigned To => admin
2016-06-18 08:56 admin Note Added: 0000572
2016-06-21 03:04 csembro Note Added: 0000575