CCS 5.4.0.00091 on Ubuntu 10.04 VM.
Just upgraded to v5.4 because 5.3 was also crashing all the time in debug...the problem has not gone away. I am running under
sudo (was crashing under user as well) and this si the latest after the crash:
mitydsp@mitydsp-dev:~$ sudo /opt/ti/ccsv5/eclipse/ccstudio
[sudo] password for mitydsp:
flxInitLoad: client has not been protected.
flxInitLoad: client has not been protected.
E_RPCENV_IO_ERROR(-6) No connection: DTC_IO_Open::dtc_conf
Download failed for file /opt/ti/ccsv5/ccs_base/emulation/drivers/../../common/uscif/./xds560v2.out
Loaded FPGA Image: /opt/ti/ccsv5/ccs_base/emulation/drivers/../../common/uscif/./dtc_topx16.jbc
Loaded FPGA Image: /opt/ti/ccsv5/ccs_base/emulation/drivers/../../common/uscif/./dtc_topx16.jbc
E_RPCENV_IO_ERROR(-6) No connection: DTC_IO_Send::dtc_io
E_RPCENV_IO_ERROR(-6) No connection: DTC_IO_Send::dtc_io
Loaded FPGA Image: /opt/ti/ccsv5/ccs_base/emulation/drivers/../../common/uscif/./dtc_topx16.jbc
E_RPCENV_IO_ERROR(-6) No connection: DTC_IO_Receive::dtc_conf
E_RPCENV_IO_ERROR(-6) No connection: DTC_IO_Send::dtc_io
E_RPCENV_IO_ERROR(-6) No connection: DTC_IO_Open::dtc_conf
E_RPCENV_IO_ERROR(-6) No connection: DTC_IO_Send::dtc_io
E_RPCENV_IO_ERROR(-6) No connection: DTC_IO_Open::dtc_conf
E_RPCENV_IO_ERROR(-6) No connection: DTC_IO_Send::dtc_io
E_RPCENV_IO_ERROR(-6) No connection: DTC_IO_Send::dtc_io
Loaded FPGA Image: /opt/ti/ccsv5/ccs_base/emulation/drivers/../../common/uscif/./dtc_topx16.jbc
Loaded FPGA Image: /opt/ti/ccsv5/ccs_base/emulation/drivers/../../common/uscif/./dtc_topx16.jbc
Loaded FPGA Image: /opt/ti/ccsv5/ccs_base/emulation/drivers/../../common/uscif/./dtc_topx16.jbc
Loaded FPGA Image: /opt/ti/ccsv5/ccs_base/emulation/drivers/../../common/uscif/./dtc_topx16.jbc
E_RPCENV_IO_ERROR(-6) No connection: DTC_IO_Send::dtc_io
Loaded FPGA Image: /opt/ti/ccsv5/ccs_base/emulation/drivers/../../common/uscif/./dtc_topx16.jbc
E_RPCENV_IO_ERROR(-6) No connection: DTC_IO_Send::dtc_io
E_RPCENV_IO_ERROR(-6) No connection: DTC_IO_Receive::dtc_io
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x058e2030, pid=1585, tid=30092144
#
# Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode linux-x86)
# Problematic frame:
# C [libtixds560arm9.so+0xb030]
#
# An error report file with more information is saved as:
# /home/mitydsp/hs_err_pid1585.log
#
# 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.
#
Aborted
mitydsp@mitydsp-dev:~$ warning: The communicator is not the last Ice object that is
deleted. (You can disable this warning by setting the
property `Ice.Warn.Leaks' to 0.)
The referenced log file is included here:
This line from above
Problematic frame:
# C [libtixds560arm9.so+0xb030]
tells me it is in some emulator library (I'm using the XDS 560 traveller emulator)
CCS is pretty much worthless to use at this point because of this, so any help is appreciated...