Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jul 2016 08:43:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211171] audio/ncmpcpp crashes after start with "Abort (Core dumped)" or "Abort trap (Core dumped)"
Message-ID:  <bug-211171-13-ut91dvJAT3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-211171-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-211171-13@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=3D211171

--- Comment #1 from yamagi@yamagi.org ---
Hello,
I'm unable to reproduce the problem. But that doesn't mean that it doesn't
exist. Let's start with a trace of a all syscalls. Maybe they give a hint a=
bout
what's going wrong. Can you please execute the application with 'truss ncmp=
cpp'
and attach the likely extensive output to this PR?

Regarding build ncmpcpp by hand: It's not that easy. ncmpcpps code is clutt=
ered
with Linuxism, to build it on FreeBSDseveral patches are needed. The linker
errors may be caused by the build system itself, it looks like it's building
and linking with g++ instead of Clang. You could try to force it to clang w=
ith
'./configure CC=3D/usr/bin/clang CXX=3D/usr/bin/clang++ LD=3D/usr/bin/clang=
++ ' but
generally it's better to use port.

--=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-211171-13-ut91dvJAT3>