Eric Engestrom

Results 80 comments of Eric Engestrom

Ended up doing it tonight, and I can confirm the exact same behaviour on an intel igpu and an nvidia dgpu (`iris` & `nvk` mesa drivers, respectively), so it's not...

I just tried adding `exit_condition: bevy::window::ExitCondition::DontExit,` in case it makes a difference, but it doesn't, the behaviour is identical (which is what I expected since the bug is not that...

@nitzmahone could you run CI on this change please? I haven't been able to run the tests locally (they always pick up the installed `yaml` instead of the local one),...

Also, for anyone coming across this PR: you can work around this bug with this line in your code, before your call to `yaml.dump()`: ```py yaml.add_multi_representer(StrEnum, yaml.representer.SafeRepresenter.represent_str) ```

OK, it now works (and passes all the tests), but it's a new approach that only fixes `str` subclasses; this solves the current problem, but doesn't fix other subclasses, but...

Ah you're right, it's a timeout not a crash, I misread/assumed from seeing too many of those and reading too fast 😅 Another one happened this morning again, in case...

> Can you not ssh in after the failure? I _could_, but I would have to see it happen (which so far has been very rare) and be ready to...

Oh, I see, so it's kind of good news, except until the upstream kernel is used by the official rpi distro we have to continue testing on the downstream :)

I tried the latest commit (https://github.com/raspberrypi/firmware/archive/95be71b8c0f63f03dc06dd0e4c2e5535e6fb4a93.zip) and of the 7 jobs that I tried I already had one hang with the same message (https://gitlab.freedesktop.org/eric/mesa/-/jobs/81964342), so it's definitely still there. I...

Late answer, but I finally ran the `vcgencmd version` command as you asked, and it works fine (and outputs `version a668b6e6edce3274de221324b93cb8741e4a7f7c (clean) (release) (start)`) right until the kernel message above,...