-
Notifications
You must be signed in to change notification settings - Fork 346
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
dlsym not implemented for: __pthread_get_minstack #789
Comments
However, looking at your stacktrace, you are trying to access the file system. That's still way further of I think. See #653. |
thanks for replying - hopefully my report might be useful.
Our library offers several interfaces to interact with the index. We use the in-RAM directory abstraction for testing, so I thought we might wing it |
Oh I misread... it's not the FS code you are coming from, it's thread spawning. That's ways off I am afraid. |
This will be "fixed" by #808 insofar as the error message will get better:
|
use Dlsym support to implement getentropy (and better thread spawn error) This is the Miri side of rust-lang/rust#62245. Fixes #789
Actual concurrency support is tracked at #811. |
Hey, this is a great project!
I appreciate you are currently not supporting FFI, but thought this might be a useful data point for posterity. I expect you will consider this low on your list of priorities.
I decided to run it on tantivy
** Versions of rustc and miri
** How to reproduce
get the current upstream/master of tantivy
Run miri
The text was updated successfully, but these errors were encountered: