We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18d739 commit fd878dfCopy full SHA for fd878df
util/fibers/detail/scheduler.cc
@@ -199,7 +199,7 @@ Scheduler::~Scheduler() {
199
200
ctx::fiber_context Scheduler::Preempt() {
201
if (FiberActive() == dispatch_cntx_.get()) {
202
- LOG(DFATAL) << "Should not preempt dispatcher";
+ LOG(DFATAL) << "Should not preempt dispatcher: " << GetStacktrace();
203
}
204
if (IsFiberAtomicSection())
205
LOG(DFATAL) << "Preempting inside of atomic section";
0 commit comments