https://bugs.kde.org/show_bug.cgi?id=393351

--- Comment #18 from Julian Seward <jsew...@acm.org> ---
As Tom says ..

> ==6297== valgrind: Unrecognised instruction at address 0x4a54820.
> ==6297==    at 0x4A54820: H5P_dup_prop+64 (in /usr/lib64/libhdf5.so.103.1.0)

> I have no experience at all with objdump. I tried 'objdump -d ./h5s_8.3.0'

Nearly, not quite right.  The problem is in /usr/lib64/libhdf5.so.103.1.0.

Can you try  objdump -d /usr/lib64/libhdf5.so.103.1.0 instead?

Then look for the code near the entry point (to be precise, at offset 64 from)
for H5P_dup_prop.  You can find that entry point by searching the objdump
output for the string

  H5P_dup_prop>:

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to