Bug 986671 - Crash in SVN view in on_row_activated, fix attached.
Summary: Crash in SVN view in on_row_activated, fix attached.
Keywords:
Status: CLOSED DUPLICATE of bug 1022230
Alias: None
Product: Fedora
Classification: Fedora
Component: meld
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dominic Hopf
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-21 13:10 UTC by Gilboa Davara
Modified: 2013-10-25 14:17 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-25 14:17:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
vcview crash fix. (455 bytes, patch)
2013-07-21 13:10 UTC, Gilboa Davara
no flags Details | Diff

Description Gilboa Davara 2013-07-21 13:10:52 UTC
Created attachment 776451 [details]
vcview crash fix.

Description:
When opening multiple files in SVN mode, meld crashes after the 3'rd file.
Attached fix taken from upstream head and OK'ed by developer [1]

Version-Release number of selected component (if applicable):
meld-1.7.3-1.fc19.noarch

- Gilboa
[1] https://mail.gnome.org/archives/meld-list/2013-June/msg00035.html

Comment 1 Gilboa Davara 2013-07-21 13:11:42 UTC
Missing callstack:

Traceback (most recent call last):
  File "/usr/share/meld/meld/vcview.py", line 576, in on_row_activated
    self.run_diff( [path] )
  File "/usr/share/meld/meld/vcview.py", line 612, in run_diff
    [], [(os.path.basename(path), path)])[1][0]
IndexError: list index out of range
Traceback (most recent call last):
  File "/usr/share/meld/meld/vcview.py", line 576, in on_row_activated
    self.run_diff( [path] )
  File "/usr/share/meld/meld/vcview.py", line 612, in run_diff
    [], [(os.path.basename(path), path)])[1][0]
IndexError: list index out of range

Comment 2 Gilboa Davara 2013-10-25 09:34:02 UTC
Fixed by current version of meld.
Bug can be fixed.

Comment 3 Christoph Wickert 2013-10-25 14:17:43 UTC

*** This bug has been marked as a duplicate of bug 1022230 ***


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