Bug#686152: xorg server 1.12.3: xf86UnloadSubModule() hangs, patch proposal

2012-09-07 Thread Stephan Schreiber
I took a look at the most recent code in xorg's git repository (http://cgit.freedesktop.org/xorg/xserver/tree/). All the functions which has been considered in this bug report do not differ from the ones of xorg-server 1.12.3: hw/xfree86/common/xf86Helper.c: xf86UnloadSubModule()

Bug#686152: xorg server 1.12.3: xf86UnloadSubModule() hangs, patch proposal

2012-09-06 Thread Stephan Schreiber
A patch proposal. The unpatched code is (hw/xfree86/loader/loadmod.c): static void UnloadModuleOrDriver(ModuleDescPtr mod) { if (mod == (ModuleDescPtr) 1) return; if (mod == NULL || mod-name == NULL) return; if (mod-parent) xf86MsgVerb(X_INFO, 3,

Bug#686152: xorg server 1.12.3: xf86UnloadSubModule() hangs, patch proposal

2012-09-06 Thread Julien Cristau
On Thu, Sep 6, 2012 at 18:31:52 +0200, Stephan Schreiber wrote: A patch proposal. Please check if this is still an issue in xorg-server 1.13. For 1.12 I think I'll just revert the commit that made UnloadSubModule do something. Cheers, Julien signature.asc Description: Digital signature