Skip to content

Commit 042d4d6

Browse files
committed
add example of macos error in segfault article.
1 parent 5f1a23b commit 042d4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/posts/solve_qt_segfault.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The error messages vary across different operating systems:
4242

4343
1. Windows `Windows fatal exception: access violation`
4444
2. Linux `Segmentation fault (core dumped)` or `Fatal Python error: Aborted`
45-
3. macOS (I do not have recent runs to check)
45+
3. macOS `Fatal Python error: Segmentation fault`
4646

4747
Moreover, this behavior is non-deterministic and may be not reproducible locally.
4848
One of observed source of difference is that the CI runs on server version of OS.

0 commit comments

Comments
 (0)