UA-17470720-3

Jump to content


Issue Information

  • #000116

  • Issue

Issue Confirmations

  • Yes (0)No (0)
Photo

re-ordering property groups in IB

Posted by ozie on 26 March 2016 - 06:14 PM

this might be XCode or STV (thinking more likely Xcode but just to see)

latest 7.3 of Xcode and 5.3 of STV

when dragging and re-ordering items within an entities property group this crashes XCode

Steps..
1. in IB choose ANY item in the list of properties for an entity
2. drag that to re-order to the VERY bottom

CRASH!!! :)

if you drag any item to the bottom it crashes.. if you drag any item, like from the bottom to the top.. or top to second last there is no crash
Process:               Xcode [26742]
Path:                  /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:            com.apple.dt.Xcode
Version:               7.3 (10183.3)
Build Info:            IDEFrameworks-10183003000000000~2
App Item ID:           497799835
App External ID:       816750016
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Xcode [26742]
User ID:               501

Date/Time:             2016-03-27 12:11:56.068 +1000
OS Version:            Mac OS X 10.11.4 (15E65)
Report Version:        11
Anonymous UUID:        E508AF34-B060-0E55-43B1-84A273AB5D34

Sleep/Wake UUID:       F8D8FBC3-506F-4154-BA08-6E7335CD4756

Time Awake Since Boot: 94000 seconds
Time Since Wake:       5800 seconds

System Integrity Protection: enabled

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

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

Application Specific Information:
ProductBuildVersion: 7D175
UNCAUGHT EXCEPTION (NSRangeException): *** -[__NSArrayM insertObject:atIndex:]: index 8 beyond bounds [0 .. 6]
UserInfo: (null)
Hints: None
Backtrace:
  0   __exceptionPreprocess (in CoreFoundation)
  1   DVTFailureHintExceptionPreprocessor (in DVTFoundation)
  2   objc_exception_throw (in libobjc.A.dylib)
  3   checkForCloseTag (in CoreFoundation)
  4   -[IBSCPropertyGroup addPropertyDefinition:atIndex:] (in SensibleTableView)
  5   -[IBSCPropertyGroup ibAcceptContentsOfPasteboard:inDocument:insertionContext:] (in SensibleTableView)
  6   -[IBDocument makeObject:acceptContentsOfPasteboardFromDragInfo:insertionContext:] (in IDEInterfaceBuilderKit)
  7   -[IBOutlineViewController outlineView:acceptDrop:item:childIndex:] (in IDEInterfaceBuilderKit)
  8   -[NSOutlineView performDragOperation:] (in AppKit)
  9   NSCoreDragReceiveMessageProc (in AppKit)
 10   DoMultipartDropMessage (in HIServices)
 11   DoDropMessage (in HIServices)
 12   SendDropMessage (in HIServices)
 13   DragInApplication (in HIServices)
 14   CoreDragStartDragging (in HIServices)
 15   -[NSCoreDragManager _dragUntilMouseUp:accepted:] (in AppKit)
 16   -[NSCoreDragManager dragImage:fromWindow:at:offset:event:pasteboard:source:slideBack:] (in AppKit)
 17   -[NSWindow(NSDrag) dragImage:at:offset:event:pasteboard:source:slideBack:] (in AppKit)
 18   -[NSOutlineView dragImage:at:offset:event:pasteboard:source:slideBack:] (in AppKit)
 19   -[NSTableView _doImageDragUsingRowsWithIndexes:event:pasteboard:source:slideBack:startRow:] (in AppKit)
 20   -[NSTableView _performClassicDragOfIndexes:hitRow:event:] (in AppKit)
 21   -[NSTableView _performDragFromMouseDown:] (in AppKit)
 22   -[NSTableView mouseDown:] (in AppKit)
 23   -[NSOutlineView mouseDown:] (in AppKit)
 24   -[IBOutlineView mouseDown:] (in IDEInterfaceBuilderKit)
 25   -[NSWindow _handleMouseDownEvent:isDelayedEvent:] (in AppKit)
 26   -[NSWindow _reallySendEvent:isDelayedEvent:] (in AppKit)
 27   -[NSWindow sendEvent:] (in AppKit)
 28   -[IDEWorkspaceWindow sendEvent:] (in IDEKit)
 29   -[NSApplication sendEvent:] (in AppKit)
 30   -[IDEApplication sendEvent:] (in IDEKit)
 31   -[NSApplication run] (in AppKit)
 32   NSApplicationMain (in AppKit)
 33  0x000000010f66a39b (in Xcode)
 34   start (in libdyld.dylib)
 
abort() called

Application Specific Signatures:
NSRangeException

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff88f6e4f2 __exceptionPreprocess + 178
1   DVTFoundation                       0x000000010f89d384 DVTFailureHintExceptionPreprocessor + 194
2   libobjc.A.dylib                     0x00007fff94658f7e objc_exception_throw + 48
3   CoreFoundation                      0x00007fff88e84ae0 checkForCloseTag + 0
4   SensibleTableView                   0x0000000122b43669 -[IBSCPropertyGroup addPropertyDefinition:atIndex:] + 161
5   SensibleTableView                   0x0000000122b43046 -[IBSCPropertyGroup ibAcceptContentsOfPasteboard:inDocument:insertionContext:] + 1448
6   IDEInterfaceBuilderKit              0x000000011e295c3e -[IBDocument makeObject:acceptContentsOfPasteboardFromDragInfo:insertionContext:] + 557
7   IDEInterfaceBuilderKit              0x000000011e46bbf2 -[IBOutlineViewController outlineView:acceptDrop:item:childIndex:] + 2281
8   AppKit                              0x00007fff8dc16096 -[NSOutlineView performDragOperation:] + 324
9   AppKit                              0x00007fff8d88e6dc NSCoreDragReceiveMessageProc + 260
10  HIServices                          0x00007fff8c66ee4a DoMultipartDropMessage + 328
11  HIServices                          0x00007fff8c66eb54 DoDropMessage + 41
12  HIServices                          0x00007fff8c66eb25 SendDropMessage + 80
13  HIServices                          0x00007fff8c66d7f3 DragInApplication + 505
14  HIServices                          0x00007fff8c66c611 CoreDragStartDragging + 535
15  AppKit                              0x00007fff8d88b435 -[NSCoreDragManager _dragUntilMouseUp:accepted:] + 1010
16  AppKit                              0x00007fff8d888623 -[NSCoreDragManager dragImage:fromWindow:at:offset:event:pasteboard:source:slideBack:] + 1212
17  AppKit                              0x00007fff8d888155 -[NSWindow(NSDrag) dragImage:at:offset:event:pasteboard:source:slideBack:] + 135
18  AppKit                              0x00007fff8dc1506e -[NSOutlineView dragImage:at:offset:event:pasteboard:source:slideBack:] + 221
19  AppKit                              0x00007fff8dce0d90 -[NSTableView _doImageDragUsingRowsWithIndexes:event:pasteboard:source:slideBack:startRow:] + 539
20  AppKit                              0x00007fff8dce1bdc -[NSTableView _performClassicDragOfIndexes:hitRow:event:] + 329
21  AppKit                              0x00007fff8d8c8d95 -[NSTableView _performDragFromMouseDown:] + 463
22  AppKit                              0x00007fff8d8c7518 -[NSTableView mouseDown:] + 705
23  AppKit                              0x00007fff8d8c701e -[NSOutlineView mouseDown:] + 74
24  IDEInterfaceBuilderKit              0x000000011e45e8af -[IBOutlineView mouseDown:] + 274
25  AppKit                              0x00007fff8dd9c469 -[NSWindow _handleMouseDownEvent:isDelayedEvent:] + 6322
26  AppKit                              0x00007fff8dd9d44d -[NSWindow _reallySendEvent:isDelayedEvent:] + 212
27  AppKit                              0x00007fff8d7dc63d -[NSWindow sendEvent:] + 517
28  IDEKit                              0x0000000110ce8d86 -[IDEWorkspaceWindow sendEvent:] + 155
29  AppKit                              0x00007fff8d75cb3c -[NSApplication sendEvent:] + 2540
30  IDEKit                              0x0000000110d297f2 -[IDEApplication sendEvent:] + 894
31  AppKit                              0x00007fff8d5c3ef6 -[NSApplication run] + 796
32  AppKit                              0x00007fff8d58d46c NSApplicationMain + 1176
33  Xcode                               0x000000010f66a39b Xcode + 5019
34  libdyld.dylib                       0x00007fff828195ad start + 1
35  ???                                 0x0000000000000002 0x0 + 2



blah blah blah and so on





0 user(s) are reading this issue

0 members, 0 guests, 0 anonymous users