-
Notifications
You must be signed in to change notification settings - Fork 117
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
Immediately broken after zsh integration #399
Comments
fixes: sedwards2009#399 As outlined in the above issue, a nil deref is always encountered with attempting to call 'getBlock()' on the blockFrame instance in Terminal.appendBlockFrame function. Checking it, and only calling "setParent" seems to clear the issue from my testing. Blocks render correctly and the zsh integration now works. Signed-off-by: Louis DeLosSantos <[email protected]>
Does this happen when running from source (still)? It shouldn't be Also, which config file exactly did you modify? I want reproduce the problem here too. Thanks for looking into this. |
Are you asking me to re-pull main and try? |
Hello, I can no longer test because This probably warrants opening a new ticket. |
I think I can reproduce the problem now. There is also something clearly wrong in the code before the crash. It should put something inside the frame. |
Awesome :). Excited to use this! |
The bug seems to be gone now. I refactored a bunch of code related to the frames and terminal contents. |
Hey there, I pulled master, and did a
Above log is from stdout of Is |
That last bit shouldn't cause it to not start. Did you get a window at all? Did it have a hamburger menu in the top right corner? |
Nope, no UI window spawns at all, which is pretty odd. I can do some debugging if youd like. Any hints? |
huh. 🤔 Maybe it did open, but off screen. You can try opening the If you are up for some debugging, the most interesting file now is good luck |
Wiping out the config dir worked, and also no more crashes. Thanks! |
Hey there,
I'm playing with
extraterm
as it looks pretty cool.I was trying to get it to work, but unfortunately, the application experiences an error immediately after sourcing the zsh integration.
This error does not allow for any further command to be ran, and completely locks up the terminal.
Extraterm - 0.68.0
I am on Fedora 36.
zsh --version
zsh 5.8.1 (x86_64-redhat-linux-gnu)
I source the commands file directly from the zsh.init, as the very first line.
The text was updated successfully, but these errors were encountered: