poco icon indicating copy to clipboard operation
poco copied to clipboard

System Exception when use Poco in Linux Docker with Windows host environment

Open bophancong opened this issue 3 years ago • 3 comments

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.

DRCF_nonXenomai_Linuxdocker

Thanks in advance

bophancong avatar Dec 08 '22 08:12 bophancong

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 avatar Dec 11 '22 15:12 andrewauclair

@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. poco_thread_i1 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.

bophancong avatar Dec 22 '22 01:12 bophancong

This issue is stale because it has been open for 365 days with no activity.

github-actions[bot] avatar Dec 22 '23 02:12 github-actions[bot]

This issue was closed because it has been inactive for 60 days since being marked as stale.

github-actions[bot] avatar Feb 20 '24 02:02 github-actions[bot]