BloopAI / bloop

bloop is a fast code search engine written in Rust.

Home Page:https://bloop.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 0.6.3 not start on Mac OS 10.15.7

jasonhc opened this issue · comments

Run bloop v0.6.3 on Mac book pro with OS 10.15.7

After start , it stuck on loading page. And 2 minutes later, bloop crash.

I found some error message in "ai.bloop.bloop/qdrant/logs/latest.stderr":
dyld: Symbol not found: __ZNSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE7seekoffExNS_8ios_base7seekdirEj
Referenced from: /Applications/bloop.app/Contents/MacOS/qdrant (which was built for Mac OS X 12.0)
Expected in: /usr/lib/libc++.1.dylib
in /Applications/bloop.app/Contents/MacOS/qdrant

The same, and I try to delete the whole dir "ai.bloop.bloop", but it does not work!

The same, and I try to delete the whole dir "ai.bloop.bloop", but it does not work!

OS 11.7.10
CPU 2.6 GHz 6-Core Intel Core i7

I've encountered the same situation. I hope someone can help answer this.