Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclipse crashes after SVN commit
Eclipse crashes after SVN commit [message #814686] Tue, 06 March 2012 19:20 Go to next message
Daniel Stammler is currently offline Daniel StammlerFriend
Messages: 3
Registered: February 2012
Junior Member
Hello,

i'm trying to connect a project with a svn repositorie. Unfortunately eclipse crashes after clicking on "Commit" without a message. I looked at the log file and found this message:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0cb6a0c1, pid=5786, tid=251874160
#
# JRE version: 7.0_03-b04
# Java VM: Java HotSpot(TM) Client VM (22.1-b02 mixed mode linux-x86 )
# Problematic frame:
# C [libsqlite3.so+0x60c1] sqlite3_free+0x101
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
# _ttp://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

I'm using Version: Indigo Service Release 2
Build id: 20120216-1857

svn: Subclipse 1.8.5
Subversion JavaHL Native Library Adapter 1.7.3

It would be very nice if you could help me.

Kind regards,
Daniel
Re: Eclipse crashes after SVN commit [message #816201 is a reply to message #814686] Thu, 08 March 2012 14:42 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Hi Daniel,

Just a guess, can you try setting the
-Dorg.eclipse.swt.browser.DefaultType=mozilla java property as described
in http://www.eclipse.org/swt/faq.php#browserspecifydefault ? I'm
guessing that the SVN plug-in is creating a Mozilla-style Browser, whose
shipped sqlite3 lib is conflicting with the one on the OS that is
referenced by WebKit-based Browsers.

Grant


On 3/6/2012 2:20 PM, Daniel Stammler wrote:
> Hello,
>
> i'm trying to connect a project with a svn repositorie. Unfortunately
> eclipse crashes after clicking on "Commit" without a message. I looked
> at the log file and found this message:
>
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # SIGSEGV (0xb) at pc=0x0cb6a0c1, pid=5786, tid=251874160
> #
> # JRE version: 7.0_03-b04
> # Java VM: Java HotSpot(TM) Client VM (22.1-b02 mixed mode linux-x86 )
> # Problematic frame:
> # C [libsqlite3.so+0x60c1] sqlite3_free+0x101
> #
> # Failed to write core dump. Core dumps have been disabled. To enable
> core dumping, try "ulimit -c unlimited" before starting Java again
> #
> # If you would like to submit a bug report, please visit:
> # _ttp://bugreport.sun.com/bugreport/crash.jsp
> # The crash happened outside the Java Virtual Machine in native code.
> # See problematic frame for where to report the bug.
> #
>
> I'm using Version: Indigo Service Release 2
> Build id: 20120216-1857
>
> svn: Subclipse 1.8.5
> Subversion JavaHL Native Library Adapter 1.7.3
>
> It would be very nice if you could help me.
>
> Kind regards,
> Daniel
Re: Eclipse crashes after SVN commit [message #816273 is a reply to message #816201] Thu, 08 March 2012 16:24 Go to previous message
Daniel Stammler is currently offline Daniel StammlerFriend
Messages: 3
Registered: February 2012
Junior Member
It worked, thank you very much!
Previous Topic:All project changes - Access is Denied
Next Topic:Display description for collapse comment block
Goto Forum:
  


Current Time: Tue Apr 16 07:48:02 GMT 2024

Powered by FUDForum. Page generated in 0.14783 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top