View Issue Details

IDProjectCategoryView StatusLast Update
0004105JEDI VCL00 JVCL Componentspublic2007-04-16 04:29
ReporterdelphiAssigned Toobones 
PrioritynormalSeveritymajorReproducibilitysometimes
Status resolvedResolutionfixed 
Product Version3.30 
Target VersionFixed in Version3.34 
Summary0004105: TJvUrlListGrabber.MaxSimultaneousGrabbers can raise an exception if URL.Count is smaller
DescriptionI 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.
TagsNo tags attached.

Activities

obones

2007-04-16 04:28

administrator   ~0012119

This is now fixed in SVN

Issue History

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