How can I find out where is my code causing GLib-GObject-CRITICAL?

后端 未结 3 402
时光说笑
时光说笑 2021-01-12 15:45

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

3条回答
  •  醉话见心
    2021-01-12 15:59

    You should pass --g-fatal-warnings to your application when you run it inside gdb.

提交回复
热议问题