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

[LVGL + Flow] Segmentation fault when changing focus in a large application #678

Open
RamasyaR opened this issue Dec 24, 2024 · 0 comments
Assignees
Labels

Comments

@RamasyaR
Copy link

Describe the bug
Segmentation fault when changing focus in a large application

To Reproduce
Steps to reproduce the behavior:
When changing focus (scrolling the mouse wheel in LVGL X11 simulation) a segmentation fault occurs. The traceback shows a call to an event handler that does not belong to the active screen (just believe me, this is related to issue #677). The traceback also shows that this call is repeated cyclically and the crash is probably related to stack exhaustion. Increasing the size of the eez-framework obj does not affect this behavior.

The problem has also been observed since the release of eez-studio 0.21.0 and on the current main. On version 0.20.0, the crash issue is not reproducible.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
Traceback

Desktop (please complete the following information):

  • OS: Debian
  • Version: 12

LVGL version

  • 9.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants