> (gdb) bt > #0 __memmove_avx_unaligned_erms () at > ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:416 > #1 0x00007ffff06c6dcd in memcpy (__len=3556, __src=<optimized out>, > __dest=0x0) at /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34 > #2 _soxr_interleave_f (data_type=<optimized out>, > dest0=0x5555556386c0, src=<optimized out>, n=889, ch=1, > seed=0x555555635e00) at ./src/data-io.c:204
Interesting. It apparently calls a subroutine to perform an *unaligned* memmove on x86. I wonder whether this crash is x86-specific. Thanks for the reproducer, I will look at it after Christmas. Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913