KSCrash icon indicating copy to clipboard operation
KSCrash copied to clipboard

"mutex lock failed: Invalid argument" can't fetch the call stack

Open takeeasyman opened this issue 7 years ago • 2 comments

Code below can reproduce this error: "mutex lock failed: Invalid argument" std::mutex *x = new std::mutex(); delete x; x->lock(); I can get every thread's call stack except the crashed thread.

takeeasyman avatar Jun 06 '17 04:06 takeeasyman

also this: std::string s; s.resize(-1);

takeeasyman avatar Sep 09 '17 04:09 takeeasyman

and any idea anybody?

jakehan0816 avatar Oct 18 '22 10:10 jakehan0816