Andrew Frost

Results 779 comments of Andrew Frost
trafficstars

I'd heard about this failure of AOT to cope with `case xx: break;` - so it's good to see there are workarounds but it would also be something we can...

@GeneralVimes can I just check on this, the issue doesn't seem to much to be about an empty case statement, it's about there only being one case statement. Unless I'm...

Just as somewhere to record some details .. we've checked what gets generated here and it seems to check out and also to explain why the problem happens. If you...

Hi Can you just check the output of the ANE using the Windows version of lipo please? [AIR SDK folder]\lib\aot\bin\lipo\lipo.exe There are perhaps two possibilities here: a) the input framework...

Hi @takazawa-gg - I've just looked at the log for one of the non-working scenarios, this is causing a problem at start-up itself: ``` 2022-06-02 14:52:22.224 21453-21597/? D/TenjinStartup: Starting advertising...

Thanks for the details > First I am wondering if some sort of threshold regarding PushLocalFrame and out-of-memory has changed between AIR SDK 33.1.1.575 and 33.1.1.856(889)? I'm not sure about...

Hi @a9848840 - can you confirm which build you used to get that PushLocalFrame.txt logcat output? it doesn't have the app start-up information in it so I can't see which...

Thanks - so if that's the 856 build then the stack trace shows we're measuring some text at the point at which it runs out of local JNI handles...

Actually, looking again at the call stack/error there, this may be something different? (or related?) ``` 07-22 15:01:30.861 23133 23133 F libc : Fatal signal 6 (SIGABRT), code -6 in...

Great, thanks - that's fine for now, what we'll probably do is make a few tweaks based on this and also add a little more targeted output, to try to...