System command hangs on Mac OS Sequoia 15.0.1
13 次查看(过去 30 天)
显示 更早的评论
Overview of Problem
Running system command leads to Matlab hanging. Ctrl+c does not have an effect. To regain functionality, I need to open the Activity Monitor and kill the Matlab process which is pinned to 100% CPU usage. This doesn't kill the GUI, but instead kills w/e background call to the shell that Matlab spawned. After killing the process, Matlab returns -1. This occurs regardless of what I give the system command, e.g. system('') or system('echo "blah"').
What I've Tried
I believe this issue started recently on upgrade to Sequoia. I've given Matlab full file permission in the Privacy section of System Settings, but that didn't help. I've tried this in both 2024a and 2024b. This issue exists in both the windowed version of matlab (standard gui) and in the terminal when I use the -nodisplay option. I've tried uninstalling and doing just a base install, no toolboxes but the issue persists.
When writing this post, I wanted to post my matlab version information coming from ver. That also stalled out, same behavior described above. After closing the process in Acitivty Monitor, I receive the expected output pasted below. I suspect ver is doing a system call in the background which is why it has the same issue.
My Thoughts
I suspect this is an issue with the new release of Mac OS Sequoia 15. Maybe something to do with permissions or security. The fact that the CPU for the spawned process is at 100% suggests to me that it is a infinite loop or a deadlocked process. Is this a bug or is there an issue with my own setup? If other's with similar setup can replicate, I will submit a bug report.
System Information
Matlab Release: Problem exists on both 2024a and 2024b.
OS: Mac OS Sequoia 15.0.1, Apple Silicon
Output of ver command:
MATLAB Version: 24.2.0.2740171 (R2024b) Update 1
Operating System: Darwin 24.0.0 Darwin Kernel Version 24.0.0: Tue Sep 24 23:37:25 PDT 2024; root:xnu-11215.1.12~1/RELEASE_ARM64_T6030 arm64
Java Version: Java 17.0.13+11-LTS with Amazon.com Inc. OpenJDK 64-Bit Server VM mixed mode, emulated-client, sharing
3 个评论
Saurabh
2024-10-30
I reviewed the system requirements page for MATLAB for the specified releases and discovered that Mac OS Sequoia 15 is not supported in R2024a.
The same information can be found here:
I recommend verifying whether your system meets the MATLAB R2024b system requirements for Mac. You can do so by visiting the link provided below:
Let me know if the issue continues to persist.
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!