CountMurphy / QTalarm

A handy alarm clock Program written in QT.
GNU General Public License v3.0
36 stars 8 forks source link

Crash after completeing math #26

Closed PQCraft closed 1 year ago

PQCraft commented 1 year ago

Entering a correct answer on an alarm set to ask a math question causes a Segmentation fault (core dumped)

CountMurphy commented 1 year ago

I'm able to replicate this only on my laptop when pressing enter after inputting the correct answer. Clicking ok does not trigger the crash. However, on my development machine I cannot trigger the crash at all.

Could you post the contents of your config file? Assuming linux its under ~/.config/QTalarm/QTalarm.conf. Also are you also hitting enter or clicking ok on the math prompt?

PQCraft commented 1 year ago

I am hitting enter Here is my QTalarm.conf

CountMurphy commented 1 year ago

I think I have it fixed in commit 52a9a6fe51ad6aa026adc0d586f0bda86459cb75. Please let me know if the crash continues

PQCraft commented 1 year ago

yep no more crash thanks :+1: