You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2023/01/19 18:11:37 UTC

[GitHub] [logging-log4cxx] rm5248 commented on issue #180: SetThreadDescription and GetThreadDescription are not properly linked on Windows

rm5248 commented on issue #180:
URL: https://github.com/apache/logging-log4cxx/issues/180#issuecomment-1397406723

   Note for future reference: this is a problem on older systems.  According to the [documentation](https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-setthreaddescription#remarks):
   
   > Windows Server 2016, Windows 10 LTSB 2016 and Windows 10 version 1607: SetThreadDescription is only available by [Run Time Dynamic Linking](https://learn.microsoft.com/en-us/windows/win32/dlls/using-run-time-dynamic-linking) in KernelBase.dll.
   
   Newer versions of Windows don't have this same limitation it seems, explaining why the builds on the github runners have never encountered this issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org