Ask Your Question
1

What does the error message "dyld: lazy symbol binding failed" mean on macOS High Sierra 10.13.6 when it says that the symbol ____chkstk_darwin cannot be found?

asked 2023-03-18 11:00:00 +0000

plato gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-01-31 00:00:00 +0000

devzero gravatar image

The error message "dyld: lazy symbol binding failed" on macOS High Sierra 10.13.6 means that a dynamic linking error has occurred. In this case, the symbol _chkstkdarwin cannot be found, which suggests that there is a problem with the runtime linking of a library. The symbol _chkstkdarwin is part of the compiler's runtime library and is used for stack overflow checks. This error may occur due to a corrupt or incompatible library, incorrect path settings, or permission issues.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-03-18 11:00:00 +0000

Seen: 1 times

Last updated: Jan 31 '22