-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
EXCEPTION_ACCESS_VIOLATION when using ucrt64 libs with clang64 #1015
Comments
Try |
Here is the ldd output, if I elaborate with --jit the issue disappears.
|
I tried various combinations of mixing up
|
I checked with sysinternal procmon for which files nvc accesses and it seems the problem could be that it is using
|
Yeah I think my problem was that I had |
Yes, it works now. Thanks for investigating :) |
In #976 I reported having problem with an exception being thrown when running from the native commandline.
But I was testing something else and realized this is a general problem caused by the order in my PATH variable.
I recently changed to have msys64/ucrt64/bin in front of msys64/clang64/bin, so I assume it is picking up a dll or something that is not completely compatible.
Is there a simple way to debug this further to find the culprit, or is it something that can be solved in NVC?
The text was updated successfully, but these errors were encountered: