-
-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KERNEL_MODE_HEAP_CORRUPTION BSOD caused by Portmaster #1594
Comments
Greetings and welcome to our community! As this is the first issue you opened here, we wanted to share some useful infos with you:
|
Thank you for the report. If you want to test it before we release it to stable you can switching to the Beta channel: |
I confirm this BSOD. After login, and pre-login after (automatic) reboot. In the recovery boot menu, I went 'Safe Mode' and Uninstall, reboot. Portmaster's logs purged from uninstall, it seems. Tailscale, VirtualBox and/or wsl2 (docker, but not checked the auto-start), the Time-To-BSOD seemed the same (2x samples). Tailscale 1.68.2 (tc3ed2ce8b-g789e6d2f8)
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331c3b3a-2005-44c2-ac5e-77220c37d6b4}" />
<EventID>41</EventID>
<Version>9</Version>
<Level>1</Level>
<Task>63</Task>
<Opcode>0</Opcode>
<Keywords>0x8000400000000002</Keywords>
<TimeCreated SystemTime="2024-07-17T15:32:53.9124434Z" />
<EventRecordID>97625</EventRecordID>
<Correlation />
<Execution ProcessID="4" ThreadID="8" />
<Channel>System</Channel>
<Computer>______</Computer>
<Security UserID="S-1-5-18" />
</System>
- <EventData>
<Data Name="BugcheckCode">314</Data>
<Data Name="BugcheckParameter1">0x11</Data>
<Data Name="BugcheckParameter2">0xffff9a04f5010140</Data>
<Data Name="BugcheckParameter3">0xffff9a05110b8910</Data>
<Data Name="BugcheckParameter4">0x0</Data>
<Data Name="SleepInProgress">0</Data>
<Data Name="PowerButtonTimestamp">0</Data>
<Data Name="BootAppStatus">0</Data>
<Data Name="Checkpoint">0</Data>
<Data Name="ConnectedStandbyInProgress">false</Data>
<Data Name="SystemSleepTransitionsToOn">0</Data>
<Data Name="CsEntryScenarioInstanceId">0</Data>
<Data Name="BugcheckInfoFromEFI">false</Data>
<Data Name="CheckpointStatus">0</Data>
<Data Name="CsEntryScenarioInstanceIdV2">0</Data>
<Data Name="LongPowerButtonPressDetected">false</Data>
<Data Name="LidReliability">false</Data>
<Data Name="InputSuppressionState">0</Data>
<Data Name="PowerButtonSuppressionState">0</Data>
<Data Name="LidState">1</Data>
</EventData>
</Event> <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331c3b3a-2005-44c2-ac5e-77220c37d6b4}" />
<EventID>41</EventID>
<Version>9</Version>
<Level>1</Level>
<Task>63</Task>
<Opcode>0</Opcode>
<Keywords>0x8000400000000002</Keywords>
<TimeCreated SystemTime="2024-07-17T15:35:01.9200291Z" />
<EventRecordID>97760</EventRecordID>
<Correlation />
<Execution ProcessID="4" ThreadID="8" />
<Channel>System</Channel>
<Computer>______</Computer>
<Security UserID="S-1-5-18" />
</System>
- <EventData>
<Data Name="BugcheckCode">314</Data>
<Data Name="BugcheckParameter1">0x11</Data>
<Data Name="BugcheckParameter2">0xffff838533010140</Data>
<Data Name="BugcheckParameter3">0xffff83854ac24090</Data>
<Data Name="BugcheckParameter4">0x0</Data>
<Data Name="SleepInProgress">0</Data>
<Data Name="PowerButtonTimestamp">0</Data>
<Data Name="BootAppStatus">0</Data>
<Data Name="Checkpoint">0</Data>
<Data Name="ConnectedStandbyInProgress">false</Data>
<Data Name="SystemSleepTransitionsToOn">0</Data>
<Data Name="CsEntryScenarioInstanceId">0</Data>
<Data Name="BugcheckInfoFromEFI">false</Data>
<Data Name="CheckpointStatus">0</Data>
<Data Name="CsEntryScenarioInstanceIdV2">0</Data>
<Data Name="LongPowerButtonPressDetected">false</Data>
<Data Name="LidReliability">false</Data>
<Data Name="InputSuppressionState">0</Data>
<Data Name="PowerButtonSuppressionState">0</Data>
<Data Name="LidState">1</Data>
</EventData>
</Event> |
This issue has been automatically marked as inactive because it has not had activity in the past two months. If no further activity occurs, this issue will be automatically closed in one week in order to increase our focus on active topics. |
I can confirm this issue. Seems to happen when opening qbittorent or when connecting to a openVPN client, and frequently. I just switched to the beta channel to see if the issue is fixed as mentioned here #1953, but I have not used it enough to make conclusions. Here is one of my minidumps and corresponding WinDbg Analysis for the last BSOD: |
Just as a small note here: The new kernel extensions has received another fix (in Portmaster v1.6.25) for a bug that rarely caused a crash. As the new - much more stable - kernel extensions will be fully released in the coming weeks, we will not fix the current/old one. In the unlikely case you have an issue with the new kext, please open a new issue. |
Similar to #1593 & #1587
Pre-Submit Checklist:
What happened:
Portmaster seem to be causing KERNEL_MODE_HEAP_CORRUPTION.
What did you expect to happen?:
Not BSOD.
How did you reproduce it?:
It seems to be happening at 'random' I was testing memory to see if it was related to my ram modules and at somepoint it randomly happen (also seem to happen sometimes when waking the computer up after sleep).
Debug Information:
Version 1.6.10
Platform: Microsoft Windows 10 Pro 10.0.19045 Build 19045
No Module Error
Status: Online
SPN: disabled (module disabled)
Resolvers: 6/6
Config: 6
Updates: stable (13/33)
Compatibility: WFP State (27)
Goroutine Stack
Windows logs:
Windows dump
The text was updated successfully, but these errors were encountered: