-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
tests/subsys/fs/fat_fs_api fails on native_posix_64 #21536
Labels
area: File System
bug
The issue is a bug, or the PR is fixing a bug
priority: high
High impact/importance bug
Comments
aescolar
added
bug
The issue is a bug, or the PR is fixing a bug
priority: high
High impact/importance bug
area: File System
labels
Dec 20, 2019
For whoever wants to look into this, it is a un-initialized memory fest. Here the first few errors of many more
|
The underlying cause is probably described in #19231. |
aescolar
added a commit
to aescolar/zephyr
that referenced
this issue
Jan 3, 2020
The FAT FS code clearly does not support platforms where long is 64bits. See https://github.com/zephyrproject-rtos/fatfs/blob/master/include/integer.h#L30 So, do not try to run it in native_posix_64 Fixes zephyrproject-rtos#21536 Fixes zephyrproject-rtos#19231 Signed-off-by: Alberto Escolar Piedras <[email protected]>
nashif
pushed a commit
that referenced
this issue
Jan 3, 2020
The FAT FS code clearly does not support platforms where long is 64bits. See https://github.com/zephyrproject-rtos/fatfs/blob/master/include/integer.h#L30 So, do not try to run it in native_posix_64 Fixes #21536 Fixes #19231 Signed-off-by: Alberto Escolar Piedras <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: File System
bug
The issue is a bug, or the PR is fixing a bug
priority: high
High impact/importance bug
Describe the bug
The testcase tests/subsys/fs/fat_fs_api fails on native_posix_64
To Reproduce
Expected behavior
No assert, test case passing
Impact
Broken master in CI, see for example https://app.shippable.com/github/zephyrproject-rtos/zephyr/runs/58839/1/tests
Console output
Environment:
The text was updated successfully, but these errors were encountered: