lichuang opened a new issue, #3202:
URL: https://github.com/apache/kvrocks/issues/3202

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/kvrocks/issues) and found no similar issues.
   
   
   ### Version
   
   after build kvrocks on Mac:
   ```
   λ ./kvrocks
   dyld[99281]: Symbol not found: 
__ZNSt13exception_ptr31__from_native_exception_pointerEPv
     Referenced from: <ECE8A4CE-1531-34F0-A9B1-11E00CE12208> 
/Users/codedump/source/kvrocks/build/kvrocks
     Expected in:     <EC33CD83-7098-3AD6-82C8-BC03AC81E87B> 
/usr/lib/libc++.1.dylib
   [1]    99281 abort      ./kvrocks
   ```
   
   the clang version is:
   ```
   Homebrew clang version 20.1.5
   Target: arm64-apple-darwin23.5.0
   Thread model: posix
   InstalledDir: /opt/homebrew/Cellar/llvm/20.1.5/bin
   Configuration file: /opt/homebrew/etc/clang/arm64-apple-darwin23.cfg
   ```
   
   ### Minimal reproduce step
   
   ./x.py build
   
   ### What did you expect to see?
   
   running service
   
   ### What did you see instead?
   
   [1]    99281 abort      ./kvrocks
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to