Dear Stephane,

I think you're overlooking the observation by Nikolay (close to the
bottom of comment 11):

# Brief analysis

I believe that root cause of the problem is change of `hid_t` datatype
in HDF library.

It is not an `int` anymore, it is `int64_t`.
But the scilab source code have many places with hardcoded `int`. 
See for example `openHDF5File` - 
http://cgit.scilab.org/scilab/tree/scilab/modules/hdf5/src/c/h5_fileManagement.c
 which calls `H5Fopen`:

```
int openHDF5File(const char *name, int _iAppendMode)
{
    hid_t           file;
...

    file = H5Fopen(filename, H5F_ACC_RDONLY, H5P_DEFAULT);
...
    return file;
}
```
Best regards, Paul

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1765503

Title:
  scilab: save, open and ATOMS system is broken in Scilab 6 on bionic,
  cosmic, disco and eoan

To manage notifications about this bug go to:
https://bugs.launchpad.net/scilab/+bug/1765503/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to