Hacker News new | ask | show | jobs
by fellerts 775 days ago
I get those too, but the Zed window is still open and I'm able to edit a file just fine. I'm on Fedora 38 FWIW.
1 comments

Hmm, the process segfaults right after, so I assumed this was the cause. Looking at the output again, I think there's another unrelated issue that happens at the same time, where Vulkan is unable to start due to ERROR_INCOMPATIBLE_DRIVER.

EDIT: Yes, I was missing a driver. I had a driver installed (amdvlk), but that apparently didn't work, and vulkan-radeon does.

I was able to reproduce the segfault in a project with millions of files. It spat out a JSON blob saying something about

    Could not start watcher on parent directory: Error { kind: MaxFilesWatch, paths: <my path>
It works well for smaller projects though.