On Wednesday, 13 October 2021 at 07:43:49 UTC, jfondren wrote:

A fresh build of dub (with gdc) is still segfaulting, and looks to be related to SDL:

```
$ dub -q init -n -f=json; dub -q run
Edit source/app.d to start your project.
$ rm -rf dub.{sdl,json} source
$ dub -q init -n -f=sdl; dub -q run
Segmentation fault (core dumped)
```

I'll check out the new ports when they're available. Thanks!

You didn't update your gdc compiler. See gkoehler@'s patch on ports@.

~Brian

Reply via email to