View Issue Details

IDProjectCategoryView StatusLast Update
0000689Far ManagerViewerpublic2008-12-29 06:26
Reporteralexmitin Assigned Toalexy  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Platformx86OSWindowsOS VersionXP SP3
Fixed in Version2.0 
Summary0000689: Crash in the viewer
DescriptionThere is a crash in the viewer.

1) Open any file in the viewer.
2) Press Alt+F8
3) In the "Go to" dialog type 99999999999999999
4) Select "Hex offset" and press Enter.

The crash occurs in the following place:

void Viewer::Up()
{
...
  vseek(ViewFile,FilePos-(__int64)BufSize,SEEK_SET);
  vread(Buf,BufSize,ViewFile);
  Skipped=0;
  if (Buf[BufSize-1]==(unsigned int)CRSym) <==[crash]==
  {
    BufSize--;
    Skipped++;
  }
...
}
TagsNo tags attached.
Build710

Activities

alexy

2008-12-28 20:52

administrator   bugnote:0002266

710

alexmitin

2008-12-28 22:41

reporter   bugnote:0002267

Verified in 710.

Issue History

Date Modified Username Field Change
2008-12-28 16:57 alexmitin New Issue
2008-12-28 20:12 alexy Status new => assigned
2008-12-28 20:12 alexy Assigned To => alexy
2008-12-28 20:52 alexy Note Added: 0002266
2008-12-28 20:52 alexy Status assigned => feedback
2008-12-28 22:41 alexmitin Note Added: 0002267
2008-12-28 22:41 alexmitin Status feedback => resolved
2008-12-28 22:41 alexmitin Resolution open => fixed
2008-12-29 06:26 alexy Build => 710
2008-12-29 06:26 alexy Status resolved => closed
2008-12-29 06:26 alexy Fixed in Version => 2.0