X crashes when moving cursor from keyboard bindings. I can reproduce the bug with cwm, fvwm or fvwm2 (because this window managers have that option). According to the logs the cause could be in wsmouse.
**IT'S NOT EASY TO REPRODUCE IT**. Generally, but not necessarily is easier right after X started (when wsmouse is still being loaded), and stressing it, changing fast the direction. I can reproduce the bug in both my Thinkpad laptop (dmesg below), as well as in a HP desktop, both with integrated intel cards. The same happens using modesetting or intel drivers (SNA or UXA acceleration). Settings: $ grep pointer-move ~/.cwmrc bind-key M-h pointer-move-left bind-key M-j pointer-move-down bind-key M-k pointer-move-up bind-key M-l pointer-move-right Using fvwm or fvmw2: $ grep CursorMove ~/.fvwm/keybindings Key j A M CursorMove +0 +20p Key k A M CursorMove +0 -20p Key l A M CursorMove +20p +0 Key h A M CursorMove -20p +0 Reproducing the bug: $ startx 2>.xession-errors (Now I Moving pointer with keyboard randomly and X crashes.) Logs: $ gdb -q --batch -c Xorg.core Core was generated by `Xorg'. Program terminated with signal 6, Aborted. #0 0x00000433881d786a in ?? () $ cat ~/.xsession-errors Agent pid 10626 Identity added: /home/morlock/.ssh/id_rsa (morl...@mamuca.roquesor.com) All identities removed. Agent pid 10626 killed X connection to :0 broken (explicit kill or server shutdown). X connection to :0 broken (explicit kill or server shutdown). X connection to :0 broken (explicit kill or server shutdown). X connection to :0 broken (explicit kill or server shutdown). $ cat ~/.local/share/xorg/Xorg.0.log [ 3601.122] X.Org X Server 1.21.1.3 X Protocol Version 11, Revision 0 [ 3601.139] Current Operating System: OpenBSD mamuca.roquesor.com 7.2 GENERIC.MP#708 amd64 [ 3601.147] [ 3601.155] Current version of pixman: 0.40.0 [ 3601.163] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 3601.163] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 3601.196] (==) Log file: "/home/morlock/.local/share/xorg/Xorg.0.log", Time: Sat Aug 27 12:24:03 2022 [ 3601.206] (==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d" [ 3601.207] (==) No Layout section. Using the first Screen section. [ 3601.207] (==) No screen section available. Using defaults. [ 3601.207] (**) |-->Screen "Default Screen Section" (0) [ 3601.207] (**) | |-->Monitor "<default monitor>" [ 3601.207] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 3601.207] (==) Automatically adding devices [ 3601.207] (==) Automatically enabling devices [ 3601.207] (==) Not automatically adding GPU devices [ 3601.207] (==) Automatically binding GPU devices [ 3601.207] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 3601.207] (==) FontPath set to: /usr/X11R6/lib/X11/fonts/misc/, /usr/X11R6/lib/X11/fonts/TTF/, /usr/X11R6/lib/X11/fonts/OTF/, /usr/X11R6/lib/X11/fonts/Type1/, /usr/X11R6/lib/X11/fonts/100dpi/, /usr/X11R6/lib/X11/fonts/75dpi/ [ 3601.207] (==) ModulePath set to "/usr/X11R6/lib/modules" [ 3601.207] (II) The server relies on wscons to provide the list of input devices. If no devices become available, reconfigure wscons or disable AutoAddDevices. [ 3601.207] (II) Loader magic: 0x8c1f4c7c90 [ 3601.207] (II) Module ABI versions: [ 3601.208] X.Org ANSI C Emulation: 0.4 [ 3601.208] X.Org Video Driver: 25.2 [ 3601.208] X.Org XInput driver : 24.4 [ 3601.208] X.Org Server Extension : 10.0 [ 3601.208] (--) Using wscons driver on /dev/ttyC4 [ 3601.234] (WW) checkDevMem: failed to open /dev/xf86 and /dev/mem (Permission denied) Check that you have set 'machdep.allowaperture=1' in /etc/sysctl.conf and reboot your machine refer to xf86(4) for details [ 3601.234] linear framebuffer access unavailable [ 3601.234] (II) LoadModule: "glx" [ 3601.235] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so [ 3601.238] (II) Module glx: vendor="X.Org Foundation" [ 3601.238] compiled for 1.21.1.3, module version = 1.0.0 [ 3601.238] ABI class: X.Org Server Extension, version 10.0 [ 3601.238] (==) Matched modesetting as autoconfigured driver 0 [ 3601.238] (==) Assigned the driver to the xf86ConfigLayout [ 3601.238] (II) LoadModule: "modesetting" [ 3601.238] (II) Loading /usr/X11R6/lib/modules/drivers/modesetting_drv.so [ 3601.239] (II) Module modesetting: vendor="X.Org Foundation" [ 3601.239] compiled for 1.21.1.3, module version = 1.21.1 [ 3601.239] Module class: X.Org Video Driver [ 3601.239] ABI class: X.Org Video Driver, version 25.2 [ 3601.239] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 3601.239] (WW) Falling back to old probe method for modesetting [ 3601.251] (II) modeset(0): using default device [ 3601.251] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 3601.251] (II) modeset(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 3601.251] (==) modeset(0): Depth 24, (==) framebuffer bpp 32 [ 3601.251] (==) modeset(0): RGB weight 888 [ 3601.251] (==) modeset(0): Default visual is TrueColor [ 3601.251] (II) Loading sub module "glamoregl" [ 3601.251] (II) LoadModule: "glamoregl" [ 3601.253] (II) Loading /usr/X11R6/lib/modules/libglamoregl.so [ 3601.256] (II) Module glamoregl: vendor="X.Org Foundation" [ 3601.256] compiled for 1.21.1.3, module version = 1.0.1 [ 3601.256] ABI class: X.Org ANSI C Emulation, version 0.4 [ 3601.277] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics (ILK) [ 3601.277] (II) modeset(0): glamor initialized [ 3601.277] (==) modeset(0): VariableRefresh: disabled [ 3601.277] (==) modeset(0): AsyncFlipSecondaries: disabled [ 3601.277] (II) modeset(0): Output LVDS-1 has no monitor section [ 3601.280] (II) modeset(0): Output VGA-1 has no monitor section [ 3601.755] (II) modeset(0): Output HDMI-1 has no monitor section [ 3601.755] (II) modeset(0): Output DP-1 has no monitor section [ 3601.758] (II) modeset(0): Output HDMI-2 has no monitor section [ 3601.760] (II) modeset(0): Output HDMI-3 has no monitor section [ 3601.761] (II) modeset(0): Output DP-2 has no monitor section [ 3601.761] (II) modeset(0): Output DP-3 has no monitor section [ 3601.762] (II) modeset(0): EDID for output LVDS-1 [ 3601.762] (II) modeset(0): Manufacturer: LEN Model: 4035 Serial#: 0 [ 3601.762] (II) modeset(0): Year: 2009 Week: 0 [ 3601.762] (II) modeset(0): EDID Version: 1.3 [ 3601.762] (II) modeset(0): Digital Display Input [ 3601.762] (II) modeset(0): Max Image Size [cm]: horiz.: 30 vert.: 19 [ 3601.762] (II) modeset(0): Gamma: 2.20 [ 3601.762] (II) modeset(0): DPMS capabilities: StandBy Suspend Off [ 3601.762] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 3601.762] (II) modeset(0): First detailed timing is preferred mode [ 3601.762] (II) modeset(0): redX: 0.590 redY: 0.340 greenX: 0.320 greenY: 0.540 [ 3601.762] (II) modeset(0): blueX: 0.155 blueY: 0.140 whiteX: 0.313 whiteY: 0.329 [ 3601.762] (II) modeset(0): Manufacturer's mask: 0 [ 3601.762] (II) modeset(0): Supported detailed timing: [ 3601.762] (II) modeset(0): clock: 69.2 MHz Image Size: 303 x 190 mm [ 3601.762] (II) modeset(0): h_active: 1280 h_sync: 1332 h_sync_end 1396 h_blank_end 1412 h_border: 0 [ 3601.762] (II) modeset(0): v_active: 800 v_sync: 803 v_sync_end 806 v_blanking: 817 v_border: 0 [ 3601.762] (II) modeset(0): Supported detailed timing: [ 3601.762] (II) modeset(0): clock: 69.2 MHz Image Size: 303 x 190 mm [ 3601.762] (II) modeset(0): h_active: 1280 h_sync: 1332 h_sync_end 1396 h_blank_end 1595 h_border: 0 [ 3601.762] (II) modeset(0): v_active: 800 v_sync: 803 v_sync_end 806 v_blanking: 868 v_border: 0 [ 3601.762] (II) modeset(0): Unknown vendor-specific block f [ 3601.762] (II) modeset(0): LTN141AT15001 [ 3601.762] (II) modeset(0): EDID (in hex): [ 3601.762] (II) modeset(0): 00ffffffffffff0030ae354000000000 [ 3601.762] (II) modeset(0): 00130103801e1378ea01f59757528a27 [ 3601.762] (II) modeset(0): 23505400000001010101010101010101 [ 3601.762] (II) modeset(0): 0101010101010a1b0084502011303440 [ 3601.762] (II) modeset(0): 33002fbe100000190a1b003b51204430 [ 3601.762] (II) modeset(0): 344033002fbe100000190000000f0081 [ 3601.762] (II) modeset(0): 0a32810a281609004ca34154000000fe [ 3601.762] (II) modeset(0): 004c544e313431415431353030310082 [ 3601.763] (II) modeset(0): Printing probed modes for output LVDS-1 [ 3601.763] (II) modeset(0): Modeline "1280x800"x60.0 69.22 1280 1332 1396 1412 800 803 806 817 -hsync -vsync (49.0 kHz eP) [ 3601.763] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d) [ 3601.763] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d) [ 3601.763] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d) [ 3601.763] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d) [ 3601.763] (II) modeset(0): Modeline "1280x800"x50.0 69.22 1280 1332 1396 1595 800 803 806 868 -hsync -vsync (43.4 kHz e) [ 3601.763] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d) [ 3601.763] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d) [ 3601.763] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d) [ 3601.763] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d) [ 3601.763] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d) [ 3601.763] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d) [ 3601.763] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d) [ 3601.763] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d) [ 3601.763] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d) [ 3601.763] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d) [ 3601.763] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d) [ 3601.763] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d) [ 3601.763] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d) [ 3601.763] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d) [ 3601.763] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d) [ 3601.763] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d) [ 3601.763] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d) [ 3601.763] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d) [ 3601.763] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d) [ 3601.763] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d) [ 3601.763] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d) [ 3601.763] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d) [ 3601.763] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d) [ 3601.763] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d) [ 3601.763] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d) [ 3601.763] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d) [ 3601.763] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d) [ 3601.763] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d) [ 3601.763] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d) [ 3601.763] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d) [ 3601.763] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d) [ 3601.763] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d) [ 3601.763] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d) [ 3601.763] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d) [ 3601.763] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d) [ 3601.763] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d) [ 3601.763] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d) [ 3601.764] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d) [ 3601.764] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d) [ 3601.764] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d) [ 3601.764] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d) [ 3601.764] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d) [ 3601.764] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d) [ 3601.764] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d) [ 3601.764] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d) [ 3601.764] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d) [ 3601.764] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d) [ 3601.764] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d) [ 3601.764] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d) [ 3601.764] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d) [ 3601.764] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d) [ 3601.764] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d) [ 3601.764] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d) [ 3601.764] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d) [ 3601.764] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d) [ 3601.764] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d) [ 3601.764] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d) [ 3601.764] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d) [ 3601.766] (II) modeset(0): EDID for output VGA-1 [ 3602.240] (II) modeset(0): EDID for output HDMI-1 [ 3602.241] (II) modeset(0): EDID for output DP-1 [ 3602.243] (II) modeset(0): EDID for output HDMI-2 [ 3602.245] (II) modeset(0): EDID for output HDMI-3 [ 3602.245] (II) modeset(0): EDID for output DP-2 [ 3602.245] (II) modeset(0): EDID for output DP-3 [ 3602.245] (II) modeset(0): Output LVDS-1 connected [ 3602.245] (II) modeset(0): Output VGA-1 disconnected [ 3602.245] (II) modeset(0): Output HDMI-1 disconnected [ 3602.245] (II) modeset(0): Output DP-1 disconnected [ 3602.245] (II) modeset(0): Output HDMI-2 disconnected [ 3602.246] (II) modeset(0): Output HDMI-3 disconnected [ 3602.246] (II) modeset(0): Output DP-2 disconnected [ 3602.246] (II) modeset(0): Output DP-3 disconnected [ 3602.246] (II) modeset(0): Using exact sizes for initial modes [ 3602.246] (II) modeset(0): Output LVDS-1 using initial mode 1280x800 +0+0 [ 3602.246] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0) [ 3602.246] (--) modeset(0): Display dimensions: (303, 190) mm [ 3602.246] (--) modeset(0): DPI set to (107, 106) [ 3602.246] (II) Loading sub module "fb" [ 3602.246] (II) LoadModule: "fb" [ 3602.246] (II) Module "fb" already built-in [ 3602.402] (==) modeset(0): Backing store enabled [ 3602.402] (==) modeset(0): Silken mouse enabled [ 3602.435] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc. [ 3602.435] (==) modeset(0): DPMS enabled [ 3602.435] (II) modeset(0): [DRI2] Setup complete [ 3602.435] (II) modeset(0): [DRI2] DRI driver: i965 [ 3602.435] (II) modeset(0): [DRI2] VDPAU driver: va_gl [ 3602.435] (II) Initializing extension Generic Event Extension [ 3602.435] (II) Initializing extension SHAPE [ 3602.436] (II) Initializing extension MIT-SHM [ 3602.436] (II) Initializing extension XInputExtension [ 3602.437] (II) Initializing extension XTEST [ 3602.437] (II) Initializing extension BIG-REQUESTS [ 3602.438] (II) Initializing extension SYNC [ 3602.438] (II) Initializing extension XKEYBOARD [ 3602.439] (II) Initializing extension XC-MISC [ 3602.439] (II) Initializing extension SECURITY [ 3602.440] (II) Initializing extension XFIXES [ 3602.440] (II) Initializing extension RENDER [ 3602.441] (II) Initializing extension RANDR [ 3602.441] (II) Initializing extension COMPOSITE [ 3602.442] (II) Initializing extension DAMAGE [ 3602.442] (II) Initializing extension MIT-SCREEN-SAVER [ 3602.443] (II) Initializing extension DOUBLE-BUFFER [ 3602.443] (II) Initializing extension RECORD [ 3602.444] (II) Initializing extension DPMS [ 3602.444] (II) Initializing extension Present [ 3602.445] (II) Initializing extension DRI3 [ 3602.445] (II) Initializing extension X-Resource [ 3602.446] (II) Initializing extension XVideo [ 3602.446] (II) Initializing extension XVideo-MotionCompensation [ 3602.446] (II) Initializing extension GLX [ 3602.449] (II) AIGLX: Loaded and initialized i965 [ 3602.449] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 3602.449] (II) Initializing extension XFree86-VidModeExtension [ 3602.450] (II) Initializing extension XFree86-DGA [ 3602.450] (II) Initializing extension XFree86-DRI [ 3602.450] (II) Initializing extension DRI2 [ 3602.451] (II) modeset(0): Damage tracking initialized [ 3602.451] (II) modeset(0): Setting screen physical size to 303 x 190 [ 3602.519] (II) config/wscons: checking input device /dev/wskbd [ 3602.519] (II) wskbd: using layout es [ 3602.519] (II) LoadModule: "kbd" [ 3602.520] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so [ 3602.520] (II) Module kbd: vendor="X.Org Foundation" [ 3602.520] compiled for 1.21.1.3, module version = 2.0.0 [ 3602.520] Module class: X.Org XInput Driver [ 3602.520] ABI class: X.Org XInput driver, version 24.4 [ 3602.520] (II) Using input driver 'kbd' for '/dev/wskbd' [ 3602.520] (**) /dev/wskbd: always reports core events [ 3602.521] (**) /dev/wskbd: always reports core events [ 3602.521] (**) Option "Protocol" "standard" [ 3602.521] (**) Option "XkbRules" "base" [ 3602.521] (**) Option "XkbModel" "pc105" [ 3602.521] (**) Option "XkbLayout" "es" [ 3602.521] (II) XINPUT: Adding extended input device "/dev/wskbd" (type: KEYBOARD, id 6) [ 3603.093] (II) config/wscons: checking input device /dev/wsmouse0 [ 3603.093] (II) LoadModule: "ws" [ 3603.095] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so [ 3603.095] (II) Module ws: vendor="X.Org Foundation" [ 3603.095] compiled for 1.21.1.3, module version = 1.3.0 [ 3603.095] Module class: X.Org XInput Driver [ 3603.095] ABI class: X.Org XInput driver, version 24.4 [ 3603.095] (II) Using input driver 'ws' for '/dev/wsmouse0' [ 3603.095] (**) /dev/wsmouse0: always reports core events [ 3603.095] (II) ws: /dev/wsmouse0: debuglevel 0 [ 3603.095] (**) Option "Device" "/dev/wsmouse0" [ 3603.095] (**) ws: /dev/wsmouse0: ZAxisMapping: buttons 4 and 5 [ 3603.095] (**) ws: /dev/wsmouse0: WAxisMapping: buttons 6 and 7 [ 3603.095] (**) ws: /dev/wsmouse0: associated screen: 0 [ 3603.578] (II) ws: /dev/wsmouse0: minimum x position: 0 [ 3603.578] (II) ws: /dev/wsmouse0: maximum x position: 1279 [ 3603.578] (II) ws: /dev/wsmouse0: minimum y position: 0 [ 3603.578] (II) ws: /dev/wsmouse0: maximum y position: 799 [ 3603.578] (==) ws: /dev/wsmouse0: Buttons: 7 [ 3603.632] (**) ws: /dev/wsmouse0: YAxisMapping: buttons 4 and 5 [ 3603.632] (II) XINPUT: Adding extended input device "/dev/wsmouse0" (type: MOUSE, id 7) [ 3604.117] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1 [ 3604.117] (**) /dev/wsmouse0: (accel) acceleration profile 0 [ 3604.117] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000 [ 3604.117] (**) /dev/wsmouse0: (accel) acceleration threshold: 4 [ 3604.117] (II) config/wscons: checking input device /dev/wsmouse [ 3604.117] (II) Using input driver 'ws' for '/dev/wsmouse' [ 3604.117] (**) /dev/wsmouse: always reports core events [ 3604.117] (II) ws: /dev/wsmouse: debuglevel 0 [ 3604.117] (**) Option "Device" "/dev/wsmouse" [ 3604.117] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5 [ 3604.117] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7 [ 3604.117] (**) ws: /dev/wsmouse: associated screen: 0 [ 3604.117] (II) ws: /dev/wsmouse: minimum x position: 0 [ 3604.117] (II) ws: /dev/wsmouse: maximum x position: 1279 [ 3604.117] (II) ws: /dev/wsmouse: minimum y position: 0 [ 3604.117] (II) ws: /dev/wsmouse: maximum y position: 799 [ 3604.117] (==) ws: /dev/wsmouse: Buttons: 7 [ 3604.117] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5 [ 3604.117] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: MOUSE, id 8) [ 3604.118] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1 [ 3604.118] (**) /dev/wsmouse: (accel) acceleration profile 0 [ 3604.118] (**) /dev/wsmouse: (accel) acceleration factor: 2.000 [ 3604.118] (**) /dev/wsmouse: (accel) acceleration threshold: 4 [ 3604.416] (II) modeset(0): EDID vendor "LEN", prod id 16437 [ 3604.416] (II) modeset(0): Printing DDC gathered Modelines: [ 3604.416] (II) modeset(0): Modeline "1280x800"x0.0 69.22 1280 1332 1396 1412 800 803 806 817 -hsync -vsync (49.0 kHz eP) [ 3604.416] (II) modeset(0): Modeline "1280x800"x0.0 69.22 1280 1332 1396 1595 800 803 806 868 -hsync -vsync (43.4 kHz e) [ 3604.904] (EE) Segmentation fault at address 0x7f7ffffde000 [ 3604.904] (EE) Fatal server error: [ 3604.904] (EE) Caught signal 11 (Segmentation fault). Server aborting [ 3604.904] (EE) [ 3604.904] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org dmesg: OpenBSD 7.2-beta (GENERIC.MP) #708: Thu Aug 25 19:01:48 MDT 2022 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 6210174976 (5922MB) avail mem = 6004572160 (5726MB) random: good seed from bootblocks mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xe0010 (78 entries) bios0: vendor LENOVO version "6IET85WW (1.45 )" date 02/14/2013 bios0: LENOVO 2537EY8 acpi0 at bios0: ACPI 4.0 acpi0: sleep states S0 S3 S4 S5 acpi0: tables DSDT FACP SSDT ECDT APIC MCFG HPET ASF! SLIC BOOT SSDT TCPA DMAR SSDT SSDT SSDT acpi0: wakeup devices LID_(S3) SLPB(S3) IGBE(S4) EXP1(S4) EXP2(S4) EXP3(S4) EXP4(S4) EXP5(S4) EHC1(S3) EHC2(S3) HDEF(S4) acpitimer0 at acpi0: 3579545 Hz, 24 bits acpiec0 at acpi0 acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat cpu0 at mainbus0: apid 0 (boot processor) cpu0: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2793.18 MHz, 06-25-02 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,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,AES,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,MELTDOWN cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 4-way I-cache, 256KB 64b/line 8-way L2 cache, 3MB 64b/line 12-way L3 cache cpu0: smt 0, core 0, package 0 mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges cpu0: apic clock running at 133MHz cpu0: mwait min=64, max=64, C-substates=0.2.1.1, IBE cpu1 at mainbus0: apid 1 (application processor) cpu1: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2793.02 MHz, 06-25-02 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,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,AES,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,MELTDOWN cpu1: 32KB 64b/line 8-way D-cache, 32KB 64b/line 4-way I-cache, 256KB 64b/line 8-way L2 cache, 3MB 64b/line 12-way L3 cache cpu1: smt 1, core 0, package 0 cpu2 at mainbus0: apid 4 (application processor) cpu2: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2793.03 MHz, 06-25-02 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,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,AES,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,MELTDOWN cpu2: 32KB 64b/line 8-way D-cache, 32KB 64b/line 4-way I-cache, 256KB 64b/line 8-way L2 cache, 3MB 64b/line 12-way L3 cache cpu2: smt 0, core 2, package 0 cpu3 at mainbus0: apid 5 (application processor) cpu3: Intel(R) Core(TM) i5 CPU M 540 @ 2.53GHz, 2793.02 MHz, 06-25-02 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,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,AES,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,MELTDOWN cpu3: 32KB 64b/line 8-way D-cache, 32KB 64b/line 4-way I-cache, 256KB 64b/line 8-way L2 cache, 3MB 64b/line 12-way L3 cache cpu3: smt 1, core 2, package 0 ioapic0 at mainbus0: apid 1 pa 0xfec00000, version 20, 24 pins, remapped acpimcfg0 at acpi0 acpimcfg0: addr 0xe0000000, bus 0-255 acpihpet0 at acpi0: 14318179 Hz acpiprt0 at acpi0: bus 0 (PCI0) acpiprt1 at acpi0: bus -1 (PEG_) acpiprt2 at acpi0: bus 2 (EXP1) acpiprt3 at acpi0: bus 3 (EXP2) acpiprt4 at acpi0: bus -1 (EXP3) acpiprt5 at acpi0: bus 5 (EXP4) acpiprt6 at acpi0: bus 13 (EXP5) acpibtn0 at acpi0: LID_ acpibtn1 at acpi0: SLPB acpipci0 at acpi0 UNCR acpipci1 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001 acpicmos0 at acpi0 tpm0 at acpi0 TPM_ 1.2 (TIS) addr 0xfed40000/0x5000, device 0x0000104a rev 0x4e acpibat0 at acpi0: BAT0 not present acpiac0 at acpi0: AC unit online acpithinkpad0 at acpi0: version 1.0 "*pnp0c14" at acpi0 not configured "PNP0C14" at acpi0 not configured acpicpu0 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), C1(1000@3 mwait.1), PSS acpicpu1 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), C1(1000@3 mwait.1), PSS acpicpu2 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), C1(1000@3 mwait.1), PSS acpicpu3 at acpi0: C3(350@245 mwait.3@0x20), C2(500@205 mwait.3@0x10), C1(1000@3 mwait.1), PSS acpipwrres0 at acpi0: PUBS, resource for EHC1, EHC2 acpitz0 at acpi0: critical temperature is 100 degC acpivideo0 at acpi0: VID_ acpivout0 at acpivideo0: LCD0 acpivideo1 at acpi0: VID_ cpu0: using IvyBridge MDS workaround cpu0: Enhanced SpeedStep 2793 MHz: speeds: 2534, 2533, 2399, 2266, 2133, 1999, 1866, 1733, 1599, 1466, 1333, 1199 MHz pci0 at mainbus0 bus 255 pchb0 at pci0 dev 0 function 0 "Intel QuickPath" rev 0x02 pchb1 at pci0 dev 0 function 1 "Intel QuickPath" rev 0x02 pchb2 at pci0 dev 2 function 0 "Intel QPI Link" rev 0x02 pchb3 at pci0 dev 2 function 1 "Intel QPI Physical" rev 0x02 pchb4 at pci0 dev 2 function 2 "Intel Reserved" rev 0x02 pchb5 at pci0 dev 2 function 3 "Intel Reserved" rev 0x02 pci1 at mainbus0 bus 0 pchb6 at pci1 dev 0 function 0 "Intel Core Host" rev 0x02 inteldrm0 at pci1 dev 2 function 0 "Intel HD Graphics" rev 0x02 drm0 at inteldrm0 intagp0 at inteldrm0 agp0 at intagp0: aperture at 0xd0000000, size 0x10000000 inteldrm0: msi, IRONLAKE, gen 5 "Intel 3400 MEI" rev 0x06 at pci1 dev 22 function 0 not configured em0 at pci1 dev 25 function 0 "Intel 82577LM" rev 0x06: msi, address f0:de:f1:05:03:50 ehci0 at pci1 dev 26 function 0 "Intel 3400 USB" rev 0x06: apic 1 int 23 usb0 at ehci0: USB revision 2.0 uhub0 at usb0 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 azalia0 at pci1 dev 27 function 0 "Intel 3400 HD Audio" rev 0x06: msi azalia0: codecs: Conexant/0x5069, Intel/0x2804, using Conexant/0x5069 audio0 at azalia0 ppb0 at pci1 dev 28 function 0 "Intel 3400 PCIE" rev 0x06: msi pci2 at ppb0 bus 2 ppb1 at pci1 dev 28 function 1 "Intel 3400 PCIE" rev 0x06: msi pci3 at ppb1 bus 3 iwn0 at pci3 dev 0 function 0 "Intel Centrino Advanced-N 6200" rev 0x35: msi, MIMO 2T2R, MoW, address 00:27:10:1c:5e:30 ppb2 at pci1 dev 28 function 3 "Intel 3400 PCIE" rev 0x06: msi pci4 at ppb2 bus 5 ppb3 at pci1 dev 28 function 4 "Intel 3400 PCIE" rev 0x06: msi pci5 at ppb3 bus 13 sdhc0 at pci5 dev 0 function 0 "Ricoh 5U822 SD/MMC" rev 0x01: apic 1 int 16 sdhc0: SDHC 1.0, 50 MHz base clock sdmmc0 at sdhc0: 4-bit, sd high-speed, mmc high-speed "Ricoh 5U230 Memory Stick" rev 0x01 at pci5 dev 0 function 1 not configured "Ricoh 5U832 Firewire" rev 0x01 at pci5 dev 0 function 3 not configured ehci1 at pci1 dev 29 function 0 "Intel 3400 USB" rev 0x06: apic 1 int 19 usb1 at ehci1: USB revision 2.0 uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 ppb4 at pci1 dev 30 function 0 "Intel 82801BAM Hub-to-PCI" rev 0xa6 pci6 at ppb4 bus 14 pcib0 at pci1 dev 31 function 0 "Intel QM57 LPC" rev 0x06 ahci0 at pci1 dev 31 function 2 "Intel 3400 AHCI" rev 0x06: msi, AHCI 1.3 ahci0: port 0: 3.0Gb/s scsibus1 at ahci0: 32 targets sd0 at scsibus1 targ 0 lun 0: <ATA, HGST HTS725050A7, GH2O> naa.5000cca81bc5a943 sd0: 476940MB, 512 bytes/sector, 976773168 sectors ichiic0 at pci1 dev 31 function 3 "Intel 3400 SMBus" rev 0x06: apic 1 int 23 iic0 at ichiic0 spdmem0 at iic0 addr 0x50: 2GB DDR3 SDRAM PC3-8500 SO-DIMM spdmem1 at iic0 addr 0x51: 4GB DDR3 SDRAM PC3-10600 SO-DIMM itherm0 at pci1 dev 31 function 6 "Intel 3400 Thermal" rev 0x06 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 pms0 at pckbc0 (aux slot) wsmouse0 at pms0 mux 0 wsmouse1 at pms0 mux 0 pms0: Synaptics touchpad, firmware 7.2, 0x1c0b1 0xb40000 0x0 0xd047b1 0xa0000 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 aps0 at isa0 port 0x1600/31 vmm0 at mainbus0: VMX/EPT uhub2 at uhub0 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 ugen0 at uhub2 port 4 "Broadcom Corp Broadcom Bluetooth Device" rev 2.00/3.60 addr 3 uvideo0 at uhub2 port 6 configuration 1 interface 0 "Chicony Electronics Co., Ltd. Integrated Camera" rev 2.00/23.45 addr 4 video0 at uvideo0 uhub3 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (5fedb2ffaa73a0a5.a) swap on sd0b dump on sd0b inteldrm0: 1280x800, 32bpp wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0 wsdisplay0: screen 1-5 added (std, vt100 emulation) usbdevs: Controller /dev/usb0: addr 01: 8086:0000 Intel, EHCI root hub high speed, self powered, config 1, rev 1.00 driver: uhub0 addr 02: 8087:0020 Intel, Rate Matching Hub high speed, self powered, config 1, rev 0.00 driver: uhub2 addr 03: 0a5c:217f Broadcom Corp, Broadcom Bluetooth Device full speed, self powered, config 1, rev 3.60, iSerial 78DD08A340A7 driver: ugen0 addr 04: 17ef:480f Chicony Electronics Co., Ltd., Integrated Camera high speed, power 200 mA, config 1, rev 23.45 driver: uvideo0 Controller /dev/usb1: addr 01: 8086:0000 Intel, EHCI root hub high speed, self powered, config 1, rev 1.00 driver: uhub1 addr 02: 8087:0020 Intel, Rate Matching Hub high speed, self powered, config 1, rev 0.00 driver: uhub3