Opened 6 months ago
Last modified 4 months ago
#18905 new bug
Search results windows crashes when adding / removing attributes columns — at Version 1
Reported by: | un_spacyar | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Tracker | Version: | R1/beta4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
This is weird issue, that I can only reproduce it when searching for an specific attribute. This is the step by step process:
1) open the Find... window from Deskbar.
2) search for MPEG audio file (mpeg) Formula: ((name=="")&&(BEOS:TYPE=="audio/mpeg"))
3) the search will bring you all the MPEG files (mainly mp3 files).
4) in the search window, go to the 'Attributes' menu, and add the "Rating" attribute.
5) a new column will appear: Attribute.
6) Click on the 'Attributes' menu again: Tracker will crash.
I am attaching the Tracker crash report.
If I repeat the process and search for MPEG audio file (x-mpeg) (Formula: ((name=="")&&(BEOS:TYPE=="audio/x-mpeg"))), the issue is not reproducible.
In short:
BEOS:TYPE=="audio/mpeg --> fails.
BEOS:TYPE=="audio/x-mpeg --> works fine.
I am using Haiku 32 bit.
hrev57719
Change History (2)
by , 6 months ago
Attachment: | Tracker-7243-debug-27-05-2024-03-45-00.report added |
---|
comment:1 by , 6 months ago
Description: | modified (diff) |
---|