Project

General

Profile

Actions

Bug #6438

closed

eve filetype plugins: file type plugins do not de-initialize properly

Added by Jason Ish 6 months ago. Updated 6 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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 #1

Updated by Jason Ish 6 months ago

  • Status changed from In Progress to In Review
Actions #2

Updated by Jason Ish 6 months ago

  • Status changed from In Review to Closed

Merged.

Actions

Also available in: Atom PDF