Ticket #43267: gdb-output.txt

File gdb-output.txt, 3.5 KB (added by cooljeanius (Eric Gallager), 10 years ago)

terminal output from running glade in gdb (the actual logfile that got produced was useless)

Line 
1Local-Admins-MacBook-Pro:glade-3.16.1 ericgallager$ which gdb
2/usr/bin/gdb
3Local-Admins-MacBook-Pro:glade-3.16.1 ericgallager$ sudo gdb /opt/local/bin/glade
4GNU gdb 6.3.50-20050815 (Apple version gdb-1515) (Sat Jan 15 08:33:48 UTC 2011)
5Copyright 2004 Free Software Foundation, Inc.
6GDB is free software, covered by the GNU General Public License, and you are
7welcome to change it and/or distribute copies of it under certain conditions.
8Type "show copying" to see the conditions.
9There is absolutely no warranty for GDB.  Type "show warranty" for details.
10This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries ...................
11
12[ snip a bunch of warnings about missing object files ]
13
14.. done
15
16(gdb) set logging file glade-gdb.log
17(gdb) set logging on
18Copying output to glade-gdb.log.
19(gdb) run
20Starting program: /opt/local/bin/glade
21Reading symbols for shared libraries .++++++++++++++++++++..................................................................................................................
22
23[ snip a bunch more warnings about missing object files ]
24
25..... done
26Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
27Reading symbols for shared libraries . done
28Reading symbols for shared libraries . done
29Reading symbols for shared libraries . done
30Reading symbols for shared libraries . done
31Reading symbols for shared libraries .... done
32Reading symbols for shared libraries . done
33Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
34Reading symbols for shared libraries . done
35Reading symbols for shared libraries . done
36GladeUI-Message: 15 missing displayable value for GtkWidget::AtkObject::accessible-role
37GladeUI-Message: 1 missing displayable value for GtkButtonBox::layout-style
38GladeUI-Message: 4 missing displayable value for GtkAboutDialog::license-type
39
40(glade:22429): GladeUI-WARNING **: Failed to load libgtksourceview-3.0.so: dlopen(libgtksourceview-3.0.so, 9): image not found
41
42(glade:22429): GladeUI-WARNING **: Failed to load external library 'gtksourceview-3.0' for catalog 'gtksourceview'
43
44(glade:22429): GladeUI-WARNING **: We could not find the symbol "gtk_source_view_get_type"
45
46(glade:22429): GladeUI-WARNING **: Could not get the type from "GtkSourceView"
47
48(glade:22429): GladeUI-WARNING **: Failed to load the GType for 'GtkSourceView'
49
50(glade:22429): GladeUI-WARNING **: Tried to include undefined widget class 'GtkSourceView' in a widget group
51Reading symbols for shared libraries . done
52GladeUI-Message: No displayable values for property GladeEditorTable::page-type
53GladeUI-Message: Glade needs artwork; a default icon will be used for the following classes:
54        GtkApplicationWindow    needs an icon named 'widget-gtk-applicationwindow'
55Reading symbols for shared libraries . done
56Reading symbols for shared libraries . done
57Reading symbols for shared libraries ... done
58Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
59
60(devhelp:22439): dconf-WARNING **: failed to commit changes to dconf: Session D-Bus not running. Try running `launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist'.
61
62[ snip a bunch of repeats of the dconf warning message ]
63
64(devhelp:22439): Gtk-CRITICAL **: gtk_window_set_mnemonics_visible: assertion 'GTK_IS_WINDOW (window)' failed
65
66Program exited normally.
67(gdb) quit