i am trying to run my project w/ purify
(debuger tool) and i came on this error :
----
c++.so.2.8.1_pure_p3_c0_510_57_32 : section .stabstr : table de chanes incorrecte, octet final ou initial
non dfini premier rfrenc
symbole dans le fichier
__eh_alloc /udd/pcoval/share/lib.SunOS/libccxx-1.4.so.0_pure_p3_c0_510_57_32
ld: fatal : Erreurs de rfrence aux symboles. Aucun rsultat crit dans /tmp/tmp-pcoval/bin.SunOS/m3dplayerglut
Purify engine: Error: The linker returned error code: 1
-----
ok it is in french but there is a pb w/ symbol :
__eh_alloc of libccxx
I allready managed to use purify w/ ccxx
but not again w/ ccxx-1.4.2
any help is welcome :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi,
i am trying to run my project w/ purify
(debuger tool) and i came on this error :
----
c++.so.2.8.1_pure_p3_c0_510_57_32 : section .stabstr : table de chanes incorrecte, octet final ou initial
non dfini premier rfrenc
symbole dans le fichier
__eh_alloc /udd/pcoval/share/lib.SunOS/libccxx-1.4.so.0_pure_p3_c0_510_57_32
ld: fatal : Erreurs de rfrence aux symboles. Aucun rsultat crit dans /tmp/tmp-pcoval/bin.SunOS/m3dplayerglut
Purify engine: Error: The linker returned error code: 1
-----
ok it is in french but there is a pb w/ symbol :
__eh_alloc of libccxx
I allready managed to use purify w/ ccxx
but not again w/ ccxx-1.4.2
any help is welcome :-)
ooops
i fixed the pbs
i didnt compiled w/ the same commpiler
(gcc / egcs)
Anyway here is some UMR u might check :
cc_Mutex::EnterMutex() [thread.h:314]
*/
#ifdef PTHREAD_MUTEXTYPE_RECURSIVE
inline void EnterMutex(void)
=> {pthread_mutex_lock(&_mutex);};
#else
void EnterMutex(void);
#endif