Bug 1144954 - Random crashes in poezio
Summary: Random crashes in poezio
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: poezio
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Florent Le Coz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-22 06:48 UTC by Alexei Panov
Modified: 2014-09-25 14:15 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-09-25 14:15:12 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Alexei Panov 2014-09-22 06:48:22 UTC
Description of problem:
Random crashes in poezio
Traceback (most recent call last):
  File "/usr/bin/poezio", line 4, in <module>
    main()
  File "/usr/lib64/python3.3/site-packages/poezio/poezio.py", line 51, in main
    cocore.main_loop()    # Refresh the screen, wait for user events etc
  File "/usr/lib64/python3.3/site-packages/poezio/core.py", line 535, in main_loop
    res = self.do_command(replace_line_breaks(char), False)
  File "/usr/lib64/python3.3/site-packages/poezio/core.py", line 663, in do_command
    return self.current_tab().on_input(key, raw)
  File "/usr/lib64/python3.3/site-packages/poezio/tabs.py", line 1366, in on_input
    self.input.do_command(key, raw=raw)
  File "/usr/lib64/python3.3/site-packages/poezio/windows.py", line 1537, in do_command
    res = self.key_func[key]()
  File "/usr/lib64/python3.3/site-packages/poezio/windows.py", line 1349, in key_backspace
    self.key_left()
  File "/usr/lib64/python3.3/site-packages/poezio/windows.py", line 1326, in key_left
    self.rewrite_text()
  File "/usr/lib64/python3.3/site-packages/poezio/windows.py", line 1600, in rewrite_text
    self.adjust_view_pos()
  File "/usr/lib64/python3.3/site-packages/poezio/windows.py", line 1638, in adjust_view_pos
    self.pos < self.view_pos + self.width)
AssertionError


Version-Release number of selected component (if applicable):
poezio-0.8.1-1.fc20.x86_64

How reproducible:
I don't know.

Steps to Reproduce:
I don't know

Actual results:
Random crashes

Expected results:
Normal works.

Comment 1 Florent Le Coz 2014-09-25 14:15:12 UTC
This bug has been fixed in the development branch of poezio (see commit http://git.louiz.org/poezio/commit/?id=2e8d99be30ea561e34d4ea24dcdde8702122d3ba)

For future bug reports, please use the upstream bug tracker https://dev.louiz.org/projects/poezio/issues/new instead of Fedora’s one.


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