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/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240768 --- Comment #7 from Edward Tomasz Napierala <trasz@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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240768-4077-n8JVzZ6qre>
