Skip to content

Conversation

LordHepipud
Copy link
Collaborator

Icinga for Windows is using Add-Type in some small cases, to properly fetch UNC Path values for plugins or disk attribute information.

While in most cases this works without problems, sometimes the on-the-fly compilation fails because of out-of-memory exceptions or different errors.

This fix will now compile the DLL required inside the cache/dll folder if not present and load the compiled DLL's if required and available.

@cla-bot cla-bot bot added the cla/signed label Feb 9, 2022
@LordHepipud LordHepipud force-pushed the fix/add_type_dynamic_compile_errors branch from 323f1db to ecc1112 Compare February 9, 2022 11:16
@LordHepipud LordHepipud added this to the v1.9.0 milestone Feb 9, 2022
@LordHepipud LordHepipud added the Bug There is an issue present label Feb 9, 2022
@LordHepipud LordHepipud self-assigned this Feb 9, 2022
@LordHepipud LordHepipud merged commit e17c416 into master Feb 9, 2022
@LordHepipud LordHepipud deleted the fix/add_type_dynamic_compile_errors branch February 9, 2022 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug There is an issue present cla/signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant