-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
Segmentation fault on my mac. #40398
Comments
I don't have Mac, but I have found the following differences between your build and the official build:
|
Thank you for your reply! I used clang-14, and install-name-tool and objcopy and strip used llvm, the problem still exists.
|
Are there any printed logs? |
@novikd Thank you for your attention! Here is some log output:
Because the split value is incorrect, |
I faced the same problem. I don't understand the exact reason, but for me, it works only if I use commands from the docs: https://clickhouse.com/docs/en/development/build-osx . What command do you use to build ClickHouse? |
Thanks. Using Debug:
RelWithDebInfo:
Debug:
RelWithDebInfo:
|
In my local build, I see a lot of warnings from the linker (for both debug and release) like this:
I tried to figure out why it happens and it seems the reason is that we use the default linker from Apple toolchain. |
Also might be related to #40938 |
I need help thanks.
cmake output:
text_log_max_priority
andsplit
value incorrect.I modify:
![image](https://user-images.githubusercontent.com/18606973/185614384-98fc2f91-31b4-4a98-bd5c-4f69701cc233.png)
text_log_max_priority
andsplit
value correct.The text was updated successfully, but these errors were encountered: