You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upon startup a program using nocrypto crashes with the following on x86_64
any idea?
nocrypto-0.5.4-1
ocaml-4.07.1
mpir-3.0.0
NixOS-19.03
Program received signal SIGILL, Illegal instruction.
0x00007ffff7f8c8b5 in mpn_lshift () from /run/current-system/sw/lib/libmpir.so.23
(gdb) bt
#0 0x00007ffff7f8c8b5 in mpn_lshift () from /run/current-system/sw/lib/libmpir.so.23
#1 0x0000000000568019 in ml_z_shift_left ()
#2 0x00000000004840d6 in camlNocrypto__Numeric__lsl_1789 () at src/numeric.ml:94
#3 0x0000000000484688 in camlNocrypto__Numeric__loop_1833 () at src/numeric.ml:124
#4 0x0000000000494a39 in camlNocrypto__Dh__s_group_2386 () at src/dh.ml:81
#5 0x0000000000494ca9 in camlNocrypto__Dh__entry () at src/dh.ml:93
#6 0x00000000004786f9 in caml_program ()
#7 0x000000000058b7ba in caml_start_program ()
#8 0x000000000058bb25 in caml_startup_common (argv=0x7fffffffd6f8, pooling=<optimized out>, pooling@entry=0) at startup.c:157
#9 0x000000000058bb7b in caml_startup_exn (argv=<optimized out>) at startup.c:162
#10 caml_startup (argv=<optimized out>) at startup.c:167
#11 0x000000000058bba2 in caml_main (argv=<optimized out>) at startup.c:174
#12 0x0000000000477f2c in main (argc=<optimized out>, argv=<optimized out>) at main.c:44
0x7ffff7f8c8b5 <mpn_lshift+149> vpbroadcastq %xmm6,%ymm6
upon startup a program using nocrypto crashes with the following on
x86_64
any idea?
The text was updated successfully, but these errors were encountered: