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

Occasional crash when killing kakoune session #8

Open
falbru opened this issue Oct 15, 2023 · 1 comment
Open

Occasional crash when killing kakoune session #8

falbru opened this issue Oct 15, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@falbru
Copy link
Owner

falbru commented Oct 15, 2023

The kakoune session gets killed when exiting the application. Sometimes that results in a crash, where I get the following error log KakouneClient: "socket read failed: Success\ndisconnecting\n.

According to the kakoune documentation, the kill command that is sent to the session is supposed to kill both the server and client:

  • "kill[!] [<exit status>]::
    terminate the current session, all the clients as well as the server.
    If specified, the server and clients exit status will be set to <exit status>"

This doesn't really matter, since the application is exiting anyways, but I'd be nice to clean this up.

@falbru falbru added the bug Something isn't working label Oct 15, 2023
@falbru falbru added this to the v0.1.0 milestone Jul 10, 2024
@falbru
Copy link
Owner Author

falbru commented Aug 2, 2024

It happens infrequently enough that I'll postpone it to another milestone

@falbru falbru removed this from the v0.1.0 milestone Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant