[Bug 196959] audio/libmusicbrainz5: Use of undefined std:string behaviour causes sound-juicer crash
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 21 03:22:06 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196959
Bug ID: 196959
Summary: audio/libmusicbrainz5: Use of undefined std:string
behaviour causes sound-juicer crash
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: jhale at FreeBSD.org
Reporter: peter at peterjohanson.com
Flags: maintainer-feedback?(jhale at FreeBSD.org)
Assignee: jhale at FreeBSD.org
In diagnosing an issue w/ Sound Juicer (audio/sound-juicer) crashing on startup
on FreeBSD-11.0-CURRENT (https://bugzilla.gnome.org/show_bug.cgi?id=742019),
research ultimately showed that the crash was thanks to libmusicbrainz5
depending on undefined behaviour of the std::string constructor which happens
to work on Linux. (it is passing NULL to the std::string constructor, instead
of "")
I have opened a GitHub PR w/ the libmusicbrainz5 project:
https://github.com/metabrainz/libmusicbrainz/pull/6
But so far have gotten no response. With the change in that pull request, Sound
Juicer starts and runs as expected on my system.
I'm a relative newbie to FreeBSD, is the above change something that would
normally get included in the FreeBSD port until upstream fixes and puts out a
new release?
Thanks in advance.
--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer jhale at FreeBSD.org
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list