-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Random Address size fault
crashes on iOS devices
#121
Comments
This is throwing an exception in the evaluation thread -- this should have printed a message in the crash log. Did you see anything like that? |
This issue never occurred to me during development, so I did not see any printed message, for now I only have crash logs from iOS devices. |
Near the top of the crash log it may have some more specific information. Something along these lines:
|
I found no However, I noticed that all the devices that crashed are quite old models (iPhone 10, iPhone 11, iPad 8, iPad 11). I'm not sure if the issue is related to their chips.
|
Yes, that likely is an issue -- older GPUs didn't support the same Metal capabilities. I know mlx-swift works on an iPhone 12 Pro Max but I haven't tested on anything older. There are some more details here: ml-explore/mlx-swift-examples#21 |
Describe the issue:
There is a chance that mlx would causes
Address size fault
crashes whileeval
the graph on iOS devices. This issue barely occur on macOS devices.Configuration:
Devices: iPhone/iPad
System Version: From iOS 16.7 to iOS 17.5
MLX-Swift version: 0.16.0
Crash Logs:
How to reproduce?
Don't know. This issue seems to occur occasionally.
Can't provide meaningful code neither.
The text was updated successfully, but these errors were encountered: