Re: Pro*c program failing with Segmentation fault (core dump) on AIX 4.3, Oracle 8.1.5 , Pro*c 8.1.5
Date: Sat, 27 Oct 2001 02:26:10 GMT
Message-ID: <3BDA1CF9.BB3C900C_at_Unforgetable.com>
Chakravarthy wrote:
>
> Pro*c Program failing with Segmentation Fault and core dumps almost
> all times. No errors in compilation. Platform is 8.1.5 on AIX RS6000
> 4.3. Is this due to any bug or any OS problem. NO Oracle errors,
> ORA-600 errors, NO trace files in the bdump ,or udump destination.
> This pro*c code calls stored procedures with IN / OUT parameteres.
> The stored procedures are functioning without any errors when executed
> in SQL*PLUS Any suggestion to resolve the problem would be greatly
> appreciated.
>
> Thanks,
> Chakravarthy.
The reason for segmentation faults is that you are attempting to access an address location outside of your TEXT space. Almost invariably it indicates either a bad pointer or that you have overflowed the boundaries of the space to which a valid pointer points.
I could probably fix this for you. My rate is $150/hour and I require root privileges to the server. Received on Sat Oct 27 2001 - 04:26:10 CEST