Skip to content
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 (0XC0000005) in module hdf5.dll at 00007FFD37C55809, H5FL_blk_malloc()+169 byte(s) #4818

Open
sun2808 opened this issue Sep 9, 2024 · 2 comments
Assignees
Labels
Component - C Library Core C library issues (usually in the src directory) Component - C++ C++ wrappers Priority - 1. High 🔼 These are important issues that should be resolved in the next release Type - Bug Please report security issues to [email protected] instead of creating an issue on GitHub UNCONFIRMED New issues are unconfirmed until a maintainer can duplicate them

Comments

@sun2808
Copy link

sun2808 commented Sep 9, 2024

Intermittent Exception while read and write

Below is the crash dump.

MODULE       FUNCTION + offset, FILE

hdf5.dll, H5FL_blk_malloc()+169 byte(s)
hdf5.dll, H5FL_blk_realloc()+85 byte(s)
hdf5.dll, H5T__conv_vlen()+1827 byte(s)
hdf5.dll, H5T_convert()+245 byte(s)
hdf5.dll, H5D__scatgath_write()+968 byte(s)
hdf5.dll, H5D__contig_write()+40 byte(s)
hdf5.dll, H5D__write()+1487 byte(s)
hdf5.dll, H5D__pre_write()+769 byte(s)
hdf5.dll, H5Dwrite()+1063 byte(s)
hdf5_cpp.dll, H5::DataSet::write()+133 byte(s)

Expected behavior
No Exception is expected.

Platform (please complete the following information)

  • HDF5 library version 1.10.1
  • Windows 10
  • MS Build

Please let me know what is going wrong. While this exception occurs, the application has more than enough memory for it to use.

@hyoklee hyoklee added Component - C Library Core C library issues (usually in the src directory) Component - C++ C++ wrappers Type - Bug Please report security issues to [email protected] instead of creating an issue on GitHub UNCONFIRMED New issues are unconfirmed until a maintainer can duplicate them labels Sep 10, 2024
@sun2808
Copy link
Author

sun2808 commented Sep 10, 2024

Read exception call stack is here.

MODULE       FUNCTION + offset, FILE

hdf5.dll, H5FL_blk_malloc()+169 byte(s)
hdf5.dll, H5FL_blk_realloc()+85 byte(s)
hdf5.dll, H5T__conv_vlen()+1827 byte(s)
hdf5.dll, H5T_convert()+245 byte(s)
hdf5.dll, H5D__scatgath_read()+946 byte(s)
hdf5.dll, H5D__contig_read()+40 byte(s)
hdf5.dll, H5D__read()+1433 byte(s)
hdf5.dll, H5Dread()+658 byte(s)
hdf5_cpp.dll, H5::DataSet::read()+133 byte(s)

@bmribler bmribler self-assigned this Sep 11, 2024
@bmribler
Copy link
Contributor

Hi @sun2808,
Please see the HELP issue you filed.

@derobins derobins added the Priority - 1. High 🔼 These are important issues that should be resolved in the next release label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - C Library Core C library issues (usually in the src directory) Component - C++ C++ wrappers Priority - 1. High 🔼 These are important issues that should be resolved in the next release Type - Bug Please report security issues to [email protected] instead of creating an issue on GitHub UNCONFIRMED New issues are unconfirmed until a maintainer can duplicate them
Projects
None yet
Development

No branches or pull requests

5 participants