icebarf / perfmode

Fan/Performance Control for ASUS TUF Gaming laptops
https://git.rdseed.xyz/perfmode.git
GNU General Public License v3.0
24 stars 4 forks source link

[GUI] - Segmentation Fault on exit when running with sudo #3

Closed icebarf closed 3 years ago

icebarf commented 3 years ago

here is the valgrind log valgrind_log.txt

No idea as to why it segfaults. GDB shows something related to g_string_*().

icebarf commented 3 years ago

Update: Latest update to fixes this. Cannot reproduce this anymore, previously it was apparent that a null pointer was being passed while exiting but now there is normal behavior. The valgrind log is the only file that has related information.