Closed icebarf closed 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_*().
g_string_*()
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.
here is the valgrind log valgrind_log.txt
No idea as to why it segfaults. GDB shows something related to
g_string_*()
.