We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e79c4 commit b63a227Copy full SHA for b63a227
stdlib/public/runtime/Backtrace.cpp
@@ -289,7 +289,7 @@ BacktraceInitializer::BacktraceInitializer() {
289
if (_swift_backtraceSettings.enabled == OnOffTty::On
290
&& !_swift_backtraceSettings.swiftBacktracePath) {
291
_swift_backtraceSettings.swiftBacktracePath
292
- = swift_getAuxiliaryExecutablePath("swift-backtrace");
+ = swift_copyAuxiliaryExecutablePath("swift-backtrace");
293
294
if (!_swift_backtraceSettings.swiftBacktracePath) {
295
swift::warning(0,
0 commit comments