-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eclipse crashes on pasting something in Editor. #612
Comments
@vishalbandre can you try with the latest 17.0.5 and report and crash log here? |
We are marking this issue as stale because it has not been updated for a while. This is just a way to keep the support issues queue manageable. |
Same issue here. Happened twice today, so far. Some days does not happen at all. Happens with ctrl+v paste. A fatal error has been detected by the Java Runtime Environment:SIGSEGV (0xb) at pc=0x00007f6081baf654, pid=5080, tid=5081JRE version: Java(TM) SE Runtime Environment (18.0.2+9) (build 18.0.2+9-61)Java VM: Java HotSpot(TM) 64-Bit Server VM (18.0.2+9-61, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)Problematic frame:C [libcairo.so.2+0x65654] cairo_region_num_rectangles+0x4The crash happened outside the Java Virtual Machine in native code. |
@ianbrown49 18.0.2 is no longer in support, please try latest 19.0.2 |
Did anyone resolve the issue. |
@pegasus0021 This was resolved in the latest release of the Eclipse IDE |
Której ? Zainstalowałem java19, eclipse Version: 2023-09 (4.29.0) Build id: 20230907-1323 i nadal występuje. Which one? I have installed Java 19, Eclipse Version: 2023-09 (4.29.0) Build id: 20230907-1323, and the issue still persists. |
Same error happens with Copy paste crashes eclipse especially when you select a string to paste on it. it is a blocker needs attention. |
Please provide a brief summary of the bug
It doesn't happen on each paste but it happens occasionally.
I experienced the same behavior on Eclipse 2022 and 2021.
Initially, I was using Eclipse 2022 but encountered this issue, so I did try to downgrade my Eclipse to 2021. But, some happens here as well.
My System:
Ubuntu 22.04 64bit
Processor: i5 11th Gen
Please provide steps to reproduce where possible
// I am working with two IDEs because of my requirements.
// Eclipse 2021 (Java) and Android Studio (Kotlin).
For my particular project, I am manually converting Kotlin code to Java.
I have a Java class.
So to reproduce the issue. Our cycle is copying code snippets from Android studio and pasting them into any method in Java class inside eclipse.
Steps to Reproduce the issue:
i. Copy any Kotlin code snippet (body of any method inside any Kotlin class) from the Android Studio editor.
ii. To reproduce the issue: go inside any function in the Java class.
iii. Paste it in the eclipse into any method.
iv. The crash will occur.
Note: This doesn't happen on each paste, but, occasionally, and frequently.
Expected Results
The content should have been pasted into the Eclipse editor.
Actual Results
Instead, Eclipse is crashing. No results.
What Java Version are you using?
java 17.0.1 2021-10-19 LTS Java(TM) SE Runtime Environment (build 17.0.1+12-LTS-39) Java HotSpot(TM) 64-Bit Server VM (build 17.0.1+12-LTS-39, mixed mode, sharing)
What is your operating system and platform?
Ubuntu 22.04 64bit
How did you install Java?
With Ubuntu's apt installer.
Did it work before?
Did you test with other Java versions?
Relevant log output
The text was updated successfully, but these errors were encountered: