bugranger - Bugs: bug #40548, Ranger window size error freebsd...

 
 

bug #40548: Ranger window size error freebsd python27-2.7.5_4

Submitter:  None
Submitted:  Mon 11 Nov 2013 05:07:48 PM UTC
   
 
Severity:  3 - Normal Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 12 Nov 2013 08:39:22 PM UTC, comment #4: 
Anonymous
Tue 12 Nov 2013 02:54:45 PM UTC, comment #3: 

I forgot to mention this is on FreeBSD-10.0-BETA3 .

Anonymous
Tue 12 Nov 2013 02:52:21 PM UTC, comment #2: 

1-Yes I use X 1.7.7 but the problem is present in tty too.

2-Changing the terminal size has no effect.

3-The terminal is rxvt-unicode but I've tried with xterm too and it has the same issue.

4-So far no they seem to be working fine.

5-I don't know, nothing related has been update recently I think.

Other suggestions on what to look for ?

Anonymous
Mon 11 Nov 2013 09:29:46 PM UTC, comment #1: 

python27-2.7.5_4 on my FreeBSD machine runs ranger in a getty (no X) just fine. I tried the newest git-version, ranger 1.6.1-stable, as well as an older 1.5.5-git version without problems.

A problem like yours is generally difficult to debug... Let's start with:
1. Do you use X?
2. Does it help to change the terminal size?
3. What terminal?
4. Do you have problems with other ncurses programs?
5. Maybe another package is the source for this problem? The rest of my system is some months old and only python2.7 and ranger is up to date. I was going to update /usr/lib/libncursesw.so, but I don't know which package it belongs to.

Roman Z. <hut>
Group administrator
Mon 11 Nov 2013 05:07:48 PM UTC, original submission:  

After upgrading from python27-2.7.5_3 to python27-2.7.5_4 on FreeBSD ranger shows a Warning: Subwindow size out of bounds and the view is all messed up.

This is the output of ranger -d :

ranger version: 1.6.1, executed with python 2.7.5
Locale: en_US.UTF-8
Current file: /usr/home/clod/Desktop
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/ranger/core/main.py", line 133, in main
    fm.loop()
  File "/usr/local/lib/python2.7/site-packages/ranger/core/fm.py", line 310, in loop
    ui.redraw()
  File "/usr/local/lib/python2.7/site-packages/ranger/gui/ui.py", line 250, in redraw
    self.poke()
  File "/usr/local/lib/python2.7/site-packages/ranger/gui/displayable.py", line 238, in poke
    displayable.poke()
  File "/usr/local/lib/python2.7/site-packages/ranger/gui/widgets/browserview.py", line 364, in poke
    self.resize(self.y, self.x, self.hei, self.wid)
  File "/usr/local/lib/python2.7/site-packages/ranger/gui/widgets/browserview.py", line 277, in resize
    DisplayableContainer.resize(self, y, x, hei, wid)
  File "/usr/local/lib/python2.7/site-packages/ranger/gui/displayable.py", line 161, in resize
    x, y, hei, wid), bad=True)
  File "/usr/local/lib/python2.7/site-packages/ranger/core/actions.py", line 121, in notify
    raise Exception(str(text))
Exception: Warning: Subwindow size out of bounds for <BrowserView> (x = 0, y = 30196640, hei = 22, wid = 80)

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 hut (Posted a comment)
  •  

    There are 0 votes 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.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code