gugus

Defora-Browser on FreeBSD

Jun 22nd, 2012
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 1.96 KB | None | 0 0
  1. [olivier@laptop]~>gdb browser
  2. GNU gdb 6.1.1 [FreeBSD]
  3. Copyright 2004 Free Software Foundation, Inc.
  4. GDB is free software, covered by the GNU General Public License, and you are
  5. welcome to change it and/or distribute copies of it under certain conditions.
  6. Type "show copying" to see the conditions.
  7. There is absolutely no warranty for GDB.  Type "show warranty" for details.
  8. This GDB was configured as "amd64-marcel-freebsd"...
  9. (gdb) run
  10. Starting program: /usr/local/bin/browser
  11. [New LWP 100373]
  12. [New Thread 807807400 (LWP 100373/browser)]
  13. browser: /home/olivier/.browser: No such file or directory
  14.  
  15. Program received signal SIGTERM, Terminated.
  16. [Switching to Thread 807807400 (LWP 100373/browser)]
  17. 0x00000008029bbd0f in gdk_pixbuf_alpha_mode_get_type ()
  18.    from /usr/local/lib/libgdk_pixbuf-2.0.so.0
  19. (gdb) backtrace
  20. #0  0x00000008029bbd0f in gdk_pixbuf_alpha_mode_get_type ()
  21.    from /usr/local/lib/libgdk_pixbuf-2.0.so.0
  22. #1  0x00000008029bc954 in gdk_pixbuf_alpha_mode_get_type ()
  23.    from /usr/local/lib/libgdk_pixbuf-2.0.so.0
  24. #2  0x00000008029b56e7 in gdk_pixbuf_scale ()
  25.    from /usr/local/lib/libgdk_pixbuf-2.0.so.0
  26. #3  0x00000008029b5859 in gdk_pixbuf_scale_simple ()
  27.    from /usr/local/lib/libgdk_pixbuf-2.0.so.0
  28. #4  0x00000008029b6724 in gdk_pixbuf_scaled_anim_iter_get_type ()
  29.    from /usr/local/lib/libgdk_pixbuf-2.0.so.0
  30. #5  0x00000008029b228a in gdk_pixbuf_new_from_file_at_scale ()
  31.    from /usr/local/lib/libgdk_pixbuf-2.0.so.0
  32. #6  0x000000000040a48a in _done_thumbnails (data=Variable "data" is not available.
  33. ) at browser.c:1394
  34. #7  0x00000008048b47f3 in g_main_context_dispatch ()
  35.    from /usr/local/lib/libglib-2.0.so.0
  36. #8  0x00000008048b8812 in g_main_context_prepare ()
  37.    from /usr/local/lib/libglib-2.0.so.0
  38. #9  0x00000008048b8c05 in g_main_loop_run ()
  39.    from /usr/local/lib/libglib-2.0.so.0
  40. #10 0x0000000800db1713 in gtk_main () from /usr/local/lib/libgtk-x11-2.0.so.0
  41. #11 0x000000000040ffc0 in main (argc=1, argv=0x7fffffffd950) at main.c:70
Add Comment
Please, Sign In to add comment