Created
May 13, 2018 05:56
-
-
Save lantw44/6676311185b8eb7308ed106a3eb23464 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <6>[drm] Initialized | |
| drmn0: <drmn> on vgapci0 | |
| vgapci0: child drmn0 requested pci_enable_io | |
| vgapci0: child drmn0 requested pci_enable_io | |
| Fatal trap 12: page fault while in kernel mode | |
| cpuid = 1; apic id = 01 | |
| fault virtual address = 0x2020 | |
| fault code = supervisor read data, page not present | |
| instruction pointer = 0x20:0xffffffff82a58d22 | |
| stack pointer = 0x28:0xfffffe045ce64530 | |
| frame pointer = 0x28:0xfffffe045ce64540 | |
| code segment = base 0x0, limit 0xfffff, type 0x1b | |
| = DPL 0, pres 1, long 1, def32 0, gran 1 | |
| processor eflags = interrupt enabled, resume, IOPL = 0 | |
| current process = 149 (kldload) | |
| trap number = 12 | |
| panic: page fault | |
| cpuid = 1 | |
| KDB: stack backtrace: | |
| #0 0xffffffff80b3cfd7 at kdb_backtrace+0x67 | |
| #1 0xffffffff80af6a77 at vpanic+0x177 | |
| #2 0xffffffff80af68f3 at panic+0x43 | |
| #3 0xffffffff80f76f6f at trap_fatal+0x35f | |
| #4 0xffffffff80f76fc9 at trap_pfault+0x49 | |
| #5 0xffffffff80f76797 at trap+0x2c7 | |
| #6 0xffffffff80f5700c at calltrap+0x8 | |
| #7 0xffffffff829e72ee at i915_ggtt_probe_hw+0x3e | |
| #8 0xffffffff829d1af1 at i915_driver_load+0x1221 | |
| #9 0xffffffff82b51f45 at linux_pci_attach+0x405 | |
| #10 0xffffffff80b2f708 at device_attach+0x3b8 | |
| #11 0xffffffff80b30ef9 at bus_generic_driver_added+0x89 | |
| #12 0xffffffff80b2d3fa at devclass_driver_added+0x7a | |
| #13 0xffffffff80b2d365 at devclass_add_driver+0x135 | |
| #14 0xffffffff82b5199b at _linux_pci_register_driver+0xcb | |
| #15 0xffffffff80aca0af at linker_load_module+0xb3f | |
| #16 0xffffffff80acb8a1 at kern_kldload+0xc1 | |
| #17 0xffffffff80acb9bb at sys_kldload+0x5b | |
| Uptime: 11s | |
| Automatic reboot in 15 seconds - press a key on the console to abort | |
| --> Press a key on the console to reboot, | |
| --> or switch off the system now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment