View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004105 | JEDI VCL | 00 JVCL Components | public | 2007-04-16 03:42 | 2007-04-16 04:29 |
Reporter | delphi | Assigned To | obones | ||
Priority | normal | Severity | major | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Product Version | 3.30 | ||||
Target Version | Fixed in Version | 3.34 | |||
Summary | 0004105: TJvUrlListGrabber.MaxSimultaneousGrabbers can raise an exception if URL.Count is smaller | ||||
Description | I put e.g. TJvUrlListGrabber.MaxSimultaneousGrabbers := 5 Then I add 1 Url I call procedure Start; And It raises a "List Index out of bounds (-1)" Exception. If I put MaxSimultaneousGrabbers := 1 it works. I think that TJvUrlListGrabber try to create as many as MaxSimultaneousGrabbers threads, but if there are so many URLs, it crashes. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2007-04-16 03:42 | delphi | New Issue | |
2007-04-16 04:21 | obones | Status | new => assigned |
2007-04-16 04:21 | obones | Assigned To | => obones |
2007-04-16 04:28 | obones | Status | assigned => resolved |
2007-04-16 04:28 | obones | Fixed in Version | => Daily / SVN |
2007-04-16 04:28 | obones | Resolution | open => fixed |
2007-04-16 04:28 | obones | Note Added: 0012119 |