Segmentation fault (core dumped)
with gpt4all models during concurrent execution
#481
Labels
bug
Something isn't working
Description
If the gpt4all models are downloaded they work ok as long as you wait for the previous prompt to finish. If you send two messages simultaneously the app crashes with:
It might be that there is some non-safe multi-threading involved. I saw this with a few models but I did not try all.
Reproduce
Send two messages without waiting for reply, e.g. message
a
andb
:See:
Expected behavior
No crash
Context
The text was updated successfully, but these errors were encountered: