Jared Irwin
Jared Irwin
It seems to be caused by a read access violation (0xC0000005) on thread `Script(1,1)`. It happens in Spidermonkey's [`GlobalHelperThreadState::removeFinishedParseTask`](https://github.com/servo/mozjs/blob/f87705d61015bf1646b33f33664da51f31b23b74/mozjs/mozjs/js/src/vm/HelperThreads.cpp#L2319) as the `token` it is given is `nullptr`. Backtrace ``` servo!js::GlobalHelperThreadState::removeFinishedParseTask+0x10...
The reason you get an error with `--user` is becuase `mpd` is trying to create a file in a location it can't. Follow this guide to setup `mpd` correctly. https://wiki.archlinux.org/title/Music_Player_Daemon#Configure_the_location_of_files_and_directories...
This is not a bug, and not a problem with WSLg or WSL. A) None of the messages are errors. B) It can happen on Linux machines C) This is...
This would be for `FilesystemWriter`. I am using this library to write container image layers as squashfs, for being used as part of the rootfs for a container. Currently, I...
I know of that flag, which is why there is edit to add a note that GNOME still crashes on Debain 11 and Ubuntu 20.04.2 LTS. Also, I haven't been...