Anonymous | Login | Signup for a new account | 2024-11-14 19:04 CET |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001056 | aMule | Search | public | 2007-03-03 01:23 | 2008-11-01 17:59 | ||||
Reporter | skript | ||||||||
Assigned To | GonoszTopi | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | SVN | ||||||||
Target Version | Fixed in Version | 2.2.1 | |||||||
Summary | 0001056: amulegui: incorrect results when searching with min size >= 4GB | ||||||||
Description | if the 'Min Size' is set to >=4GB in the 'Extended Parameters' in the 'Search' window then the actual 'minimum file size' used when displaying the results will be equal to 'Min Size' entered modulo 4... | ||||||||
Additional Information | examples (left column is actual minsize gb entered, right column is the size that is actually used when displaying the search results): 2 2 (correct) 3 3 (correct) 4 0 (wrong! everything gets displayed, even files <1kb) 5 1 (wrong! 1gb is used instead of 5) 6 2 7 3 8 0 9 1 ... this is happening when using aMule-CVS-20070302.tar.bz2 | ||||||||
Tags | No tags attached. | ||||||||
Fixed in Revision | |||||||||
Operating System | ubuntu6.06 (amuled) + winxpsp2 (amulegui) | ||||||||
Attached Files | |||||||||
Notes | |
(0002249) skript (reporter) 2007-03-04 13:36 |
the reason why this is happening is that uint32 is used for the filesize (minsize/maxsize) in various parts of the code... I guess it's rather obvious anyway ;) |
(0002963) Wuischke (manager) 2008-09-23 23:05 |
Can anyone confirm this bug with recent versions? |
Issue History | |||
Date Modified | Username | Field | Change |
2007-03-03 01:23 | skript | New Issue | |
2007-03-03 01:23 | skript | Operating System | => ubuntu6.06 (amuled) + winxpsp2 (amulegui) |
2007-03-04 07:36 | Kry | Status | new => assigned |
2007-03-04 07:36 | Kry | Assigned To | => Kry |
2007-03-04 13:36 | skript | Note Added: 0002249 | |
2008-09-23 23:05 | Wuischke | Note Added: 0002963 | |
2008-09-23 23:05 | Wuischke | Status | assigned => feedback |
2008-11-01 17:59 | GonoszTopi | Assigned To | Kry => GonoszTopi |
2008-11-01 17:59 | GonoszTopi | Status | feedback => resolved |
2008-11-01 17:59 | GonoszTopi | Resolution | open => fixed |
2008-11-01 17:59 | GonoszTopi | Category | External Conn => Search |
2008-11-01 17:59 | GonoszTopi | Fixed in Version | => 2.2.1 |
Copyright © 2000 - 2024 MantisBT Team |