View Issue Details

IDProjectCategoryView StatusLast Update
0000757Far ManagerFindFilespublic2009-02-25 22:11
Reporteralexandr_v Assigned ToDrKnS  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Fixed in Version2.0 
Summary0000757: x64 Far. после поиска по Alt-F7 при попытке просмотра файла (F3) валится с AV exception.
Description╔═════════════════ Internal error ══════════════════╗
║ Exception occurred: ║
║ "Access violation (read from 0x0000000801CF0138)" ║
║ Exception address: 0x000000014006E719 in module: ║
║ C:\Program Files\Far2\far.exe ║
╟───────────────────────────────────────────────────╢
║ FAR Manager will be terminated! ║
║ OK ║
╚═══════════════════════════════════════════════════╝
Additional Informationошибка в файле findfile.cpp ,строка 1149).

Index = (DWORD)(DWORD_PTR)ListBox->GetUserData(NULL, 0, I);
LPFINDLIST PtrFindList=FindList[Index];
if ((Index != LIST_INDEX_NONE) &&
возникает из-за Index равному LIST_INDEX_NONE
заменил на
Index = (DWORD)(DWORD_PTR)ListBox->GetUserData(NULL, 0, I);
LPFINDLIST PtrFindList=(Index != LIST_INDEX_NONE)?FindList[Index]:NULL;
if ((PtrFindList) &&
TagsNo tags attached.
Build795

Activities

DrKnS

2009-02-24 19:37

administrator   bugnote:0002581

795.

В 1.75 делать?

alexandr_v

2009-02-24 19:44

reporter   bugnote:0002582

1.75 не проверял - использую 2.0 версию.
ошибка проявляется только на x64 версии, x32 все нормально.

alexandr_v

2009-02-25 21:51

reporter   bugnote:0002606

fixed

Issue History

Date Modified Username Field Change
2009-02-24 19:25 alexandr_v New Issue
2009-02-24 19:37 DrKnS Note Added: 0002581
2009-02-24 19:37 DrKnS Assigned To => DrKnS
2009-02-24 19:37 DrKnS Status new => feedback
2009-02-24 19:44 alexandr_v Note Added: 0002582
2009-02-25 21:51 alexandr_v Note Added: 0002606
2009-02-25 21:51 alexandr_v Status feedback => resolved
2009-02-25 21:51 alexandr_v Resolution open => fixed
2009-02-25 22:10 DrKnS Build => 795
2009-02-25 22:10 DrKnS Status resolved => closed
2009-02-25 22:11 DrKnS Fixed in Version => 2.0