Out of storage space?

Hi @Emre,

I’m a bit confused here, the command you’re having trouble with looks identical to that in your other thread, but the error message in that other thread was a segmentation fault (SIGSEGV), whereas this one is a bus error (SIGBUS). Is this a typo? Or are you genuinely finding that the same command sometimes produces a bus error, and sometimes a segmentation fault? If that’s the case, then that strongly suggests an issue with the operating system and/or drivers – most likely the drivers for the graphics card (assuming you don’t have any other issues with the command-line tools). I’m assuming you’re running on WSL2, it may be worth applying all system updates on the Windows side and all available updates on the Linux side too…

If that doesn’t fix it, please go through the steps I suggested in response to your other thread, and we’ll see if we can figure it out.

All the best,
Donald.