语言

Menu
Sites
Language
Tizen IDE Crashes with creating new Platform Project. (updated)

Like the title says. I am using Ubuntuu 14.02 and Ive downloaded the Tizen SDK and installed from an the image file for amd64. (Im using a Macbook Pro - Dual Boot into Ubuntu). I select the platform option on custom in the install manager, and seems to install fine.

When trying to create a new platform project in the IDE, it simply crashes with no error message.

 

Any ideas?

Update: Here is the error log I got.


# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007ff116d422a1, pid=5621, tid=140676190287616
#
# JRE version: 6.0_45-b06
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.45-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libsoup-2.4.so.1+0x6c2a1]  short+0x11
#
# 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.
#

Any help?

 

编辑者为: William Belcher 31 5月, 2014

响应

6 回复
Alex Ashirov

Hi,

It works fine on my Ubuntu 12.04. According to the Prerequisites for the Tizen SDK: Ubuntu® 12.04 or 12.10 (32- or 64-bit) is supported. Probably there are issues with Ubuntuu 14.02.

Alex Dem

Hi,
Maybe could help : https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776#c6
The possible workaround for similar errors that I have found (but I can't check and confirm). Maybe the issue is in eclipse but not with ubuntu.
Alexey.

Paweł Chmiel

I also had the same problem on ubuntu 14.04 (64bit). To fix it i had to add following lines to eclipse.ini (found inside tizen-sdk/ide/)

-Dorg.eclipse.swt.browser.DefaultType=mozilla
-Dorg.eclipse.swt.browser.XULRunnerPath=path_to_xullrunner

The biggest problem for me, was to find compatible (with eclipse) 64 bit version of xulrunner - i've used version from link found here ( https://jazz.net/forum/questions/103561/how-to-install-rtc-4-with-eclipse-37x-on-64-bit-ubuntu-1210 ) and it works fine (and better than on windows 7, where emulator don't start when VT and GPU is on. Here it works without any problems).

Alex Dem

Thank you for confirmation and for useful info.
Alexey

Thanks !!

Anuradha Fernando

Hi

Few checks

1. Make sure you using the latest JDK (I use 7u65-2.5 )

2. Update the following in <Tizen-SDK-Home>/ide/eclipse.ini

-Dorg.eclipse.swt.browser.DefaultType=mozilla
-Dorg.eclipse.swt.browser.XULRunnerPath=<xulrunner path>

Worked for me.

Enjoy !!

Anuradha