Port builds and runs successfuly. but when I start using this search engine by adding some json-data it brings: Invalid argument (os error 22) debug logs of meilisearch has no error step to reproduce 1. run meilisearch 2. curl -X POST 'http://localhost:7700/indexes/movies/documents' -H 'Content-Type: application/json' --data-binary movies.json ktrace dump 1035 100141 meilisearch 0.046365 RET munmap -1 errno 22 Invalid argument https://wtools.io/paste-code/bEy4
maybe it helps: update port version up to 0.22 and use sysinfo-0.25.0 crate
Filed bug #266113 to fix the cause of munmap failure, but that still didn't fix this. I'm testing their latest release candidate with sysinfo crate locally bumped to 0.25.3. I'll continue to investigate this.
Hi, An update has been committed in bug #268916. Could you please update, and test again ? If you're still getting failures then please re-open this PR, or file a new PR. Until then, I'm marking this as resolved. Thanks!