From owner-freebsd-arm@freebsd.org Tue Jul 26 17:42:54 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9295BA599A for ; Tue, 26 Jul 2016 17:42:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C956C156B for ; Tue, 26 Jul 2016 17:42:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QHgslS061859 for ; Tue, 26 Jul 2016 17:42:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 211389] Translation Fault (L1) when executing a DTrace script Date: Tue, 26 Jul 2016 17:42:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: arm X-Bugzilla-Version: 11.0-BETA2 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: venture37@geeklan.co.uk X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-arm@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2016 17:42:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211389 Bug ID: 211389 Summary: Translation Fault (L1) when executing a DTrace script Product: Base System Version: 11.0-BETA2 Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: arm Assignee: freebsd-arm@FreeBSD.org Reporter: venture37@geeklan.co.uk Executing the following one liner on a Raspberry Pi (type B, 256MB RAM) res= ults in a Translation Fault (L1) error & the system reboots dtrace -n 'fbt:kernel:*_interrupt:entry { @m[execname] =3D count() }' login: IMPLEMENT ME: dtrace_toxic_ranges Fatal kernel mode data abort: 'Translation Fault (L1)' on read trapframe: 0xc12fbad8 FSR=3D00000005, FAR=3Dbfbfebc0, spsr=3D60000193 r0 =3Dc2132de8, r1 =3Dc12fbb98, r2 =3D00000000, r3 =3Dbfbfebc0 r4 =3Dc2598bc0, r5 =3Dc2132f00, r6 =3Dc01ba5c0, r7 =3Dc1b50670 r8 =3Dc12fbc90, r9 =3Dc1ab5370, r10=3Dc1b4a000, r11=3Dc12fbb78 r12=3D00000000, ssp=3Dc12fbb68, slr=3Dc215a39c, pc =3Dc219324c running the stock FreeBSD 11.0-BETA2 r303168 image. --=20 You are receiving this mail because: You are the assignee for the bug.=