[Bug 291487] audio/piper: core dump

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 10 Dec 2025 16:06:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291487

--- Comment #4 from Gleb Popov <arrowd@FreeBSD.org> ---
(In reply to kaltheat from comment #3)
Yep, the backtrace is not useful without debugging symbols. To get symbols do
following:

1. Obtain an up-to-date Ports tree
2. Run make -C audio/piper WITH_DEBUG=yes USE_PACKAGE_DEPENDS_ONLY=yes
reinstall
3. If getting a error due to missing dependency, install it with "pkg install
-A"
4. Once step 2 finishes successfully try reproducing the crash under lldb
again. You should see meaningful stack frames this time.

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