Rosettea / Hilbish

🌓 The Moon-powered shell! A comfy and extensible shell for Lua fans! 🌺 ✨

Home Page:https://rosettea.github.io/Hilbish/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix: hilbish may segfault on startup

TorchedSammy opened this issue · comments

i do not know the exact reason, but sometimes on startup hilbish will segfault for some reason. since this only happens when i open up my terminal it quickly flashes away so that doesnt allow me to fully read the stack trace. what is known is that it is related to bait (i think)

ok turns out it's because tym (my terminal) with a daemon resizes right on startup, which would then cause hilbish to try and emit a signal.resize hook, but it segfaults because bait doesnt get initialized yet