-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
MAC 14.3.1 (23D60): Audacity Silicon is constantly crashing due to QSharedMemory::create: out of resources"; Only 2.4.2 works #5983
Comments
What is BitBox anyway? @vigilant4u |
@dozzzzer a crypto wallet thingy which also has the same issue: BitBoxSwiss/bitbox-wallet-app#2562 @vigilant4u I'm strongly suspecting you have some program running on your system which is eating up all shared memory segments. Audacity requires just a single one to start, and if something else has eaten up all shared memory segments, it can't. Given that a restart doesn't fix it for you, it'll be a program that's automatically loading on startup for you. |
Bitbox is another app with the same issue: They are already working on a fix, see here: |
|
Shared memory is a separate concept to RAM. I believe the terminal command to list shared memory segments is |
The Only way i got Audacity 3.4.2 Silicon app to run properly on Mac OS Sonoma 14.3.1 was writing an executable apple script to be executed on Login Items during the startup process as followed: As there is definitely a shared memory bug on Sonoma 14.3.1 preventing to let your app start when the default values influencing the default shared memory settings kern.sysv.shmmax would stay as defined by apple, the only workaround is as followed: open ScripEditor: tell application "Terminal"
end tell Hope this also works others. PS: |
@vigilant4u what is this: Strange script name? |
Bug description
MAC 14.3.1 (23D60): Audacity Silicon is constantly crashing due to QSharedMemory::create: out of resources";
Alle version from SILICON / Intel are crashing only the good old: Only the version 2.4.2 works fine on newest Mac Sonoma.
The output from Terminal when starting any newer version is:
"SingleApplication: Unable to create block.
SingleApplication: 7 "QSharedMemory::create: out of resources"
==> AND NO: REBOOTING DOES NOT FIX THE ISSUE! It returns constantly.
The only hint i found, but is is catalina and not Sonoma and i have a fresh and new Sonoma machine right from the start is the following link:
https://forums.developer.apple.com/forums/thread/669625
and
https://forums.developer.apple.com/forums/thread/734975
Please fix the bug the quickest possible for all Mac user using SONOMA. Thx.
Steps to reproduce
Terminal:
./audacity.app/Contents/MacOS/Audacity
Expected behavior
App should start but instead:
"SingleApplication: Unable to create block.
SingleApplication: 7 "QSharedMemory::create: out of resources"
Actual behavior
A crashing audacity app from the newest version back to version 2.4.2: This is the only one running properly on Sonoma 14.3.1
Audacity Version
latest stable version (from audacityteam.org/download)
Operating system
macOS
Additional context
SONOMA 14.3.1 MAC 14.3.1 (23D60):
The output from Terminal when starting any newer version is:
"SingleApplication: Unable to create block.
SingleApplication: 7 "QSharedMemory::create: out of resources"
==> AND NO: REBOOTING DOES NOT FIX THE ISSUE! It returns constantly.
The only hint i found, but is is catalina and not Sonoma and i have a fresh and new Sonoma machine right from the start is the following link:
https://forums.developer.apple.com/forums/thread/669625
and
https://forums.developer.apple.com/forums/thread/734975
Please fix the bug the quickest possible for all Mac user using SONOMA. Thx.
The text was updated successfully, but these errors were encountered: