From owner-freebsd-emulation@freebsd.org Tue Jan 28 16:25:08 2020 Return-Path: Delivered-To: freebsd-emulation@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C6815232363 for ; Tue, 28 Jan 2020 16:25:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 486X5c4xwdz49pr for ; Tue, 28 Jan 2020 16:25:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id A8152232362; Tue, 28 Jan 2020 16:25:08 +0000 (UTC) Delivered-To: emulation@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A7DB0232361 for ; Tue, 28 Jan 2020 16:25:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 486X5c40Gwz49pp for ; Tue, 28 Jan 2020 16:25:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6AD2825C62 for ; Tue, 28 Jan 2020 16:25:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00SGP8ph017625 for ; Tue, 28 Jan 2020 16:25:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00SGP8B3017624 for emulation@FreeBSD.org; Tue, 28 Jan 2020 16:25:08 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 240768] linux(4): 'openssl speed rsa' segfaults Date: Tue, 28 Jan 2020 16:25:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: trasz@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emulation@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jan 2020 16:25:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240768 --- Comment #7 from Edward Tomasz Napierala --- 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.=