Here the the code you required:
``` (gdb) frame 0 #0 aesni_ecb_encrypt () at crypto/aes/aesni-x86_64.s:524 524 in crypto/aes/aesni-x86_64.s (gdb) list 519 in crypto/aes/aesni-x86_64.s
(gdb) frame 1 #1 0x00007f6d1b5d5917 in aesni_ecb_cipher (len=16, in=0x7f6d17780fc0 "\036\234\364\354\062\311\005\316\036۫\023\065N\235\305l\001\306-", out=0x7f6d17d97aa8 "", ctx=0x7f6d177810a8) at ../crypto/evp/e_aes.c:319 319 ../crypto/evp/e_aes.c: No such file or directory. (gdb) list 314 in ../crypto/evp/e_aes.c (gdb) ```
The system is not accessible by outside. I'm checking if I can find a patter to reproduce the problem on other systems different from that particular one.
Thanks