Summary: | intel driver hangs in waitpid() for backlight helper process on output hotplug | ||
---|---|---|---|
Product: | xorg | Reporter: | Olivier Fourdan <fourdan> |
Component: | Driver/intel | Assignee: | Chris Wilson <chris> |
Status: | RESOLVED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Olivier Fourdan
2015-04-29 09:16:29 UTC
Ok, I had momentary doubts thinking this meant that your panel's output was being destroyed and was worried. However, we unconditionally call backlight_close() expecting it only to take action if a backlight is attached. commit e7016d30f3a0ae817c77ccbd962f776ac3e7e100 Author: Olivier Fourdan <ofourdan@redhat.com> Date: Wed Apr 29 10:33:19 2015 +0100 backlight: Do not hang forever if helper pid is -1 Backlight helper PID is set to -1 by default, if for some reason it's not set, we may end up with waitpid(-1, ...) which will hang forever. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90230 Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.