[Bug 265409] www/firefox 103.0: tabs crash when using WebGL
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 265409] www/firefox 103.0: tabs crash when using WebGL"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Jul 2022 13:57:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265409 --- Comment #5 from Evgeniy Khramtsov <evgeniy@khramtsov.org> --- (In reply to Evgeniy Khramtsov from comment #4) Seems odd as mGbmDevice isn't null until dereferenced later in DMABufSurface.cpp https://hg.mozilla.org/releases/mozilla-release/file/0c479fee3a5092bea2bfdb32cfdcc66039544c3e/widget/gtk/DMABufLibWrapper.cpp#l253 https://hg.mozilla.org/releases/mozilla-release/file/0c479fee3a5092bea2bfdb32cfdcc66039544c3e/widget/gtk/DMABufLibWrapper.cpp#l125 https://hg.mozilla.org/releases/mozilla-release/file/0c479fee3a5092bea2bfdb32cfdcc66039544c3e/widget/gtk/DMABufSurface.cpp#l383 I had a similar problem before due to LDFLAGS+=-Wl,--as-needed in Mk/bsd.gecko, but removing it did not help here. I have no idea about C++ but I'll leave a note if I figure the cause of DMABufSurface.cpp getting a nullptr. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.