Skip to content

posix: xsi_realtime: portability.posix.xsi_realtime* report RAM overflow #89485

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

Open
katgiadla opened this issue May 5, 2025 · 1 comment
Open
Assignees
Labels
area: POSIX POSIX API Library area: QEMU QEMU Emulation bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@katgiadla
Copy link
Collaborator

Describe the bug
Tests

  • tests/posix/xsi_realtime/portability.posix.xsi_realtime
  • tests/posix/xsi_realtime/portability.posix.xsi_realtime.minimal
  • tests/posix/xsi_realtime/portability.posix.xsi_realtime.newlib
  • tests/posix/xsi_realtime/portability.posix.xsi_realtime.picolibc

report RAM overflow.

Observed for qemu_cortex_m3/ti_lm3s6965

To Reproduce
Steps to reproduce the behavior:

  1. go to your zephyr dir
  2. call $ZEPHYR_BASE/scripts/twister -T tests/posix/xsi_realtime -p qemu_cortex_m3/ti_lm3s6965 -v --inline-logs --overflow-as-errors
  3. See console output with error

Expected behavior
Valid console output

Impact
Not clear

Logs and console output

opt/zephyr-sdk/arm-zephyr-eabi/bin/lib/gcc/arm-zephyr-eabi/12.2.0/arm-zephyr-eabi/bin/ld.bfd: zephyr/zephyr_pre0.elf section `bss' will not fit in region `RAM'
opt/zephyr-sdk/arm-zephyr-eabi/bin/lib/gcc/arm-zephyr-eabi/12.2.0/arm-zephyr-eabi/bin/ld.bfd: region `RAM' overflowed by 39304 bytes
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.

Environment (please complete the following information):

  • OS: Ubuntu 20.04.1 LTS
  • Toolchain Zephyr SDK 0.17.0
  • Commit SHA or Version used: v4.1.0-3474-gee940cb6dcba
@katgiadla katgiadla added area: POSIX POSIX API Library area: QEMU QEMU Emulation bug The issue is a bug, or the PR is fixing a bug labels May 5, 2025
@cfriedt
Copy link
Member

cfriedt commented May 5, 2025

@katgiadla - is this failing in Zephyr's CI? If so, can you please include a link to the failing run?

@cfriedt cfriedt added the priority: low Low impact/importance bug label May 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: POSIX POSIX API Library area: QEMU QEMU Emulation bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

2 participants