-
Bug
-
Resolution: Incomplete
-
P4
-
None
-
8u31
-
x86
-
os_x
FULL PRODUCT VERSION :
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
~/gtools
ADDITIONAL OS VERSION INFORMATION :
Darwin C02JV1WQDV33.local 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64
A DESCRIPTION OF THE PROBLEM :
About once a day my application crashes with the following information:
2015-01-23 07:18:22.965 java[6810:c90b] +[__NSCFType view]: unrecognized selector sent to class 0x7fff7c050088
exception in QueueFlusher:
java.lang.RuntimeException: Non-Java exception raised, not handled! (Original problem: +[__NSCFType view]: unrecognized selector sent to class 0x7fff7c050088)
at sun.java2d.opengl.OGLRenderQueue.flushBuffer(Native Method)
at sun.java2d.opengl.OGLRenderQueue.flushBuffer(OGLRenderQueue.java:148)
at sun.java2d.opengl.OGLRenderQueue.access$100(OGLRenderQueue.java:41)
at sun.java2d.opengl.OGLRenderQueue$QueueFlusher.run(OGLRenderQueue.java:226)
2015-01-23 07:18:22.966 java[6810:c90b] +[__NSCFType view]: unrecognized selector sent to class 0x7fff7c050088
java(6810,0x123c19000) malloc: *** error for object 0x7fdda2fa0f00: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
In jdk 7 I was getting a very different message, but the timing was about the same.
ADDITIONAL REGRESSION INFORMATION:
I have not seen this on Windows. Since switching to MAC I have always had the problem
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
I don't really know how to reproduce the bug other than:
run my application in the morning
hibernate at night
wake up in the morning
application crashes a few minutes later, pretty consistently.
I would be happy to debug/use a debug version of the jdk, etc. Given some suggestions on what to look for. I have used gdb before.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
no crash
ACTUAL -
see description
REPRODUCIBILITY :
This bug can be reproduced often.
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
~/gtools
ADDITIONAL OS VERSION INFORMATION :
Darwin C02JV1WQDV33.local 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64
A DESCRIPTION OF THE PROBLEM :
About once a day my application crashes with the following information:
2015-01-23 07:18:22.965 java[6810:c90b] +[__NSCFType view]: unrecognized selector sent to class 0x7fff7c050088
exception in QueueFlusher:
java.lang.RuntimeException: Non-Java exception raised, not handled! (Original problem: +[__NSCFType view]: unrecognized selector sent to class 0x7fff7c050088)
at sun.java2d.opengl.OGLRenderQueue.flushBuffer(Native Method)
at sun.java2d.opengl.OGLRenderQueue.flushBuffer(OGLRenderQueue.java:148)
at sun.java2d.opengl.OGLRenderQueue.access$100(OGLRenderQueue.java:41)
at sun.java2d.opengl.OGLRenderQueue$QueueFlusher.run(OGLRenderQueue.java:226)
2015-01-23 07:18:22.966 java[6810:c90b] +[__NSCFType view]: unrecognized selector sent to class 0x7fff7c050088
java(6810,0x123c19000) malloc: *** error for object 0x7fdda2fa0f00: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
In jdk 7 I was getting a very different message, but the timing was about the same.
ADDITIONAL REGRESSION INFORMATION:
I have not seen this on Windows. Since switching to MAC I have always had the problem
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
I don't really know how to reproduce the bug other than:
run my application in the morning
hibernate at night
wake up in the morning
application crashes a few minutes later, pretty consistently.
I would be happy to debug/use a debug version of the jdk, etc. Given some suggestions on what to look for. I have used gdb before.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
no crash
ACTUAL -
see description
REPRODUCIBILITY :
This bug can be reproduced often.