|
Bugzilla – Full Text Bug Listing |
| Summary: | this error appear when i try to install any program using webpin (locale::facet ::_S_create_c_locale exception) | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | ahmed emad <tiger_vision2036> |
| Component: | libzypp | Assignee: | E-mail List <zypp-maintainers> |
| Status: | RESOLVED NORESPONSE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | jsrain, lslezak, ma |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | openSUSE 11.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | yastlog for bug | ||
|
Description
ahmed emad
2010-02-16 19:28:42 UTC
Created attachment 342742 [details]
yastlog for bug
The error message points to package bindings: 2010-02-16 17:33:03 <3> linux-a3om(17643) [Pkg] Source_Load.cc(SourceStartCache):559 Error in SourceStartCache: locale::facet::_S_create_c_locale name not valid Lado, could you, please, have a look? 2010-02-16 17:56:55 <5> linux-a3om(17643) [Pkg] Y2PkgFunction.cc(evaluateCall):117 Caught an unhandled exception: locale::facet ::_S_create_c_locale name not valid That means the exception was caught at the very top of pkg-bindings which catches all unhandled exceptions which would otherwise cause a crash. Pkg-bindings do not use std::locale at all, they use zypp and satsolver objects (zypp::Locale, zypp::LocaleSet, zypp::sat::LocaleSupport) so I assume the bug is in libzypp (maybe sat solver or even glibc?). Ahmed, what is your current locale? (Run command 'locale'.) As a workaround you could try setting 'LANG=C' locale before starting Yast. Can't investigate without info. |