Bug#1069098: emboss: all executables segfault on s390x
Andrius Merkys <[email protected]>
| Newsgroups | gmane.linux.debian.devel.medical |
|---|---|
| Message-ID | <64651605-f2fe-414f-9490-3384c38911c3__38683.8758409553$1713268471$gmane$org@debian.org> |
Package: emboss Version: 6.6.0+dfsg-9 Severity: important Tags: bullseye bookworm trixie sid X-Debbugs-CC: [email protected] Hello, All emboss executables segfault on s390x since bullseye. Segfault is evident when calling any of emboss executables without CLI arguments or only with '--help'. Checking with GDB on sid for 'gdb seqret' says: (gdb) run Starting program: /usr/bin/seqret [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/s390x-linux-gnu/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. cvt_s (code=<optimized out>, ap=0x3ffffff99c0, put=0x3fff77b79b8 <fmtAppend>, cl=0x3ffffff9e70, flags=0x3ffffff99c8, width=-2147483648, precision=-2147483648) at ajfmt.c:352 352 if(str) GDB localises the issue for seqret in a string formatting function. Andrius