I am running a C program which is optimized built, on AIX 5.2 64 bit OS. It gives Illegal instruction (core dumped). But if I build the same program with -g flag (debug build), it works fine.
Is this a known problem? what could be the solution fot this?
Thanks in advance.
