[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2017-10-26 Thread Bug Watch Updater
Launchpad has imported 47 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=522187.

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 2009-09-09T17:28:11+00:00 Mark wrote:

Eclipse 3.5 crashes. As I understand the problem is with java and
libpango (pango_layout_new).

OS: Fedora 12 Alpha (last updated on 9.9.2009 from rawhide) (OS:Fedora
release 11.91 (Rawhide))

Java: tried on many versions e.g. j2sdk1.4.2_19, jdk1.5.0_20,
jdk1.6.0_16 and even jdk1.7.0M4 (7.0 milestone 4).

To reproduce the problem open in Eclipse: Help -> Install New Software
-> and just press "Cancel". What I get is:

(That was produced using java 7.0 M4 but as I wrote it can be reproduced using 
older java vesions too):
 
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00e04059, pid=13953, tid=3086444224
#
# JRE version: 7.0-b66
# Java VM: Java HotSpot(TM) Client VM (16.0-b06 mixed mode, sharing linux-x86 )
# Problematic frame:
# C  [libpango-1.0.so.0+0x23059]  pango_layout_new+0x39
#
# An error report file with more information is saved as:
# /home/mel/hs_err_pid13953.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/0


On 2009-09-09T17:28:51+00:00 Mark wrote:

Created attachment 360285
the error attachement

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/1


On 2009-09-14T16:01:35+00:00 Mat wrote:

Created attachment 360967
OpenJDK Client VM Droppings

I am seeing this using the current OpenJDK in Rawhide too about every
quarter of an hour or so.

java-1.6.0-openjdk-devel-1.6.0.0-31.b16.fc12.i686
pango-1.25.5-1.fc12.i686

Its making Eclipse pretty unusable.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/2


On 2009-09-24T11:21:22+00:00 Fabian wrote:

Created attachment 362472
error log, after crash.

I'm also experiencing those pango/java/crahs problems with eclipse. Also
attaching a log.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/3


On 2009-09-24T15:20:47+00:00 Mat wrote:

CC'ing the Eclipse brothers to see if they know anything about this.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/4


On 2009-09-24T15:29:38+00:00 Andrew wrote:

I saw this in my rawhide VM (been having a hard time installing it on
bare metal) and was going to try to reproduce.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/5


On 2009-09-26T04:06:37+00:00 Behdad wrote:

There's no way a legit crash can happen in pango_layout_new().  Here's
the code for that function:

PangoLayout * 
pango_layout_new (PangoContext *context) 
{ 
  PangoLayout *layout; 
 
  g_return_val_if_fail (context != NULL, NULL); 
 
  layout = g_object_new (PANGO_TYPE_LAYOUT, NULL); 
 
  layout->context = context; 
  g_object_ref (context); 
 
  return layout; 
} 


So, either context passed to it is NULL, or this is a memory corruption 
happening somewhere else.  I can't do anything about it.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/6


On 2009-09-28T18:10:58+00:00 Mark wrote:

After updating to rawhide on 28.09.2009 I have not noticed previous
behaviour since then. I cannot reproduce any more Java (Eclipse) crash
with these new rpms.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/7


On 2009-09-29T17:50:11+00:00 Matthias wrote:

Could you reproduce them reliably before that update ?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/8


On 2009-09-29T18:32:18+00:00 Mark wrote:

Tell me what do you need. I have been updating every day but I did not
check every day if all is ok with Java and Eclipse. I am sure that
before that update Eclipse crashed but after that update 

[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2011-10-08 Thread Jeff Lane
Invalid for Karmic. Fix Released upstream but since Karmic is EOL,
there's no need to keep this open there.

** Changed in: eclipse (Ubuntu Karmic)
   Status: New => Invalid

** Changed in: openjdk-6 (Ubuntu Karmic)
   Status: New => Invalid

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

Title:
  Eclipse SIGSEGVs in libpango

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-04-22 Thread jbatista
Looking elsewhere, I happened to find a solution here:
https://www.digisoftinc.org/wiki/index.php/Linux_Notes#Eclipse_3.4_and_Ubuntu_9.10_Fix
It's not clear whether the author(s) discovered it by them/him/herself or 
whether copied+pasted from somewhere else.

For reference, it involves installing xulrunner and editing eclipse.ini, i.e.:
1. sudo apt-get install xulrunner
2. echo '-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner' 
>>/usr/lib/eclipse/eclipse.ini

After doing these two steps, I restarted eclipse. The SIGSEGV on
pressing the Cancel button on the Install new software ... menu no
longer happens.

Please note: This solution is also reported in bug #393091

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

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


Re: [Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-04-17 Thread Niels Thykier
Célio Cidral Junior wrote:
> ** Attachment added: "hs_err_pid2685.log"
>http://launchpadlibrarian.net/44631974/hs_err_pid2685.log
> 

Thanks,

Looking at the log, I can see that you are using a local eclipse and not
the one from Ubuntu. We cannot support versions of eclipse that we have
not uploaded.

Furthermore, you have swt libraries present in your ~/.eclipse. These
will cause problems if you change the eclipse or at next upstream release.
  Currently any Ubuntu installed eclipse will use the libraries in your
~/.eclipse and not the ones we provide. This means that some of the
Ubuntu patches will be ignored and may very well be the source of crashes.

~Niels

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

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

[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-04-17 Thread Célio Cidral Junior

** Attachment added: "hs_err_pid2685.log"
   http://launchpadlibrarian.net/44631974/hs_err_pid2685.log

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

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


Re: [Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-04-17 Thread Niels Thykier
Célio Cidral Junior wrote:
> I'm experiencing this problem too in a fresh install of Lucid beta2 with
> all updates done until now.  Even disabling A.T. and setting
> GDK_NATIVE_WINDOWS=1 don't fix the problem.  Eclipse freezes soon at the
> splash screen when it's showing the message "Loading workbench".  The
> weirdest thing is that Eclipse have been working fine until I did some
> apt-get updates yesterday.
> 
> d...@meteoro:~$ eclipse
> ^C#
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  SIGSEGV (0xb) at pc=0x003b8c86, pid=2685, tid=90250096
> #
> # JRE version: 6.0_19-b04
> # Java VM: Java HotSpot(TM) Client VM (16.2-b04 mixed mode, sharing linux-x86 
> )
> # Problematic frame:
> # C  [libpango-1.0.so.0+0x23c86]  pango_layout_new+0x36
> #
> # An error report file with more information is saved as:
> # /home/duno/hs_err_pid2685.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://java.sun.com/webapps/bugreport/crash.jsp
> # The crash happened outside the Java Virtual Machine in native code.
> # See problematic frame for where to report the bug.
> #
> Aborted (core dumped)
> 

Hi

Could you please attach /home/duno/hs_err_pid2685.log to this bug?

~Niels

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

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

[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-04-17 Thread Célio Cidral Junior
I'm experiencing this problem too in a fresh install of Lucid beta2 with
all updates done until now.  Even disabling A.T. and setting
GDK_NATIVE_WINDOWS=1 don't fix the problem.  Eclipse freezes soon at the
splash screen when it's showing the message "Loading workbench".  The
weirdest thing is that Eclipse have been working fine until I did some
apt-get updates yesterday.

d...@meteoro:~$ eclipse
^C#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x003b8c86, pid=2685, tid=90250096
#
# JRE version: 6.0_19-b04
# Java VM: Java HotSpot(TM) Client VM (16.2-b04 mixed mode, sharing linux-x86 )
# Problematic frame:
# C  [libpango-1.0.so.0+0x23c86]  pango_layout_new+0x36
#
# An error report file with more information is saved as:
# /home/duno/hs_err_pid2685.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted (core dumped)

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-04-14 Thread jbatista
Update 2:
I appologize for spamming the thread with comments. I spoke a little too soon: 
turning off Assistive Technologies did *NOT* solve the problem. (It merely 
seemed to prevent a crash on another window.)

So in essence, Eclipse crashes when hitting Cancel on the "Help -> Install new 
software" menu.
(BTW, with other windows such as File -> Open the decorations seem to be native 
from the desktop. I suppose this is on purpose.)

Anyway, below is a run done with gdb. A lot of the SIGSEGV do not
manifest when running "normally"; a few of them don't seem to show up
when doing export GDK_NATIVE_WINDOWS=true before running the gdb
session.


jbati...@karmic:~$ gdb /usr/lib/eclipse/eclipse
GNU gdb (GDB) 7.0-ubuntu
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/lib/eclipse/eclipse...(no debugging symbols 
found)...done.
(gdb) run
Starting program: /usr/lib/eclipse/eclipse 
[Thread debugging using libthread_db enabled]
Executing new program: /usr/lib/eclipse/eclipse
[Thread debugging using libthread_db enabled]
[New Thread 0xb7bb5b70 (LWP 8967)]
[New Thread 0xb7b34b70 (LWP 8968)]
[New Thread 0xb7ae3b70 (LWP 8969)]
[New Thread 0xb7a92b70 (LWP 8970)]
[New Thread 0xb7a41b70 (LWP 8971)]
[New Thread 0xb79c0b70 (LWP 8972)]
[New Thread 0xb796fb70 (LWP 8973)]
[New Thread 0xb78ddb70 (LWP 8974)]
[New Thread 0xb788cb70 (LWP 8975)]
[New Thread 0xb76ffb70 (LWP 8976)]
[New Thread 0xb768eb70 (LWP 8977)]
[New Thread 0xb763db70 (LWP 8978)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb788cb70 (LWP 8975)]
0x019a123b in ?? ()
(gdb) cont
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x019c5352 in ?? ()
(gdb) cont
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x019992ad in ?? ()
(gdb) cont
Continuing.
[New Thread 0xb75e9b70 (LWP 8979)]
[New Thread 0xb7598b70 (LWP 8980)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb75e9b70 (LWP 8979)]
0x01202461 in ?? () from 
/usr/lib/jvm/java-6-openjdk/jre/bin/../lib/i386/client/libjvm.so
(gdb) cont
Continuing.

(eclipse:8955): GLib-WARNING **: g_set_prgname() called multiple times
[Thread 0xb75e9b70 (LWP 8979) exited]

[New Thread 0xb75e9b70 (LWP 8981)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7a41b70 (LWP 8971)]
0x01107999 in ?? () from 
/usr/lib/jvm/java-6-openjdk/jre/bin/../lib/i386/client/libjvm.so
(gdb) 
Continuing.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb75e9b70 (LWP 8981)]
0x01930437 in ?? ()
(gdb) cont
Continuing.
[New Thread 0xb71d1b70 (LWP 8982)]
[New Thread 0xb6f70b70 (LWP 8983)]
[New Thread 0xb6f10b70 (LWP 8984)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7fdc6c0 (LWP 8955)]
0x012010f1 in ?? () from 
/usr/lib/jvm/java-6-openjdk/jre/bin/../lib/i386/client/libjvm.so
(gdb) cont
Continuing.
[Thread 0xb71d1b70 (LWP 8982) exited]
[Thread 0xb75e9b70 (LWP 8981) exited]
[New Thread 0xb75e9b70 (LWP 8989)]
[Thread 0xb75e9b70 (LWP 8989) exited]
[New Thread 0xb75e9b70 (LWP 8993)]
[New Thread 0xb71d1b70 (LWP 8997)]
[Thread 0xb75e9b70 (LWP 8993) exited]
[Thread 0xb71d1b70 (LWP 8997) exited]
[New Thread 0xb71d1b70 (LWP 9001)]
[Thread 0xb71d1b70 (LWP 9001) exited]
[New Thread 0xb71d1b70 (LWP 9005)]
[Thread 0xb71d1b70 (LWP 9005) exited]
[New Thread 0xb71d1b70 (LWP 9009)]
[Thread 0xb71d1b70 (LWP 9009) exited]
[New Thread 0xb71d1b70 (LWP 9013)]
[Thread 0xb71d1b70 (LWP 9013) exited]
[New Thread 0xb71d1b70 (LWP 9017)]
[Thread 0xb71d1b70 (LWP 9017) exited]
[New Thread 0xb71d1b70 (LWP 9021)]
[Thread 0xb71d1b70 (LWP 9021) exited]
[New Thread 0xb71d1b70 (LWP 9025)]
[New Thread 0xb75e9b70 (LWP 9026)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb71d1b70 (LWP 9025)]
0x0192293c in ?? ()
(gdb) cont
Continuing.
[New Thread 0xb6da5b70 (LWP 9028)]

Program received signal SIGSEGV, Segmentation fault.
0x01a32ac8 in ?? ()
(gdb) cont
Continuing.
[New Thread 0xb6d50b70 (LWP 9029)]

Program received signal SIGSEGV, Segmentation fault.
0x0193563d in ?? ()
(gdb) cont
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x019c30a6 in ?? ()
(gdb) cont
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x0199dec1 in ?? ()
(gdb) cont
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x019b3524 in ?? ()
(gdb) cont
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x0192fd85 in ?? ()
(gdb) cont
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x019b3524 in ?? ()
(gdb) cont
Continuing.

Program received

[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-04-14 Thread jbatista
Update:
Turning off Assistive Technologies (gnome-control-center) did solved the 
SIGSEGV problem. 
(I tried running a eclipse -clean before turning off the A.T.).

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-04-14 Thread jbatista
I'm running eclipse installed from the Ubuntu Karmic repository, along with 
OpenJDK, on an Asus EeePC 1000H. 
I happened to click Window -> Preferences -> OK on eclipse, and it produced 
these two consecutive errors in an error report within the IDE (see below):


eclipse.buildId=M20090917-0800
java.version=1.6.0_15
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=pt_PT
Command-line arguments:  -os linux -ws gtk -arch x86 -clean


Error
Wed Apr 14 21:49:56 WEST 2010
Problems occurred when invoking code from plug-in: "org.eclipse.jface".

org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:3884)
at org.eclipse.swt.SWT.error(SWT.java:3799)
at org.eclipse.swt.SWT.error(SWT.java:3770)
at org.eclipse.swt.widgets.Widget.error(Widget.java:450)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:388)
at org.eclipse.swt.widgets.Text.getText(Text.java:963)
at org.eclipse.ui.dialogs.FilteredTree$3.getName(FilteredTree.java:630)
at 
org.eclipse.swt.accessibility.AccessibleObject.atkObject_get_name(AccessibleObject.java:395)
at org.eclipse.swt.internal.gtk.OS._gtk_widget_destroy(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_widget_destroy(OS.java:11939)
at org.eclipse.swt.widgets.Widget.destroyWidget(Widget.java:412)
at org.eclipse.swt.widgets.Widget.release(Widget.java:1054)
at org.eclipse.swt.widgets.Control.release(Control.java:3293)
at org.eclipse.swt.widgets.Widget.dispose(Widget.java:446)
at org.eclipse.swt.widgets.Shell.dispose(Shell.java:1999)
at org.eclipse.jface.window.Window.close(Window.java:335)
at org.eclipse.jface.dialogs.Dialog.close(Dialog.java:979)
at org.eclipse.jface.dialogs.TrayDialog.close(TrayDialog.java:179)
at 
org.eclipse.jface.preference.PreferenceDialog.close(PreferenceDialog.java:317)
at 
org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.close(FilteredPreferenceDialog.java:702)
at 
org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.close(WorkbenchPreferenceDialog.java:145)
at 
org.eclipse.jface.preference.PreferenceDialog$13.run(PreferenceDialog.java:986)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.runtime.Platform.run(Platform.java:895)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at 
org.eclipse.jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:944)
at 
org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.okPressed(FilteredPreferenceDialog.java:453)
at 
org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.okPressed(WorkbenchPreferenceDialog.java:169)
at 
org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:233)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at 
org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.open(WorkbenchPreferenceDialog.java:211)
at 
org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:65)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at 
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at 
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at 

[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-04-07 Thread Richard Huddleston
@Allard Hoeve

I've been experiencing this problem and never had any of the Assistive
Technology options enabled.

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-04-07 Thread Bug Watch Updater
** Changed in: eclipse
   Status: Unknown => Fix Released

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-04-07 Thread Allard Hoeve
The problem went away when I disabled assistive technology: System ->
Preferences -> Assistive Technology -> Uncheck the checkboxes, logout,
login. Problem solved.

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-04-07 Thread Allard Hoeve
The problem is easily reproduced when one tries to add software sources
like so:

http://wiki.eclipse.org/PDT/Installation#Eclipse_3.5_.2F_Galileo_.2F_PDT_2.2

After saving the config, eclipse crashes.

I've attached the logfile.

Thanks

** Attachment added: "Eclipse crash report"
   http://launchpadlibrarian.net/43341019/hs_err_pid6829.log

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-03-22 Thread oliford
I've made a fresh install of lucid beta1 with eclipse and subclipse.

It did freeze (but not crash) the first time I tried to update with
subclipse but on the second attempt and every attempt since, it has
worked perfectly. No signs of the libpango crash so this bug is fixed
from my point of view.

Thanks everyone,

oliford

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-03-11 Thread zenith
I don't know what changed, but it's working perfectly now.  I ran the
following updates and now everything seems to be working perfectly:

# apt-get update
# apt-get upgrade
# apt-get dist-upgrade

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-03-11 Thread Richard Huddleston
@zenith

i'm too seeing this in eclipse subversion commit dialogs

Linux box05 2.6.32-02063209-generic #02063209 SMP Wed Feb 24 10:09:53
UTC 2010 x86_64 GNU/Linux

java version "1.6.0_18"
Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
Java HotSpot(TM) 64-Bit Server VM (build 16.0-b13, mixed mode)

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-03-10 Thread zenith
Cannot checkout svn projects using subclipse (it crashes on downloading
project info), cannot update/install plugin software (crashes after
clicking cancel or install).  Just about anytime a pop-up window gives
you the option to cancel (like creating a new project), eclipse crashes.
Disabling assistive technologies didn't work.  Installing the jar listed
above does not help.  Running ubuntu karmic on a dell laptop.

** Attachment added: "hs_err_pid5639.log"
   http://launchpadlibrarian.net/40746436/hs_err_pid5639.log

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-03-09 Thread oliford
Iirc, I did try the java SVNkit and the crash occured exactly the same.

The lucid eclipse was also occasionally crashing when I wasn't doing
anything with subclipse, so I've now rolled my laptop all the way back
to Jaunty (and am putting up with other bugs instead).

I have a spare partition on the laptop so will try lucid and eclipse
again whenever any new updates or ideas get mentioned on here.

Thanks for your efforts,
oliford

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-03-09 Thread Benjamin Drung
** Also affects: eclipse (Ubuntu Karmic)
   Importance: Undecided
   Status: New

** Also affects: openjdk-6 (Ubuntu Karmic)
   Importance: Undecided
   Status: New

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-03-09 Thread Niels Thykier
Hi Jeff Lane

The reason why you are seeing this issue is because the bug has been
fixed in lucid but not karmic. We will attempt to back-port it to
karmic-updates.

jknight: if that work-around works, then you are not using eclipse from
Ubuntu (because it sets this variable for you already).

oliford: I am afraid I do not have any news for you on why this is
happening - maybe the patch we got is only partial, maybe the svn plugin
is broken. Have you tried the alternative svn implementation? The SVNKit
or whatever it is called?

~Niels

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-03-09 Thread Jeff Lane
Bollocks.  I also tried Niels suggestion in #64.  I moved .eclipse and
started eclipse.  It launched, and as soon as I tried installing pydev,
java crashed.

New crash attached...


** Attachment added: "hs_err_pid21045.log"
   http://launchpadlibrarian.net/40645950/hs_err_pid21045.log

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-03-09 Thread Jeff Lane
 did not work for me.  Karmic 64 bit and the following:

blade...@klaatu:~$ apt-cache policy eclipse-platform
eclipse-platform:
  Installed: 3.5.1+repack~1-0ubuntu3
  Candidate: 3.5.1+repack~1-0ubuntu3

This is quite annoying, really.  And I'm not even using Eclipse for Java
coding... I'm using it for Python :(

** Attachment added: "hs_err_pid20393.log"
   http://launchpadlibrarian.net/40645533/hs_err_pid20393.log

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-02-05 Thread jknight
Karmic 64 bit here too, same crash.

Turning off Assistive Technologies did NOT fix this for me.

export GDK_NATIVE_WINDOWS=true
./eclipse 

does work for me (fix care of http://ubuntu-
virginia.ubuntuforums.org/showpost.php?p=8145665&postcount=3)

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-02-05 Thread oliford
Just to rule one more thing out...

You might notice my options also include a
-Djava.library.path=/usr/lib/jni. It is there so subclipse can find
libjavahl.

That directory also contained some libswt-... stuff so I tried copying
the libjavahl to elsewhere and changing the option to that dir incase it
was causing problems but it doesn't stop the crash.

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-02-05 Thread oliford
Ok, I decided it would be best to go for the full:
rm -r ~/.eclipse
sudo apt-get --purge remove eclipse eclipse-platform eclipse-platform-data 
eclipse-...
sudo apt-get autoremove
(That also got rid of libswt-gtk-3.5-java, which never came back)

sudo apt-get install eclipse

Starting eclipse at this point gave me "java.lang.NoClassDefFoundError:
org/eclipse/core/runtime/adaptor/EclipseStarter" and I had to --purge
remove and reinstall libequinox-osgi-java to fix that.

Eclipse now ran again, but still crashes on subclipse update. Log
attached.

Thanks


** Attachment added: "libpango crash log"
   http://launchpadlibrarian.net/38808850/hs_err_pid20231.log

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-02-05 Thread Niels Thykier
Hi again

Your problem is that eclipse have extracted (one of) its swt libraries
into your home folders; which means it is still using the old defective
version rather than our patched version.

Try deleing
/home/oliford/.eclipse/org.eclipse.platform_3.5.0_155965261/configuration/org.eclipse.osgi/bundles/144/1/.cp/libswt-cairo-gtk-3555.so

if that does not work, try to rename (or delete) ~/.eclipse. If you can
still reproduce it after the removal/rename of ~/.eclipse, please
provide the new log.

Thank you in advance,
~Niels

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-02-05 Thread oliford
Log for libpango crash on Subclipse update.

This was using the eclipse packages from the main lucid repository.

$ apt-cache policy eclipse-platform
eclipse-platform:
  Installed: 3.5.1+repack~3-0ubuntu2
  Candidate: 3.5.1+repack~3-0ubuntu2
  Version table:
 *** 3.5.1+repack~3-0ubuntu2 0
500 http://gb.archive.ubuntu.com lucid/universe Packages
100 /var/lib/dpkg/status


** Attachment added: "hs_err_pid14349.log"
   http://launchpadlibrarian.net/38801645/hs_err_pid14349.log

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-02-04 Thread Niels Thykier
Hi oliford

Could you please attach your crash log (should be named something like
hs_err_pid.log) with the new eclipse ?

~Niels

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-01-31 Thread nh2
Using Subversive, one can switch between JavaHL and SVNKit as SVN 
implementation.
If this is possible in Subclipse, too, you could try SVNKit and see if it 
changes some of your errors.
This is of course not related to your SWT problem.

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-01-31 Thread oliford
This is more irratic now.

After a few times restarting eclipse and attempting subclipse update.
- Twice I've had libpango crash as before.
- Three times it just gives lots of NullPointerException under 
org.eclipse.swt.widgets.Display.fixedSizeAllocateProc(Display.java:1281).
- Three times eclipse has just frozen.
- Once I've just had "Fatal IO error 11 (Resource temporarily unavaliable) on X 
server :0.0"

I would suggest that there might be a bug in subclipse itself, since it
also uses native code (javahl), but the NullPointerException seems to
occur through subclipse's use of swt, not through any calls to SVN.

My desktop machine (same version and setup of everything) has never
failed to work under heavy use, the laptop meanwhile has never worked
once. I'm at a loss as to how to investigate further. Anything I can
try?

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-01-31 Thread oliford
This version has not fixed the issue for me.

I installed with dpkg all of eclipse-*_3.5.1+repack~3-0ubuntu2_amd64.deb from 
here:
https://launchpad.net/ubuntu/lucid/+source/eclipse/3.5.1+repack~3-0ubuntu2. 

I had to temporarily shift my source.list to the lucid repo (in karmic)
to allow all the other dependancies (libcommons-stuff etc) to upgrade
accordingly.

The libpango crash still occurs when trying to run subclipse update.

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-01-30 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/eclipse

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-01-30 Thread Launchpad Bug Tracker
This bug was fixed in the package eclipse - 3.5.1+repack~3-0ubuntu2

---
eclipse (3.5.1+repack~3-0ubuntu2) lucid; urgency=low

  * Rebase to packaging from pkg-java/eclipse (thanks to Niels Thykier):
+ Set a sane file limit for osgi-bundles. (Closes: #558693, LP: #293573)
+ Inject update sites on first run. (LP: #460944)
+ Prevent conflict with swt-gtk's swt packages.
  - Rename our swt packages.
  - Do not install conflicting symlinks/files.
  (Closes: #541638, LP: #491880)
+ Imported patch from Fedora that fixes seg. faults in libpango.
  (LP: #445009)
+ Update manpage. (LP: #494065)
+ Bump Standards-Version to 3.8.4.
  * Re-add versioned dependency on libcommons-el-java, libjetty-java,
libservlet2.4-java; the packages are now available in Ubuntu.
  * Drop versioned dependency on liblucene2-java and libmx4j-java; they are not
yet available in Ubuntu.
 -- Benjamin DrungSat, 30 Jan 2010 18:55:04 +0100

** Changed in: eclipse (Ubuntu)
   Status: Fix Committed => Fix Released

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-01-29 Thread Anand
** Changed in: eclipse (Ubuntu)
   Status: Fix Committed => Fix Released

** Changed in: eclipse (Ubuntu)
   Status: Fix Released => Fix Committed

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-01-29 Thread Niels Thykier
Hi

What I meant is that we have imported a patch from Fedora to our source
repository and with our next build/upload to Ubuntu, this bug should be
dealt with and you will then be able to download a patched version of
eclipse via KPackageKit. I am unsure if the packages from eclipse.org
has been fixed - the fix is scheduled for their 3.5.2 release, but I do
not if it made it into the RC2 released recently.

So, unless 3.5.2RC2 contains the fix, I guess the answer is to wait a
bit. I am guessing your next question will be "when will the patched
eclipse be available?". I do not know yet, I will have a chat with
Benjamin about it.

As for the core of the problem: From what I can tell (by looking at the
patch), it seems that a NullPointerException in some java code caused
it. I think (but I honestly do not know) that the error was incorrectly
reported as being in libpango. I admit that I have not been paying too
much attention to the actual cause for it (I only looked for the patch).
If you want the full story, I can recommend reading the eclipse bug
linked from here - it may even know if eclipse 3.5.2RC2 contains the
fix.

~Niels

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-01-29 Thread Marcin Cinik
Hi!

Thanks for Your efforts! 
Could You please clarify if I should download new eclipse from eclipse.org or 
just run KPackageKit to download a patch You were speaking about in a previous 
post ? Would You be so kind and describe little closer what was the core of the 
problem ?

M

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-01-26 Thread Niels Thykier
Hi

We imported a patch from Fedora and expect this issue to be fixed with
the next upload.

~Niels


** Changed in: eclipse (Ubuntu)
   Status: Triaged => Fix Committed

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-01-25 Thread Marcin Cinik

Ahh, and I forgot to mention that downgrade of libglib-2.0-0 from v 
2.22.3-0ubuntu1 to  v 2.22.2-0ubuntu1 did not help anyway. Previous versions of 
stable ganymede and galileo also crash after just few minutes after startup and 
usage.
Is there anybody who could just debug the problem and close this bug request ?

M

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-01-25 Thread Marcin Cinik
As You suggested I've downloaded Eclipse 3.5.2 RC1. The problem still
occurs.

thinkpad /my2/download $ 
/usr/local/eclipse-SDK-3.5.2RC1-linux-gtk-x86_64/eclipse
 
# An unexpected error has been detected by HotSpot Virtual Machine: 
  
#   
  
#  SIGSEGV (0xb) at pc=0x7f101c20a5a3, pid=5326, tid=139707170129648
  
#   
  
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_16-b02 mixed mode)  
  
# Problematic frame:
  
# C  [ld-linux-x86-64.so.2+0xb5a3]  
  
#
# An error report file with more information is saved as hs_err_pid5326.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#


** Attachment added: "hs_err_pid5326.log"
   http://launchpadlibrarian.net/38373949/hs_err_pid5326.log

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-01-19 Thread oliford
The fix suggested in #3 of
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/500776, (marked
as a duplicate of this) does not help for me.

It says that the pango crash is due to a bug in libglib2.0-0 version
2.22.3-0ubuntu1 and suggests downgrading it to 2.22.2-0ubuntu1.

The libpango crash after running subclipse update remains the same here
so this does not appear to be the case.

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-01-14 Thread nh2
Will most probably be fixed in Eclipse 3.5.2.

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-01-08 Thread Bug Watch Updater
** Changed in: eclipse (Fedora)
   Status: In Progress => Fix Committed

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2010-01-08 Thread oliford
I am also seeing this crash in Xubuntu 9.10 Karmic  on my laptop (amd64
HP nc6320 with intel 945GM graphics) but not on my desktop (also amd64
but with nVidia 9500GT graphics). Other than the graphics drivers, the
two systems are setup with the same software.

I have installed eclipse from the apt repository so the
GDK_NATIVE_WINDOWS workaround is in place and the buttons all work fine.

Xubuntu appears to not have the assistive technologies at all, so I
can't turn it off (the package at-api is not installed).

I have subclipse 1.6.5 installed OK and the javaHL is working. Some of
the subclipse functionality works but checkouts fairly reliably cause a
libpango crash similar to above on the laptop only. I think I have seen
it work occasionally when I haven't changed anything, but usually it
does crash.

I have tried renaming libcairo-swt and using the 64-bit
org.eclipse.swt.gtk.linux.x86_64_3.5.1.v3555a.jar from #47, neither has
any effect.

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-12-29 Thread Jakob Unterwurzacher
** Description changed:

  =
  BUG
  =
  After having started Eclipse 3.5 on Karmic 32bit (openjdk-6-jre 
6b16-1.6.1-1ubuntu2) and running it for some minutes, it terminates saying
  
  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0xb7b62856, pid=24497, tid=3084424896
  #
  # JRE version: 6.0_15-b03
  # Java VM: Java HotSpot(TM) Client VM (14.1-b02 mixed mode, sharing linux-x86 
)
  # Problematic frame:
  # C  [libpango-1.0.so.0+0x23856]  pango_layout_new+0x36
  #
  # An error report file with more information is saved as:
  # /home/niklas/hs_err_pid24497.log
  [...]
  
  Seems to be the bug in https://bugzilla.redhat.com/show_bug.cgi?id=522187 , 
but for the bug opener, the problem seems to be gone.
  Please tell me if you need more information.
  
  =
  WORKAROUND
  =
+ Disable assistive technologies:
+ System > Preferences > Assistive Technology Preferences > "Enable assistive 
technologies"
+ 
+ -OR-
+ 
  Replace 
/usr/lib/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.5.1.v3555a.jar (rename 
it to .backup or something) with
  32bit Ubuntu: 
http://launchpadlibrarian.net/36500083/org.eclipse.swt.gtk.linux.x86_3.5.1.v3555a.jar
  64bit Ubuntu: 
http://launchpadlibrarian.net/36643806/org.eclipse.swt.gtk.linux.x86_64_3.5.1.v3555a.jar
  (See comment 44 and 47 for more info)

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-12-29 Thread Jakob Unterwurzacher
** Description changed:

- After having started Eclipse 3.5 on Karmic 32bit (openjdk-6-jre
- 6b16-1.6.1-1ubuntu2) and running it for some minutes, it terminates
- saying
- 
- % opt/eclipse3.5/eclipse  
- #
- # A fatal error has been detected by the Java Runtime Environment:
- #
- #  SIGSEGV (0xb) at pc=0xb7ba9856, pid=1541, tid=3085993664
- #
- # JRE version: 6.0-b16
- # Java VM: OpenJDK Client VM (14.0-b16 mixed mode, sharing linux-x86 )
- # Distribution: Ubuntu karmic (development branch), package 
6b16-1.6.1-1ubuntu2
- # Problematic frame:
- # C  [libpango-1.0.so.0+0x23856]  pango_layout_new+0x36
- #
- # An error report file with more information is saved as:
- # /home/niklas/hs_err_pid1541.log
- #
- # If you would like to submit a bug report, please include
- # instructions how to reproduce the bug and visit:
- #   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
- # The crash happened outside the Java Virtual Machine in native code.
- # See problematic frame for where to report the bug.
- #
- zsh: abort (core dumped)  opt/eclipse3.5/eclipse
- 
- Note it is the same with Sun's Java:
+ =
+ BUG
+ =
+ After having started Eclipse 3.5 on Karmic 32bit (openjdk-6-jre 
6b16-1.6.1-1ubuntu2) and running it for some minutes, it terminates saying
  
  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0xb7b62856, pid=24497, tid=3084424896
  #
  # JRE version: 6.0_15-b03
  # Java VM: Java HotSpot(TM) Client VM (14.1-b02 mixed mode, sharing linux-x86 
)
  # Problematic frame:
  # C  [libpango-1.0.so.0+0x23856]  pango_layout_new+0x36
  #
  # An error report file with more information is saved as:
  # /home/niklas/hs_err_pid24497.log
  [...]
  
  Seems to be the bug in https://bugzilla.redhat.com/show_bug.cgi?id=522187 , 
but for the bug opener, the problem seems to be gone.
  Please tell me if you need more information.
  
- ProblemType: Bug
- Architecture: i386
- Date: Wed Oct  7 01:06:37 2009
- DistroRelease: Ubuntu 9.10
- Package: openjdk-6-jre 6b16-1.6.1-1ubuntu2
- ProcEnviron:
-  LANG=de_DE.UTF-8
-  SHELL=/usr/bin/zsh
- SourcePackage: openjdk-6
- Uname: Linux 2.6.31-rc6-wl i686
+ =
+ WORKAROUND
+ =
+ Replace 
/usr/lib/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.5.1.v3555a.jar (rename 
it to .backup or something) with
+ 32bit Ubuntu: 
http://launchpadlibrarian.net/36500083/org.eclipse.swt.gtk.linux.x86_3.5.1.v3555a.jar
+ 64bit Ubuntu: 
http://launchpadlibrarian.net/36643806/org.eclipse.swt.gtk.linux.x86_64_3.5.1.v3555a.jar
+ (See comment 44 and 47 for more info)

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-12-17 Thread Jarkko Lietolahti
>From I noticed that if GTK_MODULES contains "atk-bridge" eclipse keeps
crashing.

Default GTK_MODULES:
jar...@sentti:~/dev/eclipse$ !echo
echo $GTK_MODULES 
canberra-gtk-module:gail:atk-bridge


My eclipse startup script, which doesn't crash eclipse:
jar...@sentti:~/dev/eclipse$ cat eclipse
#!/bin/sh

echo https://bugs.edge.launchpad.net/ubuntu/+source/eclipse/+bug/458703
export GDK_NATIVE_WINDOWS=1
echo https://bugzilla.gnome.org/show_bug.cgi?id=546542
export GTK_MODULES="canberra-gtk-module:gail"

~/dev/eclipse/eclipse.bin $0

Notice that eclipse.bin reads eclipse.bin.ini (not the default
eclipse.ini). Also empty (GTK_MODULES="") works also.



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

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-12-10 Thread jose vilmar estacio de souza
Works fine with file attached in coment 47.
I'll try more tests.

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-12-09 Thread nh2
Here is a jar for 64 bit.
Please try if it works and make a backup of your original one before - I cannot 
test it because I have no 64 bit system available here.

** Attachment added: "SWT jar to prevent crash - for x86_64"
   
http://launchpadlibrarian.net/36643806/org.eclipse.swt.gtk.linux.x86_64_3.5.1.v3555a.jar

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-12-09 Thread Niels Thykier
Hi

The jar file attached by nh2 only works for x86 machines - amd64 needs a
different one. Nevertheless, we will look into backporting the patch for
this problem from eclipse 3.6 - I hope (but cannot promise) that we can
get it backported to Karmic (or into proposed-updates)

~Niels

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-12-07 Thread jose vilmar estacio de souza
Perhaps I am doing something wrong.
sudo apt-get install eclipse
cp -i org.eclipse.swt.gtk.linux.x86_3.5.1.v3555a.jar  /usr/lib/eclipse/plugins/

The crash persists.
I am running eclipse in a 64-bit environment, may be the difference?
I gave a try in eclipse 3.6 I20091204 and no crash.

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-12-06 Thread Benjamin Drung
** Changed in: eclipse (Ubuntu)
   Status: Confirmed => Triaged

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-12-06 Thread nh2
As described above, a patch has been created in the upstream bug.
I have created an SWT jar using it.
Place it into your Eclipse 3.5.1 "plugin" directory and your crashes should 
stop.
Please report back if it works.

** Attachment added: "SWT jar to prevent crash"
   
http://launchpadlibrarian.net/36500083/org.eclipse.swt.gtk.linux.x86_3.5.1.v3555a.jar

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-12-03 Thread jose vilmar estacio de souza
It seems to be a fix to this bug. I didn't try yet.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=291128

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-17 Thread jose vilmar estacio de souza
Since the bug seems to be related to assistive technologies, I wrote to Li 
Yuan, the person responsable to maintaining the at-spi.
I received the following reply:

--
>From the trace, I don't find any accessibility code. Although it is not a 
>complete trace, it would be great if we can get the full trace.
--

Is it possible to generate a full trace? What steps?
Thanks.

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-16 Thread Oleksandr Iuzikov
On Sun, 2009-11-15 at 17:24 +, nh2 wrote:

> @ Oleksandr:
> Could you tell us steps to reproduce?
> 
> 
 1. I set up a new repository using Subversive SVN perspective.
 2. The new repository appeared in the "SVN Repositories" view.
 3. When I want to expand it (tree-like gui component) it
immediately crashes.

On Mon, 2009-11-16 at 12:35 +, nh2 wrote:

> @ Jose: This is clear to me, but it seems that Oleksandr's Eclipse crashes 
> only on Subversive checkouts and not on the original bug on cancel buttons.
> @ Oleksandr: Is this right?
> 

In my opinion it's more related to GUI components rendering (tree view
for example).

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-16 Thread Jaromir Obr
Another steps to reproduce:
1) Run Eclipse
2) Go to "Window -> Preferences -> General -> Keys"
3) Click on "Cancel" - Eclipse crashes
Disabling gnome assistive technologies helped me.

Used SW:
Ubuntu 9.10, amd64
Eclipse 3.5.1

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-16 Thread Filippo De Luca
Hi, I solved my bug on #37 by use SvnKit instead of javaHL.

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-16 Thread nh2
@ Jose: This is clear to me, but it seems that Oleksandr's Eclipse crashes only 
on Subversive checkouts and not on the original bug on cancel buttons.
@ Oleksandr: Is this right?

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-16 Thread Filippo De Luca
Hi I use the GDK_NATIVE_WINDOWS but it does not resolve the issue for
me.

When I do an SVN update or commit, the eclipse GUI freeze and become
blue with no interaction possible. It happen no every times but 50% of
the times.

I think it is due to credential dialog but I'm not sure of this.

Anyone has my same issue?

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-15 Thread jose vilmar estacio de souza
To reproduce try the following steps:
1. Download and install eclipse 3.5.1 from http://www.eclipse.org
2. execute eclipse.
3. Press alt+h and chose install software.
4. press the cancel button.


** Attachment added: "log caused by the problem"
   http://launchpadlibrarian.net/35730717/hs_err_pid9169.log

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-15 Thread nh2
@ Oleksandr:
Could you tell us steps to reproduce?

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-15 Thread jose vilmar estacio de souza
I can not turn off assistive tecnologies because I am blind and need to use 
eclipse with orca.
For while I'm using eclipse with windows. A solution would be welcome.
Thanks.

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-08 Thread Irios
Oh, I had missed the bit about relogging after disabling assistive
technologies. I hereby confirm that disabling assistive technologies and
relogging did make Eclipse work.

It is funny that it works out of the under Kubuntu, when it calls GTK
just the same. I imagine GTK under Gnome does use Gnome libraries, and
not only the other way around.

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

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


Re: [Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-07 Thread NKjoep
07/nov/2009 18.31, Irios wrote:

> Pixie dust recipes that did not work:
>
> * Install clean download from eclipse.org (same behavior)
> * setting GDK_NATIVE_WINDOWS=1 before launching Ubuntu repo or eclipse.org 
>  version (same behavior)
>
> I insist: It DOES work OK in Kubuntu.
>

uhm, very interesting!

Does Kubuntu have "assistive technologies" ?

--
Andrea

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-07 Thread Irios
The packages for Eclipse Galileo that are in Ubuntu's repositories
(3.5.1+repack~1-0ubuntu1) do crash in Ubuntu, but do run in Kubuntu.

An example (that is not the only way of making Eclipse crash in Ubuntu
in this way):

On Kubuntu:

Install Eclipse with K package manager or whatever.
Launch Eclipse
Click "Help" - "Install new software"
Setup Galileo repo
Select section "Programming Languages"
Select "Eclipse C/C++ Development Tools"
Click "Next" (Eclipse calculates dependencies, then shows you the packages you 
are going to install)
Click "Finish" (Eclipse downloads and installs CDT).

On Ubuntu:

Install Eclipse with Synaptic.
Launch Eclipse
Click "Help" - "Install new software"
Setup Galileo repo
Select section "Programming Languages"
Select "Eclipse C/C++ Development Tools"
Click "Next" (Eclipse calculates dependencies, then shows you the packages you 
are going to install)
Click "Finish" (Eclipse crashes and disappears).

If on Ubuntu Eclipse was launched from a console, at the moment it
crashes you get this console output:

   #
   # A fatal error has been detected by the Java Runtime Environment:
   #
   #  SIGSEGV (0xb) at pc=0x00277856, pid=6258, tid=3079112384
   #
   # JRE version: 6.0-b16
   # Java VM: OpenJDK Client VM (14.0-b16 mixed mode, sharing linux-x86 )
   # Distribution: Ubuntu karmic (development branch), package 
6b16-1.6.1-1ubuntu3
   # Problematic frame:
   # C  [libpango-1.0.so.0+0x23856]  pango_layout_new+0x36
   #
   # An error report file with more information is saved as:
   # /home/nacho/hs_err_pid6258.log
   #
   # If you would like to submit a bug report, please include
   # instructions how to reproduce the bug and visit:
   #   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
   # The crash happened outside the Java Virtual Machine in native code.
   # See problematic frame for where to report the bug.
   #
   Aborted

Pixie dust recipes that did not work:

* Install clean download from eclipse.org (same behavior)
* setting GDK_NATIVE_WINDOWS=1 before launching Ubuntu repo or eclipse.org 
version (same behavior)

I insist: It DOES work OK in Kubuntu.

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-04 Thread Neil Grogan
Thanks, I also found:
$ gnome-control-panel

and then you can select and turn it off.

>Dario Bertini wrote  R: [Bug 445009] Re: Eclipse SIGSEGVs in libpango   #25
>Open (in a terminal or alt+f2) gnome-at-properties

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

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


R: [Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-04 Thread Dario Bertini
Open (in a terminal or alt+f2) gnome-at-properties

Il giorno 04/nov/2009 23:01, "Neil Grogan"  ha scritto:

I don't have Assistive technologies in my Preferences, does anyone know
how to get it?

-- Eclipse SIGSEGVs in libpango https://bugs.launchpad.net/bugs/445009 You
received this bug notif...

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-04 Thread Neil Grogan
I don't have Assistive technologies in my Preferences, does anyone know
how to get it?

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-04 Thread kk
thanks nh2 and Dario Bertini
Eclipse Galileo ( and 3.6XX) is working properly in Ubuntu 9.10 32bit after 
these tips :)

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-02 Thread Benjamin Drung
** Changed in: eclipse (Ubuntu)
   Importance: Undecided => Medium

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-02 Thread Bug Watch Updater
** Changed in: eclipse (Fedora)
   Status: Unknown => In Progress

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-02 Thread nh2
** Also affects: openjdk via
   https://bugs.eclipse.org/bugs/show_bug.cgi?id=291128
   Importance: Unknown
   Status: Unknown

** Project changed: openjdk => eclipse

** Bug watch added: Red Hat Bugzilla #522187
   https://bugzilla.redhat.com/show_bug.cgi?id=522187

** Also affects: eclipse (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=522187
   Importance: Unknown
   Status: Unknown

** Also affects: eclipse (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: openjdk-6 (Ubuntu)
   Status: New => Invalid

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-02 Thread nh2
We found a workaround in Bug 460104.
Click System -> Preferences -> Assistive Technologies -> Untick first checkbox 
and re-login, Eclipse should work now.

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-11-01 Thread NKjoep
This appen to me too.

I'm running sun jdk from karmik repo, ati radeon 3200, intel core 2
(sony notebook).

Eclipse crashes everytime i click a "cancel".

So you if you want to reproduce this, just: File -> Import -> click
cancel.

And you'll get this:

# SIGSEGV (0xb) at pc=0x002bd856, pid=4776, tid=3078371008
#
# JRE version: 6.0_16-b01
# Java VM: Java HotSpot(TM) Client VM (14.2-b01 mixed mode, sharing linux-x86 )
# Problematic frame:
# C [libpango-1.0.so.0+0x23856] pango_layout_new+0x36

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

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


Re: [Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-10-31 Thread Oleksandr Iuzikov
Does your netbook have intel video? I have this problem on my HP 530
laptop. Can someone try it on non-intel video environment, please?

On Sat, 2009-10-31 at 13:31 +, nh2 wrote:

> (Un)Fortunately, this does not happen on every system.
> My Karmic Netbook sigsegvs while my Karmic Desktop does not.
> 



-- 
Oleksandr Iuzikov 
TECHISLE.NET

GPGKEY: 3C2B0980

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-10-31 Thread nh2
(Un)Fortunately, this does not happen on every system.
My Karmic Netbook sigsegvs while my Karmic Desktop does not.

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-10-24 Thread Guido Navalesi
This happens with Karmic 64bits too.
I've tried everything:
-Ubuntu's Eclipse package
-Install manually Eclipse
-Delete ~/.eclipse

And it's just like #15

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-10-21 Thread nh2
This happens with Karmic's Eclipse package, too.

To reproduce:
sudo apt-get install eclipse
eclipse
Click Help -> Install new Software -> Cancel -> You get the SIGSEGV

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

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


Re: [Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-10-20 Thread oiuzikov
On Sun, 2009-10-18 at 18:03 +, Matthias Klose wrote:
> the vm crash report in comment #8 seems to be incomplete
> 
attaching another one...


** Attachment added: "hs_err_pid16524.log"
   http://launchpadlibrarian.net/34041789/hs_err_pid16524.log

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-10-19 Thread nh2
I found a upstream bug in
https://bugs.eclipse.org/bugs/show_bug.cgi?id=291128


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

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

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


Re: [Openjdk] [Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-10-18 Thread Matthias Klose
On 18.10.2009 21:22, nh2 wrote:
> @ Matthias:
> It's the current "Eclipse IDE for Java Developers" available on eclipse.org.
> I've filed the bug against OpenJDK because I do not know how a Java program 
> can crash its JVM - why could that happen?

native code as distributed by eclipse.org, especially swt-gtk, xul and
the like.

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-10-18 Thread nh2
@ Matthias:
It's the current "Eclipse IDE for Java Developers" available on eclipse.org.
I've filed the bug against OpenJDK because I do not know how a Java program can 
crash its JVM - why could that happen?

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-10-18 Thread Matthias Klose
% opt/eclipse3.5/eclipse

you should report this problem where you got this version

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-10-18 Thread Matthias Klose
the vm crash report in comment #8 seems to be incomplete

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-10-18 Thread oiuzikov
Confirm. I have installed eclipse from repo. And it's not working with
both OpenJDK and Sun's Java.

** Attachment added: "hs_err_pid29619.log"
   http://launchpadlibrarian.net/33873876/hs_err_pid29619.log

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-10-14 Thread Daniel
@nh2:
I see there are already bug reports, and workarounds for both too:
Termination: Bug #293849 & Bug #299828
Buttons: Bug #443004

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-10-14 Thread nh2
@Daniel:
You should create one bug for each problem (I see the futex_wait_queue_me, too) 
and assign it to the Eclipse package - if somebody knows that it belongs to 
another package, he will just change it.

By the way, I have these bugs with both OpenJDK and Sun's Java.

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-10-12 Thread Daniel
@nh2:
I see, you use openjdk 6. i use sun-java6-bin. and my eclipse is manually 
installed, so it uses only the standard dependencies from ubuntu. which package 
should I assign such a bug to?
I also see that eclipse process does not terminate anymore, but the all its 
windows and the profile lock were close correctly. system monitor tells 
futex_wait_queue_me.

And yes: I dont have any SWT testing application to check but i think it
is a general problem.

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-10-11 Thread nh2
I also experience that button behaviour, but I think this is not
related. Would you mind to create a bug report for that?

"it could also be every other SWT application" - ACK. If Eclipse is able
to crash the JVM, every Java program could, right?

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-10-11 Thread Daniel
Same problem, but slightly different software:

Eclipse is installed manually but up-to-date (3.5.1)

JRE version: 6.0_16-b01
# Java VM: Java HotSpot(TM) Client VM (14.2-b01 mixed mode, sharing linux-x86 )
(from package sun-java6-bin, version 6-16-0ubuntu1.9.04)

My question: WHY do i have to use eclipse from the distribution? There
is nothing special to eclipse - it could also be every other SWT
application...

libpango1.0-0, Version: 1.26.0-1

Also see strange behaviour when clicking buttons. Mostly they feel like
i did not release the mouse button and then i have to press RETURN to
start the action...



# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00d10856, pid=7497, tid=3078784704
#
# JRE version: 6.0_16-b01
# Java VM: Java HotSpot(TM) Client VM (14.2-b01 mixed mode, sharing linux-x86 )
# Problematic frame:
# C  [libpango-1.0.so.0+0x23856]  pango_layout_new+0x36

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-10-07 Thread Matthias Klose
known problem with packages provided from eclipse.org. please use the
one from the distribution (karmic)


** Tags added: eclipse local-binary swt-gtk

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

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


[Bug 445009] Re: Eclipse SIGSEGVs in libpango

2009-10-06 Thread nh2

** Attachment added: "Error report file"
   http://launchpadlibrarian.net/33181759/hs_err_pid1541.log

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/33181760/Dependencies.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/33181761/XsessionErrors.txt

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

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