Date: Tue, 28 Jan 2020 16:25:08 +0000 From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 240768] linux(4): 'openssl speed rsa' segfaults Message-ID: <bug-240768-4077-n8JVzZ6qre@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-240768-4077@https.bugs.freebsd.org/bugzilla/> References: <bug-240768-4077@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240768 --- Comment #7 from Edward Tomasz Napierala <trasz@FreeBSD.org> --- Hah; not sure how could I miss this: time(NULL) =3D 1580227238 (2020-01-28T11:00:38= -0500) time(NULL) =3D 1580227238 (2020-01-28T11:00:38= -0500) time(NULL) =3D 1580227238 (2020-01-28T11:00:38= -0500) time(NULL) =3D 1580227238 (2020-01-28T11:00:38= -0500) time(NULL) =3D 1580227238 (2020-01-28T11:00:38= -0500) --- SIGALRM {si_signo=3DSIGALRM, si_code=3DSI_KERNEL} --- rt_sigaction(SIGALRM, {sa_handler=3D0x108da00, sa_mask=3D[ALRM], sa_flags=3DSA_RESTORER|SA_RESTART, sa_restorer=3D0x802c37a20}, {sa_handler=3D0x108da00, sa_mask=3D[ALRM], sa_flags=3DSA_RESTART}, 8) =3D 0 rt_sigreturn({mask=3D[]}) =3D 15611098741728140169 --- SIGSEGV {si_signo=3DSIGSEGV, si_code=3DSEGV_MAPERR, si_addr=3DNULL} --- +++ killed by SIGSEGV (core dumped) +++ Segmentation fault Funnily enough, previous SIGLARMs work... kind of: time(NULL) =3D 1580227218 (2020-01-28T11:00:18= -0500) --- SIGALRM {si_signo=3DSIGALRM, si_code=3DSI_KERNEL} ---=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 rt_sigaction(SIGALRM, {sa_handler=3D0x108da00, sa_mask=3D[ALRM], sa_flags=3DSA_RESTORER|SA_RESTART, sa_restorer=3D0x802c37a20}, {sa_handler=3D0x108da00, sa_mask=3D[ALRM], sa_flags=3DSA_RESTART}, 8) =3D 0 rt_sigreturn({mask=3D[]}) =3D 7816104742323179296=20=20=20= =20=20 times({tms_utime=3D947, tms_stime=3D45, tms_cutime=3D0, tms_cstime=3D0}) = =3D 955958=20=20=20=20=20=20 --- SIGALRM {si_signo=3DSIGALRM, si_code=3DSI_KERNEL, si_errno=3D-512} ---= =20=20=20=20=20=20=20=20=20=20=20 rt_sigaction(SIGALRM, {sa_handler=3D0x108da00, sa_mask=3D[ALRM], sa_flags=3DSA_RESTORER|SA_RESTART, sa_restorer=3D0x802c37a20}, {sa_handler=3D0x108da00, sa_mask=3D[ALRM], sa_flags=3DSA_RESTART}, 8) =3D 0 rt_sigreturn({mask=3D[]}) =3D -1 EPERM (Operation not permi= tted)=20=20=20 write(2, "RSA verify failure\n", 19RSA verify failure --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240768-4077-n8JVzZ6qre>