[Desktop-packages] [Bug 1160411] Re: SIGSEGV in runtime environment when starting Eclipse runtime workbench

2014-02-13 Thread Marc-Andre Laperle
Hello,

I have been running Eclipse with webkit patched with the attached patch for 
months now and it does fix the crash. I also provided a way to reproduce the 
crash, see:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=400626#c71

The attached patch (03_adjustmentwatcher_crash.patch) is a simple backport of 
the fix available upstream for this bug:
https://bugs.webkit.org/show_bug.cgi?id=119003

Is there any chance this could be accepted in saucy? What can I do to
help the process?

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

Title:
  SIGSEGV in runtime environment when starting Eclipse runtime workbench

Status in “openjdk-7” package in Ubuntu:
  Confirmed
Status in “webkit” package in Ubuntu:
  Confirmed

Bug description:
  When starting a Runtime Workbench to debug a plugin, I get the
  following error when trying to dismiss the welcome screen:

  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7f87966c26de, pid=15716, tid=140222551627520
  #
  # JRE version: 7.0_15-b20
  # Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 
compressed oops)
  # Problematic frame:
  # C  [libwebkitgtk-1.0.so.0+0x4246de]  
webkitWebViewRegisterForIconNotification+0xbe
  #
  # 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/bruno/hs_err_pid15716.log
  #
  # If you would like to submit a bug report, please include
  # instructions on how to reproduce the bug and visit:
  #   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
  # The crash happened outside the Java Virtual Machine in native code.
  # See problematic frame for where to report the bug.
  #

  This is probably related to defects #1055159 and #1086831. However, it
  seems to happen in a different frame than the other two and under
  different conditions.

  I am using Eclipse 3.8 on Raring.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1160411/+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


[Desktop-packages] [Bug 1160411] Re: SIGSEGV in runtime environment when starting Eclipse runtime workbench

2013-12-02 Thread Marc-Andre Laperle
I'm trying to backport the fix and push the branch to launchpad so that
it can be proposed but I'm having a lot of trouble. I'm hoping someone
can help me.

I did this:

bzr branch lp:ubuntu/saucy/webkit

Then got this error:

bzr: ERROR: Revision {package-
imp...@ubuntu.com-20120724100322-790uh7fnor1j7xkl} not present in
Graph(StackedParentsProvider(bzrlib.repository._LazyListJoin(([CachingParentsProvider(None)],
[].

I found out I could use -Olaunchpad.packaging_verbosity=off to bypass
the error, so I did:

bzr branch lp:ubuntu/saucy/webkit -Olaunchpad.packaging_verbosity=off

But the code seems very out of date:

bzr log -r-1

revno: 46
tags: 1.9.2-1ubuntu4
fixes bug: https://launchpad.net/bugs/1028486
author: Micah Gersten mic...@ubuntu.com
committer: Package Import Robot package-imp...@ubuntu.com
branch nick: quantal-proposed
timestamp: Tue 2012-07-24 05:03:22 -0500

But the current version is actually 1.10.2-0ubuntu2. Is there an
alternate way to do this? I'll attach the backported patch at least.

** Patch added: 03_adjustmentwatcher_crash.patch
   
https://bugs.launchpad.net/ubuntu/+source/webkit/+bug/1160411/+attachment/3921713/+files/03_adjustmentwatcher_crash.patch

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

Title:
  SIGSEGV in runtime environment when starting Eclipse runtime workbench

Status in “openjdk-7” package in Ubuntu:
  Confirmed
Status in “webkit” package in Ubuntu:
  Confirmed

Bug description:
  When starting a Runtime Workbench to debug a plugin, I get the
  following error when trying to dismiss the welcome screen:

  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7f87966c26de, pid=15716, tid=140222551627520
  #
  # JRE version: 7.0_15-b20
  # Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 
compressed oops)
  # Problematic frame:
  # C  [libwebkitgtk-1.0.so.0+0x4246de]  
webkitWebViewRegisterForIconNotification+0xbe
  #
  # 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/bruno/hs_err_pid15716.log
  #
  # If you would like to submit a bug report, please include
  # instructions on how to reproduce the bug and visit:
  #   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
  # The crash happened outside the Java Virtual Machine in native code.
  # See problematic frame for where to report the bug.
  #

  This is probably related to defects #1055159 and #1086831. However, it
  seems to happen in a different frame than the other two and under
  different conditions.

  I am using Eclipse 3.8 on Raring.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1160411/+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


[Desktop-packages] [Bug 1160411] Re: SIGSEGV in runtime environment when starting Eclipse runtime workbench

2013-12-02 Thread Ubuntu Foundations Team Bug Bot
The attachment 03_adjustmentwatcher_crash.patch seems to be a patch.
If it isn't, please remove the patch flag from the attachment, remove
the patch tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  SIGSEGV in runtime environment when starting Eclipse runtime workbench

Status in “openjdk-7” package in Ubuntu:
  Confirmed
Status in “webkit” package in Ubuntu:
  Confirmed

Bug description:
  When starting a Runtime Workbench to debug a plugin, I get the
  following error when trying to dismiss the welcome screen:

  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7f87966c26de, pid=15716, tid=140222551627520
  #
  # JRE version: 7.0_15-b20
  # Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 
compressed oops)
  # Problematic frame:
  # C  [libwebkitgtk-1.0.so.0+0x4246de]  
webkitWebViewRegisterForIconNotification+0xbe
  #
  # 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/bruno/hs_err_pid15716.log
  #
  # If you would like to submit a bug report, please include
  # instructions on how to reproduce the bug and visit:
  #   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
  # The crash happened outside the Java Virtual Machine in native code.
  # See problematic frame for where to report the bug.
  #

  This is probably related to defects #1055159 and #1086831. However, it
  seems to happen in a different frame than the other two and under
  different conditions.

  I am using Eclipse 3.8 on Raring.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1160411/+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


[Desktop-packages] [Bug 1160411] Re: SIGSEGV in runtime environment when starting Eclipse runtime workbench

2013-10-10 Thread Torsten Krah
Some chance to get this fix into raring soon?

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

Title:
  SIGSEGV in runtime environment when starting Eclipse runtime workbench

Status in “openjdk-7” package in Ubuntu:
  Confirmed
Status in “webkit” package in Ubuntu:
  Confirmed

Bug description:
  When starting a Runtime Workbench to debug a plugin, I get the
  following error when trying to dismiss the welcome screen:

  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7f87966c26de, pid=15716, tid=140222551627520
  #
  # JRE version: 7.0_15-b20
  # Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 
compressed oops)
  # Problematic frame:
  # C  [libwebkitgtk-1.0.so.0+0x4246de]  
webkitWebViewRegisterForIconNotification+0xbe
  #
  # 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/bruno/hs_err_pid15716.log
  #
  # If you would like to submit a bug report, please include
  # instructions on how to reproduce the bug and visit:
  #   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
  # The crash happened outside the Java Virtual Machine in native code.
  # See problematic frame for where to report the bug.
  #

  This is probably related to defects #1055159 and #1086831. However, it
  seems to happen in a different frame than the other two and under
  different conditions.

  I am using Eclipse 3.8 on Raring.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1160411/+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


[Desktop-packages] [Bug 1160411] Re: SIGSEGV in runtime environment when starting Eclipse runtime workbench

2013-09-13 Thread razor7
Hi, It is possible to update that particular package in Ubuntu 13.04?
thanks

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

Title:
  SIGSEGV in runtime environment when starting Eclipse runtime workbench

Status in “openjdk-7” package in Ubuntu:
  Confirmed
Status in “webkit” package in Ubuntu:
  Confirmed

Bug description:
  When starting a Runtime Workbench to debug a plugin, I get the
  following error when trying to dismiss the welcome screen:

  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7f87966c26de, pid=15716, tid=140222551627520
  #
  # JRE version: 7.0_15-b20
  # Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 
compressed oops)
  # Problematic frame:
  # C  [libwebkitgtk-1.0.so.0+0x4246de]  
webkitWebViewRegisterForIconNotification+0xbe
  #
  # 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/bruno/hs_err_pid15716.log
  #
  # If you would like to submit a bug report, please include
  # instructions on how to reproduce the bug and visit:
  #   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
  # The crash happened outside the Java Virtual Machine in native code.
  # See problematic frame for where to report the bug.
  #

  This is probably related to defects #1055159 and #1086831. However, it
  seems to happen in a different frame than the other two and under
  different conditions.

  I am using Eclipse 3.8 on Raring.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1160411/+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


[Desktop-packages] [Bug 1160411] Re: SIGSEGV in runtime environment when starting Eclipse runtime workbench

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

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

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

Title:
  SIGSEGV in runtime environment when starting Eclipse runtime workbench

Status in “openjdk-7” package in Ubuntu:
  Confirmed
Status in “webkit” package in Ubuntu:
  Confirmed

Bug description:
  When starting a Runtime Workbench to debug a plugin, I get the
  following error when trying to dismiss the welcome screen:

  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7f87966c26de, pid=15716, tid=140222551627520
  #
  # JRE version: 7.0_15-b20
  # Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 
compressed oops)
  # Problematic frame:
  # C  [libwebkitgtk-1.0.so.0+0x4246de]  
webkitWebViewRegisterForIconNotification+0xbe
  #
  # 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/bruno/hs_err_pid15716.log
  #
  # If you would like to submit a bug report, please include
  # instructions on how to reproduce the bug and visit:
  #   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
  # The crash happened outside the Java Virtual Machine in native code.
  # See problematic frame for where to report the bug.
  #

  This is probably related to defects #1055159 and #1086831. However, it
  seems to happen in a different frame than the other two and under
  different conditions.

  I am using Eclipse 3.8 on Raring.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1160411/+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


[Desktop-packages] [Bug 1160411] Re: SIGSEGV in runtime environment when starting Eclipse runtime workbench

2013-08-20 Thread Marc-Andre Laperle
This appears to be fixed upstream, see
https://bugs.webkit.org/show_bug.cgi?id=119003. Also, see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=400626 for some more
investigation.

Is it possible to update the package from upstream for Raring? This
crash is affecting a lot of Eclipse users. Let me know how I can help.

** Bug watch added: bugs.webkit.org/ #119003
   https://bugs.webkit.org/show_bug.cgi?id=119003

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

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

Title:
  SIGSEGV in runtime environment when starting Eclipse runtime workbench

Status in “openjdk-7” package in Ubuntu:
  Confirmed
Status in “webkit” package in Ubuntu:
  Confirmed

Bug description:
  When starting a Runtime Workbench to debug a plugin, I get the
  following error when trying to dismiss the welcome screen:

  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7f87966c26de, pid=15716, tid=140222551627520
  #
  # JRE version: 7.0_15-b20
  # Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 
compressed oops)
  # Problematic frame:
  # C  [libwebkitgtk-1.0.so.0+0x4246de]  
webkitWebViewRegisterForIconNotification+0xbe
  #
  # 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/bruno/hs_err_pid15716.log
  #
  # If you would like to submit a bug report, please include
  # instructions on how to reproduce the bug and visit:
  #   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
  # The crash happened outside the Java Virtual Machine in native code.
  # See problematic frame for where to report the bug.
  #

  This is probably related to defects #1055159 and #1086831. However, it
  seems to happen in a different frame than the other two and under
  different conditions.

  I am using Eclipse 3.8 on Raring.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1160411/+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


[Desktop-packages] [Bug 1160411] Re: SIGSEGV in runtime environment when starting Eclipse runtime workbench

2013-08-20 Thread Grant Gayed
Note https://bugs.eclipse.org/bugs/show_bug.cgi?id=400626#c48 in
particular, which explains why the stack in
https://bugs.webkit.org/show_bug.cgi?id=118396 (marked as a duplicate of
the WebKit bug with the fix) is not the same as the stack in this
report.  I don't think that we know for sure that the upstream change
will fix this issue, but the theory is that it's the underlying problem
that leads to this report's crash since it was in the dump from gdb.


** Bug watch added: bugs.webkit.org/ #118396
   https://bugs.webkit.org/show_bug.cgi?id=118396

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

Title:
  SIGSEGV in runtime environment when starting Eclipse runtime workbench

Status in “openjdk-7” package in Ubuntu:
  Confirmed
Status in “webkit” package in Ubuntu:
  Confirmed

Bug description:
  When starting a Runtime Workbench to debug a plugin, I get the
  following error when trying to dismiss the welcome screen:

  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7f87966c26de, pid=15716, tid=140222551627520
  #
  # JRE version: 7.0_15-b20
  # Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 
compressed oops)
  # Problematic frame:
  # C  [libwebkitgtk-1.0.so.0+0x4246de]  
webkitWebViewRegisterForIconNotification+0xbe
  #
  # 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/bruno/hs_err_pid15716.log
  #
  # If you would like to submit a bug report, please include
  # instructions on how to reproduce the bug and visit:
  #   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
  # The crash happened outside the Java Virtual Machine in native code.
  # See problematic frame for where to report the bug.
  #

  This is probably related to defects #1055159 and #1086831. However, it
  seems to happen in a different frame than the other two and under
  different conditions.

  I am using Eclipse 3.8 on Raring.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1160411/+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


[Desktop-packages] [Bug 1160411] Re: SIGSEGV in runtime environment when starting Eclipse runtime workbench

2013-07-25 Thread Timo Witte
** Also affects: webkit (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  SIGSEGV in runtime environment when starting Eclipse runtime workbench

Status in “openjdk-7” package in Ubuntu:
  Confirmed
Status in “webkit” package in Ubuntu:
  New

Bug description:
  When starting a Runtime Workbench to debug a plugin, I get the
  following error when trying to dismiss the welcome screen:

  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7f87966c26de, pid=15716, tid=140222551627520
  #
  # JRE version: 7.0_15-b20
  # Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 
compressed oops)
  # Problematic frame:
  # C  [libwebkitgtk-1.0.so.0+0x4246de]  
webkitWebViewRegisterForIconNotification+0xbe
  #
  # 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/bruno/hs_err_pid15716.log
  #
  # If you would like to submit a bug report, please include
  # instructions on how to reproduce the bug and visit:
  #   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
  # The crash happened outside the Java Virtual Machine in native code.
  # See problematic frame for where to report the bug.
  #

  This is probably related to defects #1055159 and #1086831. However, it
  seems to happen in a different frame than the other two and under
  different conditions.

  I am using Eclipse 3.8 on Raring.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1160411/+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