Svn Checkout on Eclipse Ganimed and Ubuntu 9.10

Bug #476029 reported by mariomol
This bug report is a duplicate of:  Bug #531376: Eclipse crashes in libpango (karmic). Edit Remove
18
This bug affects 3 people
Affects Status Importance Assigned to Milestone
eclipse (Ubuntu)
Incomplete
Undecided
Unassigned

Bug Description

how to reproduce it:

1. Install Ganimed Eclipse with Subeclipse (SVN Plugin) and PDT
2. Creat a New Project from svn :
File -> New -> Other -> Svn -> Checkout Projects from SVN
3. Click on Next and then Choose a Repository, click on Next, Choose a Directory, Next
4. Now input a project name , Next and Finish.

The eclipse shuts down and shows me on text console:

# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007feff342ef7a, pid=7372, tid=140669829290256
#
# JRE version: 6.0-b16
# Java VM: OpenJDK 64-Bit Server VM (14.0-b16 mixed mode linux-amd64 )
# Distribution: Ubuntu karmic (development branch), package 6b16-1.6.1-1ubuntu3
# Problematic frame:
# C [libpango-1.0.so.0+0x24f7a] pango_layout_new+0x2a
#
# An error report file with more information is saved as:
# /home/mario/hs_err_pid7372.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.
#

Revision history for this message
mariomol (mariohmol) wrote :
Revision history for this message
Marcel Miebach (marcel-miebach) wrote :

I have the same problem with subclipse on 32bit Karmic. Checkout crashes eclipse.
Last week it still worked on 64bit Karmic for another svn-server.
I haven't tried subversive or the 64bit computer again.
I tested the other svn-server again and eclipse did not crash...

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00f35856, pid=6923, tid=3060325232
#
# 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/marcel/eclipse/hs_err_pid6923.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

Revision history for this message
mariomol (mariohmol) wrote : Re: [Bug 476029] Re: Svn Checkout on Eclipse Ganimed and Ubuntu 9.10

Hy,

with this script i could use eclipse normaly:

#!/bin/sh
export GDK_NATIVE_WINDOWS=1
export MALLOC_CHECK=0
export MALLOC_CHECK_=0
/usr/local/eclipsePHP/eclipse -vmargs -Xms256M -Xmx512M -XX:PermSize=256M
-XX:MaxPermSize=512M &> /dev/null &

Cheers,

2009/11/6 Marcel Miebach <email address hidden>

> I have the same problem with subclipse on 32bit Karmic. Checkout crashes
> eclipse.
> Last week it still worked on 64bit Karmic for another svn-server.
> I haven't tried subversive or the 64bit computer again.
> I tested the other svn-server again and eclipse did not crash...
>
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # SIGSEGV (0xb) at pc=0x00f35856, pid=6923, tid=3060325232
> #
> # 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/marcel/eclipse/hs_err_pid6923.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
>
>
> ** Attachment added: "Error Log File"
> http://launchpadlibrarian.net/35268900/hs_err_pid6923.log
>
> --
> Svn Checkout on Eclipse Ganimed and Ubuntu 9.10
> https://bugs.launchpad.net/bugs/476029
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “openjdk-6” package in Ubuntu: New
>
> Bug description:
> how to reproduce it:
>
> 1. Install Ganimed Eclipse with Subeclipse (SVN Plugin) and PDT
> 2. Creat a New Project from svn :
> File -> New -> Other -> Svn -> Checkout Projects from SVN
> 3. Click on Next and then Choose a Repository, click on Next, Choose a
> Directory, Next
> 4. Now input a project name , Next and Finish.
>
> The eclipse shuts down and shows me on text console:
>
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # SIGSEGV (0xb) at pc=0x00007feff342ef7a, pid=7372, tid=140669829290256
> #
> # JRE version: 6.0-b16
> # Java VM: OpenJDK 64-Bit Server VM (14.0-b16 mixed mode linux-amd64 )
> # Distribution: Ubuntu karmic (development branch), package
> 6b16-1.6.1-1ubuntu3
> # Problematic frame:
> # C [libpango-1.0.so.0+0x24f7a] pango_layout_new+0x2a
> #
> # An error report file with more information is saved as:
> # /home/mario/hs_err_pid7372.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.
> #
>

Revision history for this message
mariomol (mariohmol) wrote :

Hy,

with this script i could use eclipse normaly:

#!/bin/sh
export GDK_NATIVE_WINDOWS=1
export MALLOC_CHECK=0
export MALLOC_CHECK_=0
/usr/local/eclipsePHP/eclipse -vmargs -Xms256M -Xmx512M -XX:PermSize=256M -XX:MaxPermSize=512M &> /dev/null &

Cheers,

Revision history for this message
Marcel Miebach (marcel-miebach) wrote :

I am not sure if disabling a malloc-check could harm/crash my computer so I only tried the memory size commands (-Xms and -Xmx). I also tried export GDK_NATIVE_WINDOWS=1 but that did not help.
I forgot to mention that I am using the Galileo version of eclipse and not Ganimed.

Revision history for this message
mariomol (mariohmol) wrote :

I'm using Galileo as well, sorry about that.

Try to use the script, it worked for me! =)

Updating to 9.10 i got other errors, for example, some of my mp3 files has desapeared using amarok.
Actually amarok changed the location of the files, creating folders with the first name of the band.
For example mp3/R/Rush.

Bizarr!!

Cheers,

Revision history for this message
Marcel Miebach (marcel-miebach) wrote :

Today I tried to checkout on my 64bit Karmic eclipse but there it also did not work with subclipse.
But subversive works! Of course that too is only a workaround because there seems to be a bug/problem in libpango or openjdk or somewhere but for now I am happy... ;)

Revision history for this message
Matthias Klose (doko) wrote :

please recheck with the eclipse/xulrunner in lucid

affects: openjdk-6 (Ubuntu) → eclipse (Ubuntu)
Changed in eclipse (Ubuntu):
status: New → Incomplete
Revision history for this message
Benjamin Drung (bdrung) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug #531376, so it is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Feel free to continue to report any other bugs you may find.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.