| Summary: |
Lockup of X server in NVSync |
| Product: |
xorg
|
Reporter: |
Benjamin Monate <benjamin.monate> |
| Component: |
Driver/nVidia (open) | Assignee: |
Xorg Project Team <xorg-team> |
| Status: |
RESOLVED
DUPLICATE
|
QA Contact: |
Xorg Project Team <xorg-team> |
| Severity: |
blocker
|
|
|
| Priority: |
highest
|
CC: |
benh
|
| Version: |
6.8.2 | |
|
| Hardware: |
x86 (IA32) | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
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.
While moving a scrollbar in a Motif application, I can deterministically lock the Xserver. Debugging with symbols shows this backtrace : #0 0x080ef0d8 in NVSync (pScrn=0x8be62e8) at nv_xaa.c:301 #1 0x083c776a in XAAPaintWindow (pWin=0x8d6b868, prgn=0x8dca448, what=0) at xaaPaintWin.c:183 #2 0x086b9cc4 in damagePaintWindow (pWindow=0x8d6b868, prgn=0x8dca448, what=0) at damage.c:1560 #3 0x086906f2 in miWindowExposures (pWin=0x8d6b868, prgn=0x8dca448, other_exposed=0x0) at miexpose.c:564 #4 0x084f1dcc in xf86XVWindowExposures (pWin=0x8d6b868, reg1=0x8dca448, reg2=0x0) at xf86xv.c:1061 #5 0x08686c50 in miHandleValidateExposures (pWin=0x8c22158) at miwindow.c:468 #6 0x08686f79 in miMoveWindow (pWin=0x8dd8048, x=133, y=563, pNextSib=0x8dad468, kind=VTMove) at miwindow.c:556 #7 0x0856232f in ConfigureWindow (pWin=0x8dd8048, mask=3, vlist=0x8d1df6c, client=0x8d200c0) at window.c:2476 #8 0x0853553a in ProcConfigureWindow (client=0x8d200c0) at dispatch.c:771 #9 0x08534a98 in Dispatch () at dispatch.c:455 #10 0x0854d7b1 in main (argc=4, argv=0xbfa9dd44, envp=0xbfa9dd58) at main.c:476 The hardware is : 0000:01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 420] (rev a3) (prog-if 00 [VGA]) Subsystem: nVidia Corporation: Unknown device 015a Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 11 Memory at fc000000 (32-bit, non-prefetchable) [size=16M] Memory at f4000000 (32-bit, prefetchable) [size=64M] Memory at f3f80000 (32-bit, prefetchable) [size=512K] Expansion ROM at 80000000 [disabled] [size=128K] Capabilities: [60] Power Management version 2 Capabilities: [44] AGP version 2.0 What other informations do you need to understand the problem ? Thanks for your help B.M