crawlserv / crawlservpp

crawlserv++: Application for crawling and analyzing textual content of websites.
Other
5 stars 0 forks source link

extractor: vector out of range [rare] #154

Open crawlserv opened 3 years ago

crawlserv commented 3 years ago

[2021-01-02 09:53:43] extractor: [#93] failed - vector::_M_range_check: __n (which is 30) >= this->size() (which is 18).

not reproducible thus far (maybe after configuration update?)

crawlserv commented 3 years ago

probably a problem with non-cleared vectors of QueryStructs when updating the configuration, fix for all Module classes incoming

crawlserv commented 3 years ago

not fixed