Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9325 in orxonox.OLD


Ignore:
Timestamp:
Jul 18, 2006, 12:55:11 PM (18 years ago)
Author:
rennerc
Message:

writing backtrace to file should work now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/util/signal_handler.cc

    r9322 r9325  
    187187        )
    188188          charsFound++;
     189    else
     190      charsFound = 0;
    189191
    190192    if ( charsFound == 6 )
     
    203205  write( sigPipe[1], &someData, sizeof(someData) );
    204206
    205   write( gdbIn[1], "bt\nq\n", 5 );
     207  write( gdbIn[1], "bt\nk\nq\n", 7 );
    206208
    207209 
     
    222224        )
    223225          charsFound++;
     226    else
     227      charsFound = 0;
    224228
    225229    if ( charsFound == 6 )
     
    230234    }
    231235
    232     if ( promptFound == 2 )
     236    if ( promptFound == 3 )
    233237    {
    234238      break;
Note: See TracChangeset for help on using the changeset viewer.