Eclipse crashes while showing code completition (libwebkitgtk)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
eclipse (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
[Apparently the workaround described here: https:/
This is happening on saucy.
I open Eclipse, type a few characters and press Ctrl+Space to trigger code completition, inmediatly after the dialog with the alternativees I choose one (the first because is the one I want) by pressing enter => Eclipse crashes. According to the console output the problem is outside the Java JVM and in the native library libwebkitgtk.
Console output (two runs):
javi@carbono:~$ eclipse
Fontconfig warning: "/etc/fonts/
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fe752
#
# JRE version: 7.0_25-b30
# Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libwebkitgtk-
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/javi/
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# https:/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
javi@carbono:~$ ulimit -c unlimited
javi@carbono:~$ eclipse
Fontconfig warning: "/etc/fonts/
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f084d
#
# JRE version: 7.0_25-b30
# Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libwebkitgtk-
#
# Core dump written. Default location: /home/javi/core or core.3614
#
# An error report file with more information is saved as:
# /home/javi/
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# https:/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
I also attach the info for both crash reports.