Bug 24245

Summary: wrapping is broken, unwrapping inside a blockhandler can fail badly.
Product: xorg Reporter: Dave Airlie <airlied>
Component: Server/GeneralAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED DUPLICATE QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium    
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Bug Depends on:    
Bug Blocks: 23613    

Description Dave Airlie 2009-09-30 22:32:01 UTC
Not all BlockHandler wrappers are equal, the xf86Rotate.c tries to remove
itself from the stack dynamically, but since this relies on the wrapper above it to not be broken its fragile as hell. Since drivers are wrappers this is implicit API, so don't do this.

patch on xorg-devel list.
Comment 1 Peter Hutterer 2009-09-30 22:34:53 UTC
You need to sleep more :)

*** This bug has been marked as a duplicate of bug 24244 ***

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.