On Tue, 2014-02-04 at 15:34 +0530, Ankit Vani wrote:
> On Tue, Feb 4, 2014 at 3:27 PM, Bastien Nocera <had...@hadess.net> wrote:
> > Try getting a backtrace of the crash. It's likely a bug in the library
> > itself.
> 
> Can you tell me how exactly to go about getting a backtrace?
> 
> I've tried using gdb on python (to run g-ir-scanner) without any special
> setting, but I'm unable to break on g_log.

ulimit -c unlimited
G_DEBUG=fatal_criticals make

And examine the coredump with gdb.

_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to