-
Notifications
You must be signed in to change notification settings - Fork 109
No room for new profile in vprof thread profile list, grow MAX_THREADS_TO_VPROF_AT_ONCE #1411
Description
Release Type
Compiled (Darwin ARM64)
Version
v1.0.4b
Operating System
MacOS 15.6.1 (24G90) Mac Mini M1
Relevant logs
No response
Describe the bug
While building SteamDB using SteamCD, the following error shows on the the console
Downloading item 3589980876 ...
src/clientdll/raterecorder.h (70) : ulBytes > m_ulBytesLastSample
src/clientdll/raterecorder.h (70) : ulBytes > m_ulBytesLastSample
src/clientdll/raterecorder.h (70) : ulBytes > m_ulBytesLastSample
src/clientdll/raterecorder.h (70) : ulBytes > m_ulBytesLastSample
src/clientdll/raterecorder.h (70) : ulBytes > m_ulBytesLastSample
src/clientdll/raterecorder.h (70) : ulBytes > m_ulBytesLastSample
src/clientdll/raterecorder.h (70) : ulBytes > m_ulBytesLastSample
src/clientdll/raterecorder.h (70) : ulBytes > m_ulBytesLastSample
src/clientdll/raterecorder.h (70) : ulBytes > m_ulBytesLastSample
src/clientdll/raterecorder.h (70) : ulBytes > m_ulBytesLastSample
src/clientdll/raterecorder.h (70) : ulBytes > m_ulBytesLastSample
src/clientdll/raterecorder.h (70) : ulBytes > m_ulBytesLastSample
src/clientdll/steamengine.cpp (2901) : Assertion Failed: CSteamEngine::BMainLoop appears to have stalled > 15 seconds without event signalled
ERROR! Timeout downloading item 3589980876
workshop_download_item 294100 3589951575 validate
Downloading item 3589951575 ...
ERROR! Timeout downloading item 3589951575
workshop_download_item 294100 3589936104 validate
Downloading item 3589936104 ...
ERROR! Timeout downloading item 3589936104
workshop_download_item 294100 3589912412 validate
Downloading item 3589912412 ...
src/tier0/vprof.cpp (1553) : No room for new profile in vprof thread profile list, grow MAX_THREADS_TO_VPROF_AT_ONCE
src/tier0/vprof.cpp (1553) : No room for new profile in vprof thread profile list, grow MAX_THREADS_TO_VPROF_AT_ONCE
src/tier0/vprof.cpp (1553) : No room for new profile in vprof thread profile list, grow MAX_THREADS_TO_VPROF_AT_ONCE
src/tier0/vprof.cpp (1553) : No room for new profile in vprof thread profile list, grow MAX_THREADS_TO_VPROF_AT_ONCE
src/tier0/vprof.cpp (1553) : No room for new profile in vprof thread profile list, grow MAX_THREADS_TO_VPROF_AT_ONCE
Additional context
I couldnt find any settings which reference Thread Count to VPROF
Code of Conduct
I agree to follow this project's Code of Conduct
Duplicate Issue Check
I've checked for similar issues and didn't find anything
Wiki/FAQ Check
I've checked the Wiki for a solution and didn't find a solution