Bug 194512 - Xorg hangs, with mouse autoprobe flipping and logging
Summary: Xorg hangs, with mouse autoprobe flipping and logging
Status: Closed Unable to Reproduce
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-21 11:09 UTC by Kurt Jaeger
Modified: 2015-09-05 10:07 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger freebsd_committer freebsd_triage 2014-10-21 11:09:47 UTC
While using the scroll wheel of a PS/2 mouse, the X server suddenly started to
toggle and log between two mouse protocols:

[...]
[672161.994] (II) Mouse autoprobe: Changing protocol to ExplorerPS/2
[672161.994] (II) Mouse autoprobe: Changing protocol to ImPS/2
[672161.995] (II) Mouse autoprobe: Changing protocol to ExplorerPS/2
[672161.995] (II) Mouse autoprobe: Changing protocol to ImPS/2
[672161.995] (II) Mouse autoprobe: Changing protocol to ExplorerPS/2
[...]

This filled approx. 1.2 GB (18mio lines) in approx. 8 minutes and caused X to be unusable. A kill -9 on the X process caused the display to be unusable
(reboot was necessary).

http://people.freebsd.org/~pi/misc/mouse-bug.txt

for the Xorg.log.0 and

http://people.freebsd.org/~pi/misc/mouse-pkg.txt

for the list of installed packages. It's a 10.1-RC2 amd64 with NEW_XORG.
If more details are needed, I can try to reproduce it.
Comment 1 Jean-Sébastien Pédron freebsd_committer freebsd_triage 2014-10-23 14:41:19 UTC
I assume your xserver is built with the HAL option (chosen by default)?

If you can reproduce this, could you please try to rebuild xserver with DEVD instead of HAL and see if the problem continues?
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2014-10-25 12:36:41 UTC
(In reply to Jean-Sébastien Pédron from comment #1)
> I assume your xserver is built with the HAL option (chosen by default)?
> 
> If you can reproduce this, could you please try to rebuild xserver with DEVD
> instead of HAL and see if the problem continues?

Not very easily. This will take some time.
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2014-11-10 20:46:10 UTC
(In reply to Kurt Jaeger from comment #2)
> Not very easily. This will take some time.

I build the new pkg, installed it, and now have to check if the issue comes up again.
Comment 4 Jean-Sébastien Pédron freebsd_committer freebsd_triage 2014-12-23 23:54:19 UTC
Did your problem resurface?