bugranger - Bugs: bug #40376, crash with Shift-A

 
 

bug #40376: crash with Shift-A

Submitter:  None
Submitted:  Fri 25 Oct 2013 11:31:09 PM UTC
Votes: 1
 
Severity:  3 - Normal Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 25 Oct 2013 11:31:09 PM UTC, original submission:  
  • open the console with ':'
  • enter 'A' (<S-a>)


ranger version: 1.6.1, executed with python 3.3.2
Locale: fr_FR.UTF-8
Current file: /etc/fstab
Traceback (most recent call last):
  File "/usr/lib/python3.3/site-packages/ranger/core/main.py", line 133, in main
    fm.loop()
  File "/usr/lib/python3.3/site-packages/ranger/core/fm.py", line 314, in loop
    ui.handle_input()
  File "/usr/lib/python3.3/site-packages/ranger/gui/ui.py", line 208, in handle_input
    self.handle_key(key)
  File "/usr/lib/python3.3/site-packages/ranger/gui/ui.py", line 142, in handle_key
    elif not DisplayableContainer.press(self, key):
  File "/usr/lib/python3.3/site-packages/ranger/gui/displayable.py", line 261, in press
    focused_obj.press(key)
  File "/usr/lib/python3.3/site-packages/ranger/gui/widgets/console.py", line 173, in press
    self.type_key(key)
  File "/usr/lib/python3.3/site-packages/ranger/gui/widgets/console.py", line 202, in type_key
    self.on_line_change()
  File "/usr/lib/python3.3/site-packages/ranger/gui/widgets/console.py", line 418, in on_line_change
    if cmd and cmd.quick():
  File "/usr/lib/python3.3/site-packages/ranger/api/commands.py", line 380, in quick
    return self._make_cmd().quick()
  File "/usr/lib/python3.3/site-packages/ranger/api/commands.py", line 389, in _make_cmd
    Cmd = self.fm.commands.get_command(self._line.split()[0])
IndexError: list index out of range

ranger crashed.  Please report this traceback at:
http://savannah.nongnu.org/bugs/?group=ranger&func=additem

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by ndt (Voted in favor of this item)
  •  

    There is 1 vote so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-01-05 ndt Carbon-Copy- Added ndt

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code