mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-27 09:35:57 +03:00
[PR #349] [MERGED] Bugfix - IsaBusMutex Deadlock #1291
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#1291
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hirschmann/nbfc/pull/349
Author: @folfy
Created: 9/26/2017
Status: ✅ Merged
Merged: 9/27/2017
Merged by: @hirschmann
Base:
master← Head:master📝 Commits (2)
48a4eb4Bugfix - lost mutex deadlock8f7c1e1Merge remote-tracking branch 'origin/master'📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
Core/Plugins/OpenHardwareMonitor/Hardware/Ring0.cs(+1 -1)📄 Description
If there is an abandoned Mutex (Exception; due to killing nbfc or some other application at the wrong time, or something like that, had this issue quite long time ago), acquiring it will fail in eternity (actually until a restart).
If this exception is thrown, acc. to MSDN we should be able to safely proceed:
(Also going to suggest this edit to openHWMon)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.