Programs compiled with recent D compiler are broken in macOS 15.4
a year ago
- #D programming
- #macOS
- #runtime crash
- Upcoming macOS update causes D applications to crash during runtime initialization.
- Crash appears to be a null pointer dereference in pthread_getspecific.
- Partial stack trace provided, showing frames from runtime initialization.
- Key frames include sections_darwin_64.d and sections_elf_shared.d.