[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2015-04-19 Thread Ohadcn
*** This bug is a duplicate of bug 1241101 ***
https://bugs.launchpad.net/bugs/1241101

this bug may affect another java based programs, today i had similar bug
using idl

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2015-04-19 Thread MiXiM
*** This bug is a duplicate of bug 1241101 ***
https://bugs.launchpad.net/bugs/1241101

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2014-09-09 Thread jstammi
*** This bug is a duplicate of bug 1241101 ***
https://bugs.launchpad.net/bugs/1241101

I spent this morning on analyzing our application SIGSEGV'ing since
having upgraded my os (openSuSE 13.1, KDE). Though this is actually no
ubuntu, I think that this bug is related: IMHO with the symptoms that an
eclipse RCP application fails

1) within libgobject-2.0.so./g_object_get_qdata 
2) from a java stack trace that includes 
org.eclipse.swt.widgets.Combo.deregister

and switching the theme the GTK2_RC_FILES= way as given above prevents from 
crashing. Then I'm quite sure that you will be able to stop crashing also by 
disabling the GtkComboBox::appears-as-list
within the oxygen-gtk theme (/usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc).
This makes comboboxes appear a little bit different, but the general lf stays 
as before.

You can force this bug with any other theme by enabling this option
there - so the oxygen can only be blamed for using this option, it is
not the root cause of it AFAIS at the moment,

I filed a related GNOME bug
https://bugzilla.gnome.org/show_bug.cgi?id=736323, an oxygen bug that
looks related very much is available at
https://bugs.kde.org/show_bug.cgi?id=329814.

** Bug watch added: GNOME Bug Tracker #736323
   https://bugzilla.gnome.org/show_bug.cgi?id=736323

** Bug watch added: KDE Bug Tracking System #329814
   https://bugs.kde.org/show_bug.cgi?id=329814

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-11-12 Thread Alberto Salvia Novella
*** This bug is a duplicate of bug 1241101 ***
https://bugs.launchpad.net/bugs/1241101

** Changed in: gtk+2.0 (Ubuntu)
   Importance: Undecided = High

** Changed in: java-common (Ubuntu)
   Importance: Undecided = High

** Changed in: gtk+2.0 (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: java-common (Ubuntu)
   Status: Confirmed = Triaged

** This bug has been marked a duplicate of bug 1241101
   Java crash in libglib-2.0 after upgrade from 13.04 to 13.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-11-11 Thread Holger Joukl
@Keith, thanks a lot I can confirm your workaround does the trick for me
for jameica:

$ GTK2_RC_FILES=/usr/share/themes/Raleigh/gtk-2.0/gtkrc
/opt/jameica/jameica.sh

This avoids the crash so at least my app is usable, looking pretty
oldschool ;-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-11-06 Thread Keith Baker
Changing the GTK2 theme globally makes everything look terrible. I'd suggest to 
set the theme only for the affected application using the corresponding 
environment variable:
 $ GTK2_RC_FILES=/usr/share/themes/Raleigh/gtk-2.0/gtkrc 
./eclipse-or-eclipse-app

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-11-06 Thread Oren Gampel
@Keith, can you elaborate on your suggestion? I would like to try it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-11-06 Thread Keith Baker
@Oren

Just start the programm within a terminal with the above command. Leave
out the $ and replace ./eclipse-or-eclipse-app with
eclipse/smartsvn/jameica or any other affected tool.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-11-06 Thread Quinn Balazs
** Changed in: gtk+2.0 (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-11-04 Thread Quinn Balazs
** Also affects: gtk+2.0 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-11-01 Thread Martin Bohacek
Got the same issue after update from 13.04 x86 to 13.10 x86.
Using Oracle Java 1.7.0_25.
Changing GTK2 theme helped, but fixing of this would be really appreciated.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/java-common/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-10-31 Thread Andreas Ntaflos
Same here. Freshly updated from Kubuntu 13.04 to Kubuntu 13.10.
Eclipse, or in my case Apache Directory Studio, which is basically
Eclipse, can't be started as the JVM segfaults after a few seconds.
Happens with both OpenJDK 7 and Oracle Java 7.

Changing GTK2 theme to Raleigh makes Eclipse (Apache Directory Studio)
start correctly, but this theme offends my sense of aesthetics :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/java-common/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-10-28 Thread Alexander
I can confirm this behavor. Kubuntu 13.10. Changing GTK2 theme to ancient 
Raleigh helped me, now eclipse looks stable.
Plz, fix it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/java-common/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-10-25 Thread Quinn Balazs
This will in all likelihood be marked as a dupe of bug #1241101. Just
checking logs here for differences. Take a look at the eclipse-bugs
report that should be relevant for all of these issues.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=419729.

** Bug watch added: Eclipse bugs #419729
   https://bugs.eclipse.org/bugs/show_bug.cgi?id=419729

** Package changed: eclipse (Ubuntu) = java-common (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/java-common/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-10-23 Thread Torsten Casselt
Same problem here with 13.10 upgraded since 12.04.

With upgrading eclipse was updated to 3.8 and all my plugins were gone
so I tried to reinstalled it but it crashed.

Checked everything - deleted config, tried different plugins in
different order. Sometimes I had one install successful, but next
install: crash again.

Finally I searched the web – switched GTK2 style to Raleigh. Everything
works – but looks awkward.

This is NO solution because every program using GTK2 looks strange after
that, e.g. thunderbird. I wanted to stick with the eclipse version from
the repositories but maybe I'll try an update to Kepler if it is fixed
there. The look and feel is really bad.

Maybe you can just update the eclipse version in this release. I saw
that 3.8.1 is also planned for trusty, so please address this bug!

I attached a crash report.

** Attachment added: hs_err_pid25778.log
   
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1205452/+attachment/3888964/+files/hs_err_pid25778.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-10-20 Thread David Masover
Problem still exists for me. Changing the GTK theme does not help.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-10-20 Thread David Masover
...and for what it's worth, a fresh download of Eclipse Kepler from
eclipse.org works fine. Why is Ubuntu's Eclipse held back to 3.8? Maybe
an upgrade would solve this?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-10-14 Thread Damyan Yordanov
The problem disappeared for me after I'd done a (huge) apt-get upgrade.
Unfortunalety I cannot tell which was the package causing the exception.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-09-22 Thread Gus Bourg
This appears to be the same as eclipse bug 317763.  The work around for
that bug works for this:

1) Open System Settings
2) Select Application Appearance
3) Select GTK
4) Change the GTK2 theme to anything but oxygen-gtk

It then opens the workspace.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-08-27 Thread Matt Ruffalo
I followed the JVM's suggestion about creating a core dump, and it's
available at http://giygas.case.edu/kubuntu-saucy-eclipse/core.xz (GPG
signature at http://giygas.case.edu/kubuntu-saucy-eclipse/core.xz.asc).
I'm not sure how useful this is, but I'm guessing that it can't hurt.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-08-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: eclipse (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-08-16 Thread Matt Ruffalo
** Summary changed:

- Eclipse crashes when clicking OK in workspace location selection
+ Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-08-16 Thread Matt Ruffalo
There have been some recent updates to libglib2.0 (from 2.37.3-1ubuntu2
to 2.37.5-1ubuntu1 that I installed on 2013-08-13) and the openjdk
packages (from 7u25-2.3.12-1ubuntu1 to 7u25-2.3.12-4ubuntu1, installed
today), but Eclipse still causes the JVM to segfault very consistently.
It's very hard to avoid this crash, too; the workspace selection
dialog is the first thing a user sees after installing and running
Eclipse. The net result is that Eclipse is unusable in the current state
of Kubuntu Saucy.

The old JVM dump attachment probably doesn't apply anymore, since the
JVM segfault now occurs at a different address in libgobject-2.0.so.
I've attached a new JVM dump that contains

# C  [libgobject-2.0.so.0+0x19908]  g_object_get_qdata+0x18

** Attachment added: JVM dump 2013-08-16
   
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1205452/+attachment/3775302/+files/hs_err_pid10354.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1205452] Re: Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

2013-08-16 Thread Matt Ruffalo
From the Java stack trace, it doesn't seem like this is the JVM's fault.
It looks like the SWT GTK wrappers are calling native code, according to
this part of the JVM dump:

Stack: [0x7fe32161f000,0x7fe32172],  sp=0x7fe32171cad0,  free 
space=1014k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libgobject-2.0.so.0+0x19908]  g_object_get_qdata+0x18

[error occurred during error reporting (printing native stack), id 0xb]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.eclipse.swt.internal.gtk.OS._g_object_get_qdata(JI)J+0
j  org.eclipse.swt.internal.gtk.OS.g_object_get_qdata(JI)J+9
j  
org.eclipse.swt.widgets.Display.removeWidget(J)Lorg/eclipse/swt/widgets/Widget;+19
j  org.eclipse.swt.widgets.Combo.deregister()V+21
...

** Package changed: openjdk-7 (Ubuntu) = eclipse (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1205452

Title:
  Eclipse unusable in Kubuntu Saucy (almost immediate JVM segfault)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/1205452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs