[Bug 240768] linux(4): 'openssl speed rsa' segfaults
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 28 16:25:08 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240768
--- Comment #7 from Edward Tomasz Napierala <trasz at FreeBSD.org> ---
Hah; not sure how could I miss this:
time(NULL) = 1580227238 (2020-01-28T11:00:38-0500)
time(NULL) = 1580227238 (2020-01-28T11:00:38-0500)
time(NULL) = 1580227238 (2020-01-28T11:00:38-0500)
time(NULL) = 1580227238 (2020-01-28T11:00:38-0500)
time(NULL) = 1580227238 (2020-01-28T11:00:38-0500)
--- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL} ---
rt_sigaction(SIGALRM, {sa_handler=0x108da00, sa_mask=[ALRM],
sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x802c37a20},
{sa_handler=0x108da00, sa_mask=[ALRM], sa_flags=SA_RESTART}, 8) = 0
rt_sigreturn({mask=[]}) = 15611098741728140169
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=NULL} ---
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault
Funnily enough, previous SIGLARMs work... kind of:
time(NULL) = 1580227218 (2020-01-28T11:00:18-0500)
--- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL} ---
rt_sigaction(SIGALRM, {sa_handler=0x108da00, sa_mask=[ALRM],
sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x802c37a20},
{sa_handler=0x108da00, sa_mask=[ALRM], sa_flags=SA_RESTART}, 8) = 0
rt_sigreturn({mask=[]}) = 7816104742323179296
times({tms_utime=947, tms_stime=45, tms_cutime=0, tms_cstime=0}) = 955958
--- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL, si_errno=-512} ---
rt_sigaction(SIGALRM, {sa_handler=0x108da00, sa_mask=[ALRM],
sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x802c37a20},
{sa_handler=0x108da00, sa_mask=[ALRM], sa_flags=SA_RESTART}, 8) = 0
rt_sigreturn({mask=[]}) = -1 EPERM (Operation not permitted)
write(2, "RSA verify failure\n", 19RSA verify failure
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-emulation
mailing list