View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004712 | JEDI VCL | 00 JVCL Components | public | 2009-03-20 08:23 | 2009-03-21 15:52 |
Reporter | DavidVTaylor | Assigned To | AHUser | ||
Priority | normal | Severity | major | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Product Version | 3.36 | ||||
Target Version | Fixed in Version | 3.37 | |||
Summary | 0004712: AV in TJvGIFAnimator | ||||
Description | An apparent threading problem in TJvGIFAnimator sometimes causes in AV to occur when the form containing the animated image is closed. The problem seems to be that the background thread does not terminate in a timely manner, | ||||
Additional Information | The following change appears to resolve the issue based on my tests: procedure TJvGIFAnimator.TimerExpired(Sender: TObject); begin // Added check below for csDestroying to prevent AV if (csPaintCopy in ControlState) or (csDestroying in ComponentState) then Exit; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2009-03-20 08:23 | DavidVTaylor | New Issue | |
2009-03-21 15:52 | AHUser | Note Added: 0015317 | |
2009-03-21 15:52 | AHUser | Status | new => resolved |
2009-03-21 15:52 | AHUser | Fixed in Version | => Daily / SVN |
2009-03-21 15:52 | AHUser | Resolution | open => fixed |
2009-03-21 15:52 | AHUser | Assigned To | => AHUser |