[Kde-imaging] [Bug 303173] gallery export busyloop [patch]

Wolfgang Breyha wbreyha at gmx.net
Tue Sep 18 21:07:27 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=303173

--- Comment #9 from Wolfgang Breyha <wbreyha at gmx.net> ---
Some more info to support my patch;-)

My gal2 (2.3.2 ... latest patchlevel) has the following 45 albums (simplified):
root node:
album.parent.7=0; album.name.7=7
... here album.name.ref_id and name is the same. But it's the only album where
this is true ...
album.parent.1=.....
...
album.parent.5=7; album.name.5=20
...
album.parent.8=7; album.name.8=1453
....
album.parent.6=20; album.name.6=6448
album.parent.23=1453: album.name.23=12550
....
album.parent.45=.....

album.name.ref_num looks like a simple autoincrement value on g2. But it's not
possible to build the tree with it. Because objects not linkable yet are feed
back with workList.append(...) the endless loop is perfect since there are
objects which are never linkable. eg album.23 above. There is no ref_id 1453
since 45 is the highest ref_id. But album.8 is the right choice.

Wolfgang

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kde-imaging mailing list