Hi
I am using IDS 11.50.FC7IE on RHEL 2.6.18.
I have a 4GL function and it calls the C function by
where x,y & z are the parameters.
But it is giving memory fault (coredump).
If I don't pass the parameters, then the program is working fine. Even in HP unix the program is working fine even with argument passing. Only in RHEL I am facing this issue.
The C function uses popvchar, popint and popquote to get the arguments passed to it. But when I am passing arguments, the program is failing even before call to these functions. So these functions should not be the root cause of the problem. The problem must be lying with argument passing mechanism.
Can you please let me know what can be the root cause of the problem and how to solve it?
Thanks in advance ...