Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2021 10:55:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 255687] www/chromium crashes on Microsoft Teams
Message-ID:  <bug-255687-28929-nTw3MYwfE7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255687-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255687-28929@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255687

--- Comment #1 from Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> ---
I don't know if it can be relevant or not but it looks like multimedia/ffmp=
eg
is either culprit or at least involved. Below are the lines 80-84 of the fi=
le
h264_decoder_impl.cc

// Called by FFmpeg when it is done with a frame buffer, see AVGetBuffer2.
void AVFreeBuffer2(void* opaque, uint8_t* data) {
  VideoFrame* video_frame =3D static_cast<VideoFrame*>(opaque);
  delete video_frame;
}

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255687-28929-nTw3MYwfE7>