[Bug 260061] www/firefox: coredumps after several seconds in WebRTC with cubeb OSS audio backend after commit "Fix for jitter when using the cubeb OSS audio backend"

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 26 Nov 2021 15:28:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260061

--- Comment #9 from Hans Petter Selasky <hselasky@FreeBSD.org> ---
/usr/img/freebsd.ports/www/firefox/work/.build/dist/include/mozilla/RefPtr.h:314

  T* operator->() const MOZ_NO_ADDREF_RELEASE_ON_RETURN {
    MOZ_ASSERT(mRawPtr != nullptr,
               "You can't dereference a NULL RefPtr with operator->().");
^^^
    return get();
  }

-- 
You are receiving this mail because:
You are on the CC list for the bug.