Open RamiroG8k opened 1 year ago
Same problem with pnpm
. With cd
it spams the message like a couple hundred times even.
My terminal is unusable like this.
I was running a dotnet project and started seeing this issue as well.
For me the current solution is to kill the current terminal tab or open another one and run fig restart
getting this as well
Getting the same thing and it looks like fig restart
clears up the error.
Even after fig restart
I am still getting the same error.
zsh (figterm)(51179) MallocStackLogging: can't turn off malloc stack logging because it was not enabled.
getting the same issue and the only solution I've found is killing the terminal session and running fig restart
I had the same problem and tried killing the session and running fig restart
, but the error kept happening again and again.
The best solution for me was to uninstall and install the app again. I've never run into the same error since then, maybe for one week!
same here :( error persists when doing fig restart
, but if i open a new terminal it disappears
sh (figterm)(31065) MallocStackLogging: can't turn off malloc stack logging because it was not enabled.
just exit your terminal and open again..... and it will be fix 🚀
same for me too
Same error here. It's super frustrating.
Same here, this is impossible to work with, disabling Fig until this is fixed
Same for me as well
same here
same for me too
just exit your terminal and open again..... and it will be fix 🚀
same for me too
just exit your terminal and open again..... and it will be fix 🚀
Restarting your terminal is temporary, I don't prefer to restart everytime.
Still present in Sonoma 14.3. Since not only fig suffers from it, but also neovide for example when using the terminal in it, the culprit seems to be in either Apples implementation of zsh or since the same behavior can be reproduced by doing a simple brew upgrade
in the zsh (assuming you use brew) - only that in this case ruby is the bad guy - all points to macOS Sonoma as the origin in general. Not an issue in Ventura, nor Monterey.
I waited a long time to try fig (or whatever it is called now)...and this issue popped up within 10 minutes.
...back to waiting for fig...
I'm seeing this issue too on version 2.17.1 and using vscode zsh terminal. Any idea of a permanent fix? Closing the terminal and starting a new one does indeed fix the issue temporarily but it does come back.
Do I really need to remove the fig?
I saw this error when running my Flutter project. However, it doesn't stop the app from getting launched or anything.
I met this error when building sunshine on mac. I tried several times and reopened the terminal does not work for me
I met this error when building sunshine on mac. I tried several times and reopened the terminal does not work for me
same here
solved with:
q restart
Checks
fig doctor
in the affected terminal sessionfig restart
and replicated the issue againOperating system
macOS 14.0.0 (23A5286i)
Expected behaviour
I was expecting just to have
yarn
write down but this message happen to appear just suddenlyActual behaviour
https://github.com/withfig/fig/assets/66712961/5655db5a-9c1f-41e1-a49b-e58d700902fd
Steps to reproduce
actually just writing
yarn [SOMETHING]
or as in the video.. just
cd .
Environment