lvgl / lv_binding_micropython

LVGL binding for MicroPython
MIT License
237 stars 156 forks source link

CI: Catch SIGSEGV when running tests #163

Closed amirgon closed 3 years ago

amirgon commented 3 years ago

To debug random crashes, catch SIGSEGV and print stack trace when running tests.

Example of a random crash: https://github.com/lvgl/lvgl/runs/3013533718?check_suite_focus=true Related: https://github.com/lvgl/lvgl/pull/2358#issuecomment-875968344