-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Attempt to bind a C library resulted in a compiler error #5996
Comments
This was caused due to using |
If module validation fails, it's a compiler bug, regardless of whether the input is valid or not.
|
Note that the reduced code doesn't reproduce the bug. Someone will have to remove the real bug from the git repo. |
@bararchy fixed this on the repository, so he might have more information on how to extract the bug. |
Closing, there's no reproducible code. This has likely been fixed in the meantime. |
Duplicate of #8544 (which is not fixed, see latest comment) |
This is the line which caused the error: https://github.com/sherjilozair/cudnn.cr/blob/master/spec/cudnn_spec.cr#L18
The relevant pieces of code are:
which calls
which calls
The error is:
The text was updated successfully, but these errors were encountered: