You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
core.internal.backtrace.dwarf: Fix segfault regression in case executable cannot be opened
Introduced by #3322. `image.baseAddress()` must not be called if
`!image.isValid()`, otherwise a segfault occurs if the executable
file/image could not be opened (e.g., because of the process
changing the initial working dir and
https://issues.dlang.org/show_bug.cgi?id=21656).
0 commit comments