Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core dump for convert on Ubuntu 22.04. SIGABRT #220

Open
amit777 opened this issue Mar 16, 2023 · 0 comments
Open

core dump for convert on Ubuntu 22.04. SIGABRT #220

amit777 opened this issue Mar 16, 2023 · 0 comments

Comments

@amit777
Copy link

amit777 commented Mar 16, 2023

ImageMagick version

ImageMagick 6.9.11-60 Q16 x86_64 2021-01-25

Operating system

Linux

Operating system, version and so on

Ubuntu 22.04 jammy 5.15.0-67-generic

Description

We got alerted of a core dump when our application calls convert: Here is the stack trace:

Reading symbols from /usr/bin/convert-im6.q16...
(No debugging symbols found in /usr/bin/convert-im6.q16)
[New LWP 2416853]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/bin/convert /opt/sendergen/data/d707711f7b7305fa477891b7510775af450f3a23 /'.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140488078698560) at ./nptl/pthread_kill.c:44
44	./nptl/pthread_kill.c: No such file or directory.
(gdb) bt
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140488078698560) at ./nptl/pthread_kill.c:44
ImageMagick/ImageMagick#1  __pthread_kill_internal (signo=6, threadid=140488078698560) at ./nptl/pthread_kill.c:78
ImageMagick/ImageMagick#2  __GI___pthread_kill (threadid=140488078698560, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
ImageMagick/ImageMagick#3  0x00007fc5f0e3d476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ImageMagick/ImageMagick#4  0x00007fc5f0e237f3 in __GI_abort () at ./stdlib/abort.c:79
ImageMagick/ImageMagick#5  0x00007fc5f117873d in ?? () from /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.6
ImageMagick/ImageMagick#6  <signal handler called>
ImageMagick/ImageMagick#7  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140488078698560) at ./nptl/pthread_kill.c:44
ImageMagick/ImageMagick#8  __pthread_kill_internal (signo=6, threadid=140488078698560) at ./nptl/pthread_kill.c:78
ImageMagick/ImageMagick#9  __GI___pthread_kill (threadid=140488078698560, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
ImageMagick/ImageMagick#10 0x00007fc5f0e3d476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ImageMagick/ImageMagick#11 0x00007fc5f0e237f3 in __GI_abort () at ./stdlib/abort.c:79
ImageMagick/ImageMagick#12 0x00007fc5f117873d in ?? () from /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.6
ImageMagick/ImageMagick#13 <signal handler called>
ImageMagick/ImageMagick#14 __memmove_avx_unaligned () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:222
ImageMagick/ImageMagick#15 0x00007fc5f118df4e in ReadBlob () from /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.6
ImageMagick/ImageMagick#16 0x00007fc5edad0ade in ?? () from /usr/lib/x86_64-linux-gnu/ImageMagick-6.9.11/modules-Q16/coders/png.so
ImageMagick/ImageMagick#17 0x00007fc5effd7e3d in ?? () from /lib/x86_64-linux-gnu/libpng16.so.16
ImageMagick/ImageMagick#18 0x00007fc5effcb077 in png_read_row () from /lib/x86_64-linux-gnu/libpng16.so.16
ImageMagick/ImageMagick#19 0x00007fc5edad3800 in ?? () from /usr/lib/x86_64-linux-gnu/ImageMagick-6.9.11/modules-Q16/coders/png.so
ImageMagick/ImageMagick#20 0x00007fc5edad59a8 in ?? () from /usr/lib/x86_64-linux-gnu/ImageMagick-6.9.11/modules-Q16/coders/png.so
ImageMagick/ImageMagick#21 0x00007fc5f11c6411 in ReadImage () from /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.6
ImageMagick/ImageMagick#22 0x00007fc5f11c7864 in ReadImages () from /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.6
ImageMagick/ImageMagick#23 0x00007fc5f10610fc in ConvertImageCommand () from /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.6
ImageMagick/ImageMagick#24 0x00007fc5f10cbbbf in MagickCommandGenesis () from /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.6
ImageMagick/ImageMagick#25 0x00005604871bf16e in ?? ()
ImageMagick/ImageMagick#26 0x00007fc5f0e24d90 in __libc_start_call_main (main=main@entry=0x5604871bf120, argc=argc@entry=3, argv=argv@entry=0x7ffdb3a38558)
    at ../sysdeps/nptl/libc_start_call_main.h:58
ImageMagick/ImageMagick#27 0x00007fc5f0e24e40 in __libc_start_main_impl (main=0x5604871bf120, argc=3, argv=0x7ffdb3a38558, init=<optimized out>, fini=<optimized out>,
    rtld_fini=<optimized out>, stack_end=0x7ffdb3a38548) at ../csu/libc-start.c:392
ImageMagick/ImageMagick#28 0x00005604871bf1c5 in ?? ()

Steps to Reproduce

I was not able to reproduce it when running the command manually on the server.

I can privately send the core dump if it is helpful.

Images

No response

@amit777 amit777 changed the title core dump for convert on Ubuntu 22.04. ABRT core dump for convert on Ubuntu 22.04. SIGABRT Mar 16, 2023
@dlemstra dlemstra transferred this issue from ImageMagick/ImageMagick Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant