voorkant / voorkant-core

https://voorkant.org/
MIT License
2 stars 3 forks source link

client-lvgl segfaults on macos #51

Closed rvdm closed 8 months ago

rvdm commented 8 months ago

client-lvgl segfaults on macos after default compile. the binary was compiled from the rvdmfix branch in https://github.com/cyclops1982/voorkant-core/tree/rvdmfix .

The build segfaults as follows: image

'bt all' gives: image

some more investigation into the trace points to lvgl failing to allocate: image

Screenshot 2024-01-27 at 21 05 40
Habbie commented 8 months ago

this apparently does not happen with the demo instance - which only has like six lights, not >35

Habbie commented 8 months ago

fixed in #53