microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.25k stars 6.17k forks source link

[tesseract] BSOD everytime I install #37890

Open BaldEgg opened 3 months ago

BaldEgg commented 3 months ago

Operating system

Windows

Compiler

MSVC

Steps to reproduce the behavior

./vcpkg install tesseract

This then sometimes fails first then when I try again it BSOD. I run the minidump in windbg and this is the issue on the recent bsod

Failure logs

15: kd> !analyze -v


DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1) An attempt was made to access a pageable (or completely invalid) address at an interrupt request level (IRQL) that is too high. This is usually caused by drivers using improper addresses. If kernel debugger is available get stack backtrace. Arguments: Arg1: 0000000000000000, memory referenced Arg2: 0000000000000002, IRQL Arg3: 0000000000000008, value 0 = read operation, 1 = write operation Arg4: 0000000000000000, address which referenced memory

Debugging Details:

KEY_VALUES_STRING: 1

Key  : Analysis.CPU.mSec
Value: 656

Key  : Analysis.Elapsed.mSec
Value: 1602

Key  : Analysis.IO.Other.Mb
Value: 0

Key  : Analysis.IO.Read.Mb
Value: 0

Key  : Analysis.IO.Write.Mb
Value: 0

Key  : Analysis.Init.CPU.mSec
Value: 93

Key  : Analysis.Init.Elapsed.mSec
Value: 2268

Key  : Analysis.Memory.CommitPeak.Mb
Value: 97

Key  : Bugcheck.Code.LegacyAPI
Value: 0xd1

Key  : Bugcheck.Code.TargetModel
Value: 0xd1

Key  : Dump.Attributes.AsUlong
Value: 1008

Key  : Dump.Attributes.DiagDataWrittenToHeader
Value: 1

Key  : Dump.Attributes.ErrorCode
Value: 0

Key  : Dump.Attributes.KernelGeneratedTriageDump
Value: 1

Key  : Dump.Attributes.LastLine
Value: Dump completed successfully.

Key  : Dump.Attributes.ProgressPercentage
Value: 0

Key  : Failure.Bucket
Value: AV_CODE_AV_NULL_IP_nt!KiPageFault

Key  : Failure.Hash
Value: {4ce35ff9-c5cf-d66d-0323-0f05e33f6692}

BUGCHECK_CODE: d1

BUGCHECK_P1: 0

BUGCHECK_P2: 2

BUGCHECK_P3: 8

BUGCHECK_P4: 0

FILE_IN_CAB: 040124-12765-01.dmp

DUMP_FILE_ATTRIBUTES: 0x1008 Kernel Generated Triage Dump

READ_ADDRESS: fffff80347b1c470: Unable to get MiVisibleState Unable to get NonPagedPoolStart Unable to get NonPagedPoolEnd Unable to get PagedPoolStart Unable to get PagedPoolEnd unable to get nt!MmSpecialPagesInUse 0000000000000000

PROCESS_NAME: cl.exe

BLACKBOXBSD: 1 (!blackboxbsd)

BLACKBOXNTFS: 1 (!blackboxntfs)

BLACKBOXWINLOGON: 1

CUSTOMER_CRASH_COUNT: 1

TRAP_FRAME: fffffb0a07def4a0 -- (.trap 0xfffffb0a07def4a0) NOTE: The trap frame does not contain all registers. Some register values may be zeroed or incorrect. rax=00000000062e5390 rbx=0000000000000000 rcx=6600217793970000 rdx=ffff86c361b0d7f8 rsi=0000000000000000 rdi=0000000000000000 rip=0000000000000000 rsp=fffffb0a07def630 rbp=ffffad0007916430 r8=ffff86c35fff0a68 r9=ffff86c361b0d000 r10=ffff86c340000000 r11=fffff80347a693c0 r12=0000000000000000 r13=0000000000000000 r14=0000000000000000 r15=0000000000000000 iopl=0 nv up ei ng nz na po nc 00000000`00000000 ?? ??? Resetting default scope

IP_IN_FREE_BLOCK: 0

FAILED_INSTRUCTION_ADDRESS: +0 STACK_TEXT:
fffffb0a07def358 fffff8034722d329 : 000000000000000a 0000000000000000 0000000000000002 0000000000000008 : nt!KeBugCheckEx fffffb0a07def360 fffff80347228834 : 0000000000000000 0000000000000000 800000020f713025 0000000000000015 : nt!KiBugCheckDispatch+0x69 fffffb0a07def4a0 0000000000000000 : 0000000000000000 ffff86bffe14d718 fffffb0a07def858 0000000000000000 : nt!KiPageFault+0x474

SYMBOL_NAME: nt!KiPageFault+474

MODULE_NAME: nt

IMAGE_NAME: ntkrnlmp.exe

IMAGE_VERSION: 10.0.22621.3296

STACK_COMMAND: .cxr; .ecxr ; kb

BUCKET_ID_FUNC_OFFSET: 474

FAILURE_BUCKET_ID: AV_CODE_AV_NULL_IP_nt!KiPageFault

OSPLATFORM_TYPE: x64

OSNAME: Windows 10

FAILURE_ID_HASH: {4ce35ff9-c5cf-d66d-0323-0f05e33f6692}

Additional context

No response

BaldEgg commented 3 months ago

Please let me know if you require any extra information. I tried installing other packages but always the same thing happens it fails or BSOD

BaldEgg commented 3 months ago

PS C:\vcpkg\vcpkg> .\vcpkg install tesseract:x64-windows Computing installation plan... The following packages will be built and installed:

Call Stack (most recent call first): installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process) installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build) ports/curl/portfile.cmake:91 (vcpkg_cmake_install) scripts/ports.cmake:175 (include)

error: building curl:x64-windows failed with: BUILD_FAILED Elapsed time to handle curl:x64-windows: 12 s Please ensure you're using the latest port files with git pull and vcpkg update. Then check for known issues at: https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+curl You can submit a new issue at: https://github.com/microsoft/vcpkg/issues/new?title=[curl]+Build+error+on+x64-windows&body=Copy+issue+body+from+C%3A%2Fvcpkg%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.md

github-actions[bot] commented 1 month ago

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.