← Back to team overview

openjdk team mailing list archive

[Bug 968308]

 

Hi Grant. We've been getting this crash here (3 of us on Ubuntu 13.04).
We all enabled core dumps and installed libwebkitgtk-1.0-0-dbg so
hopefully we can help provide more information.

The first core dump we got doesn't contain
webkitWebViewRegisterForIconNotification so it might be a different bug,
I'm not sure.

<signal handler called>() at 0x7fb7c2ba60b0	
WebKit::core() at /build/buildd/webkit-1.10.2/build-2.0/../Source/WebKit/gtk/webkit/webkitwebview.cpp:5,368 0x7fb7268cf6d5	
WebKit::GtkAdjustmentWatcher::updateAdjustmentsFromScrollbars() at /build/buildd/webkit-1.10.2/build-2.0/../Source/WebKit/gtk/WebCoreSupport/GtkAdjustmentWatcher.cpp:65 0x7fb7268a8108	
WebKit::updateAdjustmentCallback() at /build/buildd/webkit-1.10.2/build-2.0/../Source/WebKit/gtk/WebCoreSupport/GtkAdjustmentWatcher.cpp:76 0x7fb7268a8189	

the line is
WebKitWebViewPrivate* priv = webView->priv;

so I guess webView is wrong. Let me know if you want the core file (1.9
GB!!).

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in Ubuntu.
https://bugs.launchpad.net/bugs/968308

Title:
  Opening Eclipse workbench causes SIGSEGV

Status in Eclipse:
  Confirmed
Status in “openjdk-6” package in Ubuntu:
  Confirmed

Bug description:
  Using Ubuntu 12.04 updated kernel 3.3.0-030300-generic x86_64.
  To reproduce:
   - Do fresh install of eclipse
   - open eclipse
   - click on Workbench icon

  The following error occurs:

  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x00007f611eb2f5e0, pid=11709, tid=140057214498560
  #
  # JRE version: 6.0_24-b24
  # Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops)
  # Derivative: IcedTea6 1.11.1
  # Distribution: Ubuntu precise (development branch), package 6b24-1.11.1-3ubuntu3
  # Problematic frame:
  # C  [libwebkitgtk-1.0.so.0+0x3da5e0]  webkitWebViewRegisterForIconNotification+0xc0

  See attached error log.

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


References