Date: Wed, 08 Mar 2023 13:58:34 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 270038] multimedia/vlc: fails with ASLR enabled Message-ID: <bug-270038-12827@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270038 Bug ID: 270038 Summary: multimedia/vlc: fails with ASLR enabled Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: multimedia@FreeBSD.org Reporter: emaste@freebsd.org Flags: maintainer-feedback?(multimedia@FreeBSD.org) Assignee: multimedia@FreeBSD.org Ref. thread at https://lists.freebsd.org/archives/freebsd-stable/2023-March/001178.html Problem: Some 1 or 2 minutes into the flight, vlc does continue to play A+V, but the GUI does not react and does not get refreshed anymore. At the same time, coredumps are generated (quite a lot of them). And report that it works with noaslr tag: https://lists.freebsd.org/archives/freebsd-stable/2023-March/001181.html diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 4529d05caea5..c3df51cd2170 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -27,6 +27,8 @@ RUN_DEPENDS=3D ffmpeg>=3D3.4.1,1:multimedia/ffmpeg USES=3D compiler:c++17-lang cpe desktop-file-utils gettext-tools = gmake gnome \ iconv:wchar_t libtool localbase pathfix pkgconfig tar:xz +USES+=3D elfctl +ELF_FEATURES+=3D +noaslr:bin/.libs/vlc CPE_VENDOR=3D videolan Looks good so far. The effect happens randomly in about 80% of invocations (no idea about when and why), so no guarantee, but I don't see reason why it shouldn't work. In the short term we'll want to add the tag to the port. We'll also need to investigate the cause of the failure and fix the underly= ing problem (and revert the tagging). --=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-270038-12827>