darlinghq / darling

Darwin/macOS emulation layer for Linux
http://www.darlinghq.org
GNU General Public License v3.0
11.35k stars 438 forks source link

ZSH hangs? #539

Open moon-chilled opened 5 years ago

moon-chilled commented 5 years ago

When I run zsh, it hangs. Does give me this telling error message, though, if I have the right stuff in my zshrc: failed to load module `zsh/zle': dlopen(/usr/lib/zsh/5.2/zsh/zle.so, 9): image not found--and that file does, in fact, not exist

ahyattdev commented 5 years ago

I don't think the hanging is related to the dlopen log message because I see the same thing but experience no hang. I am on Ubuntu 18.04. What OS are you running?

Also, have you tried running it without your .zshrc/.zshenv/etc? I have none of those files and have no hang.

moon-chilled commented 5 years ago

I'm on arch linux. I tried it without my .zshrc; originally, with my .zshrc it printed another error about a missing zle module (which makes sense, since it couldn't load the zle shared object), but hung in exactly the same way.