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

Espressif-IDE 3.0.0 randomly crashes while editing a .c file (IEP-1280) #1006

Open
elfrances opened this issue Jun 27, 2024 · 0 comments
Open

Comments

@elfrances
Copy link

Describe the bug
Espressif-IDE 3.0.0 running on Ubuntu 24.04 and using its default configuration, randomly crashes (core dumps) while simply editing text in a .c file.

To Reproduce
I was able to find a crash that seems reproducible; i.e. it happened twice in a row while doing the same thing. I was editing a .c file in my project to change this line of code:

mlog(info, "noBLE version %u.%u built on %s at %s using ESP-IDF %s", APP_VER_MAJOR, APP_VER_MINOR, DATE, TIME, esp_get_idf_version());

to this line:

mlog(info, "noBLE version %u.%u built on %s at %s using ESP-IDF %s", APP_VER_MAJOR, APP_VER_MINOR, DATE, TIME, IDF_VER);

that is, I was simply replacing the call to esp_get_idf_version() for a reference to the build define IDF_VER instead. After deleting the call to the function, as I started typing the I, D, F, chars, a window with the matching auto-complete options pops up briefly, and the app crashes.

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

Screenshots
If applicable, add screenshots to help explain your problem.

Espressif-IDE Product Information:
prod-info.txt

Eclipse Error log:
hs_err_pid55186.log

@github-actions github-actions bot changed the title Espressif-IDE 3.0.0 randomly crashes while editing a .c file Espressif-IDE 3.0.0 randomly crashes while editing a .c file (IEP-1280) Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant