boostorg / stacktrace

C++ library for storing and printing backtraces.
https://boost.org/libs/stacktrace
422 stars 70 forks source link

hangs indefinitely during configuration when cross-compiling with Visual Studio #93

Closed GyrosGeier closed 1 month ago

GyrosGeier commented 4 years ago

During a build attempt on amd64 for arm64 with Visual Studio:

22:17:11 - addr2line builds : no 12:29:14 - WinDbg builds : no 12:30:10 - WinDbgCached builds : no

The two WinDbg tests tried to start arm64 binaries, which causes a requester to pop up if a desktop is available to the session the build is running in, or an infinite hang if it isn't.

apolukhin commented 3 years ago

Please, provide more info:

apolukhin commented 1 month ago

Can not reproduce the issue. Please, provide a PR with fix if the issue still exists