Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [olivier@laptop]~>gdb browser
- GNU gdb 6.1.1 [FreeBSD]
- 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 "amd64-marcel-freebsd"...
- (gdb) run
- Starting program: /usr/local/bin/browser
- [New LWP 100373]
- [New Thread 807807400 (LWP 100373/browser)]
- browser: /home/olivier/.browser: No such file or directory
- Program received signal SIGTERM, Terminated.
- [Switching to Thread 807807400 (LWP 100373/browser)]
- 0x00000008029bbd0f in gdk_pixbuf_alpha_mode_get_type ()
- from /usr/local/lib/libgdk_pixbuf-2.0.so.0
- (gdb) backtrace
- #0 0x00000008029bbd0f in gdk_pixbuf_alpha_mode_get_type ()
- from /usr/local/lib/libgdk_pixbuf-2.0.so.0
- #1 0x00000008029bc954 in gdk_pixbuf_alpha_mode_get_type ()
- from /usr/local/lib/libgdk_pixbuf-2.0.so.0
- #2 0x00000008029b56e7 in gdk_pixbuf_scale ()
- from /usr/local/lib/libgdk_pixbuf-2.0.so.0
- #3 0x00000008029b5859 in gdk_pixbuf_scale_simple ()
- from /usr/local/lib/libgdk_pixbuf-2.0.so.0
- #4 0x00000008029b6724 in gdk_pixbuf_scaled_anim_iter_get_type ()
- from /usr/local/lib/libgdk_pixbuf-2.0.so.0
- #5 0x00000008029b228a in gdk_pixbuf_new_from_file_at_scale ()
- from /usr/local/lib/libgdk_pixbuf-2.0.so.0
- #6 0x000000000040a48a in _done_thumbnails (data=Variable "data" is not available.
- ) at browser.c:1394
- #7 0x00000008048b47f3 in g_main_context_dispatch ()
- from /usr/local/lib/libglib-2.0.so.0
- #8 0x00000008048b8812 in g_main_context_prepare ()
- from /usr/local/lib/libglib-2.0.so.0
- #9 0x00000008048b8c05 in g_main_loop_run ()
- from /usr/local/lib/libglib-2.0.so.0
- #10 0x0000000800db1713 in gtk_main () from /usr/local/lib/libgtk-x11-2.0.so.0
- #11 0x000000000040ffc0 in main (argc=1, argv=0x7fffffffd950) at main.c:70
Add Comment
Please, Sign In to add comment