System Exception when use Poco in Linux Docker with Windows host environment
I got an Poco::SystemException issues when try to run the Poco libs (32 bit) in Linux Docker inside the Windows host environment.
I am using this Poco versions: 1.4.6.

Thanks in advance
Try catching it and calling message() to see what the actual error is. Unlike std::exception, Poco::Exception doesn't give the message in the what() function, just the name. what() is the same as calling name().
@andrewauclair Thank you very much for your comment. I found that the error happen when I tried to start a thread with priority in Poco lib.
The issue happen in the line 274, 275 in image. I have tried to comment this code but it does not work. Do you have any idea of this? I wonder whether it could cause by the Windows OS do not provide the permission for Poco in Linux Docker to start the thread with specific priority.
This issue is stale because it has been open for 365 days with no activity.
This issue was closed because it has been inactive for 60 days since being marked as stale.