Bug 549854

Summary: [abrt] crash detected in system-config-language-1.3.3-3.fc12
Product: [Fedora] Fedora Reporter: DIA Sammy <redhat>
Component: system-config-languageAssignee: Pravin Satpute <psatpute>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: dmalcolm, i18n-bugs, ivazqueznet, james.antill, jonathansteffan, psatpute
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard: abrt_hash:650c299d
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-06-18 08:57:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace none

Description DIA Sammy 2009-12-22 20:05:31 UTC
abrt detected a crash.

Comment: Try to change the langage before login.
Attached file: backtrace
cmdline: /usr/bin/python /usr/share/system-config-language/system-config-language.py --French 
component: system-config-language
executable: /usr/share/system-config-language/system-config-language.py
kernel: 2.6.31.5-127.fc12.i686
package: system-config-language-1.3.3-3.fc12
uuid: 650c299d

Comment 1 DIA Sammy 2009-12-22 20:05:34 UTC
Created attachment 379907 [details]
File: backtrace

Comment 2 Pravin Satpute 2009-12-24 07:18:47 UTC
why getting this exception?
is any change require?


Summary: TB650c299d getopt.py:170:long_has_args:GetoptError: option --French not recognized

Traceback (most recent call last):
  File "/usr/share/system-config-language/system-config-language.py", line 48, in <module>
    opts, kbdtype = getopt.getopt(sys.argv[1:], "d:h", ["noui", "text", "kickstart", "help"])
  File "/usr/lib/python2.6/getopt.py", line 89, in getopt
    opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
  File "/usr/lib/python2.6/getopt.py", line 153, in do_longs
    has_arg, opt = long_has_args(opt, longopts)
  File "/usr/lib/python2.6/getopt.py", line 170, in long_has_args
    raise GetoptError('option --%s not recognized' % opt, opt)
GetoptError: option --French not recognized

Local variables in innermost frame:
possibilities: []
opt: French
longopts: ['noui', 'text', 'kickstart', 'help']
o: help

Comment 3 Dave Malcolm 2010-01-04 20:48:52 UTC
"--French" isn't a supported option for this program.  You can start it up in french by running it with the LANG environment set, thus:

  LANG=fr_FR.UTF-8 python /usr/share/system-config-language/system-config-language.py

Are you supplying the "--French" option by hand, or is this coming from some an automated system?

Comment 4 DIA Sammy 2010-01-05 05:41:20 UTC
@Dave Malcolm :
No, I don't have changed anything.
This is coming from the automated system.

But I don't using this desktop anymore.

Comment 5 Pravin Satpute 2010-06-18 08:57:12 UTC
(In reply to comment #0)
> abrt detected a crash.
> 
> Comment: Try to change the langage before login.
> Attached file: backtrace
> cmdline: /usr/bin/python
> /usr/share/system-config-language/system-config-language.py --French 


--French is not valid option for system-config-language

use it as a mentioned in #3

closing it as a not a bug, please reopen if any problem