Launchpad has imported 45 comments from the remote bug at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2013-04-03T07:35:18+00:00 Jakub Adam wrote:

Created attachment 229266
Patch for the crash

With recent versions of WebKitGTK+, Eclipse crashes whenever Javadoc
hover help is to be displayed in Java editor.

Looks this happens because WebKit doesn't attach a default Authenticate
listener and therefore WebKitGTK.soup_session_get_feature() returns 0 in
WebKit.create(). See attached patch for fix.

Reproduced with all 3.8, 4.2 and 4.3 versions of SWT.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/0

------------------------------------------------------------------------
On 2013-04-03T07:36:54+00:00 Jakub Adam wrote:

Created attachment 229267
Example crash report

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/1

------------------------------------------------------------------------
On 2013-04-03T07:37:55+00:00 Jakub Adam wrote:

Created attachment 229268
Patch for the crash

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/2

------------------------------------------------------------------------
On 2013-04-03T13:59:38+00:00 Grant Gayed wrote:

Thanks for investigating this Jakub, targeting for 4.3.  From the crash
report:

Stack: [0x00007f3e62e0d000,0x00007f3e62f0e000],  sp=0x00007f3e62f0b3a0,  free 
space=1016k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libsoup-2.4.so.1+0x72d59]  soup_session_feature_detach+0x19

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.eclipse.swt.internal.webkit.WebKitGTK._soup_session_feature_detach(JJ)V+0
j  org.eclipse.swt.internal.webkit.WebKitGTK.soup_session_feature_detach(JJ)V+9
j  
org.eclipse.swt.browser.WebKit.create(Lorg/eclipse/swt/widgets/Composite;I)V+919
j  
org.eclipse.swt.browser.Browser.<init>(Lorg/eclipse/swt/widgets/Composite;I)V+81
j  
org.eclipse.jface.internal.text.html.BrowserInformationControl.isAvailable(Lorg/eclipse/swt/widgets/Composite;)Z+12
j  
org.eclipse.jdt.internal.ui.text.java.hover.JavadocHover$HoverControlCreator.doCreateInformationControl(Lorg/eclipse/swt/widgets/Shell;)Lorg/eclipse/jface/text/IInformationControl;+18
j  
org.eclipse.jface.text.AbstractReusableInformationControlCreator.createInformationControl(Lorg/eclipse/swt/widgets/Shell;)Lorg/eclipse/jface/text/IInformationControl;+20
j  
org.eclipse.jface.text.AbstractInformationControlManager.getInformationControl()Lorg/eclipse/jface/text/IInformationControl;+176
j  
org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(Lorg/eclipse/swt/graphics/Rectangle;Ljava/lang/Object;)V+18
j  
org.eclipse.jface.text.AbstractInformationControlManager.presentInformation()V+70
j  
org.eclipse.jface.text.AbstractHoverInformationControlManager.presentInformation()V+64
j  org.eclipse.jface.text.TextViewerHoverManager.doPresentInformation()V+1
j  org.eclipse.jface.text.TextViewerHoverManager$5.run()V+4
j  org.eclipse.swt.widgets.RunnableLock.run()V+11
j  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z+29
j  org.eclipse.swt.widgets.Display.runAsyncMessages(Z)Z+5
j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+61
j  
org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/3

------------------------------------------------------------------------
On 2013-04-16T20:39:23+00:00 Grant Gayed wrote:

*** Bug 405786 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/4

------------------------------------------------------------------------
On 2013-04-19T08:54:45+00:00 Akurtakov wrote:

Grant,
Any plans to accept the patch soon? It is impossible to launch Kepler builds on 
Fedora 19 because of this.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/5

------------------------------------------------------------------------
On 2013-04-19T08:55:34+00:00 İsmail Dönmez wrote:

For a workaround add the following to the end of your eclipse.ini

-Dorg.eclipse.swt.browser.DefaultType=mozilla

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/6

------------------------------------------------------------------------
On 2013-04-19T09:02:51+00:00 Akurtakov wrote:

(In reply to comment #6)
> For a workaround add the following to the end of your eclipse.ini
> 
> -Dorg.eclipse.swt.browser.DefaultType=mozilla

Mozilla is even less reliable as it breaks with every firefox update ans
SWT doesn't support recent xulrunner versions (20.0 here) -at least it
wasn't last I checked.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/7

------------------------------------------------------------------------
On 2013-04-19T09:04:22+00:00 İsmail Dönmez wrote:

Works for me on openSUSE 12.3

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/8

------------------------------------------------------------------------
On 2013-04-19T10:13:36+00:00 Renda-krell wrote:

In which environment, the same one with GNOME 3.8 (separate repository 
GNOME:STABLE) using libsoup 2.42.0? See also bug 405786.
Also in this report there was said "with recent versions of WebkitGTK+" (which 
is not a standard OpenSUSE 12.3)

(In reply to comment #8)
> Works for me on openSUSE 12.3

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/9

------------------------------------------------------------------------
On 2013-04-19T10:14:22+00:00 İsmail Dönmez wrote:

Ah I am using GNOME:Stable:3.8 repo.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/10

------------------------------------------------------------------------
On 2013-04-19T10:38:25+00:00 Renda-krell wrote:

(In reply to comment #10)
> Ah I am using GNOME:Stable:3.8 repo.

I use apparently (almost) the same environment OpenSUSE 12.3 + GNOME:Stable:3.8 
and it crashes. Before updating to GNOME:Stable:3.8 it didn't crash for several 
weeks of intensive work with Eclipse. Therefore I'd rather ask:
- You don't override -Dorg.eclipse.swt.browser.DefaultType in eclipse.ini?
- Did you try the Javadoc hovers in some open Java editor for a while?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/11

------------------------------------------------------------------------
On 2013-04-19T10:40:48+00:00 İsmail Dönmez wrote:

(In reply to comment #11)
> (In reply to comment #10)
> > Ah I am using GNOME:Stable:3.8 repo.
> 
> I use apparently (almost) the same environment OpenSUSE 12.3 +
> GNOME:Stable:3.8 and it crashes. Before updating to GNOME:Stable:3.8 it
> didn't crash for several weeks of intensive work with Eclipse. Therefore I'd
> rather ask:
> - You don't override -Dorg.eclipse.swt.browser.DefaultType in eclipse.ini?
> - Did you try the Javadoc hovers in some open Java editor for a while?


1. I have -Dorg.eclipse.swt.browser.DefaultType=mozilla in my eclipse.ini
2. Yes I did, I opened an Android project and checked docs for multiple 
functions. Works fine.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/12

------------------------------------------------------------------------
On 2013-04-19T10:43:49+00:00 Renda-krell wrote:

Oh Ismail, sorry, I think I got the message after I've noticed your comments 
above. You tried the workaround, not the standard Eclipse.
The workaround with the "mozilla" default type works for me, too, using Firefox 
20 (xulrunner-17.0.5-2.1.x86_64).

(In reply to comment #11)
> (In reply to comment #10)
> > Ah I am using GNOME:Stable:3.8 repo.
> 
> I use apparently (almost) the same environment OpenSUSE 12.3 +
> GNOME:Stable:3.8 and it crashes. Before updating to GNOME:Stable:3.8 it
> didn't crash for several weeks of intensive work with Eclipse. Therefore I'd
> rather ask:
> - You don't override -Dorg.eclipse.swt.browser.DefaultType in eclipse.ini?
> - Did you try the Javadoc hovers in some open Java editor for a while?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/13

------------------------------------------------------------------------
On 2013-04-19T20:41:17+00:00 Grant Gayed wrote:

(In reply to comment #5)
> Any plans to accept the patch soon? It is impossible to launch Kepler builds
> on Fedora 19 because of this.

A fix will be in for 4.3M7.  I don't have a built WebKitGTK 2.0 to use
yet, and I want to do a good test pass with it.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/14

------------------------------------------------------------------------
On 2013-04-25T19:04:38+00:00 Grant Gayed wrote:

Fixed > 20130425, commit:
http://git.eclipse.org/c/platform/eclipse.platform.swt.git/commit/?id=b22a7d19afbe2a3811a0f8aa54c1e85d92c62a2c
.

Logged bug 406605 for new problem with the WebKitGTK 2.0 default
authentication prompter.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/15

------------------------------------------------------------------------
On 2013-04-27T18:50:24+00:00 Pwebster-ca wrote:

*** Bug 406736 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/16

------------------------------------------------------------------------
On 2013-05-03T07:31:56+00:00 Daniel-megert wrote:

*** Bug 407076 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/17

------------------------------------------------------------------------
On 2013-05-07T16:56:30+00:00 Grant Gayed wrote:

*** Bug 407208 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/18

------------------------------------------------------------------------
On 2013-05-07T19:47:48+00:00 Sascha Baumeister wrote:

Just wanted you to know that adding the line to eclipse.ini seems to
work for me under Ubuntu Gnome 13.04, upgraded to Gnome 3.8.1. Will the
fix be part of this summer's Juno successor?

If not, I think the workaround info needs somehow to be spread, because
this bug renders Eclipse totally unusable on newer Gnome-based linux
distros, and this entry seems somewhat hard to find using google ... I
didn't, which is the reason I created the duplicate, and I fear I won't
have been the last.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/19

------------------------------------------------------------------------
On 2013-05-07T20:09:27+00:00 Grant Gayed wrote:

(In reply to comment #19)
> Will the fix be part of this summer's Juno successor?

Yes, it will be in the June 4.3 release.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/20

------------------------------------------------------------------------
On 2013-05-11T17:08:20+00:00 Jlmoya wrote:

The workaround didn't do it for me as eclipse 4.2.2 continues to crash.
Does anyone have any other suggestion as to how to fix the problem?
Would anyone be kind enough to explain how to apply the patch attached?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/21

------------------------------------------------------------------------
On 2013-05-21T14:55:38+00:00 Grant Gayed wrote:

(In reply to comment #21)

To work around this with 4.2.2 you need to add two lines to the end of
your eclipse.ini:

1. the line in comment 6
2. -Dorg.eclipse.swt.browser.XULRunnerPath=<path> where <path> is the full path 
to a downloaded XULRunner to use (XULRunner 10 is suggested since it's the 
latest supported release).  If for some reason this does not work then you can 
substitute an invalid path for <path> (eg.- "/dev/null"), which will run with 
no browser support (base eclipse runs generally fine without browser support).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/22

------------------------------------------------------------------------
On 2013-05-22T12:56:41+00:00 Pwebster-ca wrote:

*** Bug 408680 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/23

------------------------------------------------------------------------
On 2013-06-27T13:25:21+00:00 Pwebster-ca wrote:

*** Bug 411745 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/24

------------------------------------------------------------------------
On 2013-07-04T15:55:59+00:00 Markus-keller wrote:

*** Bug 411948 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/25

------------------------------------------------------------------------
On 2013-07-10T21:23:50+00:00 Thomas-skjolberg wrote:

Using this workaround with fedora 19 removes the crash but displays an
empty information window for autocompletes (for ctrl-space); unusable.

-Dorg.eclipse.swt.browser.DefaultType=mozilla
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib64/xulrunner/

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/26

------------------------------------------------------------------------
On 2013-07-11T05:34:11+00:00 Akurtakov wrote:

(In reply to comment #26)
> Using this workaround with fedora 19 removes the crash but displays an empty
> information window for autocompletes (for ctrl-space); unusable.
> 
> -Dorg.eclipse.swt.browser.DefaultType=mozilla
> -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib64/xulrunner/

Thomas, do you see this problem with 4.3 final? I don't see the crash
with both Eclipse from Fedora(yum install eclipse) and downloaded one
from Eclipse.org. Fedora ships with xulrunner 22 which is not supported
by swt.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/27

------------------------------------------------------------------------
On 2013-07-12T21:29:56+00:00 Thomas-skjolberg wrote:

Upgrading to 4.3 works perfectly, thanks.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/28

------------------------------------------------------------------------
On 2013-08-28T12:39:51+00:00 Mpol-l wrote:

The workaround seems to work on Indigo with xulrunner 17.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/29

------------------------------------------------------------------------
On 2013-09-11T19:57:33+00:00 Pwebster-ca wrote:

*** Bug 417037 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/30

------------------------------------------------------------------------
On 2013-09-18T20:42:55+00:00 Pwebster-ca wrote:

*** Bug 417542 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/31

------------------------------------------------------------------------
On 2013-10-16T17:05:10+00:00 Dan Winship wrote:

Comment on attachment 229268
Patch for the crash

>       long /*int*/ originalAuth = WebKitGTK.soup_session_get_feature 
> (session, WebKitGTK.webkit_soup_auth_dialog_get_type ());
>-      WebKitGTK.soup_session_feature_detach (originalAuth, session);
>+      if (originalAuth != 0) {
>+              WebKitGTK.soup_session_feature_detach (originalAuth, session);
>+      }
>       OS.g_signal_connect (session, WebKitGTK.authenticate, Proc5.getAddress 
> (), webView);
>-      WebKitGTK.soup_session_feature_attach (originalAuth, session);
>+      if (originalAuth != 0) {
>+              WebKitGTK.soup_session_feature_attach (originalAuth, session);
>+      }

FWIW, the lookup/detach/attach code there is completely unnecessary
anyway... The only line here that actually does anything is the
g_signal_connect() line.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/32

------------------------------------------------------------------------
On 2013-11-23T00:23:01+00:00 Jeremiah-renfro wrote:

FWIW I found this thread because I was getting a similar crash after
updating OpenSUSE to 13.1 and eclipse to Kepler
(eclipse.buildId=4.3.0.M20130911-1000)

Here is the tail of the console log:

No bp log location saved, using default.
[000:000] Browser XEmbed support present: 1
[000:001] Browser toolkit is Gtk2.
[000:001] Using Gtk2 toolkit
No bp log location saved, using default.

Adding -Dorg.eclipse.swt.browser.DefaultType=mozilla to eclipse.ini
seems to have resolved the problem... for now. I only think it is worth
mentioning because this was supposedly resolved in 4.3

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/33

------------------------------------------------------------------------
On 2013-11-25T15:13:46+00:00 Grant Gayed wrote:

(In reply to Jeremiah Renfro from comment #33)

Are you sure you're seeing the same crash (the dump file from your JRE
indicates that it's in the soup_session_feature_detach() call)?  The fix
for this was a simple null check, and I haven't heard of anyone else
seeing it since the fix went in.  Maybe you're seeing bug 400626?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/34

------------------------------------------------------------------------
On 2013-11-25T18:17:48+00:00 Jeremiah-renfro wrote:

(In reply to Grant Gayed from comment #34)
> (In reply to Jeremiah Renfro from comment #33)
> 
> Are you sure you're seeing the same crash (the dump file from your JRE
> indicates that it's in the soup_session_feature_detach() call)?  The fix for
> this was a simple null check, and I haven't heard of anyone else seeing it
> since the fix went in.  Maybe you're seeing bug 400626?

Maybe I am experiencing 400626, thanks for pointing me there, I'll start
tracking that one also.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/35

------------------------------------------------------------------------
On 2014-01-17T21:42:31+00:00 Pwebster-ca wrote:

*** Bug 426031 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/36

------------------------------------------------------------------------
On 2014-04-18T17:23:39+00:00 Unnikrishnanadoor wrote:

(In reply to Alexander Kurtakov from comment #7)
> (In reply to comment #6)
> > For a workaround add the following to the end of your eclipse.ini
> > 
> > -Dorg.eclipse.swt.browser.DefaultType=mozilla
> 
> Mozilla is even less reliable as it breaks with every firefox update ans SWT
> doesn't support recent xulrunner versions (20.0 here) -at least it wasn't
> last I checked.

I had the same problem in LinuxMint (petra), adding
Dorg.eclipse.swt.browser.DefaultType=mozilla fixed my it. Thanks for
this fix!

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/37

------------------------------------------------------------------------
On 2014-05-12T17:32:07+00:00 Arunkumar-thondapu-i wrote:

*** Bug 434588 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/38

------------------------------------------------------------------------
On 2014-07-09T01:46:44+00:00 Pwebster-ca wrote:

*** Bug 439082 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/39

------------------------------------------------------------------------
On 2014-07-29T07:17:22+00:00 P-sub wrote:

*** Bug 440571 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/40

------------------------------------------------------------------------
On 2014-08-14T08:28:20+00:00 Michael Vorburger wrote:

I can confirm that using Eclipse Luna v4.4 on Ubuntu 14.04 this doesn't
happen anymore.  For older Eclipse versions (e.g. 3.7.2) the
-Dorg.eclipse.swt.browser.DefaultType=mozilla works for me.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/41

------------------------------------------------------------------------
On 2014-09-04T14:22:01+00:00 Pwebster-ca wrote:

*** Bug 442630 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/42

------------------------------------------------------------------------
On 2014-09-08T09:42:16+00:00 Arunkumar-thondapu-i wrote:

*** Bug 443457 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/43

------------------------------------------------------------------------
On 2014-12-05T07:29:32+00:00 Arunkumar-thondapu-i wrote:

*** Bug 454196 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libsoup2.4/+bug/1406981/comments/44


** Changed in: libsoup2.4 (Debian)
       Status: Unknown => New

** Changed in: eclipse-eclipsers
       Status: Unknown => Fix Released

** Changed in: eclipse-eclipsers
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libsoup2.4 in Ubuntu.
https://bugs.launchpad.net/bugs/1406981

Title:
  OpenHAB designer causes crash in soup_session_feature_detach

Status in Eclipse:
  Fix Released
Status in Soup HTTP Library:
  Unknown
Status in libsoup2.4 package in Ubuntu:
  Invalid
Status in libsoup2.4 package in Debian:
  New

Bug description:
  Running OpenHAB designer through any Java VM (tried 1.7, 1.8 and
  Oracle 1.8), causes a crash in libsoup:

  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x00007fb377829451, pid=11209, tid=140412652816128
  #
  # JRE version: Java(TM) SE Runtime Environment (8.0_25-b17) (build 
1.8.0_25-b17)
  # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode 
linux-amd64 compressed oops)
  # Problematic frame:
  # C  [libsoup-2.4.so.1+0x6f451]  soup_session_feature_detach+0x11
  #
  # 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/marius_priv/projects/openHAB/designer/hs_err_pid11209.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.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: libsoup2.4-1 2.46.0-3
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Thu Jan  1 20:51:53 2015
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20130203-1
  InstallationDate: Installed on 2014-03-12 (295 days ago)
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20130203-13:50
  SourcePackage: libsoup2.4
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/eclipse-eclipsers/+bug/1406981/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to