public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/12084] New: iconvconfig causes a Segmentation Fault when only conversion from or to a charset is possible
@ 2010-10-03  2:51 dtrebbien at gmail dot com
  0 siblings, 0 replies; only message in thread
From: dtrebbien at gmail dot com @ 2010-10-03  2:51 UTC (permalink / raw)
  To: glibc-bugs

To reproduce this issue:
* Append to `/usr/lib/gconv/gconv-modules` exactly one of the following lines:
module	ABC//	UTF-8//	ABC	1
module	UTF-8//	ABC//	ABC	1
* Run `iconvconfig`

`iconvconfig` will segfault until it is possible to convert both to and from
charset "ABC". `iconv` is not similarly limited;  i.e. with this line:
module	UTF-8//	ABC//	ABC	1
and no cache, `iconv` is able to convert from "UTF-8" to "ABC".

-- 
           Summary: iconvconfig causes a Segmentation Fault when only
                    conversion from or to a charset is possible
           Product: glibc
           Version: 2.11
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper dot fsp at gmail dot com
        ReportedBy: dtrebbien at gmail dot com
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=12084

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-03  2:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-03  2:51 [Bug libc/12084] New: iconvconfig causes a Segmentation Fault when only conversion from or to a charset is possible dtrebbien at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).