Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: C program won't run in 9.0.2.3

Re: C program won't run in 9.0.2.3

From: Pete Finnigan <oracle_list_at_peterfinnigan.demon.co.uk>
Date: Mon, 01 Sep 2003 04:44:26 -0800
Message-ID: <F001.005CE729.20030901044426@fatcity.com>


Hi Ruth

Try running under truss or equivalent and check what libraries are being linked in, maybe you have linked against an incorrect ORACLE_HOME?.

Also I have seen a similar issue going from 7.3.4 to 8.0.6 a long time back but if I remember correctly it was caused by a previous printf statement with incorrect number of format args called before the place there was a similar error to yours. We could only assume at the time that the different Pro*C libs / calls built a slightly different stack / heap and caused the overwrite to happen in a different place between versions.

It could of course be a bug in Pro*C, check metalink?

hth

kind regards

Pete
--

Pete Finnigan
email:pete_at_petefinnigan.com
Web site: http://www.petefinnigan.com - Oracle security audit specialists Book:Oracle security step-by-step Guide - see http://store.sans.org for details.

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Pete Finnigan
  INET: oracle_list_at_peterfinnigan.demon.co.uk

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Sep 01 2003 - 07:44:26 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US