[Bug 265308] net/linphone 4.4.8,1 segfaults on startup

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 21 Jul 2022 15:36:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265308

--- Comment #11 from Felix Palmen <felix@palmen-it.de> ---
(In reply to p5B2EA84B3 from comment #10)

> But what should I do fixing my problem?
TBH ... use a wrapper script to run linphone. It's not like it does any
graphics that would require full hardware accel ;)

You could e.g. place something like this in PATH before /usr/local/bin:

#!/bin/sh
LIBGL_DRI2_DISABLE=true exec /usr/local/bin/linphone "$@"

---

As for further investigating this bug, probably attribute it to mesa-dri
instead... (but I can't edit the title)

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