From owner-freebsd-x11@freebsd.org Mon Nov 19 17:43:25 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BF0C110F325 for ; Mon, 19 Nov 2018 17:43:25 +0000 (UTC) (envelope-from matias@pizarro.net) Received: from mail.docbase.net (mail.docbase.net [188.40.142.13]) (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 91E6B81A7F for ; Mon, 19 Nov 2018 17:43:24 +0000 (UTC) (envelope-from matias@pizarro.net) Received: from mail.docbase.net (unknown [10.0.1.10]) by mail.docbase.net (Postfix) with ESMTP id EB3337FCAE for ; Mon, 19 Nov 2018 18:43:22 +0100 (CET) Authentication-Results: mail.docbase.net (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=pizarro.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pizarro.net; h= content-transfer-encoding:user-agent:message-id:references :in-reply-to:subject:subject:to:from:from:date:date:content-type :content-type:mime-version; s=dkim; t=1542649396; x=1543513397; bh=P+4m+VmjDYqzcgSt/Mg7+s7OrEyqJnHx/i4s01D9eSQ=; b=Mivu9At9mPDz DFyDbQD4ckCp8JqVDU0ZDysUQ2e/0yT/i8qNga93cFqcb4jOyEP83hMyGasEtp5M AxIlkgO2VRsN67QcW+Uk38sZg6jgoXZajnitZYxJZ8ZOo8859Dcr6+uzj8c8g+4C apyIwDug5r1ISU0r1K5Dyl+zjweQkU4= X-Virus-Scanned: amavisd-new at mail.docbase.net Received: from mail.docbase.net ([10.0.1.10]) by mail.docbase.net (mail.docbase.net [10.0.1.10]) (amavisd-new, port 10026) with ESMTP id e8uCj95lruel for ; Mon, 19 Nov 2018 18:43:16 +0100 (CET) Received: from mail.docbase.net (unknown [10.0.1.10]) by mail.docbase.net (Postfix) with ESMTPSA id 4A2F67FCA8 for ; Mon, 19 Nov 2018 18:43:16 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Date: Mon, 19 Nov 2018 18:43:16 +0100 From: matias@pizarro.net To: freebsd-x11@freebsd.org Subject: Re: 12.0-RC1 drm_atomic panic (supervisor read data, protection violation) In-Reply-To: References: Message-ID: <7305dab1b028178e659d5f11de5fb35c@pizarro.net> X-Sender: matias@pizarro.net User-Agent: Roundcube Webmail Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 91E6B81A7F X-Spamd-Result: default: False [-3.43 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[pizarro.net]; XM_UA_NO_VERSION(0.01)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-x11@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[4]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; MX_GOOD(-0.01)[cached: mail01.docbase.net]; DKIM_TRACE(0.00)[pizarro.net:+]; FROM_NO_DN(0.00)[]; NEURAL_HAM_SHORT(-0.86)[-0.865,0]; DMARC_POLICY_ALLOW(-0.50)[pizarro.net,none]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; IP_SCORE(-0.57)[asn: 24940(-2.83), country: DE(-0.01)]; ASN(0.00)[asn:24940, ipnet:188.40.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2018 17:43:25 -0000 Sorry, I forgot to mention I am using the on-board UHD Graphics 620 On 19/11/2018 18:37, matias@pizarro.net wrote: > Hello everyone, >=20 > Thanks for your great work that allows me to use a real OS on my work=20 > machine. >=20 > I have been tracking 12-CURRENT on a ThinkPad T450 without issues > until now. I just got myself a T480 and rolled out 12.0-BETA4 and then > RC1, with the same packages but I am getting a panic when launching > either Sublime Text 3 or Textadept. All my other packages (mpv, > libreoffice, Inkscape, Firefox, Chromium, Xfe etc...) are working fine > but these two, which are linux binaries (relevant?), trigger the > panic, both in BETA4 and RC1, using drm-stable-kmod or drm-next-kmod, > from quarterly or latest pkg repos. > At the moment I have > $ pkg info -d drm-next-kmod > drm-next-kmod-4.11.g20181027_1: > gpu-firmware-kmod-g20181104 >=20 > Bearing in mind these are running on different hardware: > - works, self-compiled kernel: > FreeBSD lenovo01 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r334644=20 > amd64 > - panics, fresh install from BETA4 image, binary-updated to RC1: > FreeBSD lenovo01 12.0-RC1 FreeBSD 12.0-RC1 r340470 GENERIC =20 > amd64 >=20 > After 12 hours of trying to sort this out I have run out of ideas. I > would appreciate it if you could help me figure out what should my > next steps be. > I could, for instance: > 1) Roll-out 12.0-RC1 on a BE on the machine that works to see if > the issue is linked with the change of hardware > 2) Roll-out 12-CURRENT r334644 on a BE on the panicking machine to > see if the issue is linked to the change of kernel > 3) Compile a DEBUG kernel on the panicking machine to help you > diagnose the issue > 4) Roll out a patched kernel if the included information inspires > you an idea for a patch >=20 > I have no idea of C or kernel hacking but I am confortable with > compiling custom kernels or building ports. >=20 > I have put the following in a gist, though I include here an extract > of part of the dump report to (hopefully) whet your appetite: > - /var/crash/core.txt, that contains full boot log, ps -axlww, > vmstat -s | -m | -z > - /boot/loader.conf > - /etc/rc.conf > - /etc/sysctl.conf > - /var/log/Xorg.0.log (I am not using any Xorg configuration) >=20 > gist URL:=20 > https://gist.github.com/rebost/1a2bbfc45e9273ae5a76a98c3a67a23d >=20 > I also have the actual vmcore dump at hand if necessary, but that's=20 > 1,4GB. >=20 > If there is anything else I can help you help me with, just let me know >=20 > Thanks for your help, past and future. >=20 > -- mat=C3=ADas > _______________________________________________ > freebsd-x11@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org"