When a C/C++ application fails with the following CRITICAL, can you please tell me how can I find out where is the code causing the error?
I have tried to run it in
You can break on g_log and then do a backtrace from there.
g_log