-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Assertion failure with 0.4.0 release when launching kakoune #1369
Comments
Oh many many thanks for testing. Let's see if we can get that fixed before actually releasing 0.4.0. :) |
It says "core dumped", do you happen to have a stack trace for me? many thanks :) |
p.s.: you can also run contour like so:
and dump me that (past N lines), because the very last printed VT sequence should be the one that's causing this. |
debug log and lldb trace is here: I also found another minor unrelated issue, will create a quick PR for it. |
Ah very nice. Seems like kakoune is doing |
That would be my assumption too. According to both the ANSI and DEC documentation, any missing or empty parameters should be interpreted as their default value. And unless specified otherwise, a selective parameter would usually default to 0, and a numeric parameter would default to 1. In this case, it's a selective parameter (you can think of it as an |
Also, looking at the comments in the kakoune source, it was certainly their intention to save the window title. |
Ah very nice. Many thanks @j4james :-) |
I just built and tested the 0.4.0 release on FreeBSD:
This is kakoune built from a git checkout (development version).
When launching it inside the freshly built contour, contour crashes with the following SIGABRT:
I haven't looked at any details yet - if you need any more information please let me know.
The text was updated successfully, but these errors were encountered: