-
-
Notifications
You must be signed in to change notification settings - Fork 318
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
BSOD randomly (KERNEL_MODE_HEAP_CORRUPTION) #1396
Labels
bug
TYPE: a report on something that isn't working
Comments
ps: it wont even launch anymore. "Error invoking remote method 'api.startService': Error: failed to start portmaster" |
extra info: this started happening after i uninstalled it, then later reinstalled it |
The same here, after the start of
|
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened:
Randomly got a BSOD.
What did you expect to happen?:
Not get BSOD.
How did you reproduce it?:
It keeps happening every couple of hours.
Debug Information:
mini dump file:
KERNEL_MODE_HEAP_CORRUPTION (13a)
The kernel mode heap manager has detected corruption in a heap.
Arguments:
Arg1: 0000000000000011, Type of corruption detected
Arg2: ffffbc03ea802140, Address of the heap that reported the corruption
Arg3: ffffbc0408689810, Address at which the corruption was detected
Arg4: 0000000000000000
Debugging Details:
*** WARNING: Unable to verify timestamp for portmaster-kext_v1-1-2.sys
fffff80373f1d470: Unable to get MiVisibleState
Unable to get NonPagedPoolStart
Unable to get NonPagedPoolEnd
Unable to get PagedPoolStart
Unable to get PagedPoolEnd
GetUlongFromAddress: unable to read from fffff80373e312e0
KEY_VALUES_STRING: 1
BUGCHECK_CODE: 13a
BUGCHECK_P1: 11
BUGCHECK_P2: ffffbc03ea802140
BUGCHECK_P3: ffffbc0408689810
BUGCHECK_P4: 0
FILE_IN_CAB: 122123-12656-01.dmp
TAG_NOT_DEFINED_202b: *** Unknown TAG in analysis list 202b
DUMP_FILE_ATTRIBUTES: 0x1808
Kernel Generated Triage Dump
POOL_ADDRESS: Unable to get NonPagedPoolStart
Unable to get NonPagedPoolEnd
Unable to get PagedPoolStart
Unable to get PagedPoolEnd
ffffbc0408689810
FREED_POOL_TAG: IoSB
BLACKBOXBSD: 1 (!blackboxbsd)
BLACKBOXNTFS: 1 (!blackboxntfs)
BLACKBOXPNP: 1 (!blackboxpnp)
BLACKBOXWINLOGON: 1
CUSTOMER_CRASH_COUNT: 1
PROCESS_NAME: portmaster-cor
STACK_TEXT:
ffff9303
b5017338 fffff803
737b2c14 : 000000000000013a 00000000
00000011 ffffbc03ea802140 ffffbc04
08689810 : nt!KeBugCheckExffff9303
b5017340 fffff803
737b2c74 : 0000000000000011 00000000
00000000 ffffbc03ea802140 ffffbc04
03e3ba50 : nt!RtlpHeapHandleError+0x40ffff9303
b5017380 fffff803
737b2891 : 0000000001d00060 ffffffff
ffffffff 0000000000000000 ffffffff
ffffffff : nt!RtlpHpHeapHandleError+0x58ffff9303
b50173b0 fffff803
736ad25c : ffffbc0403e3ba50 fffff803
7347e13c ffffbc0400000001 ffff9303
b5017539 : nt!RtlpLogHeapFailure+0x45ffff9303
b50173e0 fffff803
7347eea9 : ffffbc03ea802380 ffffbc04
048241ff 0000000000000000 00000000
00000000 : nt!RtlpHpLfhSubsegmentFreeBlock+0x1b2f1cffff9303
b5017470 fffff803
73cac2b0 : ffffbc0408689810 00000000
0000000e 0000000000000060 00000000
00000001 : nt!RtlpHpFreeHeap+0x159ffff9303
b5017510 fffff803
c0528ec4 : ffffbc0442536f49 00000000
00000000 ffffbc030000000e 00000000
00000060 : nt!ExFreePoolWithTag+0x1a0ffff9303
b50175a0 ffffbc04
42536f49 : 0000000000000000 ffffbc03
0000000e 0000000000000060 ffff9303
b5017618 : portmaster_kext_v1_1_2+0x8ec4ffff9303
b50175a8 00000000
00000000 : ffffbc030000000e 00000000
00000060 ffff9303b5017618 fffff803
c05266d7 : 0xffffbc04`42536f49SYMBOL_NAME: portmaster_kext_v1_1_2+8ec4
MODULE_NAME: portmaster_kext_v1_1_2
IMAGE_NAME: portmaster-kext_v1-1-2.sys
STACK_COMMAND: .cxr; .ecxr ; kb
BUCKET_ID_FUNC_OFFSET: 8ec4
FAILURE_BUCKET_ID: 0x13a_11_IoSB_portmaster_kext_v1_1_2!unknown_function
OSPLATFORM_TYPE: x64
OSNAME: Windows 10
FAILURE_ID_HASH: {4146a5fa-ae40-5dbb-a11b-4ff688a82d90}
Followup: MachineOwner
Additional logs can be found here:
core errors:
�NJ{"Created":1703119604,"Modified":1703119604,"Expires":1705711604,"Deleted":0}S
executing core/portmaster-core.exe version 1.6.2 on windows amd64
===== Error Report =====
Message: failed to load config file: invalid character '\x00' looking for beginning of value
Timestamp: 2023-12-21 01:46:44.6850908 +0100 CET m=+0.018001001
ModuleName: config
TaskName: start module
TaskType:
Severity: error
PanicValue: %!s()
StackTrace:
goroutine 1 [running]:
runtime/debug.Stack()
/usr/local/go/src/runtime/debug/stack.go:24 +0x5e
github.com/safing/portbase/modules.(*Module).NewErrorMessage(0xc0001a62c0, {0x149b448, 0xc}, {0x164ca00?, 0xc00060c500?})
/home/user/git/safing/portbase/modules/error.go:48 +0x45
github.com/safing/portbase/modules.startModules()
/home/user/git/safing/portbase/modules/start.go:200 +0x1c8
github.com/safing/portbase/modules.Start()
/home/user/git/safing/portbase/modules/start.go:99 +0x273
github.com/safing/portbase/run.Run()
/home/user/git/safing/portbase/run/main.go:34 +0x1f
main.main()
/home/user/git/safing/portmaster/cmds/portmaster-core/main.go:42 +0x165
===== End of Report =====
-->
The text was updated successfully, but these errors were encountered: