After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 621142 - f-spot crashes on input in find bar
f-spot crashes on input in find bar
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: General
GIT
Other Linux
: Normal critical
: 0.7.0
Assigned To: Daniel
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-09 19:45 UTC by Daniel
Modified: 2010-06-14 16:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel 2010-06-09 19:45:01 UTC
There is a bug in the find bar that causes f-spot to crash if a very specific sequence of entries is made:

1. Create a tag named "abcd"
2. Open the find bar by typing "/"
3. Enter "ac" into the find bar
4. Move the cursor left by one character, so that it is between characters "a" and "c"
5. Type "b", this opens the completion box showing tag "abcd"
6. Press arrow down key to highlight the tag "abcd"
7. Press enter to select the tag -> f-spot crashes

I already know where and what the problem is. Since I'm currently working on the find bar I'll try to provide a fix within the next days.
Comment 1 Daniel 2010-06-13 15:14:35 UTC
Fixed in merge request: http://gitorious.org/f-spot/mainline/merge_requests/44
Comment 2 Ruben Vermeersch 2010-06-14 16:07:04 UTC
Great, thanks!