Bug 1627785 - [abrt] meld: inorder_search_down(): treehelpers.py:127:get_previous_next_paths:RuntimeError: generator raised StopIteration
Summary: [abrt] meld: inorder_search_down(): treehelpers.py:127:get_previous_next_path...
Keywords:
Status: CLOSED DUPLICATE of bug 1616266
Alias: None
Product: Fedora
Classification: Fedora
Component: meld
Version: 29
Hardware: x86_64
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: Dominic Hopf
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:7c12a6570b923f86c16c1968221...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-09-11 13:11 UTC by sedrubal
Modified: 2018-12-31 11:36 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2018-12-31 11:36:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.42 KB, text/plain)
2018-09-11 13:11 UTC, sedrubal
no flags Details
File: cgroup (351 bytes, text/plain)
2018-09-11 13:11 UTC, sedrubal
no flags Details
File: cpuinfo (1.41 KB, text/plain)
2018-09-11 13:11 UTC, sedrubal
no flags Details
File: environ (4.27 KB, text/plain)
2018-09-11 13:11 UTC, sedrubal
no flags Details
File: mountinfo (4.79 KB, text/plain)
2018-09-11 13:12 UTC, sedrubal
no flags Details
File: namespaces (129 bytes, text/plain)
2018-09-11 13:12 UTC, sedrubal
no flags Details
File: open_fds (1.59 KB, text/plain)
2018-09-11 13:12 UTC, sedrubal
no flags Details

Description sedrubal 2018-09-11 13:11:48 UTC
Description of problem:
I opened a two large directories in meld.

Version-Release number of selected component:
meld-3.19.0-3.fc29

Additional info:
reporter:       libreport-2.9.5
cmdline:        /usr/bin/python3 /usr/bin/meld ../new_frontend_project .
crash_function: inorder_search_down
exception_type: StopIteration
executable:     /usr/bin/meld
interpreter:    python3-3.7.0-9.fc29.x86_64
kernel:         4.18.5-300.fc29.x86_64
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
treehelpers.py:127:get_previous_next_paths:RuntimeError: generator raised StopIteration

Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/meld/treehelpers.py", line 87, in inorder_search_down
    raise StopIteration()
StopIteration

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/meld/dirdiff.py", line 1090, in on_treeview_cursor_changed
    prev, next = self.model._find_next_prev_diff(cursor_path)
  File "/usr/lib/python3.7/site-packages/meld/tree.py", line 173, in _find_next_prev_diff
    return self.get_previous_next_paths(start_path, match_func)
  File "/usr/lib/python3.7/site-packages/meld/treehelpers.py", line 127, in get_previous_next_paths
    for it in self.inorder_search_down(start_iter):
RuntimeError: generator raised StopIteration

Local variables in innermost frame:
self: <dirdiff.DirDiffTreeStore object at 0x7f1210d19240 (meld+dirdiff+DirDiffTreeStore at 0x5648eba231a0)>
path: <Gtk.TreePath object at 0x7f1202a3c228 (GtkTreePath at 0x5648ec788e80)>
match_func: <function DiffTreeStore._find_next_prev_diff.<locals>.match_func at 0x7f1210d53d08>
prev_path: <Gtk.TreePath object at 0x7f1202a3be28 (GtkTreePath at 0x5648ec789000)>
next_path: None
start_iter: <Gtk.TreeIter object at 0x7f1202a3b8e8 (GtkTreeIter at 0x5648eb244560)>
it: <Gtk.TreeIter object at 0x7f1202a3be88 (GtkTreeIter at 0x5648eb243f60)>

Comment 1 sedrubal 2018-09-11 13:11:54 UTC
Created attachment 1482359 [details]
File: backtrace

Comment 2 sedrubal 2018-09-11 13:11:56 UTC
Created attachment 1482360 [details]
File: cgroup

Comment 3 sedrubal 2018-09-11 13:11:57 UTC
Created attachment 1482361 [details]
File: cpuinfo

Comment 4 sedrubal 2018-09-11 13:11:59 UTC
Created attachment 1482362 [details]
File: environ

Comment 5 sedrubal 2018-09-11 13:12:01 UTC
Created attachment 1482363 [details]
File: mountinfo

Comment 6 sedrubal 2018-09-11 13:12:02 UTC
Created attachment 1482364 [details]
File: namespaces

Comment 7 sedrubal 2018-09-11 13:12:03 UTC
Created attachment 1482365 [details]
File: open_fds

Comment 8 Sandro Bonazzola 2018-12-13 07:03:16 UTC
I have same issue with same version

Comment 9 Dominic Hopf 2018-12-31 11:36:35 UTC

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


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