Menu

pb w/ purify (rational)

Help
rzr
2001-05-03
2001-05-03
  • rzr

    rzr - 2001-05-03

    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 :-)

     
    • rzr

      rzr - 2001-05-03

      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

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.