|
From: Roman P. <rom...@ec...> - 2005-09-23 08:59:21
|
Dear Valgrind Users =20 While developing huge project on Linux. =20 Project info: * Red Hat Linux 3.2.3-52 (Enterprise 3) * gcc 3.2.3 * Valgrind 3.0 version compiled with gcc 3.2.3. * OCI ( Oracle Call Interface) Instant Client Version 10.1.0.4 * Also some other 3 party libraries which are compiled with gcc 3.2.3 and using specific hardware installed in the system NMS SS7 or INAP telecommunication cards * All software we write we compile with gcc 3.2.3 * We could not go to higher gcc version=20 =20 We tried to use Valgrind for memory profiling and what we face when running software in Valgrind: 1) When we want to connect to the Oracle with OCI it says that even OCI Environment could not be created and application refuse to work properly 2) No 3 party library is not working correctly is just no executing what it should =20 We really have made deep search in Valgrind docs and tried all possible ways but it doesn=92t help on the google people mostly do not have problems to use profile OCI. =20 Please any one who has some good idea how to fix that stuff are welcome to help use with info. =20 Best regards Roman Pakhomov =20 --=20 Internal Virus Database is out-of-date. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.10.18/91 - Release Date: 06/09/2005 =20 |
|
From: Nicholas N. <nj...@cs...> - 2005-09-26 00:42:44
|
On Fri, 23 Sep 2005, Roman Pakhomov wrote: > Dear Valgrind Users > > While developing huge project on Linux. > > Project info: > *=09Red Hat Linux 3.2.3-52 (Enterprise 3) > *=09gcc 3.2.3 > *=09Valgrind 3.0 version compiled with gcc 3.2.3. > *=09OCI ( Oracle Call Interface) Instant Client Version 10.1.0.4 > *=09Also some other 3 party libraries which are compiled with gcc > 3.2.3 and using specific hardware installed in the system NMS SS7 or > INAP telecommunication cards > *=09All software we write we compile with gcc 3.2.3 > *=09We could not go to higher gcc version > > We tried to use Valgrind for memory profiling and what we face when > running software in Valgrind: > 1) When we want to connect to the Oracle with OCI it says that > even OCI Environment could not be created and application refuse to work > properly > 2) No 3 party library is not working correctly is just no > executing what it should > > We really have made deep search in Valgrind docs and tried all possible > ways but it doesn=92t help on the google people mostly do not have > problems to use profile OCI. > > Please any one who has some good idea how to fix that stuff are welcome > to help use with info. There is nothing particular in your description that makes it obvious what= =20 the problem is. Without more detail there's not much help we can give=20 you. As ever, if you can reduce your problem to a manageable test case=20 that will help a lot, but I presume that will be difficult here. Nick |