Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7957 Discussions

ecc Segmentation fault on Itanium2 box

vikramshrowty
Beginner
414 Views
Hi,
I get a segfault the moment I invoke ecc...without even giving it any files to compile.
------------------------------------
vikram@dvl27 663: ecc Segmentation fault (core dumped)
------------------------------------


This is an redhat itanium 2 box
------------------------------------
vikram@dvl27 665: cat /etc/redhat-release
Red Hat Linux Advanced Server release 2.1AS (Derry
vikram@dvl27 666: cat /proc/cpuinfo
processor : 0
vendor : GenuineIntel
arch : IA-64
family : Itanium 2
model : 1
revision : 5
archrev : 0
features : branchlong
cpu number : 0
cpu regs : 4
cpu MHz : 1495.974000
itc MHz : 1495.974000
BogoMIPS : 2239.75

-----------------------------

Any ideas??
0 Kudos
2 Replies
Brandon_H_Intel
Employee
414 Views
Have you set up the environment with eccvars.sh script? If so, can you cut and paste the output of "icid" here? Thanks.

Brandon
Intel Developer Support

For on-line assistance: http://support.intel.com/support/performancetools
For user forums: http://intel.com/ids/community
For product support information: http://www.intel.com/software/products/support
* Intel and Pentium are registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries
* Other names and brands may be claimed as the property of others

0 Kudos
vikramshrowty
Beginner
414 Views
Yes, I did run eccvars(.sh)

I ran icid and here's the output
-----------------------------------
OS information:
Red Hat Linux Advanced Server release 2.1AS (Derry)
Kernel on an m
Kernel 2.4.18-e.37smp
glibc-2.2.4-32.3

===========================================================
Support Package IDs for Intel Compilers in /lsi/soft/intel/ccompiler/linux/7.1.20031112/compiler70/ia32/bin
Please use the following information when submitting customer support requests.

Segmentation fault (core dumped)
--------------------------------

It looks like icid _also_ core dumped!! The same installation is also visible from a 32-bit Xeon box, so I ran icid from there. It ran ok. Heres the output...
------------------------------
OS information:
Red Hat Linux release 7.2 (Enigma)
Kernel on an m
Kernel 2.4.7-10smp
glibc-2.2.4-13

===========================================================
Support Package IDs for Intel Compilers in /lsi/soft/intel/ccompiler/linux/7.1.20031112/compiler70/ia32/bin
Please use the following information when submitting customer support requests.

C++ Support Package ID : l_cc_pc_7.1.031-XXX
IDB Support Package ID : l_cc_pc_7.1.031-XXX
===========================================================

All Installed Compiler Components on this OS:
intel-icc7-7.1-6: Intel C++ Compiler for 32-bit applications, Version
7.1 Build 20030307Z
intel-isubh7-7.1-6: Substitute Headers for Intel C++ Compiler for
32-bit applications, Version 7.1
----------------------------------

Thanks,
--Vikram
0 Kudos
Reply