Other Parts Discussed in Thread: CCSTUDIO
In some cases CCS failed when trying to load program with message:
tthread@mcu:/opt/ti# ./ccsv5/eclipse/ccstudio [1184/1307]
flxInitLoad: client has not been protected.
flxInitLoad: client has not been protected.
/opt/ti/ccsv5/ccs_base/DebugServer/
/opt/ti/ccsv5/ccs_base/DebugServer/../dvt_3.2.0.201206032146/
JTRACE: GetConnectedCPUNames: channelServer = 0xc2d45cb0
JTRACE: GetConnectedCPUNames: channelServer = 0xc2d45cb0
useModule Settings: 6600
JTRACE: GetConnectedCPUNames: channelServer = 0xc2d45cb0
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xbbc8e4e2, pid=9048, tid=3167529792
#
# Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode linux-x86)
# Problematic frame:
# C [libtiofr_tial.so+0x674e2] _ZN13TIDwarfReader26CDwarfCompileUnitProcessor16ProcessCUHeadersEv+0x82
#
# An error report file with more information is saved as:
# /opt/ti/hs_err_pid9048.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
Aborted (core dumped)
tthread@mcu:~/workspace_v5_2# uname -a
Linux mcu 3.2.0-31-generic #50-Ubuntu SMP Fri Sep 7 16:16:45 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
How to reproduce the bug:
1. create RTSC empty project
2. make simple project (i.g. led switching)
3. compile, deploy and try to use it
4. add in project.cfg xdc.loadPackage('ti.sdo.codecs.h264hpvdec');
5. implement ALG_create/3 and call (IALG_Handle)ALG_create((IALG_Fxns*)&H264HPVDEC_TI_IH264HPVDEC, (IALG_Handle)NULL, (IALG_Params *)&initParams)))
6. compile it (!without clean!) !!!! It's to important!!!
7. try to deploy
8. it should be fail
There is a final project: 4336.codec.tar