Programs compiled with recent D compiler are broken in macOS 15.4
a year ago
- #D programming
- #macOS
- #runtime crash
- 即将发布的macOS更新导致D语言应用程序在运行时初始化期间崩溃。
- 崩溃原因似乎是pthread_getspecific函数中的空指针解引用。
- 提供了部分堆栈跟踪信息,显示运行时初始化的帧记录。
- 关键帧包括sections_darwin_64.d和sections_elf_shared.d文件中的代码段。