-
Notifications
You must be signed in to change notification settings - Fork 0
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
arrayops test crashes on windows #34
Comments
Note that the error is 0xbaadf00d, indicating uninitialized heap access @JeffBezanson my guess is that it is caused by this line --> |
Oops, I didn't see jl_compute_struct_offsets, I guess it is a valid type. However, now I'm extra confused as to why for jl_struct_kind I find that fields[0].isptr == 0 but types[0] is declared to be jl_any_type |
Rather I was talking about the wrong type: this is segfaulting while trying to GC jl_tag_kind (as a jl_struct_kind) On windows & unix we can observe the following in libuv branch:
vs expected:
most of the other fields seem OK, but I can't find where they got assigned @JeffBezanson please ping me on IRC when you get a chance |
Found it: repeat of JuliaLang#1314 |
Nicely done! Does anyone with permissions on the repo have time to pull in the fix and make some binaries for testing? |
On Windows, arrayops test fails:
The text was updated successfully, but these errors were encountered: