Date: Wed, 29 Jan 2025 14:13:36 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 284378] www/webkit2-gtk: interactions with C++ dependencies built with clang/libc++ causes WebProcess crash Message-ID: <bug-284378-6497-T54UkfyCSM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-284378-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-284378-6497@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=3D284378 --- Comment #18 from shamaz.mazum@gmail.com --- (In reply to Nuno Teixeira from comment #16) > Is there a need to define _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COP= Y_CTOR since it's not there? No. It's imperative that pair copy constructor is trivial. I don't know C++, but I think it means that it's not explicitly provided. I checked main. That definition is simply moved to contrib/llvm-project/libcxx/include/__configuration/abi.h So nothing is changed, really. I'll try to patch WebKit according to these two options: a) Use non-standard pair with trivial copy constructor b) Add explicit copy constructor to PlatfromSample. If any of those works, I'll let you know. Otherwise I am out of ideas. --=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-284378-6497-T54UkfyCSM>