Changeset 9dba83b in git


Ignore:
Timestamp:
Jan 6, 2014, 9:41:20 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
7fe9e13d7ee23cd0308bd3ba9bfaaa2a09e4b532
Parents:
80fe3f372484fe4788fe8ccdf7d4ee9ae5ed8a2c
Message:
fix: enable omGetBackTrace again (for intel-linux)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/omGetBackTrace.c

    r80fe3f r9dba83b  
    4949    OM_GET_BACK_TRACE(1)
    5050    OM_GET_BACK_TRACE(2)
    51 /*  OM_GET_BACK_TRACE(3)
     51/* the following fails on Mac OsX, but the debugging
     52 * support it provides is too useful to disable it
     53 */
     54#ifdef __linux
     55#if defined(__x86_64) || defined(__i386)
     56    OM_GET_BACK_TRACE(3)
    5257    OM_GET_BACK_TRACE(4)
    5358    OM_GET_BACK_TRACE(5)
     
    6368    OM_GET_BACK_TRACE(15)
    6469    OM_GET_BACK_TRACE(16)
    65     OM_GET_BACK_TRACE(17) */
     70    OM_GET_BACK_TRACE(17)
     71#endif
     72#endif
    6673  }
    6774  if (i < max) bt[i] = 0;
Note: See TracChangeset for help on using the changeset viewer.