Skip to content
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

Engine die unexpectedly without sending output status -6 #680

Closed
huanshanxiaoyao opened this issue Mar 9, 2024 · 7 comments
Closed

Engine die unexpectedly without sending output status -6 #680

huanshanxiaoyao opened this issue Mar 9, 2024 · 7 comments
Labels

Comments

@huanshanxiaoyao
Copy link

How to update general & engine setting to fix the error:Engine die unexpectedly without sending output status -6

I install katrain by dmg file , macos

and then brew install katago succesfully

but I can't use it because of the error above ,

飞书20240309-222935

飞书20240309-222939

@nrobinaubertin
Copy link

Could that be CL_OUT_OF_HOST_MEMORY ?

The fact that it says "unexpectedly" suggest to me that the process was killed because your machine ran out of memory.

@huanshanxiaoyao
Copy link
Author

so what's the needed memory?

@nrobinaubertin
Copy link

It will depend on a lot of factors, like the number of threads spawned. Katrain is supposed to run a benchmark when you first start it to adjust the parameters.
You can manually adjust the file.

Here are two issues from the katago repository that may interest you:

It seems that there is an ongoing memory leak, so the longer the analysis, the more memory it will use. That's unfortunate.

On my machine, with my settings (the default ones, using katago-v1.13.0-eigenavx2-linux-x64 and the latest 18b model) it is using around 6.4GB while playing against itself

@eavesz
Copy link

eavesz commented Apr 9, 2024

Same issue. It's not because of memory. The brew version of katago can work with lizzieyzy correctly.

@nrobinaubertin
Copy link

I wonder where this -6 return code comes from then. Because that's the only one I can see in katago's code (and there's nothing like it in katrain from a rapid search)

Copy link

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Aug 18, 2024
Copy link

This issue was closed because it has been stalled for 30 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants