From owner-freebsd-ports-bugs@freebsd.org Mon Jul 18 19:53:30 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AAD0B9D58F for ; Mon, 18 Jul 2016 19:53:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED6E9185D for ; Mon, 18 Jul 2016 19:53:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u6IJrT3P023064 for ; Mon, 18 Jul 2016 19:53:29 GMT (envelope-from bugzilla-noreply@freebsd.org) 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)" Date: Mon, 18 Jul 2016 19:53:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yamagi@yamagi.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2016 19:53:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211171 --- Comment #10 from yamagi@yamagi.org --- And just as I read your last reply I figured it out. The problem is somewhe= re in boost_locale.so (part of devel/boost-libs). When $LANG is empty or set t= o an invalid locale, boost::locale::generator() in line 32 of charset.cpp goes wrong. boost_locale is unable to find that empty locale and throws an excep= tion that's catched somewhere inside boost. The exception leads to abort(), but= a wrong error code. Therefor the missleading "cannot allocate memory" is prin= ted by truss. I don't think that there's an easy way to hack around it. As a ve= ry dirty work around you could remove the call to internalLocale() in ncmpcpp.= cpp line 94 and rebuild ncmpcpp: cd /usr/ports/audio/ncmpcpp make patch vi work/ncmpcpp-0.7.4/src/ncmpcpp.cpp -- Edit -- make deinstall reinstall clean That may break some unicode character conversions. And I think I'll open an upstream bug report tomorrow. Maybe the ncmpcpp developers can come up with= a real solution. --=20 You are receiving this mail because: You are the assignee for the bug.=