Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2022 15:36:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 265308] net/linphone 4.4.8,1 segfaults on startup
Message-ID:  <bug-265308-7788-UASGd85oKV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265308-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265308-7788@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=3D265308

--- 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=3Dtrue 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)

--=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-265308-7788-UASGd85oKV>