-
-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS: exception hangs #5453
Comments
Yes, this seems to be related to generating the stack trace. Disabling it using We need to fix this. |
I was having that problem as well. This CMake config fixes it for me: cmake \
-DCMAKE_BUILD_TYPE=Debug \
-DWITH_LLVM=yes \
-DWITH_STACKTRACE=yes \
-DWITH_LLVM_STACKTRACE=yes \
-DWITH_RUNTIME_STACKTRACE=yes \
-DCMAKE_INSTALL_PREFIX=`pwd`/inst \
-DWITH_LSP=no \
-DCMAKE_PREFIX_PATH="$CMAKE_PREFIX_PATH_LFORTRAN;$CONDA_PREFIX" \
-DCMAKE_INSTALL_PREFIX=`pwd`/inst \
-DCMAKE_INSTALL_LIBDIR=share/lfortran/lib \
-GNinja \
. I think it was the |
Yes, that works. Thank you! |
I finally have good access to all three platforms (Windows, macOS, Linux), so I'll try to get this experience smoothed out on all platforms, so that things just work. |
The text was updated successfully, but these errors were encountered: