-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DRM Page Fault #96
Comments
The printfs are warnings. The crash is in a callout. Without a core or at least a backtrace in ddb there's no reason to attribute the panic to drm. |
Didn't get a core as it froze the system completely. Happened twice but the second time I didn't snap photos. I'll try again next time it happens to see if I can get a core dump. |
Read the wiki for how to improve your odds of getting a core. Trueos does a number of things that reduce debuggability. |
matt, what options would help in TrueOS to make debugging easier? Besides enabling coredumps? ;) |
not to speak for matt here since he's def the domain expert but we've also these sysctl knobs have def helped me: debug.debugger_on_panic="0" there may be other knobs we can tune now but this did help me squash cheers, On Tue, Oct 4, 2016 at 1:19 PM, Kris Moore notifications@github.com wrote:
pete wright |
I actually haven't found DWARF4 to be that useful for the kernel :(. I'm actually thinking of KDB/DDB as features that would be useful to have in 12. |
Ah! I'll pull that misinfo from the wiki then :) -p On Tue, Oct 4, 2016 at 2:08 PM, Matthew Macy notifications@github.com
pete wright |
Well folks, at any rate here is my dmesg as it may help posterity at some point. Copyright (c) 1992-2016 The FreeBSD Project. |
Ahh - this is pre-SB. In that case it probably is DRM. I'll pull out my ancient Dell to see if I can reproduce. |
Yes my trusty Dell E6510 laptop. Thanks for the time and attention. |
Ok, I've enabled DDB now (KDB was already there) |
Had 3 or 4 more of these crashes. Usually after I leave kodi up for hours. Got this error last night but no crash: Oct 25 21:50:16 lefty kernel: [drm:0xffffffff82b47687s] ERROR Atomic update failure on pipe A (start=672137 end=672138) time 0 us, min 894, max 899, scanline start 893, end 899 |
Hi, Can you re-test with the latest drm-next? --HPS |
Running TrueOS 12.x:
FreeBSD lefty 12.0-CURRENT FreeBSD 12.0-CURRENT #9 1b52c82(drm-next-4.7): Mon Sep 12 21:06:48 UTC 2016 root@gauntlet:/usr/obj/usr/src/sys/GENERIC amd64
Running VirtualBox and Kodi, got this page fault.
Can't upload my poor quality images. Here's two links:
http://flag.blackened.net/daver/freebsd/dump_1.JPG
http://flag.blackened.net/daver/freebsd/dump_2.JPG
The text was updated successfully, but these errors were encountered: