Languages

Menu
Sites
Language
Tizen IVI SDK IDE crash

Hi,

I have successfully installed  Tizen IVI SDK. However, IDE is crashed just few seconds after opening. 

I found similar problem here: TIZEN 2.0 MAGNOLIA SDK Crashes while creating a new project

However, in my case changes of theme is not helping.

Errors I got after running startup.sh:

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Warning: SIGPIPE handler expected:libjvm.so+0x89b440  found:0x0000000000000001
Signal Handlers:
SIGSEGV: [libjvm.so+0x89b440], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0x89b440], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x89b440], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: SIG_IGN, sa_mask[0]=0x00001000, sa_flags=0x10000000
SIGXFSZ: [libjvm.so+0x89b440], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x89b440], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x89cbe0], sa_mask[0]=0x00000000, sa_flags=0x10000004
SIGHUP: [libjvm.so+0x89de90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGINT: [libjvm.so+0x89de90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGTERM: [libjvm.so+0x89de90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGQUIT: [libjvm.so+0x89de90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
log4j:WARN No appenders could be found for logger (org.tizen.common.core.application.InstallPathConfig).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Apr 04, 2014 10:24:17 AM com.orientechnologies.common.log.OLogManager log
WARNING: segment file 'default.0.oda' was not closed correctly last time
...
INFO: 6 indexes were restored successfully, 0 errors
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f168c6011d1, pid=17196, tid=139737531795200
#
# JRE version: Java(TM) SE Runtime Environment (8.0-b132) (build 1.8.0-b132)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.0-b70 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libsoup-2.4.so.1+0x6b1d1]  soup_session_feature_detach+0x11
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/agnieszka/tizen-sdk/ide/hs_err_pid17196.log
#
# If you would like to submit a bug report, please visit:
#   http://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.
#

oracle java version "1.8.0" Java(TM) SE Runtime Environment (build 1.8.0-b132)  Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode)

I am working with Linux Mint 16 (Petra) and Xfce 64-bit:

uname -a 
Linux anpa-dell 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Tizen IVI SDK 3.0 (alpha).

Anybody can provide a solution?

 

Responses

3 Replies
AVSukhov

Hello,

May be this help you:

https://groups.google.com/forum/#!msg/orient-database/7Lr_5fcoksk/b0SbNwr_RZgJ

Agnieszka Panek

Hi,

Thank you for response. Unfortunatelly, it's not the problem. Rather consequence. I have this warnings as in given links due to application crash. And I would like to fix somehow this application crash.

However, it looks that problem is somehow connected with OS Mint, because on Ubuntu it works without problem. I wonder what is the difference...

 

Harry Hyeongseok Heo

Maybe this could help you. 

http://ewaldertl.blogspot.kr/2014/03/memoryanalyzer-tool-based-on-eclipse.html

Would you add below code at the eclipse.ini file and re-try ?

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

You could add above text at the any next line of '-vmargs' . 

e.g. Below could be different as your environment.

-vmargs
-Dfile.encoding=UTF-8
-Dosgi.requiredJavaVersion=1.6
-XX:+AggressiveOpts
-XX:PermSize=128M
-XX:MaxPermSize=256M
-XX:MaxNewSize=128M
-XX:NewSize=128M
-Xms256m
-Xmx512m
-Dlog4j.configuratorClass=org.tizen.common.util.log.TizenLog4jConfigurator
-Dorg.eclipse.swt.browser.DefaultType=mozilla

I hope this could help you. 

Thanks.