We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In file bin/libnetcdf-19.dll from https://github.com/JuliaBinaryWrappers/NetCDF_jll.jl/releases/download/NetCDF-v400.802.100%2B0/NetCDF.v400.802.100.x86_64-w64-mingw32.tar.gz I get
bin/libnetcdf-19.dll
julia> using ObjectFile julia> readmeta("./libnetcdf-19.dll") do oh symbol_name.(Symbols(oh)) end 11231-element Vector{AbstractString}: ".file" "crtdll.c" "pre_c_init" "" "atexit_table" "_CRT_INIT" "__proc_attached" "__DllMainCRTStartup" "DllMainCRTStartup" "atexit" ".text" "3-byte String of invalid UTF-8 data" ".data" "\x01" ".bss" "\x1c" ⋮ "__imp_H5Tget_native_type" "H5Dcreate2" "__fu61_H5P_CLS_DATASET_CREATE_ID_g" "nc4_chunk_cache_nelems" "__imp_fseek" "vfprintf" "__imp_H5Eset_auto1" "H5Pget_fill_value" "__imp_H5Pset_file_image" "__imp_H5Sget_simple_extent_dims" "free" "__security_cookie" "__imp_H5Tcommit1" "__imp_H5Pset_file_image_callbacks" "UDF0_dispatch_table" "__imp__findclose"
There are plenty of suspiciously wrong symbols like ".file", "crtdll.c", or "3-byte String of invalid UTF-8 data".
".file"
"crtdll.c"
"3-byte String of invalid UTF-8 data"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In file
bin/libnetcdf-19.dll
from https://github.com/JuliaBinaryWrappers/NetCDF_jll.jl/releases/download/NetCDF-v400.802.100%2B0/NetCDF.v400.802.100.x86_64-w64-mingw32.tar.gz I getThere are plenty of suspiciously wrong symbols like
".file"
,"crtdll.c"
, or"3-byte String of invalid UTF-8 data"
.The text was updated successfully, but these errors were encountered: