Skip to content

Conversation

@jhfrontz
Copy link
Contributor

Issuing assets via the elements-qt console interface on MacOS arm platforms causes the process to crash. This appears to be because the secondary threads on MacOS default to a 512k stack (per https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/Multithreading/CreatingThreads/CreatingThreads.html via https://stackoverflow.com/a/23609290 ) -- this in comparison to linux threads that apparently have 8M of stack.

This change forces the QT-related threads to have an 8M stack.

Copy link
Member

@delta1 delta1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 9853992

@psgreco psgreco merged commit 5a07eec into ElementsProject:master Jul 18, 2024
@grubles
Copy link

grubles commented Jul 18, 2024

Tested ACK 9853992

jamesdorfman added a commit to jamesdorfman/elements that referenced this pull request Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants