语言

Menu
Sites
Language
Tizen on Kubuntu

Hi,

 

I know this could be an off-topic, but i've installed on a fresh kubuntu Tizen SDK 2.1. Launching the startup script with -debug option i got this output:

sh4d@aeryn:~/tizen-sdk/ide$ ./startup.sh                                                                                                                                            
Start VM: /usr/bin/java                                                                                                                                                             
-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                                                                                                          
-jar /home/sh4d/tizen-sdk/ide//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar                                                                                             
-os linux                                                                                                                                                                           
-ws gtk                                                                                                                                                                             
-arch x86_64                                                                                                                                                                        
-showsplash                                                                                                                                                                         
-launcher /home/sh4d/tizen-sdk/ide/eclipse                                                                                                                                          
-name Eclipse                                                                                                                                                                       
--launcher.library /home/sh4d/tizen-sdk/ide//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so                                                
-startup /home/sh4d/tizen-sdk/ide//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar                                                                                         
--launcher.overrideVmargs
-exitdata 57803e
-nl en
-Dorg.eclipse.swt.browser.DefaultType=MOZILLA
-debug
-vm /usr/bin/java
-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
-jar /home/sh4d/tizen-sdk/ide//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar 
Install location:
    file:/home/sh4d/tizen-sdk/ide/
Configuration file:
    file:/home/sh4d/tizen-sdk/ide/configuration/config.ini loaded
Configuration location:
    file:/home/sh4d/tizen-sdk/ide/configuration/
Framework located:
    file:/home/sh4d/tizen-sdk/ide/plugins/org.eclipse.osgi_3.7.2.v20120110-1415.jar
Framework classpath:
    file:/home/sh4d/tizen-sdk/ide/plugins/org.eclipse.osgi_3.7.2.v20120110-1415.jar
Splash location:
    /home/sh4d/tizen-sdk/ide/plugins/org.tizen.base.platform_2.0.0.201304161436/splash.bmp
Debug options:
    file:/home/sh4d/tizen-sdk/ide/.options not found
Time to load bundles: 7
Starting application: 932
Application Started: 8998
length:3
No bp log location saved, using default.
[000:000] Browser XEmbed support present: 1
[000:000] Browser toolkit is Gtk2.
[000:000] Using Gtk2 toolkit
No bp log location saved, using default.
[000:001] Warning(optionsfile.cc:47): Load: Could not open file, err=2
[000:001] No bp log location saved, using default.
[000:001] Browser XEmbed support present: 1
[000:001] Browser toolkit is Gtk2.
[000:001] Using Gtk2 toolkit
[000:000] Warning(optionsfile.cc:47): Load: Could not open file, err=2
[000:000] No bp log location saved, using default.
internal buffer error : No error message provided
 
Related to a crash when i try to create a new native project. Anyone got the same?
编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

7 回复
I see the exact same problem on a Lubuntu 13.04 (32-bit) with the 2.1.0 SDK trying to create a Web project. I have even uninstalled OpenJDK to ensure Tizen SDK was not using the wrong Java (using Oracle JDK 6). The crash seems to be during the copying of template files (that's the last UI update I see). It is typically accompanied by a segfault.
I have no problems in a vanilla 32-bit Ubuntu 13.04 VM. I've straced the SDK on my machine, and posted the tail of the output here: https://gist.github.com/sarumont/5672129
Marco Buettner
I use Xubuntu 12.04 without any problems.
Aniello Barletta
Ubuntu - Xubuntu share some GTK-based package, so u don't have any problem.. i think there's something missing in kubuntu.. @sarumont, i've tried with a standard Ubuntu and i've no problems.. so i don't know what's missing, but a crash during a copy it's embarassing..
Agreed, it's embarrassing. It looks like the segfault is due to a mis-timed munmap, so theoretically gnome/GTK libraries shouldn't be at play. I have found the CLI tools now, so I can at least use web-gen to get a new project going.
Aniello Barletta
CLI tools? where they are?
You can find the docs for them here: https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.appprogramming%2Fhtml%2Fide_sdk_tools%2Fcommand_line_interface.htm