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 doing the same things as I described above does not crash Eclipse. Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/9 ------------------------------------------------------------------------ On 2009-09-29T20:17:20+00:00 Matthias wrote: Sounds good to me. I'm sure you'll open another bug if it starts crashing again... Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/10 ------------------------------------------------------------------------ On 2009-10-09T20:55:40+00:00 Jeff wrote: I'm seeing this with pango-1.26.0-1.fc12 and gtk2-2.18.2-1.fc12 and eclipse-swt-3.5.0-2.fc12 Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/14 ------------------------------------------------------------------------ On 2009-10-13T00:51:51+00:00 Michael wrote: I as Jeff am seeing this bug on the same versions. A good way to reproduce this bug is to try to create (java) project. It usually happens when you click finish:) Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/18 ------------------------------------------------------------------------ On 2009-10-13T17:24:05+00:00 Alexander wrote: Can someone try whether http://koji.fedoraproject.org/koji/taskinfo?taskID=1743496 fixes the problem? Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/19 ------------------------------------------------------------------------ On 2009-10-13T17:39:52+00:00 Jeff wrote: (In reply to comment #13) > Can someone try whether > http://koji.fedoraproject.org/koji/taskinfo?taskID=1743496 fixes the problem? > It works for my scenario which was to go into the New Project menu, select a C/C++ GNU Autotools project type but hit cancel before doing anything. This works now with the 3.5.1 build. Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/20 ------------------------------------------------------------------------ On 2009-10-14T11:18:27+00:00 Mat wrote: That 3.5.1 build seems to be working for me too, nice one. Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/21 ------------------------------------------------------------------------ On 2009-10-17T08:14:56+00:00 Michael wrote: it doesn't for me : $ rpm -ql eclipse* package eclipse* is not installed [mstoikov@ltm ~]$ rpm -qa eclipse* eclipse-subclipse-1.6.5-1.fc12.noarch eclipse-swt-3.5.1-1.fc12.x86_64 eclipse-changelog-2.6.7-3.fc12.x86_64 eclipse-jdt-3.5.1-1.fc12.x86_64 eclipse-cdt-6.0.0-10.fc12.x86_64 eclipse-dtp-1.7.0-5.fc12.noarch eclipse-valgrind-0.3.0-1.fc12.x86_64 eclipse-cdt-sdk-6.0.0-10.fc12.x86_64 eclipse-rse-3.1-2.fc12.noarch eclipse-gef-3.5.0-3.fc12.noarch eclipse-svnkit-1.3.0-1.fc12.noarch eclipse-platform-3.5.1-1.fc12.x86_64 eclipse-linuxprofilingframework-0.3.0-2.fc12.x86_64 eclipse-rpmstubby-0.3.0-1.fc12.noarch eclipse-birt-2.5-1.fc12.noarch eclipse-emf-2.5.0-4.fc12.noarch eclipse-pydev-1.4.7-3.fc12.x86_64 eclipse-rpm-editor-0.4.3-1.fc12.x86_64 eclipse-rcp-3.5.1-1.fc12.x86_64 $ rpm -qa *pango* pango-1.26.0-1.fc12.i686 pangomm-2.26.0-1.fc12.x86_64 pango-1.26.0-1.fc12.x86_64 pango-devel-1.26.0-1.fc12.x86_64 ruby-pango-0.19.3-2.fc12.x86_64 pangomm-devel-2.26.0-1.fc12.x86_64 $ eclipse # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fc278920dfa, pid=4144, tid=140473951749904 # # JRE version: 6.0-b16 # Java VM: OpenJDK 64-Bit Server VM (14.0-b16 mixed mode linux-amd64 ) # Distribution: Custom build (Thu Sep 10 17:06:47 EDT 2009) # Problematic frame: # C [libpango-1.0.so.0+0x24dfa] pango_layout_new+0x2a # # An error report file with more information is saved as: # /home/mstoikov/hs_err_pid4144.log # # If you would like to submit a bug report, please include # instructions how to reproduce the bug and visit: # http://icedtea.classpath.org/bugzilla # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # The same way of testing this time the buttons didn't get highlighted and nothing happens but a second after I create the project and it shows in the left it crashes.And I am on x86_64 Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/24 ------------------------------------------------------------------------ On 2009-10-17T08:16:30+00:00 Michael wrote: Created attachment 365116 the last log with 3.5.1 THis is the last log I get with 3.5.1 Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/25 ------------------------------------------------------------------------ On 2009-10-23T17:08:58+00:00 Adam wrote: This was discussed at the blocker review meeting today. As it seems clear this is a bug (or bugs) in Eclipse, not Pango or Java, we can't consider it a blocker for the final release, as it's not critical functionality and can just as easily be fixed as an update. Releng will accept a tag request to have a build included in F12 final to try and address these issues if you would like to do that, though. -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/34 ------------------------------------------------------------------------ On 2009-10-27T16:51:28+00:00 Andrew wrote: *** Bug 531186 has been marked as a duplicate of this bug. *** Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/36 ------------------------------------------------------------------------ On 2009-10-27T20:46:53+00:00 Andrew wrote: This puzzles me: /home/mstoikov/.eclipse/793567567/configuration/org.eclipse.osgi/bundles/594/1/.cp /libswt-gnome-gtk-3555.so The SWT .so files should be extracted into /usr/lib{,64}/eclipse and not get extracted (or re-extracted) at runtime. Michael, did you happen to try with an eclipse.org download expanded into a read-only (to the running user) location at some point? Can you try to see if you can duplicate with a clean ~/.eclipse? Ben, do you have any SWT .so files in ~/.eclipse? Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/37 ------------------------------------------------------------------------ On 2009-10-27T20:47:26+00:00 Andrew wrote: For information, upstream and Ubuntu bugs related to this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=285749 https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/174759 Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/38 ------------------------------------------------------------------------ On 2009-10-28T14:41:08+00:00 Andrew wrote: Jim Hayward reports on fedora-devel-java-list [1]: > I cannot reproduce that bug at all on a fully updated F12(rawhide) x86 > system. I don't currently have an x86_64 install to try. Eclipse 3.5.1 > has been working great since the dialog issue was fixed. I have been > using 3.5.1 daily for Java/C/C++ projects with no issues at all. I'm in the process on setting up an x86_64 system to see if I can track it down. [1] https://www.redhat.com/archives/fedora-devel-java-list/2009-October/msg00052.html Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/39 ------------------------------------------------------------------------ On 2009-10-28T15:28:49+00:00 Ben wrote: (In reply to comment #20) > Ben, do you have any SWT .so files in ~/.eclipse? No, the SWT shared libraries aren't in ~/.eclipse on my system. Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/40 ------------------------------------------------------------------------ On 2009-10-28T18:30:30+00:00 Andrew wrote: I *finally* got rawhide x86_64 installed. So far, I can't duplicate the problem. I've tried adding the Pydev update site and it didn't crash (it didn't add the content but that's another issue :). I've also created and deleted a bunch of Java projects and haven't had any issues. Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/41 ------------------------------------------------------------------------ On 2009-10-28T18:44:27+00:00 Mat wrote: (In reply to comment #24) > I *finally* got rawhide x86_64 installed. So far, I can't duplicate the > problem. I've tried adding the Pydev update site and it didn't crash (it > didn't add the content but that's another issue :). I've also created and > deleted a bunch of Java projects and haven't had any issues. Does the test case attached to the upstream Eclipse ticket work on Fedora? Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/42 ------------------------------------------------------------------------ On 2009-10-28T18:55:08+00:00 Ben wrote: (In reply to comment #24) > I *finally* got rawhide x86_64 installed. So far, I can't duplicate the > problem. The crash happened for me on i686 so it may not be a 64-bit issue. > I've tried adding the Pydev update site and it didn't crash (it > didn't add the content but that's another issue :). I had problems adding update sites too. Is there a bug report for this? Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/43 ------------------------------------------------------------------------ On 2009-10-28T18:58:38+00:00 Andrew wrote: (In reply to comment #26) > (In reply to comment #24) > > I *finally* got rawhide x86_64 installed. So far, I can't duplicate the > > problem. > > The crash happened for me on i686 so it may not be a 64-bit issue. Odd. > > I've tried adding the Pydev update site and it didn't crash (it > > didn't add the content but that's another issue :). > > I had problems adding update sites too. Is there a bug report for this? No, I'd appreciate you filing one. Thanks. Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/44 ------------------------------------------------------------------------ On 2009-10-28T19:41:57+00:00 Andrew wrote: (In reply to comment #25) > (In reply to comment #24) > > I *finally* got rawhide x86_64 installed. So far, I can't duplicate the > > problem. I've tried adding the Pydev update site and it didn't crash (it > > didn't add the content but that's another issue :). I've also created and > > deleted a bunch of Java projects and haven't had any issues. > > > Does the test case attached to the upstream Eclipse ticket work on Fedora? No. I've commented there. Thanks for pointing that out, Mat. Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/45 ------------------------------------------------------------------------ On 2009-11-03T13:03:16+00:00 nh2 wrote: See Ubuntu Bug 445009 (https://bugs.launchpad.net/bug/445009) for a possible workaround (turn of "Assistive Technologies"). Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/50 ------------------------------------------------------------------------ On 2009-11-03T13:05:14+00:00 nh2 wrote: Sorry, a typo. The URL is https://bugs.launchpad.net/bugs/445009. Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/51 ------------------------------------------------------------------------ On 2009-12-14T23:54:27+00:00 Mads wrote: *** Bug 547557 has been marked as a duplicate of this bug. *** Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/80 ------------------------------------------------------------------------ On 2009-12-15T00:03:09+00:00 Mads wrote: Quick note after looking briefly at the discussion above and the pending needinfo: I can reproduce the duplicate on bug 547557 on x86 and after having moved .eclipse away. Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/81 ------------------------------------------------------------------------ On 2009-12-22T20:55:20+00:00 Andrew wrote: I'm building some updated RPMs with a patch for this issue back-ported from upstream: http://koji.fedoraproject.org/koji/taskinfo?taskID=1887104 If anyone can give those a shot with accessibility enabled and see if there are still crasher bugs, I'd appreciate it. I think bug #547056 is a dupe of this one. Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/83 ------------------------------------------------------------------------ On 2009-12-22T21:56:17+00:00 Andrew wrote: Oops, there was an issue with my SRPM. Here's a better koji build: http://koji.fedoraproject.org/koji/taskinfo?taskID=1887224 Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/84 ------------------------------------------------------------------------ On 2009-12-25T17:43:33+00:00 Mads wrote: Re testing eclipse-*-3.5.1-27.fc13: On f12 it also needs a new jetty. I tried with the one from http://koji.fedoraproject.org/koji/buildinfo?buildID=144142 It seems like the f12 pydev doesn't work with the new eclipse builds? I can only reproduce the crash with pydev. Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/85 ------------------------------------------------------------------------ On 2009-12-26T07:04:24+00:00 Ben wrote: I'm having the same problems as Mads - pydev is not working with 3.5.1-27.f13 and I needed to install a new version of jetty to get this eclipse version to install on f12. I see this problem with accessibility on and off. Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/86 ------------------------------------------------------------------------ On 2010-01-04T13:59:06+00:00 Andrew wrote: I'll try to get an F-12 build with these fixes. Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/87 ------------------------------------------------------------------------ On 2010-01-05T14:06:04+00:00 Andrew wrote: Please try the RPMs from this koji build: http://koji.fedoraproject.org/koji/taskinfo?taskID=1901359 You'll have to click the link for your architecture (i686 or x86_64, for example) and then download all the RPMs listed at the bottom of that page. Upgrade your existing package with something like: # rpm -Uvh eclipse*3.5.1-22*.rpm It fixes the "open update manager, click cancel -> crash" bug for me. I'd appreciate more feedback. Thanks. Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/88 ------------------------------------------------------------------------ On 2010-01-07T14:43:13+00:00 Andrew wrote: *** Bug 553256 has been marked as a duplicate of this bug. *** Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/89 ------------------------------------------------------------------------ On 2010-01-07T15:36:46+00:00 Fabian wrote: Sorry, I'am on the CC list but did not receive any updates on this bug. The koji build does not solve the problem for me. Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/90 ------------------------------------------------------------------------ On 2010-01-07T15:40:41+00:00 Fabian wrote: I meant: It _does_ solve this problem. Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/91 ------------------------------------------------------------------------ On 2010-01-07T15:48:26+00:00 Fedora wrote: eclipse-3.5.1-22.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/eclipse-3.5.1-22.fc12 Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/92 ------------------------------------------------------------------------ On 2010-01-07T15:55:02+00:00 Andrew wrote: Thanks, Fabian. All: I've proposed a Bodhi update and would appreciate you providing feedback in the form of a comment and karma there: https://admin.fedoraproject.org/updates/eclipse-3.5.1-22.fc12 Note that you must be logged in with your Fedora account for the karma to get logged with the +3 required to push the update. Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/93 ------------------------------------------------------------------------ On 2010-01-08T20:13:50+00:00 Fedora wrote: eclipse-3.5.1-22.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update eclipse'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-0353 Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/95 ------------------------------------------------------------------------ On 2010-01-27T01:10:31+00:00 Fedora wrote: eclipse-3.5.1-22.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/101 ------------------------------------------------------------------------ On 2010-01-27T09:47:47+00:00 Michael wrote: It works for me and it had for maybe two months I obviously forgot to reported it. But I'm using rawhide and current version is 3.5.1-28.fc13.x86_64. And From the timestamp on .eclipse I have tried the 'move .eclipse folder' move more then a month before my post. Thanks for the good work :) Reply at: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/445009/comments/102 ** Changed in: eclipse (Fedora) Status: Fix Committed => Fix Released ** Changed in: eclipse (Fedora) Importance: Unknown => High ** Bug watch added: Eclipse bugs #285749 https://bugs.eclipse.org/bugs/show_bug.cgi?id=285749 -- 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