Languages

Menu
Sites
Language
TIZEN 2.0 MAGNOLIA SDK Crashes while creating a new project

 

Tizen Eclipse IDE always crashing while creating a new project or running the project.

I installed the latest tizen sdk [http://download.tizen.org/sdk/sdk-images/2.0/tizen-sdk-image-2.0.0-ubunt... ] .
oracle java version - "1.7.0_13"
os - ubuntu 11.10 [upgraded from 11.04]

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

11 Replies
Raghu Kona
I have raised a Jira request for this issue. Please refer https://bugs.tizen.org/jira/browse/TSDK-89 for updates.
San Andreyev
Oracle java version - 7u15 (according to their naming here - http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html) SWT Browser inside Eclipse - Mozilla i686 1.7.12 + gtk2 + Xft (http://www-archive.mozilla.org/releases/) OS - Slackware64 14.0 multilib I'm launching it as following: $ MOZILLA_FIVE_HOME=/usr/lib/mozilla LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH $HOME/tizen-sdk/ide/eclipse startup.sh does the same. Yes, I corrected some scripts to get them working on Slackware.
San Andreyev
------------------------------------------------ $ MOZILLA_FIVE_HOME=/usr/lib/mozilla LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH $HOME/tizen-sdk/ide/eclipse log4j:WARN No appenders could be found for logger (org.tizen.common.core.command.EclipseExecutor). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. length:3 # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0000000000000000, pid=4050, tid=139928987858688 # # JRE version: 7.0_15-b03 # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed oops) # Problematic frame: # C 0x0000000000000000 # # 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/hs_err_pid4050.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. ------------------------------------------------ I can send error report file if anyone needed. I have not found how to attach it to forum message, sorry.
anfas ci
Hi, Anybody can provide a solution?
Didier De Nadai
Hi! Same issue for me with Oracle JDK 7 u17. The installation was fine, but each time I try to create a new project, the IDE will close after roughly 30 seconds. In the workspace, the project is partially created (only empty folders). When I restart the IDE, the project will not show up in the project list. Cheers, Didier
anfas ci
My issue was resolved, when i reinstall the ubuntu 11.04 and install the tizen sdk[11.10 and 12.04 is not supported for me.]
San Andreyev
Same with me. It seems working under ununtu 11.04, so SDK developers gave me no chance. :(
David Erosa
Hi all! I was having this same issue with latest SDK under Ubuntu 12.04 64 bits: I could not create a new project and the IDE crashed with no messages and no backtrace. I added the -Xcheck:jni" option to "eclipse.ini" with the hope of getting some more info and I got the following message (among others):
Warning: SIGILL handler expected:libjvm.so+0x744170  found:libnpgtpo3dautoplugin.so+0x4bb590
A quick search with "dpkg -S libnpgtpo3dautoplugin.so" revealed that the lib was from google-talkplugin. After uninstalling google-talkplugin, I crossed my fingers, ran "./startup.sh" again and now I'm able to create new projects with no errors! I'm not sure if this is a solution for everyone, but who knows?
Marsel Taipov

Thanks daviderosa!
I considered to try developing just using CLI tools but here is the solution!

vishudh sasidharan

I had the same issue though my OS is Ubuntu 12.10 and the 32 bit SDK. Thanks to your suggestion I removed the "google-talkplugin" package and the IDE started working. Thanks David Erosa

anfas ci
Thanks daviderosa. Its working fine.Now I can create project.