Buildbot: Turn off quit unexpectedly dialog windows after "crash" while running tests in MacOS #100

Closed
opened 2024-07-26 12:26:39 +02:00 by Bart van der Braak · 2 comments

Due to the way some tests are ran in MacOS with Blender, on failure it will sometimes produce dialogs a follows:

image

These stack on top of eachother, which would be nice to get disabled.

Due to the way some tests are ran in MacOS with Blender, on failure it will sometimes produce dialogs a follows: ![image](/attachments/5d58437f-9a0e-4f77-b03a-5a7d5039225b) These stack on top of eachother, which would be nice to get disabled.
Bart van der Braak added this to the DevOps Progress Board project 2024-07-26 12:26:44 +02:00
Author
Owner

I found the following possible solution:

https://apple.stackexchange.com/a/449586/212339

I found the following possible solution: https://apple.stackexchange.com/a/449586/212339
Author
Owner

Solved by running:

defaults write com.apple.CrashReporter DialogType server

This corresponds to the last option in:

image

Solved by running: ``` defaults write com.apple.CrashReporter DialogType server ``` This corresponds to the last option in: ![image](/attachments/5cb350eb-154b-4e1b-b80a-b333e17b92ce)
296 KiB
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/blender-projects-platform#100
No description provided.