Jose
Jose
I cannot reproduce this wss failure in macOS
It is not clear to me that this is a race condition issue. Doesn't `Task` create a detached task that could run after main exits?
One issue is that endpoint factories set the instance member to nullptr during destroy, but access it without chekcing. For example: https://github.com/zeroc-ice/ice/blob/1ae9e22a64a2f8c80bdf5ad280f71064a4000c64/cpp/src/Ice/TcpEndpointI.cpp#L373-L377 and: https://github.com/zeroc-ice/ice/blob/1ae9e22a64a2f8c80bdf5ad280f71064a4000c64/cpp/src/Ice/TcpEndpointI.cpp#L353-L357 A second issue is the endpoint...
JavaScript fixed in #2574
Python PR in #2606
Java fixed in b9a1036e56f2c2213d721d951225ae3d75e6387e
Another failure on Ubuntu https://github.com/zeroc-ice/ice/actions/runs/13902224012/job/38896578775?pr=3705
IceStorm/weather/sensor is the exception to this rule.
3.8 introduced a new SliceLoader interface, and a DefaultSliceLoader that improve class loading and allow to customize the loading of clases.
Failed again in https://github.com/zeroc-ice/ice/actions/runs/12885418192/job/35923821724 ``` 2025-01-21T11:53:53.0252908Z *** [174/272] Running java/Ice/idleTimeout tests *** 2025-01-21T11:53:53.0254504Z [ running client/server test - 01/21/25 11:53:46 ] 2025-01-21T11:53:53.0256561Z - Config: ssl,x64 2025-01-21T11:53:53.0262878Z (C:\hostedtoolcache\windows\Java_Oracle_jdk\17\x64\bin\java -ea -Dtest.class=test.Ice.idleTimeout.Server test.TestDriver...