-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
eclipse-platform/eclipse.platform.swt
#2647Labels
Milestone
Description
My SDK (I20251013-1800) reported stack overflow errors when creating images with the stack posted below. I am not sure how to reproduce it, but taking a look at the code the implementation looks suspicious as those methods call each other and I am not sure how that should ever terminate.
java.lang.StackOverflowError
at org.eclipse.swt.graphics.Image.getImageData(Image.java:1288)
at org.eclipse.swt.graphics.Image$ExistingImageHandleProviderWrapper.newImageData(Image.java:2048)
at org.eclipse.swt.graphics.Image.getImageData(Image.java:1288)
at org.eclipse.swt.graphics.Image$ExistingImageHandleProviderWrapper.newImageData(Image.java:2048)
at org.eclipse.swt.graphics.Image.getImageData(Image.java:1288)
at org.eclipse.swt.graphics.Image$ExistingImageHandleProviderWrapper.newImageData(Image.java:2048)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
✅ Done