View Issue Details

IDProjectCategoryView StatusLast Update
0000980Far ManagerPanelpublic2009-09-10 09:32
ReporterMaximus Assigned Tovskirdin  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version2.0 
Summary0000980: FAR2 падает в FileList::PluginGetPanelInfo
DescriptionПроисходит падение при попытке скопировать (F5) файлы с флэшки (B:\) в плейлист плагина QPlayEx.
Допускаю, что "виноват" не только фар. Но падать все-равно не должно.

Идет попытка обращения к ListData[CurFile]->strName, а ListData в этот момент NULL

Глубоко не смотрел, почему так. Вроде бы падающий FileList соответствует именно флэшке, а не плагину
Additional InformationIndex: flplugin.cpp
===================================================================
--- flplugin.cpp (revision 3296)
+++ flplugin.cpp (working copy)
@@ -989,6 +989,8 @@
        Info.ShortNames=ShowShortNames;
        Info.ItemsNumber=FileCount;
        Info.SelectedItemsNumber=GetSelCount();
+ if (!ListData)
+ Info.SelectedItemsNumber=0; else
        if(Info.SelectedItemsNumber==1 && TestParentFolderName(ListData[CurFile]->strName))
                Info.SelectedItemsNumber=0;
 }
TagsNo tags attached.
Build1055

Activities

vskirdin

2009-07-26 16:32

administrator   bugnote:0003793

build 1055

Maximus

2009-08-14 18:58

reporter   bugnote:0003909

При попытке поменять статус на 'fixed'

APPLICATION ERROR #13
Access Denied.
Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.

Issue History

Date Modified Username Field Change
2009-07-24 19:15 Maximus New Issue
2009-07-26 16:31 vskirdin Status new => assigned
2009-07-26 16:31 vskirdin Assigned To => vskirdin
2009-07-26 16:32 vskirdin Note Added: 0003793
2009-07-26 16:32 vskirdin Status assigned => feedback
2009-08-14 18:58 Maximus Note Added: 0003909
2009-09-10 07:54 Maximus Status feedback => resolved
2009-09-10 07:54 Maximus Resolution open => fixed
2009-09-10 09:32 vskirdin Build => 1055
2009-09-10 09:32 vskirdin Status resolved => closed
2009-09-10 09:32 vskirdin Fixed in Version => 2.0