Skip to content

Commit

Permalink
HPCC-27580 Revisit the ThreadList
Browse files Browse the repository at this point in the history
Fix windows build break

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
  • Loading branch information
richardkchapman committed May 6, 2022
1 parent 9bec5f9 commit d9d1f8e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions system/jlib/jexcept.cpp
Expand Up @@ -915,10 +915,7 @@ static void doPrintStackReport( size_t ip, size_t _bp, size_t sp )


StackWalk( ip , _bp);
ModuleWalk();
StringBuffer threadlist;
IERRLOG( "ThreadList:\n%s",getThreadList(threadlist).str());

ModuleWalk();
}


Expand Down

0 comments on commit d9d1f8e

Please sign in to comment.