--- a/mozilla/tools/profiler/core/platform-linux.cc +++ b/mozilla/tools/profiler/core/platform-linux.cc @@ -625,10 +625,10 @@ { MOZ_ASSERT(aContext); ucontext_t* pContext = reinterpret_cast(aContext); - if (!getcontext(pContext)) { + /*if (!getcontext(pContext)) { context = pContext; SetSampleContext(this, aContext); - } + }*/ } void OS::SleepMicro(int microseconds)