Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
5answers
541 views

What are the technical reasons behind the “Itanium fiasco”, if any?

In this article Jonh Dvorak calls Itanium "one of the great fiascos of the last 50 years". While he describes the over-optimistic market expectations and the dramatic financial outcome of the idea, he ...
5
votes
6answers
15k views

What processes are using which ports on unix?

I need to find out what ports are attached to which processes on a unix machine (HP Itanium). Unfortunately, the lsof is not installed and I have no way of installing it. Does anyone know an ...
2
votes
2answers
662 views

How do I get cx_Oracle to work on 64-bit Itanium Windows?

I'm running Windows Server 2003 on a 64-bit Itanium server which is also running 64-bit Oracle 10.2, and I'd like to install cx_Oracle for Python 2.5. I've used cx_Oracle before many times on both ...
2
votes
2answers
403 views

Itanium assembly programming resources?

Are there any good Itanium assembly language tutorials?
2
votes
2answers
987 views

Why does MSVC not support inline assembly for AMD64 and Itanium targets?

Yesterday I learned that inline assembly (with the __asm keyword) is not supported under Microsoft Visual C++ when compiling for AMD64 and Itanium targets. Is that correct? And if so, does anyone ...
1
vote
1answer
69 views

Tools for Memory Analysis on HP-UX Itanium

Looking for various tools (free/commercial) available for detection of memory leaks static/runtime on HP-UX Itanium platform. Background, we: Use HP-UX 11.31 ia64. But, all our applications are ...
1
vote
4answers
916 views

How to test if your Linux Support SSE2

Actually I have 2 questions: Is SSE2 Compatibility a CPU issue or Compiler issue? How to check if your CPU or Compiler support SSE2? I am using GCC Version: gcc (GCC) 4.5.1 When I tried to ...
0
votes
1answer
42 views

Assembly code meaning in gdb

Good day! I have a core file, and I disassembled (using gdb) the method that crashed and I was told that the the value assigned to r44 below causes the crash. I am not well verse with assembly so I ...
0
votes
1answer
127 views

crash on 64bt platform

I think I found a simliar thread here, but I could not understand much about it unfortunately as this is related to c++. My prob also seems to occure while I am trying to increment something. ...
0
votes
2answers
49 views

Wanted: multi-platform shell provider for code debugging, Itanium/IA64 preferred

Does anyone know of a UNIX shell provider that offers access to a multitude of platforms (e.g. Linux/Itanium, Max OS X/PPC, etc.) for debugging and portability testing? I suppose that since this is a ...