cqhan777
Results
2
comments of
cqhan777
@lalitb This is our patch: ``` --- a/api/include/opentelemetry/context/runtime_context.h +++ b/api/include/opentelemetry/context/runtime_context.h @@ -300,7 +300,13 @@ class ThreadLocalContextStorage : public RuntimeContextStorage Context *base_; }; - Stack &GetStack() + static Stack &GetStack() __attribute__((noinline,...
Problem still exists but no longer relevant to us since we have the workaround.