Bug 324440

Summary: eclipse crashes in Oxygen::MenuStateData::menuItemIsActive(_GtkWidget*) const
Product: [Plasma] Oxygen Reporter: Jürgen Richtsfeld <richts>
Component: gtk2-engineAssignee: Hugo Pereira Da Costa <hugo.pereira.da.costa>
Status: RESOLVED DUPLICATE    
Severity: crash CC: b7.10110111, hugo.pereira.da.costa, web
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Kubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jürgen Richtsfeld 2013-09-03 05:02:56 UTC
using eclipse kepler 64bit with oracle jvm and subclipse integration (javahl):
1) show history of a file
2) mark 2 revisions
3) context-menu: compare

eclipse very often crashes with:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f8cee6e616c, pid=19673, tid=140244722247424
#
# JRE version: 7.0_21-b11
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.21-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [liboxygen-gtk.so+0x7416c] Oxygen::MenuStateData::menuItemIsActive(_GtkWidget*) const+0x1c
#
# Core dump written. Default location: /home/juergen/core or core.19673
#
# An error report file with more information is saved as:
# /home/juergen/hs_err_pid19673.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.


see original report: https://bugs.launchpad.net/ubuntu/+source/gtk2-engines-oxygen/+bug/1219844

Reproducible: Always

Steps to Reproduce:
1) show history of a file
2) mark 2 revisions
3) context-menu: compare
Comment 1 Hugo Pereira Da Costa 2013-09-03 12:02:01 UTC

*** This bug has been marked as a duplicate of bug 324438 ***
Comment 2 Hugo Pereira Da Costa 2013-09-03 14:31:57 UTC
Could you post a 'dummy' eclipse project that I could edit so that I can try reproduce the bug exactly ? So far no luck.