Code: Select all
Joshuas-MacBook-Pro:xboard-83f3a4e herecomethej$ gdb ./xboard
GNU gdb 6.3.50-20050815 (Apple version gdb-1822) (Sun Aug 5 03:00:42 UTC 2012)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries ................ done
(gdb) run -debug
Starting program: /Users/herecomethej/Downloads/xboard-83f3a4e/xboard -debug
Reading symbols for shared libraries +++++++++++++++...................................................................................................................................................................... done
Assertion failed: (_cairo_status_is_error (status)), function _cairo_error, file cairo-error.c, line 68.
Program received signal SIGABRT, Aborted.
0x00007fff8f9e0d46 in __kill ()
(gdb) bt
#0 0x00007fff8f9e0d46 in __kill ()
#1 0x00007fff88b0bdf0 in abort ()
#2 0x00007fff88b0ce2a in __assert_rtn ()
#3 0x00000001009ea2ce in _cairo_error ()
#4 0x00000001009e292b in _cairo_set_error ()
#5 0x0000000100548c5a in rsvg_cairo_render_path ()
#6 0x0000000100546255 in rsvg_render_path ()
#7 0x000000010053dff0 in rsvg_node_draw ()
#8 0x000000010053e08a in _rsvg_node_draw_children ()
#9 0x000000010053dff0 in rsvg_node_draw ()
#10 0x000000010053e78d in rsvg_node_svg_draw ()
#11 0x000000010053dff0 in rsvg_node_draw ()
#12 0x000000010054a448 in rsvg_handle_render_cairo_sub ()
#13 0x0000000100078423 in LoadSVG ()
#14 0x000000010007891d in ScaleOnePiece ()
#15 0x00000001000790f2 in CreatePNGPieces ()
#16 0x000000010007915d in CreateAnyPieces ()
#17 0x0000000100071ddb in main ()
(gdb) 