[Bug 284378] www/webkit2-gtk: interactions with C++ dependencies built with clang/libc++ causes WebProcess crash
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 284378] www/webkit2-gtk: WebProcess CRASHED"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Jan 2025 13:53:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284378 --- Comment #36 from huanghwh@gmail.com --- (In reply to shamaz.mazum from comment #33) Look like nobody use "byteRangeSample", so can totally remove it: # cat patch-Source_WebCore_platform_MediaSample.h --- Source/WebCore/platform/MediaSample.h.orig 2024-08-19 06:28:39 UTC +++ Source/WebCore/platform/MediaSample.h @@ -63,7 +63,6 @@ struct PlatformSample { const MockSampleBox* mockSampleBox; CMSampleBufferRef cmSampleBuffer; GstSample* gstSample; - std::pair<MTPluginByteSourceRef, std::reference_wrapper<const TrackInfo>> byteRangeSample; } sample; }; -- You are receiving this mail because: You are the assignee for the bug.