Joe George
Joe George
I mean: ``` jose@mac ice % ./cpp/bin/slice2matlab --depend slice/Ice/Locator.ice slice/Ice/Locator.ice: \ /Users/jose/Documents/3.8/ice/slice/Ice/Identity.ice ``` vs ``` jose@mac ice % ./cpp/bin/slice2swift --depend slice/Ice/Locator.ice Locator.swift: \ slice/Ice/Locator.ice \ /Users/jose/Documents/3.8/ice/slice/Ice/Identity.ice ``` With `slice2matlab` the...
I see what you mean now!
Likely it'a bug in this function. https://github.com/zeroc-ice/ice/blob/main/swift/test/Ice/ami/TestI.swift/#L134-L140
Are you running in a container, and are the locales generated?
This looks like a bug with the GitHub macOS runner
> Gulp works great, and doesn't give us any problems. What is the problem other than not being "cool"? > Webpack is a different beast, we use gulp as a...
> [ice/swift/src/IceImpl/LocalObject.mm](https://github.com/zeroc-ice/ice/blob/614281c5621d7b43cf882b1e3f6110853e488592/swift/src/IceImpl/LocalObject.mm#L8-L9) > > Lines 8 to 9 in [614281c](/zeroc-ice/ice/commit/614281c5621d7b43cf882b1e3f6110853e488592) > > // We "leak" this map to avoid the destructor being called when the application is terminated. > auto*...
I can reproduce locally. I've attached the logs with tracing enabled from https://github.com/zeroc-ice/ice/commit/fad93220b71cd3c587379bda4f7f2d7a86aeb649 [client-102324-1351.log](https://github.com/user-attachments/files/17492759/client-102324-1351.log) [server-102324-1351.log](https://github.com/user-attachments/files/17492760/server-102324-1351.log)
I disabled the idle check and grabbed the stack of the server. ``` 2024-10-23 14:09:29 Full thread dump Java HotSpot(TM) 64-Bit Server VM (17.0.12+8-LTS-286 mixed mode, sharing): Threads class SMR...
Hi @susmitamane, I'll try running my workflow a few times to see it's still happening and get back to you. What's 49s error? EDIT: Ran my workflow about 10 times,...