Diff for /rpl/src/gestion_objets.c between versions 1.25 and 1.26

version 1.25, 2010/06/09 12:18:17 version 1.26, 2010/06/17 11:00:23
Line 3716  debug_memoire_modification(void *pointeu Line 3716  debug_memoire_modification(void *pointeu
             {              {
                 pthread_mutex_unlock(&mutex_allocation);                  pthread_mutex_unlock(&mutex_allocation);
   
                 uprintf("[%d-%llu] ILLEGAL POINTER\n",                  uprintf("[%d-%llu] ILLEGAL POINTER (realloc)\n",
                         getpid(), (unsigned long long) pthread_self());                          getpid(), (unsigned long long) pthread_self());
 #               ifdef __BACKTRACE  #               ifdef __BACKTRACE
                     BACKTRACE(PROFONDEUR_PILE);                      BACKTRACE(PROFONDEUR_PILE);
Line 3813  debug_memoire_retrait(void *pointeur) Line 3813  debug_memoire_retrait(void *pointeur)
   
     if (element_courant == NULL)      if (element_courant == NULL)
     {      {
         uprintf("[%d-%llu] ILLEGAL POINTER\n",          uprintf("[%d-%llu] ILLEGAL POINTER (free)\n",
                 getpid(), (unsigned long long) pthread_self());                  getpid(), (unsigned long long) pthread_self());
 #       ifdef __BACKTRACE  #       ifdef __BACKTRACE
             BACKTRACE(PROFONDEUR_PILE);              BACKTRACE(PROFONDEUR_PILE);

Removed from v.1.25  
changed lines
  Added in v.1.26


CVSweb interface <joel.bertrand@systella.fr>