This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/165] New: std::locale("") throws exception


I'm attaching a simple test case that throws an exception if LC_ALL is set to
anything other than "C" or "POSIX".  I've talked to the gcc guys and since all
they do is call into glibc and the function that libstdc++ is calling is
returning 0.  This should not happen.  std::locale("") should return the locale
of whatever is set in LC_ALL.

-- 
           Summary: std::locale("") throws exception
           Product: glibc
           Version: 2.3.3
            Status: NEW
          Severity: critical
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: bryan at reigndropsfall dot net
                CC: glibc-bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=165

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]