| Summary: | libvirtd dies on bindtextdomain with insufficient error | ||
|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Andreas Fuchs <andreas.fuchs> |
| Component: | libvirt | Assignee: | Libvirt Maintainers <libvirt-maint> |
| Status: | CLOSED UPSTREAM | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | crobinso, dwalsh, eblake, rbalakri |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-14 17:29:12 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Andreas Fuchs
2013-10-07 15:47:31 UTC
Mailing list thread, for reference: https://www.redhat.com/archives/libvir-list/2013-October/msg00296.html *** Bug 1026514 has been marked as a duplicate of this bug. *** I sent a more complete patch: http://www.redhat.com/archives/libvir-list/2016-April/msg00575.html commit e7db22781071a39668276a395fb547c0dd90875d
Author: Cole Robinson <crobinso>
Date: Tue Apr 12 18:29:52 2016 -0400
util: Add virGettextInitialize, convert the code
Take setlocale/gettext error handling pattern from tools/virsh-*
and use it for all standalone binaries via a new shared
virGettextInitialize routine. The virsh* pattern differed slightly
from other callers. All users now consistently:
* Ignore setlocale errors. virsh has done this forever, presumably for
good reason. This has been partially responsible for some bug reports:
https://bugzilla.redhat.com/show_bug.cgi?id=1312688
https://bugzilla.redhat.com/show_bug.cgi?id=1026514
https://bugzilla.redhat.com/show_bug.cgi?id=1016158
* Report the failed function name
* Report strerror
|