Closed johnou closed 2 years ago
Hi
I don't suppose you see the temporary files left around..? e.g. /Volumes/external/xxxxxx/target/air4575753230900883879.tmp
from your naip output above? If so it would be interesting to see what the content of the Contents/Info.plist file would be in there..
We're not seeing the same problems here .. it looks like there are two separate possibilities: a) the generated plist file is throwing an error b) naip is hanging
Do you see this happening with a simple/empty "hello world" style application, or is it just with a more complex app with assets, ANEs etc?
thanks
Andrew
Hi Andrew,
Unfortunately a complex app with assets and ANEs.
Another thing to note about our setup is that the macOS build slave in mention compiles multiple AIR applications at the same time and from different AIR SDKs - not sure if that could cause any undesired behaviour.
The next time it occurs I will try and get a copy of the tmp file(s), unfortunately they were located in the CI build workspace which is cleared every time a new build is triggered..
Johno
Interesting! I am wondering what might happen if multiple instances of naip were run in parallel: essentially this is an AIR application itself, so there's a risk it may have the same "invocation forwarded to primary instance" effect - although that shouldn't hang it, as it should then exit straight away. But it's something we can check; or if there's any way you could set the builds up to queue things and process them one at a time, it might be worth seeing if that helps.
We could also add in some extra diagnostics, which is something we're gradually doing anywhere in all of this ..
thanks
Haven't seen this in awhile, will reopen if it occurs again.
Problem Description
Describe your problem in detail. Include the following information:
33.1.1.476
OS Version: Mac OS X 10.15.6 (Build 19G2021) Architecture: x86_64
60%~
Furthermore, always add a link to one or more analog Adobe Tracker issues. This repository is not a replacement for Adobe's bug tracker!
Steps to Reproduce
Tell us how this issue can be reproduced. Seriously: if you want this issue to be fixed, this is the part you really need to get nailed. Give us a minimal example:
I suspect there is a race condition with naip, often the process just hangs in the process list like so..
Until recently the app just hung but now we are also seeing this in the CI build output