Bug 549854 - [abrt] crash detected in system-config-language-1.3.3-3.fc12
Summary: [abrt] crash detected in system-config-language-1.3.3-3.fc12
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-language
Version: 12
Hardware: i686
OS: Linux
low
medium
Target Milestone: ---
Assignee: Pravin Satpute
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:650c299d
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-12-22 20:05 UTC by DIA Sammy
Modified: 2010-06-18 08:57 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-06-18 08:57:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (841 bytes, text/plain)
2009-12-22 20:05 UTC, DIA Sammy
no flags Details

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


Note You need to log in before you can comment on or make changes to this bug.