"Nelson A. de Oliveira" <[email protected]> writes:

> Hi!
>
> On Sat, Sep 5, 2009 at 10:53 AM, Jari Aalto<[email protected]> wrote:
>> Under GNOME WM, I get constant SIGSEGV while trying to drag region to export 
>> to *.jpg
>
> Can you test it with the new version of ImageMagick that has reached
> testing (7:6.5.5.3-1), please?
> If it's still reproducible, can you install imagemagick-dbg and get a
> gdb backtrace?


With 7:6.5.5.3-1 imagemagick-dbg

$ gdb -batch \
  -ex 'run ~/tmp/picture.png' \
  -ex 'bt full' \
  -symbols /usr/lib/debug/usr/bin/import --args /usr/bin/import

[Thread debugging using libthread_db enabled]
[New Thread 0x7ffff35cd950 (LWP 13122)]

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7b27538 in ?? () from /usr/lib/libMagickCore.so.2
#0  0x00007ffff7b27538 in ?? () from /usr/lib/libMagickCore.so.2
No symbol table info available.
#1  0x00007ffff7b2e66f in XImportImage () from /usr/lib/libMagickCore.so.2
No symbol table info available.
#2  0x00007ffff772d852 in ImportImageCommand () from /usr/lib/libMagickWand.so.2
No symbol table info available.
#3  0x0000000000400e6c in main (argc=2, argv=0x7fffffffd648) at 
utilities/import.c:122
        option = <value optimized out>
        elapsed_time = <value optimized out>
        user_time = <value optimized out>
        exception = 0x602050
        image_info = 0x608140
        regard_warnings = MagickFalse
        status = MagickTrue
        i = 0
        timer = {user = {start = 0, stop = 0, total = 0}, elapsed = {start = 
19138469, stop = 0, total = 0}, state = RunningTimerState, 
          signature = 2880220587}
        iterations = 1



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to