Re: g_log_set_fatal_mask () does not appear to be present

2018-09-26 Thread Richard Shann
> Date: Sun, 09 Sep 2018 20:21:54 +0100 > From: Richard Shann > To: gtk-app-devel-list@gnome.org > Subject: g_log_set_fatal_mask () does not appear to be present > Message-ID: <1536520914.1394.1.ca...@rshann.plus.com> > Content-Type: text/plain; charset=&qu

g_log_set_fatal_mask () does not appear to be present

2018-09-09 Thread Richard Shann
I used to call g_log_set_fatal_mask () via gdb to catch the place where critical errors happen. But now I get (gdb) call g_log_set_fatal_mask ("Gtk", 0x) No symbol "g_log_set_fatal_mask" in current context. any ideas? Richard Shann ___