-
Notifications
You must be signed in to change notification settings - Fork 6
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
Crash on Windows #37
Comments
It's the initialization that crashes, so I guess there's something wrong with the JLL:
|
Unfortunately I don't have a Windows machine to test it out. |
I'm not really familiar with Windows either, i.e., how to best debug this. The backtrace is sparse, on GCC 8+ it's absent (just a |
I have a Windows computer, and I have some ability to help debug this sort of thing. I don't really know what NVTX is though. It looks like reproduction is pretty straightforward though. |
I have a Windows system too, I'm just entirely unfamiliar with how to debug crashes like this on Windows. If you'd know how: this is how we build |
It's an instrumentation library, which the profiler then intercepts. In C it is used as a header-only library, but we build it as a dynamic library, which may be where the issue is. The source is here: https://github.com/NVIDIA/NVTX/ |
Looks like only one simple hotfix has been done - is anyone already working on this issue/planning to take over this issue? |
I've reproduced this in C, and filed an issue with NVIDIA. I'll let you know when I hear back. |
Thanks 👍 |
Using Julia 1.11, NVTX#master:
The text was updated successfully, but these errors were encountered: