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

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

--- Comment #6 from Felix Palmen <felix@palmen-it.de> ---
(In reply to p5B2EA84B3 from comment #3)
Well, I didn't say anything about the messages because they look pretty much
the same on my i386 machine where linphone doesn't crash, and your extra
message is most likely caused by removing your user configuration. Without
being able to reproduce the crash, I can't really analyze anything myself. But:

> Awaiting instructions for testing.
Indeed, you could try gathering more information. I would recommend building a
package with debugging info. For that, add the following to your
/usr/local/etc/poudriere.d/make.conf:

.if ${.CURDIR:M*/net/linphone}
WITH_DEBUG=yes
.endif

Then, run the resulting linphone binary in a debugger (e.g. lldb), and once it
crashed, obtain a stacktrace of the crash (IIRC the command is 'bt' for that)
and attach it here. If the crash is happening in linphone itself, this should
shed some light on it.

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