| Summary: | Eclipse crashed with Help Context open, Problematic frame: # C [libwebkitgtk-1.0.so | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Santiago Angel <santiagoangel> | ||||
| Component: | webkitgtk | Assignee: | Kevin Fenzi <kevin> | ||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 17 | CC: | akurtako, huzaifas, kevin, martin.sourada, mtasaka | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-06-12 21:46:43 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
Related: https://bugs.eclipse.org/bugs/show_bug.cgi?id=348746 https://bugs.eclipse.org/bugs/show_bug.cgi?id=373994 I wonder if this is the icedtea-web java plugin crashing? If you remove icedtea-web does it stop crashing? after yum erase icedtea-web eclipse still crashes, the only change is the name of the problematic function: # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f095d4ea9de, pid=17795, tid=139678505953024 # # JRE version: 7.0 # Java VM: OpenJDK 64-Bit Server VM (22.0-b10 mixed mode linux-amd64 compressed oops) # Problematic frame: # C [libwebkitgtk-1.0.so.0+0x4889de] webViewExitFullscreen+0x2e # Eclipse uses webkit directly. Does the same happen with Eclipse from Fedora? It shouldn't as our eclipse(swt) is built against this webkit. Closing the bug as it's not a webkit problem nor the reported provided the needed test. |
Created attachment 572180 [details] error report file Description of problem: # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0000003193a889de, pid=20147, tid=140723765126912 # # JRE version: 7.0 # Java VM: OpenJDK 64-Bit Server VM (22.0-b10 mixed mode linux-amd64 compressed oops) # Problematic frame: # C [libwebkitgtk-1.0.so.0+0x4889de] WTF::equalIgnoringCase(WTF::StringImpl*, char const*)+0x4889de # Version-Release number of selected component (if applicable): clipse-jdt-3.8.0-0.19.I201203141800.fc18.x86_64 and eclipse-jdt-3.7 from eclipse.org site on both java sun jdk 1.6.31 and openJDk 7 Steps to Reproduce: Open Eclipse 3.8 type a piece of code in a java project press CTL+SPACE for autocomplete Help shows up and then, eclipse crashes. Additional info: Only as a test: rm /usr/lib64/libwebkitgtk-1.0.so.* and eclipse did not crashed