Hey, I've been seeing an abort trap when trying to start chrome for quite some time now, since around the New Year I believe.
I tried to send robert@ some debug info, and only just noticed I did a terrible job and ran egdb against the chrome /script/ rather than the actual binary :( Let's do better: ryan@insomniac ~ $ egdb /usr/local/chrome/chrome chrome.core GNU gdb (GDB) 7.12.1 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-openbsd6.4". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /usr/local/chrome/chrome...(no debugging symbols found)...done. [New process 309724] [New process 220859] [New process 103471] [New process 296542] [New process 388890] [New process 263982] [New process 280085] [New process 222279] [New process 428699] [New process 371223] [New process 216742] [New process 236637] [New process 600653] [New process 118345] [New process 470307] [New process 401590] [New process 416094] [New process 262184] [New process 601121] [New process 176054] [New process 183918] [New process 293671] [New process 286119] [New process 158799] Core was generated by `chrome'. Program terminated with signal SIGABRT, Aborted. #0 mlock () at -:3 3 -: No such file or directory. [Current thread is 1 (process 309724)] (gdb) bt full #0 mlock () at -:3 No locals. #1 0x000002478686fbdb in sec_acquire_pages (during_tag=<optimized out>, sz=<optimized out>) at egg/egg-secure-memory.c:876 pgsize = <optimized out> pages = 0x24832bf4000 #2 sec_block_create (size=16384, during_tag=<optimized out>) at egg/egg-secure-memory.c:953 block = <optimized out> cell = 0x24764f0ff48 #3 egg_secure_alloc_full (tag=0x247868343e4 "secret_value", length=20, flags=<optimized out>) at egg/egg-secure-memory.c:1049 block = 0x24764f0ff78 memory = <optimized out> #4 0x0000024786856b7f in egg_secure_alloc (length=16384) at libsecret/secret-value.c:52 No locals. #5 secret_value_new (secret=0x2452a45044a "The meaning of life", length=19, content_type=0x24786832368 "text/plain") at libsecret/secret-value.c:105 copy = <optimized out> #6 0x000002478684fb03 in secret_password_storev (schema=0x245357ae820, attributes=0x2475498e9e0, collection=0x0, label=0x2452a3db6e5 "Chrome Safe Storage Control", password=0x2452a45044a "The meaning of life", cancellable=0x0, callback=0x2478685e5f0 <_secret_sync_on_result>, user_data=0x247cb143580) at libsecret/secret-password.c:150 value = <optimized out> #7 0x000002478684ff0b in secret_password_storev_sync (schema=0x245357ae820, attributes=0x2475498e9e0, collection=0x0, label=0x2452a3db6e5 "Chrome Safe Storage Control", password=0x2452a45044a "The meaning of life", cancellable=0x0, error=0x7f7ffffbf218) at libsecret/secret-password.c:290 sync = 0x247cb143580 ret = <optimized out> #8 0x000002478684fd6e in secret_password_store_sync (schema=0x245357ae820, collection=0x0, label=0x2452a3db6e5 "Chrome Safe Storage Control", password=0x2452a45044a "The meaning of life", cancellable=0x0, error=0x7f7ffffbf218) at libsecret/secret-password.c:231 va = {{gp_offset = 48, fp_offset = 48, overflow_arg_area = 0x7f7ffffbf208, reg_save_area = 0x7f7ffffbf0d0}} attributes = 0x2475498e9e0 ret = <optimized out> #9 0x0000024531b07ae4 in ?? () No symbol table info available. #10 0x0000024531b07278 in ?? () No symbol table info available. #11 0x0000024531b05982 in ?? () ---Type <return> to continue, or q <return> to quit--- No symbol table info available. #12 0x0000024531b0560e in ?? () No symbol table info available. #13 0x0000024531b04f12 in ?? () No symbol table info available. #14 0x0000024531b05342 in ?? () No symbol table info available. #15 0x0000024531b04b2e in ?? () No symbol table info available. #16 0x00000245328d7c2a in ?? () No symbol table info available. #17 0x00000245328d57cf in ?? () No symbol table info available. #18 0x00000245328d777b in ?? () No symbol table info available. #19 0x000002453292978b in ?? () No symbol table info available. #20 0x0000024532929734 in ?? () No symbol table info available. #21 0x000002452fd69d7f in ?? () No symbol table info available. #22 0x00000245324e2e32 in ?? () No symbol table info available. #23 0x00000245312304da in ?? () No symbol table info available. #24 0x00000245324e2d5b in ?? () No symbol table info available. #25 0x000002452fd67264 in ?? () No symbol table info available. #26 0x000002452fe63bf0 in ?? () No symbol table info available. #27 0x000002452fe6c87e in ?? () No symbol table info available. #28 0x00000245324e2ad8 in ?? () No symbol table info available. #29 0x000002453122f46a in ?? () No symbol table info available. #30 0x000002452fe6bf69 in ?? () No symbol table info available. #31 0x00000245300ce5d3 in ?? () No symbol table info available. #32 0x000002452fdf9b58 in ?? () No symbol table info available. ---Type <return> to continue, or q <return> to quit--- #33 0x000002452fdf98fe in ?? () No symbol table info available. #34 0x000002452fdfab68 in ?? () No symbol table info available. #35 0x000002452fdf45be in ?? () No symbol table info available. #36 0x000002452fdf430a in ?? () No symbol table info available. #37 0x0000024532d19904 in ?? () No symbol table info available. #38 0x000002452fc09d06 in ?? () No symbol table info available. #39 0x000002452fc09436 in ?? () No symbol table info available. #40 0x000002452e063094 in ?? () No symbol table info available. #41 0x000002452e54c83e in ?? () No symbol table info available. #42 0x000002452e061d8f in ?? () No symbol table info available. #43 0x000002452e065991 in ?? () No symbol table info available. #44 0x000002452e05fac3 in ?? () No symbol table info available. #45 0x000002452fbb2251 in ?? () No symbol table info available. #46 0x000002452fbb1fa8 in ?? () No symbol table info available. #47 0x000002452fbbb85d in ?? () No symbol table info available. #48 0x000002452fbb08be in ?? () No symbol table info available. #49 0x000002452d15b3eb in ChromeMain () No symbol table info available. #50 0x000002452d15b142 in _start () No symbol table info available. (gdb) (gdb) quit When dealing with this, I have tried all of the following: - pkg_check to check integrity, all OK - mtree to check base integrity, all OK - create test user to try with from-scratch configs -- this seems to work when I su to the test user while running X (+ Gnome3): ryan@insomniac ~ $ doas su test insomniac$ cd insomniac$ chrome [76869:882987416:0305/102625.316244:ERROR:process_metrics_openbsd.cc(126)] Not implemented reached in bool base::GetSystemMemoryInfo(base::SystemMemoryInfoKB *) [76869:882987416:0305/102625.318393:ERROR:process_posix.cc(388)] Not implemented reached in base::Time base::Process::CreationTime() const libGL error: MESA-LOADER: failed to retrieve device information libGL error: Version 4 or later of flush extension not found libGL error: failed to load driver: i915 libGL error: failed to open drm device: Permission denied libGL error: failed to load driver: i965 libGL error: MESA-LOADER: failed to retrieve device information libGL error: Version 4 or later of flush extension not found libGL error: failed to load driver: i915 libGL error: failed to open drm device: Permission denied libGL error: failed to load driver: i965 [76869:1898701888:0305/102625.605992:ERROR:bus.cc(396)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [76869:882987416:0305/102626.161156:ERROR:process_posix.cc(388)] Not implemented reached in base::Time base::Process::CreationTime() const [76869:882987416:0305/102626.263438:ERROR:process_posix.cc(388)] Not implemented reached in base::Time base::Process::CreationTime() const [76869:882987416:0305/102626.297203:ERROR:process_posix.cc(388)] Not implemented reached in base::Time base::Process::CreationTime() const [76869:882987416:0305/102626.302836:ERROR:process_posix.cc(388)] Not implemented reached in base::Time base::Process::CreationTime() const [76869:882987416:0305/102626.377785:ERROR:process_posix.cc(388)] Not implemented reached in base::Time base::Process::CreationTime() const [93288:400607808:0305/102626.614593:ERROR:command_buffer_proxy_impl.cc(105)] ContextResult::kTransientFailure: Shared memory region is not valid [76869:882987416:0305/102627.312763:ERROR:process_posix.cc(388)] Not implemented reached in base::Time base::Process::CreationTime() const [76869:882987416:0305/102628.543578:ERROR:process_posix.cc(388)] Not implemented reached in base::Time base::Process::CreationTime() const As such I believe it might be more an accident due to not being able to access dbus rather than an issue with configs. I even moved all my own .config/chromium stuff out of the way, still get same abort trap. Iridium seems unaffected and I continue to use it in lieu of chromium. I checked --disable-unveil and no help there. Chromium's backtrace seems to talk about secrets, and I wonder if this has anything to do with gnome-keyring? Happened to notice this: $ gnome-keyring-3 certificate-exception ** ERROR:tool/gkr-tool-trust.c:164:gkr_tool_trust: code should not be reached The process was killed by SIGABRT: Abort trap $ egdb gnome-keyring-3 gnome-keyring-3.core GNU gdb (GDB) 7.12.1 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-openbsd6.4". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from gnome-keyring-3...(no debugging symbols found)...done. [New process 524366] ---Type <return> to continue, or q <return> to quit--- Core was generated by `gnome-keyring-3'. Program terminated with signal SIGABRT, Aborted. #0 thrkill () at -:3 3 -: No such file or directory. (gdb) bt full #0 thrkill () at -:3 No locals. #1 0x00001819cdb930ce in _libc_abort () at /usr/src/lib/libc/stdlib/abort.c:51 mask = 4294967263 sa = <optimized out> #2 0x00001819f3071003 in g_assertion_message (domain=0x0, file=<optimized out>, line=<optimized out>, func=<optimized out>, message=0x181a7f566580 "code should not be reached") at ../glib-2.58.3/glib/gtestutils.c:2596 lstr = "164\000\000\000\000\000-\025\371\362\031\030\000\000\200eV\177\032\030\000\000\245\213b\307", <incomplete sequence \367\370\365> s = 0x1819c724af80 '\337' <repeats 127 times>, <incomplete sequence \337><error: Cannot access memory at address 0x1819c724b000> #3 0x00001819f3071074 in g_assertion_message_expr (domain=0x0, ---Type <return> to continue, or q <return> to quit--- file=0x1817bf001bfa "tool/gkr-tool-trust.c", line=164, func=0x1817bf001c3c "gkr_tool_trust", expr=<optimized out>) at ../glib-2.58.3/glib/gtestutils.c:2619 s = 0x181a7f566580 "code should not be reached" #4 0x00001817bf003dd1 in ?? () No symbol table info available. #5 0x00001817bf0036ac in ?? () No symbol table info available. #6 0x00001817bf003142 in ?? () No symbol table info available. #7 0x0000000000000000 in ?? () No symbol table info available. (gdb) Filesystem options: $ mount /dev/sd0a on / type ffs (local) /dev/sd0l on /home type ffs (local, nodev, nosuid, softdep) /dev/sd0d on /tmp type ffs (local, nodev, nosuid, softdep) /dev/sd0f on /usr type ffs (local, nodev) /dev/sd0g on /usr/X11R6 type ffs (local, nodev) /dev/sd0h on /usr/local type ffs (local, nodev, wxallowed, softdep) /dev/sd0k on /usr/obj type ffs (local, nodev, nosuid, softdep) /dev/sd0j on /usr/ports type ffs (local, nodev, nosuid, softdep) /dev/sd0i on /usr/src type ffs (local, nodev, nosuid, softdep) /dev/sd0e on /var type ffs (local, nodev, nosuid) mfs:29646 on /usr/ports/pobj type mfs (asynchronous, local, wxallowed, size=2097152 512-blocks) dmesg: OpenBSD 6.5-beta (GENERIC.MP) #770: Mon Mar 4 21:54:02 MST 2019 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 8238301184 (7856MB) avail mem = 7978663936 (7609MB) mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xccbfd000 (66 entries) bios0: vendor LENOVO version "N14ET29W (1.07 )" date 05/08/2015 bios0: LENOVO 20BTS2H500 acpi0 at bios0: rev 2 acpi0: sleep states S0 S3 S4 S5 acpi0: tables DSDT FACP SLIC ASF! HPET ECDT APIC MCFG SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT PCCT SSDT TCPA SSDT UEFI POAT BATB FPDT UEFI DMAR acpi0: wakeup devices LID_(S4) SLPB(S3) IGBE(S4) EXP2(S4) XHCI(S3) EHC1(S3) acpitimer0 at acpi0: 3579545 Hz, 24 bits acpihpet0 at acpi0: 14318179 Hz acpiec0 at acpi0 acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat cpu0 at mainbus0: apid 0 (boot processor) cpu0: Intel(R) Core(TM) i5-5300U CPU @ 2.30GHz, 2195.24 MHz, 06-3d-04 cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,RDSEED,ADX,SMAP,PT,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN cpu0: 256KB 64b/line 8-way L2 cache cpu0: smt 0, core 0, package 0 mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges cpu0: apic clock running at 99MHz cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1.1.1, IBE cpu1 at mainbus0: apid 1 (application processor) cpu1: Intel(R) Core(TM) i5-5300U CPU @ 2.30GHz, 2194.92 MHz, 06-3d-04 cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,RDSEED,ADX,SMAP,PT,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN cpu1: 256KB 64b/line 8-way L2 cache cpu1: smt 1, core 0, package 0 cpu2 at mainbus0: apid 2 (application processor) cpu2: Intel(R) Core(TM) i5-5300U CPU @ 2.30GHz, 2194.93 MHz, 06-3d-04 cpu2: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,RDSEED,ADX,SMAP,PT,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN cpu2: 256KB 64b/line 8-way L2 cache cpu2: smt 0, core 1, package 0 cpu3 at mainbus0: apid 3 (application processor) cpu3: Intel(R) Core(TM) i5-5300U CPU @ 2.30GHz, 2194.92 MHz, 06-3d-04 cpu3: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,RDSEED,ADX,SMAP,PT,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN cpu3: 256KB 64b/line 8-way L2 cache cpu3: smt 1, core 1, package 0 ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 40 pins acpimcfg0 at acpi0 acpimcfg0: addr 0xf8000000, bus 0-63 acpiprt0 at acpi0: bus 0 (PCI0) acpiprt1 at acpi0: bus -1 (PEG_) acpiprt2 at acpi0: bus 3 (EXP1) acpiprt3 at acpi0: bus 4 (EXP2) acpiprt4 at acpi0: bus -1 (EXP3) acpiprt5 at acpi0: bus -1 (EXP6) acpicpu0 at acpi0: C3(200@233 mwait.1@0x40), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS acpicpu1 at acpi0: C3(200@233 mwait.1@0x40), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS acpicpu2 at acpi0: C3(200@233 mwait.1@0x40), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS acpicpu3 at acpi0: C3(200@233 mwait.1@0x40), C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS acpipwrres0 at acpi0: PUBS, resource for XHCI, EHC1 acpipwrres1 at acpi0: NVP3, resource for PEG_ acpipwrres2 at acpi0: NVP2, resource for PEG_ acpitz0 at acpi0: critical temperature is 128 degC acpibtn0 at acpi0: LID_ acpibtn1 at acpi0: SLPB acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001 acpicmos0 at acpi0 acpibat0 at acpi0: BAT0 model "00HW003" serial 938 type LiP oem "SMP" acpiac0 at acpi0: AC unit online acpithinkpad0 at acpi0 tpm0 at acpi0: TPM_ addr 0xfed40000/0x5000: device 0x0000104a rev 0x4e "PNP0C14" at acpi0 not configured "PNP0C14" at acpi0 not configured "PNP0C14" at acpi0 not configured "INT340F" at acpi0 not configured acpivideo0 at acpi0: VID_ acpivout at acpivideo0 not configured acpivideo1 at acpi0: VID_ cpu0: Enhanced SpeedStep 2195 MHz: speeds: 2301, 2300, 2200, 2000, 1900, 1800, 1700, 1500, 1400, 1300, 1100, 1000, 900, 800, 600, 500 MHz pci0 at mainbus0 bus 0 pchb0 at pci0 dev 0 function 0 "Intel Core 5G Host" rev 0x09 inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 5500" rev 0x09 drm0 at inteldrm0 inteldrm0: msi inteldrm0: 1920x1080, 32bpp wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation) wsdisplay0: screen 1-5 added (std, vt100 emulation) azalia0 at pci0 dev 3 function 0 "Intel Core 5G HD Audio" rev 0x09: msi xhci0 at pci0 dev 20 function 0 "Intel 9 Series xHCI" rev 0x03: msi, xHCI 1.0 usb0 at xhci0: USB revision 3.0 uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 addr 1 "Intel 9 Series MEI" rev 0x03 at pci0 dev 22 function 0 not configured em0 at pci0 dev 25 function 0 "Intel I218-LM" rev 0x03: msi, address 54:ee:75:57:73:7f azalia1 at pci0 dev 27 function 0 "Intel 9 Series HD Audio" rev 0x03: msi azalia1: codecs: Realtek ALC292 audio0 at azalia1 ppb0 at pci0 dev 28 function 0 "Intel 9 Series PCIE" rev 0xe3: msi pci1 at ppb0 bus 3 ppb1 at pci0 dev 28 function 1 "Intel 9 Series PCIE" rev 0xe3: msi pci2 at ppb1 bus 4 iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless AC 7265" rev 0x59, msi ehci0 at pci0 dev 29 function 0 "Intel 9 Series USB" rev 0x03: apic 2 int 23 usb1 at ehci0: USB revision 2.0 uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 pcib0 at pci0 dev 31 function 0 "Intel 9 Series LPC" rev 0x03 ahci0 at pci0 dev 31 function 2 "Intel 9 Series AHCI" rev 0x03: msi, AHCI 1.3 ahci0: port 3: 6.0Gb/s scsibus1 at ahci0: 32 targets sd0 at scsibus1 targ 3 lun 0: <ATA, Samsung SSD 860, RVT2> SCSI3 0/direct fixed naa.5002538e405c0b34 sd0: 476940MB, 512 bytes/sector, 976773168 sectors, thin ichiic0 at pci0 dev 31 function 3 "Intel 9 Series SMBus" rev 0x03: apic 2 int 18 iic0 at ichiic0 pchtemp0 at pci0 dev 31 function 6 "Intel 9 Series Thermal" rev 0x03 isa0 at pcib0 isadma0 at isa0 pckbc0 at isa0 port 0x60/5 irq 1 irq 12 pckbd0 at pckbc0 (kbd slot) wskbd0 at pckbd0: console keyboard, using wsdisplay0 pms0 at pckbc0 (aux slot) wsmouse0 at pms0 mux 0 wsmouse1 at pms0 mux 0 pms0: Synaptics clickpad, firmware 8.1, 0x1e2b1 0x943300 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 vmm0 at mainbus0: VMX/EPT Unclaimed register detected before reading register 0x23a0 uhidev0 at uhub0 port 2 configuration 1 interface 0 "Razer Razer DeathAdder 2013" rev 2.00/2.00 addr 2 uhidev0: iclass 3/1 ums0 at uhidev0: 5 buttons, Z dir wsmouse2 at ums0 mux 0 uhidev1 at uhub0 port 2 configuration 1 interface 1 "Razer Razer DeathAdder 2013" rev 2.00/2.00 addr 2 uhidev1: iclass 3/0, 5 report ids ukbd0 at uhidev1 reportid 1: 8 variable keys, 6 key codes wskbd1 at ukbd0 mux 1 wskbd1: connecting to wsdisplay0 uhid0 at uhidev1 reportid 2: input=15, output=0, feature=0 uhid1 at uhidev1 reportid 3: input=15, output=0, feature=0 uhid2 at uhidev1 reportid 4: input=15, output=0, feature=0 uhid3 at uhidev1 reportid 5: input=15, output=0, feature=0 uhidev2 at uhub0 port 2 configuration 1 interface 2 "Razer Razer DeathAdder 2013" rev 2.00/2.00 addr 2 uhidev2: iclass 3/1 ukbd1 at uhidev2: 8 variable keys, 6 key codes wskbd2 at ukbd1 mux 1 wskbd2: connecting to wsdisplay0 ugen0 at uhub0 port 6 "Validity Sensors VFS5011 Fingerprint Reader" rev 1.10/0.78 addr 3 uvideo0 at uhub0 port 8 configuration 1 interface 0 "Chicony Electronics Co.,Ltd. Integrated Camera" rev 2.00/0.29 addr 4 video0 at uvideo0 uhub2 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.03 addr 2 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (b3d5430b1890af8b.a) swap on sd0b dump on sd0b iwm0: hw rev 0x210, fw ver 16.242414.0, address 5c:e0:c5:06:09:af chrome[2726]: pledge "", syscall 203 error: [drm:pid1828:intel_pipe_update_start] *ERROR* Potential atomic update failure on pipe A error: [drm:pid1828:intel_pipe_update_start] *ERROR* Potential atomic update failure on pipe A error: [drm:pid1828:intel_pipe_update_start] *ERROR* Potential atomic update failure on pipe A error: [drm:pid1828:intel_pipe_update_start] *ERROR* Potential atomic update failure on pipe A error: [drm:pid1828:intel_pipe_update_start] *ERROR* Potential atomic update failure on pipe A wsmouse2 detached ums0 detached uhidev0 detached wskbd1: disconnecting from wsdisplay0 wskbd1 detached ukbd0 detached uhid0 detached uhid1 detached uhid2 detached uhid3 detached uhidev1 detached wskbd2: disconnecting from wsdisplay0 wskbd2 detached ukbd1 detached uhidev2 detached error: [drm:pid1828:intel_pipe_update_start] *ERROR* Potential atomic update failure on pipe A chrome[77682]: pledge "", syscall 203 error: [drm:pid1828:intel_pipe_update_start] *ERROR* Potential atomic update failure on pipe A chrome[19605]: pledge "", syscall 203 chrome[1754]: pledge "", syscall 203 chrome[55191]: pledge "", syscall 203 ugen0 detached video0 detached uvideo0 detached uhub0 detached uhub2 detached uhub1 detached uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 addr 1 uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 ugen0 at uhub0 port 6 "Validity Sensors VFS5011 Fingerprint Reader" rev 1.10/0.78 addr 2 uvideo0 at uhub0 port 8 configuration 1 interface 0 "Chicony Electronics Co.,Ltd. Integrated Camera" rev 2.00/0.29 addr 3 video0 at uvideo0 uhub2 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.03 addr 2