AndrzejL

Gimp segfault free select tool libcairo?

May 7th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. [andrzejl@icsserver ~]$ gdb gimp
  2. GNU gdb (GDB) 7.1-2pclos2010 (PCLinuxOS release 2010)
  3. Copyright (C) 2010 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "i586-mandriva-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /usr/bin/gimp...done.
  12. (gdb) run
  13. Starting program: /usr/bin/gimp
  14. [Thread debugging using libthread_db enabled]
  15. [New Thread 0xb7b63b70 (LWP 26553)]
  16. This is a development version of GIMP. Debug messages may appear here.
  17.  
  18. [New Thread 0xb71ffb70 (LWP 26554)]
  19. [New Thread 0xb69feb70 (LWP 26555)]
  20. jpeg-load: found EXIF block (9205 bytes)
  21. While parsing XMP metadata:
  22. Error: No XMP packet found
  23. [New Thread 0xb0c3fb70 (LWP 26573)]
  24.  
  25. Program received signal SIGSEGV, Segmentation fault.
  26. 0x43b694ad in cairo_set_source_rgba () from /usr/lib/libcairo.so.2
  27. (gdb) bt
  28. #0 0x43b694ad in cairo_set_source_rgba () from /usr/lib/libcairo.so.2
  29. #1 0x083867ac in gimp_scan_convert_render_full (sc=0x0, buffer=0x0, off_x=0, off_y=0, replace=0,
  30. antialias=0, value=0 '\000') at gimpscanconvert.c:539
  31. #2 0x00000000 in ?? ()
  32. (gdb)
Add Comment
Please, Sign In to add comment