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