linux4sam / egt

Ensemble Graphics Toolkit - Modern C++ GUI Toolkit for AT91/SAMA5 Microprocessors
https://ensemble.graphics
Apache License 2.0
63 stars 25 forks source link

SOLVED Segmentation Fault #13

Closed stevenls25 closed 3 years ago

stevenls25 commented 3 years ago

When running your dialogs program, It compiles ok and starts ok, I see all the buttons, but the File Open and Message Dialog buttons give me a Segmentation fault on my board (with SAMA5D27 SOM1). The other three buttons seem to work properly.

Screenshot from 2021-03-05 10-13-05

SandeepSM commented 3 years ago

Hi, I am not able to reproduce segmentation fault you observed from out egt_dialog application. can you be more specific or the steps to reproduce this issue. if possible can you share your code snippet of dialog_box_demo ?

Regards, Sandeep Sheriker M

stevenls25 commented 3 years ago

Was hardware issue not software. Thank You