<AWT Dev> https://bugs.openjdk.java.net/browse/JDK-8139050

Roger Tönz roger.toenz at gmx.ch
Thu Jul 6 15:02:32 UTC 2017


Hello,

i can reproduce the stacktrace of:
https://bugs.openjdk.java.net/browse/JDK-8139050

always on:
  Systemversion:	OS X 10.11.6 (15G1510)
  Modell-Identifizierung:	MacBookPro10,1
  Prozessortyp:	Intel Core i7
  Boot-ROM-Version:	MBP101.00EE.B12

with Java:
Java(TM) SE Runtime Environment (build 1.7.0_71-b14)
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java(TM) SE Runtime Environment (build 1.8.0_152-ea-b05)

Example-Code:
https://stackoverflow.com/questions/12881600/drag-and-drop-with-jtable-on-mac-os-x

Steps to reproduce:
-start example-code
-select two Cells of Table
-drag & drop
=>-[AWTView draggingEnded:]: unrecognized selector


Thanks
Roger



Console-Message ( 1.8.0_131): 
2017-07-06 16:51:55.833 java[80756:1251536] -[AWTView draggingEnded:]: unrecognized selector sent to instance 0x7fd561c56f60
2017-07-06 16:51:55.834 java[80756:1251536] -[AWTView draggingEnded:]: unrecognized selector sent to instance 0x7fd561c56f60
2017-07-06 16:51:55.836 java[80756:1251536] (
	0   CoreFoundation                      0x00007fff98a12452 __exceptionPreprocess + 178
	1   libobjc.A.dylib                     0x00007fff8fde573c objc_exception_throw + 48
	2   CoreFoundation                      0x00007fff98a7c18d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
	3   CoreFoundation                      0x00007fff989822d2 ___forwarding___ + 514
	4   CoreFoundation                      0x00007fff98982048 _CF_forwarding_prep_0 + 120
	5   libawt_lwawt.dylib                  0x0000000129405b96 -[AWTView draggingEnded:] + 136
	6   AppKit                              0x00007fff8ee7a407 NSCoreDragCompletionProc + 396
	7   HIServices                          0x00007fff93e592e4 DoTrackingMessage + 443
	8   CoreFoundation                      0x00007fff98941186 __CFDictionaryApplyFunction_block_invoke + 22
	9   CoreFoundation                      0x00007fff98941140 CFBasicHashApply + 128
	10  CoreFoundation                      0x00007fff9894107a CFDictionaryApplyFunction + 186
	11  HIServices                          0x00007fff93e587fb CoreDragStartDragging + 1005
	12  AppKit                              0x00007fff8ee78369 -[NSCoreDragManager _dragUntilMouseUp:accepted:] + 1010
	13  AppKit                              0x00007fff8ee75557 -[NSCoreDragManager dragImage:fromWindow:at:offset:event:pasteboard:source:slideBack:] + 1212
	14  AppKit                              0x00007fff8ee75089 -[NSWindow(NSDrag) dragImage:at:offset:event:pasteboard:source:slideBack:] + 135
	15  libawt_lwawt.dylib                  0x0000000129413d31 -[CDragSource doDrag] + 494
	16  Foundation                          0x00007fff8d95a09e __NSThreadPerformPerform + 279
	17  CoreFoundation                      0x00007fff989a77e1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
	18  CoreFoundation                      0x00007fff98986f0c __CFRunLoopDoSources0 + 556
	19  CoreFoundation                      0x00007fff9898642f __CFRunLoopRun + 927
	20  CoreFoundation                      0x00007fff98985e28 CFRunLoopRunSpecific + 296
	21  HIToolbox                           0x00007fff928c1935 RunCurrentEventLoopInMode + 235
	22  HIToolbox                           0x00007fff928c176f ReceiveNextEventCommon + 432
	23  HIToolbox                           0x00007fff928c15af _BlockUntilNextEventMatchingListInModeWithFilter + 71
	24  AppKit                              0x00007fff8ebbcdf6 _DPSNextEvent + 1067
	25  AppKit                              0x00007fff8ebbc226 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
	26  libosxapp.dylib                     0x00000001294b83aa -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:] + 124
	27  AppKit                              0x00007fff8ebb0d80 -[NSApplication run] + 682
	28  libosxapp.dylib                     0x00000001294b814d +[NSApplicationAWT runAWTLoopWithApp:] + 156
	29  libawt_lwawt.dylib                  0x0000000129444edf -[AWTStarter starter:] + 905
	30  Foundation                          0x00007fff8d95a09e __NSThreadPerformPerform + 279
	31  CoreFoundation                      0x00007fff989a77e1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
	32  CoreFoundation                      0x00007fff98986f0c __CFRunLoopDoSources0 + 556
	33  CoreFoundation                      0x00007fff9898642f __CFRunLoopRun + 927
	34  CoreFoundation                      0x00007fff98985e28 CFRunLoopRunSpecific + 296
	35  java                                0x000000010a5c5465 CreateExecutionEnvironment + 871
	36  java                                0x000000010a5c118c JLI_Launch + 1952
	37  java                                0x000000010a5c74c2 main + 101
	38  java                                0x000000010a5c09e4 start + 52
)



More information about the awt-dev mailing list