Len Kawell

Results 8 comments of Len Kawell

Random but fun historical note found during further debugging: the Mach vm kernel code is almost 40 years old. (I see that some of my old VAX/VMS kernel code from...

Unfortunately we're seeing these crashes every day from users of our app and there doesn't seem to be any way to find out what model is being loaded. It's possible...

Yes, I can add my own app-specific @try/@catch handler but will it work with the asynchronous GLTFAsset.load method? I'm no expert on exception handling and threading, so I'm not sure...

I just added an @try/@catch around my GLTFAsset.load method and then added an @throw to GLTFAsssetRead.convertAsset and my @catch block was not invoked. I presume it's due to the dispatch_async...

Thank you very much! I've put your changes into our latest app build which is due for release soon. So far in testing, it seems to be working fine. I'll...

Looks like I didn't read the code well enough to diagnose the problem. Sorry about that. Can you suggest a change that'd help avoid the crash if an upstream allocation...

I agree with you that typically iOS will abort the app when it runs out of memory with no crash logging done. I have 14 GLTFPackedDataForAccessor crash logs for the...

Your memory allocation failure checks and logging look like they'll be helpful. I've pulled them and I'm testing them now. Assuming they pass the tests, we'll include them in our...