← Back to team overview

openjdk team mailing list archive

[Bug 968308]

 

Interesting, I got the same crash with the same hs_err log containing
webkitWebViewRegisterForIconNotification but when I open the core dump,
the stack is different:

__GI_raise() at raise.c:56 0x7f1293217037	
__GI_abort() at abort.c:90 0x7f129321a698	
os::abort() at os_linux.cpp:1,593 0x7f12925e04a9	
VMError::report_and_die() at vmError.cpp:1,018 0x7f129273ad9f	
JVM_handle_linux_signal() at os_linux_x86.cpp:528 0x7f12925e781d	
<signal handler called>() at 0x7f12932170b0	
WebKit::core() at webkitwebview.cpp:5,368 0x7f11ecd786d5	
WebKit::GtkAdjustmentWatcher::updateAdjustmentsFromScrollbars() at GtkAdjustmentWatcher.cpp:65 0x7f11ecd51108	
WebKit::updateAdjustmentCallback() at GtkAdjustmentWatcher.cpp:76 0x7f11ecd51189	
g_timeout_dispatch() at gmain.c:4,413 0x7f127b9f3b1b	
g_main_dispatch() at gmain.c:3,054 0x7f127b9f2f05	
g_main_context_dispatch() at gmain.c:3,630 0x7f127b9f2f05	
g_main_context_iterate() at gmain.c:3,701 0x7f127b9f3248	
g_main_context_iteration() at gmain.c:3,762 0x7f127b9f3304	
Java_org_eclipse_swt_internal_gtk_OS__1g_1main_1context_1iteration() at 0x7f1249c72606	
0x7f1289820256	
0x7f12939ab220	
0x7f128c006b60	
0xdadf1ad0	
InterpreterRuntime::resolve_invoke() at interpreterRuntime.cpp:744 0x7f129240bd71	
0x7f128983fc84	
0x0

-- 
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