Actions
Bug #6438
closedeve filetype plugins: file type plugins do not de-initialize properly
Affected Versions:
Effort:
Difficulty:
Label:
Description
Some changes to threaded eve handling broke how eve filetype plugins are deinitialized. Instead of the ThreadDeinit
being called for each thread, DeInit
is being called multiple times, which in 6.0 DeInit
was called after all the calls to ThreadDeinit
were called.
This appears to be related to the hashing changes.
This may result in a breaking change to threaded filetype plugins, however that is probably OK since I think they're broken right now anyways, except the most basic hello world type ones that don't allocated any memory.
Actions